﻿@charset "utf-8";

/*** subcontent_top ***/
/** Topics **/
.topics_h3 {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 7px 0;
    background: rgba(0, 104, 183, 1);
    margin-bottom: 9px;
}
.Topics dl {
    font-size: 0.75rem;
}
.Topics dt {
    padding: 6px 0 6px 6px;
    background: rgba(236, 236, 236, 1);
}
.Topics dd {
    line-height: 1.4;
    padding: 6px;
}
.Topics dd p{
    margin:5px 0;
}
.Topics dd a{
    margin-right:3px;
}
.Topics dd a:hover{
    text-decoration:underline;
}

/** Category News **/
.categorynews_h3 {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 7px 0;
    background: rgba(0, 104, 183, 1);
    margin-bottom: 9px;
}
.CategoryNews .note {
    border: 2px solid #8d3043;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 0.75rem;
    color: #8d3043;
}
.CategoryNews dl {
    font-size: 0.75rem;
}
.CategoryNews dt {
    padding: 6px 0 6px 6px;
    border-left: solid 5px rgba(102, 102, 102, 1);
    background: rgba(241, 241, 241, 1);
}
.CategoryNews dt.categorynews_ele {
    border-left: solid 5px rgba(0, 104, 183, 1);
    background: rgba(238, 245, 251, 1) url(../Content/themes/base/images/icon/icon_FieldEle.png) right 10px center no-repeat;
}
.CategoryNews dt.categorynews_ind {
    border-left: solid 5px #04997C;
    background: rgba(244, 255, 253, 1) url(../Content/themes/base/images/icon/icon_FieldInd.png) right 10px center no-repeat;
}
.CategoryNews dt.categorynews_app {
    border-left: solid 5px #F11920;
    background: rgba(255, 232, 233, 1) url(../Content/themes/base/images/icon/icon_FieldApp.png) right 10px center no-repeat;
}
.CategoryNews dd {
    line-height: 1.4;
    padding: 6px;
}
.CategoryNews dd p{
    margin:5px 0;
}
.CategoryNews dd a{
    margin-right:3px;
}
.CategoryNews dd a:hover{
    text-decoration:underline;
}

/* Article Content Link */
.originalarticle {
    margin-bottom: 14px;
    background: rgba(236, 236, 236, 1);
}
.originalarticle h2  { 
    border-bottom: solid 4px #1A619D;
}
.originalarticle h2 a{
    display: block;
    width: 100%;
    text-align: center;    
    font-size: 1.125rem;
    line-height: 1;
    padding: 10px 0;
    background: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(51, 51, 51, 1);
}
.originalarticle h2 a:hover {
    color: rgba(51, 51, 51, 1);
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.originalarticle .subcontent_1st {
    padding: 15px 0 15px 10px;
    background: #D9F0FE;
}
.originalarticle .subcontent_1st a {
    display: block;
    font-size: 0.75rem;
    line-height: 2;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    border: solid 1px #D9F0FE;
    padding-left: 20px;
    text-indent: -14px;
}
.originalarticle .subcontent_1st a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.originalarticle .subcontent_1st a:hover {
    color: #FFFFFF;
    background-color: #477ADF;
    border: solid 1px #477ADF;
    border-radius: 5px;
    text-decoration: none;
}
.originalarticle .subcontent_1st a:hover::before {
    background-color: #FFFFFF;
}


/** Category List **/
.category_grouptitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 104, 183, 1);
  padding: 7px 0;
  margin-top: 10px;
  text-align: center;
}
.category_group_3rd_title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 102, 102, 1);
  padding: 7px 0;
  text-align: center;
}
.cg3rd_cat_title {
    font-size: 0.875rem;
    background: rgba(218, 231, 240, 1);
    padding: 5px 0 5px 15px;
    margin-top: 11px;
}
.cat2nd_c {
  padding-left: 15px !important;
  padding-bottom: 35px !important;
  text-align: left !important;
}
.cat3rd_c {
  margin-top: -3px;
  padding-bottom: 5px !important;
  text-align: left !important;
}
.cat3rd_c:last-child {
  padding-bottom: 35px !important;
}
.cat3rd_c li {
  width: 100%;
  line-height: 1.5;
  padding-left: 10px;
  color: rgba(0, 104, 183, 1);
}
.cat3rd_c li.no_category {
  list-style: none !important;
  font-size: 0.9rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.cat2nd_c li a {
  line-height: 2;
}
.cat3rd_c li a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-indent: -14px;
  border: solid 1px rgba(236, 236, 236, 1);
}
.cat3rd_c li a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: rgba(0, 104, 183, 1);
    border-radius:  50%;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.cat3rd_c li a:hover,
.cat3rd_c li.HitKeywordCategory a:hover {
    color: #FFFFFF;
    background-color: #477adf;
    border: solid 1px #477adf;
    border-radius: 5px;
    text-decoration: none;
}
.cat3rd_c li a:hover::before,
.cat3rd_c li.HitKeywordCategory a:hover::before{
    background-color: #FFFFFF;
}
.cat3rd_c li.current a {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #477adf;
  border: solid 1px #477adf;
  border-radius: 5px;
  text-decoration: none;
}
.cat3rd_c li.current a:hover {
    color: #477adf;
    background-color: #FFFFFF;
}
.cat3rd_c li.current a::before {
  background-color: #FFFFFF;
}
.cat3rd_c li.current a:hover::before {
  background-color: #477adf;
}
.cat3rd_c li.HitKeywordCategory a {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 160, 183, 1);
    border: solid 1px rgba(0, 160, 183, 1);
    border-radius: 5px;
}
.cat3rd_c li.HitKeywordCategory a::before {
    background-color: #FFFFFF;
}


/** Accordion Category List **/
.category_group_3rd_title_acd {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(55, 150, 225, 1);
    border: 1px solid rgba(55, 150, 225, 1);
    padding: 5px 0;
    text-align: center;
}
.category_group_3rd_title_acd:hover {
    color: rgba(0, 104, 183, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 104, 183, 1);
    font-weight: bold;
    cursor: pointer;
}
.category_group_3rd_title_acd_on {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 104, 183, 1);
    border: 1px solid rgba(0, 104, 183, 1);
}
.sub_category {
    display: none;
}
.cat2nd_c_acd li a {
  /*line-height: 1.5;*/
  line-height: 2;

}

/** category_map **/
.category_map {
  position: relative;
  width: 100%;
  height: 114px;
  margin-bottom: 18px;
  padding: 18px 18px 0 23px;
  color: rgba(255, 255, 255, 1);
  background: url(../Content/themes/base/images/bg_category_map.png)center no-repeat; 
}
.category_map .h1_txt {
  display: block;
  height: 35px;
  font-size: 1.25rem;
}
.category_map .h1_subtxt {
  display: block;
  height: 30px;
  font-size: 1rem;
  word-break: keep-all;
}
.category_map .h2_txt {
  display: block;
  height: 68px;
  font-size: 1.25rem;
}
.category_map .h2_txt .sub {
  display: inline-block;
  font-size: 1rem;
  padding-top: 5px;
}
.category_map .linkProductRanking {
  display: inline-block;
  float: right;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 1);
  padding-right: 27px;
  margin-top: 3px;
  background: url(../Content/themes/base/images/icon/ico_listMark02.png) right center no-repeat;
}
.category_map .lnk_iproec {
    position: absolute;
    top: 5px;
    right: 10px;
}
.category_map .lnk_iproec img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #193458;
    transition: .2s;
}
.category_map .lnk_iproec:hover img {
    box-shadow: 4px 4px 5px #135696;
    transform: translateY(-2px);
}

/** Related Category **/
.related_category{
    width:100%; 
    margin-bottom :10px; 
    font-size:0.75rem;
    display:table;
}
.related_category span{
    display:table-cell;
    width: 14.5%;
    color:rgb(51,51,51); 
    font-weight:bold; 
}
.related_category ul li:not(:last-child){
    margin-bottom: 5px;
}
.related_category a{
    text-decoration:underline; 
    color:#003366;
}
.relatedcategory_ele,
.relatedcategory_ind {
    padding-left: 36px;
    text-indent: -36px;
}
.relatedcategory_app {
    padding-left: 42px;
    text-indent: -42px;
}
.relatedcategory_ele > a {
    background: url(../Content/themes/base/images/icon/icon_FieldEle.png) left center no-repeat;
    padding-left: 36px;
}
.relatedcategory_ind > a {
    background: url(../Content/themes/base/images/icon/icon_FieldInd.png) left center no-repeat;
    padding-left: 36px;
}
.relatedcategory_app > a {
    background: url(../Content/themes/base/images/icon/icon_FieldApp.png) left center no-repeat;
    padding-left: 42px;
}

/** Ad Products **/
/* ad_products_info */
.ad_products_info {
    font-size: 1rem;
    padding: 20px 0;
}
/* ad_products */
.ad_products dl {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
.ad_products dl dt,
.ad_products dl dd {
  display: table-cell;
  vertical-align: top;
}
.ad_products dl dt {
  width: 59px;
}
.ad_products dl dd {
  font-size: 0.8125rem;
  line-height: 1.7;
}
.ad_products dl dd .new {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 0.6875rem;
  padding: 0 3px;
  margin-right: 4px;
  background: rgba(255, 153, 51, 1);
}
.ad_products dl dd .read_more {
  display: inline-block;
  float: left;
  width: 405px;
  color: rgba(102, 102, 102, 1);
  font-size: 0.75rem;
  padding-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ad_products dl dd .more {
  display: inline-block;
  float: left;
  padding-top: 4px;
  font-size: 0.75rem;
}
/* AdProducts 4th */
.adproducts_4th ul {
    margin-bottom: 10px;
}
.adproducts_4th ul .title,
.adproducts_4th ul .subinfo {
    font-size: 0.8125rem;
    line-height: 20px;
    width: 100%;
}
.adproducts_4th ul .title {
    background: rgba(102, 102, 102, 1);
    font-weight: bold;
}
.adproducts_4th ul .title a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-decoration: none;
    padding: 9px 13px;
    width: 100%;
}
.adproducts_4th ul .title .new{
    padding: 0 3px;
    background-color:rgba(255,153,51,1);
    margin-right: 5px;
}
.adproducts_4th ul .title .title_body {
    text-decoration: underline;
}
.adproducts_4th ul .subinfo {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 13px;
    background: rgba(236, 236, 236, 1);
}
.adproducts_4th ul .subinfo .maker {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7px 0;
}
.adproducts_4th ul .subinfo .maker a {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
/*.adproducts_4th ul .subinfo .contact {
    text-align: center;
    background: rgba(255, 153, 51, 1);
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.adproducts_4th ul .subinfo .contact a {
    display: block;
    color:rgba(255,255,255,1);
    width: 100%;
    padding: 3px 0;
}*/
.adproducts_4th ul .subinfo .contact {
    text-align: center;
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.adproducts_4th ul .subinfo .contact a {
    display: block;
    background: rgba(255, 153, 51, 1);
    color:rgba(255,255,255,1);
    border: 2px solid rgba(255, 153, 51, 1);
    border-radius: 3px;
    width: 100%;
    padding: 1px 0;
}
.adproducts_4th ul .subinfo .contact a:hover {
    background: rgba(255, 255, 255, 1);
    color:rgba(255, 153, 51, 1);
    border: 2px solid rgba(255, 153, 51, 1);
    font-weight: bold;
    text-decoration: none;
}
.adproducts_4th ul .subinfo .lnk_iproec {
    padding: 2px 0;
    width: 65px;
    flex-grow: 0;
    flex-shrink: 0;
}
.adproducts_4th ul .subinfo .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #676767;
    transition: .2s;
}
.adproducts_4th ul .subinfo .lnk_iproec a:hover img {
    box-shadow: 4px 4px 4px #868686;
    transform: translateY(-2px);
}
.adproducts_4th ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.adproducts_4th ul .detail .detail_image {
    width: 160px;
}
.adproducts_4th ul .detail .detail_image a {
    display: inline-block;
    text-decoration: none;
    border: solid 1px rgba(153, 153, 153, 1);
}
.adproducts_4th ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    width: 460px;
    margin: 0;
}


/** ProductsDB **/
.productsDB {
  margin-top: 10px;
}
.productsDB ul{
  width: 100%;
  margin-bottom: 10px;
}
.productsDB ul {
  display: flex;
  flex-direction: column;
}
.productsDB ul li.company {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: rgba(204, 204, 204, 1);
}
.productsDB ul li.company h2,
.productsDB ul li.company .companyname {
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 9px 0 9px 12px;
  flex-grow: 1;
  flex-shrink: 1;
}
.productsDB ul li.company .lnk_iproec {
  padding: 4px 5px 4px 0;
  width: 70px;
  flex-grow: 0;
  flex-shrink: 0;
}
.productsDB ul li.company .lnk_iproec a img {
  border-radius: 5px;
  box-shadow: 2px 2px 2px #676767;
  transition: .2s;
}
.productsDB ul li.company .lnk_iproec a:hover img {
  box-shadow: 4px 4px 4px #868686;
  transform: translateY(-2px);
}
.productsDB ul li.company .distributor {
  font-size: 0.75rem;
  text-align: right;
  width: 23%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 12px 12px 12px 0;
  background: rgba(204, 204, 204, 1);
}
.productsDB ul li.company .distributor a{
  display: inline-block;
  padding-right: 12px;
  color: rgba(51, 51, 51, 1);
  background: url(../Content/themes/base/images/icon/ico_listMark03.png) right center no-repeat;
}
.productsDB ul li.product {
  font-size: 0.8125rem;
  padding: 5px 0 5px 12px;
  border-bottom: solid 1px rgba(236, 236, 236, 1);
}
.productsDB ul li.product h2 {
  font-size: 0.8125rem;
}
.productsDB ul li.product p {
   font-size:90%;
   margin-top:5px;
   margin-bottom:5px;
}
.productsDB ul li.product p span {
    background-color:rgb(222, 247, 244);    /*  仮の色　*/
}
.productsDB_notice {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
  padding: 3px 0 40px 3px;
}
.productsDB_notice span {
  display: block;
}
.productsDB_notice span:first-child {
  padding-bottom: 3px;
  font-weight: bold;
}


/** Product Ranking **/
.clickrank {
    display: table;
    width: 100%;
    padding-left: 11px;
    background: rgba(236, 236, 236, 1);
}
.clickrank .h2_icon {
    display: table-cell;
    width: 6%;
    padding-top: 8px;
}
.clickrank .h2_txt {
    display: table-cell;
    font-size: 1rem;
    width: 94%;
    padding: 10px 5px 10px 0;
    vertical-align: top;
}
.clickrank .h2_txt .sub {
    display: block;
    font-size: 0.9rem;
}
.productranking table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 0.75rem;
  margin-top: 18px;
}
.productranking table th {
  border-bottom: solid 1px rgba(236, 236, 236, 1);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.productranking table th:nth-child(1) {
  width: 98px;
  padding-left: 14px;
}
.productranking table th:nth-child(2) {
  width: 411px;
  padding-left: 62px;
}
.productranking table th:nth-child(3) {
  width: 111px;
  text-align: center;
}
.productranking table td {
  width: 100%;
  border-bottom: solid 1px rgba(236, 236, 236, 1);
  text-align: left;
}
.productranking table td:nth-child(1) {
  width: 98px;
  padding-left: 24px;
}
.productranking table td:nth-child(2) {
  width: 411px;
}
.productranking table td:nth-child(3) {
  width: 111px;
  text-align: right;
  padding: 11px 25px 7px 0;
  font-size: 1.1125rem;
}
.productranking table tr:last-child td {
  border-bottom: none;
}
.productranking_note {
  margin: 30px 0 45px 0;
  font-size: 0.75rem;
  line-height: 1.7;
}
.productranking_note span {
  display: block;
}

/** Related Article **/
.relatedarticle_title {
    padding-left: 11px;
    background: rgba(236, 236, 236, 1);
}
.relatedarticle_title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.relatedarticle_title h2 {
    display: inline-block;
    font-size: 1.125rem;
    padding: 10px 0;
}
.relatedarticle_list dt {
    padding: 5px 10px;
    background: #D9F0FE;
    margin: 5px 0;
}
.relatedarticle_list ul {
    display: table;
    width: 100%;
    margin-left: 10px;
}
.relatedarticle_list li {
    width: 46%;
    float: left;
    list-style-type: disc;
    color: rgba(0, 104, 183, 1);
    font-size: 0.72rem;
    margin: 0 0 5px 17px;
}

/*** Category Description ***/
.cat_description {
    margin-bottom: 10px;
}
.cat_description h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #0068b7;
    padding-left: 5px;
}
.cat_description p {
    border-top: 2px solid #0068b7;
    border-bottom: 2px solid #0068b7;
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 0;
}

/*** Category Details ***/
.cat_details { 
    width: 100%;
    margin-bottom: 40px;
}
.cat_detailstitle {
    background: rgba(236, 236, 236, 1);
    width: 100%;
    padding-left: 11px;
}
.cat_detailstitle img {
    display: inline-block;
    vertical-align: top;
    margin-right:10px;
}
.cat_detailstitle h2 {
    display: inline-block;
    font-size: 1.125rem;
    width: 93%;
    padding: 10px 0;
}
.cat_details p {
    border-bottom: solid 2px rgba(236, 236, 236, 1);
    font-size: 0.9rem;
    padding: 10px;
    margin: 0;
}

/*** Market News ***/
/** Market News 2nd **/
.news_info_notice {
  display: block;
  text-align: right;
  padding: 15px 0 6px 0;
  font-size: 0.75rem;
  border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.news_info dl {
  display: table;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.news_info dl dt,
.news_info dl dd {
  display: table-cell;
  vertical-align: middle;
}
.news_info dl dt {
  width: 75px;
  padding: 19px 0 19px 14px;
}
.news_info dl dd {
  padding-right: 25px;
}
.news_info dl dt span {
  display: inline-block;
  float: left;
}
.news_info dl dt .click_count {
  padding: 3px 0 0 5px;
}
/* Market News 4th */
.news_4thtree {
    margin: 10px 0 40px 0;
}
.news_4thtree li {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 11px 0;
    border-bottom: solid 1px rgba(236, 236, 236, 1);
}

/*** App Category & Site_Map ***/
.sitemapList {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}
.sitemapList dt {
    line-height: 1.5;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 1rem;
}
.sitemapList dd li {
    position: relative;
    padding-left: 1em;
}
.sitemapList dd li:before {
    position: absolute;
    top: calc(50% - 3px);
    left: 3px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #0068b7;
}
.sitemapList dd li.disc_black:before {
    background: #000000;
}
.sitemapTable {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.sitemapTable:last-child {
    margin-bottom: 10px;
}
.sitemapTable .sitemapList {
    display: table-cell;
    width: 33.3%;
    margin-bottom: 0;
}