
/* -----------------------------------------------------
   レイアウト上書き
  -----------------------------------------------------*/
#layout-wrap {
    border-top: none;
}
#layout-wrap header {
    border-bottom: none;
}

#layout-wrap-inner2 {
    background-color: #fff;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 312px;
}

#layout-wrap-inner2 #main {
    margin: 0;
    order: 2;
    padding: 0;
}

#area {
  background: #fff;
}

#area #layout-header-ad {
  width: 728px;
  margin-left: 6px;
}

#area #layout-wrap-inner2 .main_wrap .main_container {
  box-sizing: content-box;
}

#area .main_container p {
  color: #444;
}

#area #layout-wrap header {
  padding: 10px 8px 10px 10px;
}

#area #layout-header-ad a :hover {
  opacity: 0.8;
}

/* -----------------------------------------------------
   ロゴ周り
  -----------------------------------------------------*/

#area #layout-header-logo {
  position: relative;
  width: 300px;
}

#area #layout-header-logo div#logo_header{
  width: 298px;
  height: 92px;
  text-indent: -9999px;
  background: url(/assets/img/area/logo.png) no-repeat center center;
  background-size: contain;
}
#area #layout-header-logo div#logo_header a{
    display: block;
    height: 100%
}
#area header .ascii_logo{
  position: absolute;
  top: 60px;
  right: 2px;
  width: 96px;
  height: 28px;
  text-indent: -9999px;
}
#area header .ascii_logo a{
  display: block;
  height: 30px;
}

#area #layout-header-logo .search {
  display: inline-block;
  margin-left: 27px;
}

#area #layout-header-logo .search .txtBoxSize {
  width: 170px;
  height: 18px;
}

#area #layout-header-logo .search .btnBoxSize {
  font-size: 13px;
  width: 30px;
  height: 22px;
  padding: 0 0;
}

#area #layout-header-logo .search span {
    margin: 0;
    display: inline-block;
    line-height: 1.0;
    vertical-align: middle;
    font-size: 10px;
    text-align: left;
}

#area .ad_gam {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

/* -----------------------------------------------------
   main内の共通
  -----------------------------------------------------*/
#area #layout-wrap-inner2 .main_wrap {
  margin: 0;
  background-color: #fff;
  width: 746px;
  padding: 10px 0 20px 0;
}

#area .main_wrap .main_container {
  width: 728px;
  padding: 0 0 0 10px;
}

#area .main_wrap .main_container > div {
  margin-bottom: 10px;
}



#area .main_wrap .main_container .title-box {
  background: #3c3434;
  border-left: 10px solid #ef6f23;
  padding: 8px 15px 6px 10px;
  line-height: 1.2;
}

#area .main_wrap .main_container .title-box h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

#area .main_wrap .main_container h3 {
  font-size:18px;
  margin-bottom: 6px;
  line-height:1.3;
  font-weight: 600;
  color: #ef6f23;
}

#area .latest_news_content .c_box a:hover .text_box h3 {
  text-decoration: underline;
}

#area .sub_title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}

#area .main_wrap .main_container .description {
  font-size: 14px;
  margin-bottom: 7px;
}


/* -----------------------------------------------------
   トップ広告
  -----------------------------------------------------*/



/* トップニュースリリース
  ---------------------------------------*/

#area .area_review_content .c_box {
  padding: 20px 0;
  border-bottom: 1px dotted #E5E5E5;
}


#area .area_review_content .news_box:last-child .c_box:last-child {
  border-bottom: none;
}

#area .area_review_content .c_box:after {
  display: block;
  clear: both;
  content: "";
}

#area .area_review_content .news_box .c_box .img_box {
  width: 240px;
  height: 180px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
}

#area .area_review_content .c_box a:hover .img_box {
  opacity: 0.8;
}

#area .area_review_content .news_box .c_box:nth-of-type(even) .img_box {
  float: right;
}

#area .area_review_content .img_box img {
  width: 240px;
  height: 180px;
  object-fit: contain;
}

#area .area_review_content .news_box .c_box .text_box {
  float: right;
  width: 470px;
  padding: 0 5px 0 0;
  line-height: 19px;
}

#area .area_review_content .news_box .c_box:nth-of-type(even) .text_box {
  float: left;
}

#area .area_review_content .text_box .read_more {
    display: inline-block;
    width: 170px;
    font-size: 12px;
    line-height: 1.4;
    background: #ef6f23;
}

#area .area_review_content .text_box .read_more span{
  padding: 5px;
  width: auto;
  display: block;
  color: #fff;
  text-align: center;
}
#area .area_review_content .c_box a:hover .text_box .read_more {
  text-decoration: none;
  opacity: 0.8;
}

#area .area_review_content .c_box a:hover h3 {
  text-decoration: underline;
}

/* 記事一覧
  ---------------------------------------*/

#area #area_news .c_box {
  padding: 20px 10px;
  border-bottom: 1px dotted #E5E5E5;
}

#area #area_news .news ul li:last-child {
  border-bottom: none;
}

#area #area_news .news ul li:after {
  display: block;
  clear: both;
  content: "";
}

#area #area_news .news ul li a:hover .text_box h3 {
  text-decoration: underline;
}

#area #area_news .news ul li .img_box {
  width: 100px;
  height: 100px;
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
}

#area #area_news .news ul li .img_box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#area #area_news .news ul li a:hover .img_box img {
  opacity: 0.8;
}

#area #area_news .text_box {
  float: left;
  width: 605px;
  line-height: 19px;
  padding: 0 0 0 10px;
}
#area #area_news .day_time {
  font-size: 10px;
  color: #999;
  text-align: right;
}


#area #area_list .c_box {
  padding: 20px 10px;
  border-bottom: 1px dotted #E5E5E5;
}

#area #area_list .news ul li:last-child {
  border-bottom: none;
}

#area #area_list .news ul li:after {
  display: block;
  clear: both;
  content: "";
}

#area #area_list .news ul li a:hover .text_box h3 {
  text-decoration: underline;
}

#area #area_list .news ul li .img_box {
  width: 100px;
  height: 100px;
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
}

#area #area_list .news ul li .img_box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#area #area_list .news ul li a:hover .img_box img {
  opacity: 0.8;
}

#area #area_list .text_box {
  float: left;
  width: 605px;
  line-height: 19px;
  padding: 0 0 0 10px;
}
#area #area_list .day_time {
  font-size: 10px;
  color: #999;
  text-align: right;
}

/* 記事詳細
  ---------------------------------------*/

#area #detail_box #detail_contents h2, #area #detail_box #detail_contents h3 {
    margin: 2em 0 1em;
    padding: 5px 5px 2px 12px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #263D5E;
    border-left: 8px solid #263D5E;
    background: #ccc;
    background: -moz-linear-gradient(top, #E8EAEE 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #E8EAEE 0%,#fff 100%);
    background: linear-gradient(to bottom, #E8EAEE 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EAEE', endColorstr='#fff',GradientType=0 );
}

/* 記事内誘導枠 */
#detail_contents .yudo {
  border: 1px solid #000;
  padding: 10px 10px 0 10px;
}

#detail_contents .yudo p {
  line-height: 1.4;
  font-size: 93%;
}

#detail_contents .yudo p.fl a {
  margin: 0 10px 0 0;
}

#detail_contents .yudo p.fl a img {
  margin: 1px;
  width: 80px;
}

#detail_contents .yudo h3 {
  margin:0px 0 0px !important;
  font-weight: bold;
  background-image:none !important;
  border-left:none !important;
}

#detail_contents .yudo h2 {
  background-color: transparent !important;
  background-image:none !important;
  border-left:none !important;
  margin:0px 0 0px !important;
}

#detail_contents .yudo p {
  margin:0px 0 0px !important;
}

#detail_contents .fl {
  float:left;
}



/* 過去記事アーカイブ
  ---------------------------------------*/

#area #article_archive a:hover{
  color: #CC9B1C;
}

#area #article_archive {
  width: 738px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}

#area #article_archive .title-box {
  background: #3c3434;
  border-left: 10px solid #ef6f23;
  padding: 8px 15px 6px 10px;
  line-height: 1.2;
}

#area #article_archive .title-box h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}


#area #article_archive dl{
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.6;
  padding-top: 5px;
  box-shadow: 0 0 0 1px #ddd;

}

#area #article_archive dt{
  display: inline-block;
  margin: 0 5px 3px 0;
  padding: 4px 10px;
  font-weight: normal;
}
#area #article_archive dd{
  color: #ccc;
  display: inline-block;
  padding: 4px 9px 4px 0;
  margin-bottom: 3px;
}
#area #article_archive dd a{
  
}



/* 右ペイン
  ---------------------------------------*/

#area #ad_box div {
  margin-top: 10px;
}

#area .ad_ydn {
  margin-top: 10px;
}

#area #ranking_box {
  margin-top: 8px;
}

#area #ranking_box, #area #event_box{
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}


#area  #ranking_box .title-box, #area #event_box .title-box {
    background: #3c3434;
    border-left: 10px solid #ef6f23;
    color: #000;
    box-shadow: 0 0 0 1px #ccc;
}

#area  #ranking_box .title-box h2, #area  #event_box .title-box h2 {
  margin: 0 0 0 0;
  padding: 5px 15px 6px 10px;;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}


#area #ranking_box ol, #area #event_box ol{
  padding-top: 0;
}
#area #ranking_box li, #area #event_box li{
  position: relative;
  border-top: 1px solid #eee;
  color: #666;
  display: flex;
  font-size: 0.75rem;
  padding: 10px;
}
#area #ranking_box li:after{
  display: block;
  clear: both;
  content: "";
}

#area #event_box li:after {
  display: block;
  clear: both;
  content: "";
}

#area #ranking_box li i, #area #event_box li i{
  position: absolute;
  top: 7px;
  left: 5px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  width: 18px;
  height: 17px;
}
#area #ranking_box li i.rank-1,
#area #ranking_box li i.rank-2,
#area #ranking_box li i.rank-3{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}
#area #ranking_box li i.rank-4,
#area #ranking_box li i.rank-5,
#area #ranking_box li i.rank-6,
#area #ranking_box li i.rank-7,
#area #ranking_box li i.rank-8,
#area #ranking_box li i.rank-9,
#area #ranking_box li i.rank-10{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}

#area #ranking_box li i.rank-10{
  letter-spacing: -2px;
  padding: 0 3px 0 0;
}

#area #event_box li i.rank-1,
#area #event_box li i.rank-2,
#area #event_box li i.rank-3{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}
#area #event_box li i.rank-4,
#area #event_box li i.rank-5,
#area #event_box li i.rank-6,
#area #event_box li i.rank-7,
#area #event_box li i.rank-8,
#area #event_box li i.rank-9,
#area #event_box li i.rank-10{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}

#area #event_box li i.rank-10{
  letter-spacing: -2px;
  padding: 0 3px 0 0;
}


#area #ranking_box li a, #area #event_box li a{
  display: flex;
  
}

#area #ranking_box li .img_box, #area #event_box li .img_box{
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0 ;
  overflow: hidden;
  border: 1px solid #eee;
}

#area #ranking_box li .img_box img, #area #event_box li .img_box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#area #ranking_box li h3, #area #event_box li h3{
  width: 210px;
  font-size: 12px;
  font-weight: normal;
  color: #003377;
}


#area #ranking_box li h3 a:hover {
  color: #0099ff;
}

#area #event_box li h3 a:hover {
  color: #0099ff; 
} 

#area #ranking_box .day_time, #area #event_box .day_time {
  color: #999;
  font-size: 11px;
}


/* ピックアップ
  ---------------------------------------*/

#area #pickupAD {
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px 0;
}

#area #pickupAD .elemHead {
  margin: 0 0 10px;
  padding: 3px 5px;
  background: #E6E6E6
}

#area #pickupAD .elemHead h5 {
  margin-bottom: 0px;
  font-size: 0.75rem;
  font-weight: bold;
}

#area #pickupAD ul {
  padding: 0 7px;
}

#area #pickupAD ul li {
  border-bottom: 1px dotted #b8b8b8;
  padding: 7px 0 8px 0;
}

#area #pickupAD ul li:first-of-type {
  padding-top: 0;
}

#area #pickupAD ul li:last-of-type {
  border-bottom: none;
}

#area #pickupAD ul li a {
  display: flex;
}

#area #pickupAD ul li a:hover {
  text-decoration: none;
}

#area #pickupAD ul li a:hover h4 {
  text-decoration: underline;
}

#area #pickupAD ul li a:hover .img_box {
  border: 1px solid #0099ff;
}

#area #pickupAD ul li .img_box {
  width: 60px;
  height: 60px;
  border: 1px solid #B3AFAB;
  margin-right: 7px;
  overflow: hidden;
}

#area #pickupAD ul li .img_box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#area #pickupAD ul li .text_box {
  width: 210px;
}

#area #pickupAD ul li h4 {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}

#area #pickupAD ul li .subTitle {
  font-size: 11px;
  margin: 0 0 3px;
  color: #666;
  font-weight: bold;
  line-height: 14px;
}


/* YouTube
  ---------------------------------------*/
#area #youtube_area{
  width: 300px;
  height: 169px;
  margin-bottom: 30px;
}

/* 広告
  ---------------------------------------*/
#area #ad_box div {
  margin-bottom: 10px;
}

#area #ad_box a:hover{
  opacity: 0.8;
}


/* 記事アーカイブ
  ---------------------------------------*/

#area .list_box {
  padding: 8px 8px 0 10px;
}

#area .list_box h2 {
  font-size: 16px;
  border-bottom: 3px solid #ef6f23;
  line-height: 20px;
  margin: 0 0 13px 0;
  font-weight: 600;
}

#area .list_box time {
  display: block;
  font-size: 13px;
  color: #444;
  font-weight: 600;
  padding: 3px 10px 1px 10px;
  border-top: 1px solid #ef6f23;
  border-bottom: 1px solid #C1C1C1;
  background: #F7F7F7;
  line-height: 16px;
}

#area .list_box ul {
  margin: 0 0 13px 0;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 17px;
}

#area .list_box ul li {
  margin: 5px 0;
  padding: 0 0 0 12px;
}

#area .list_box ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  color: #003366;
  position: relative;
  top: 0;
  left: -9px;
}







/* 記事詳細
  ---------------------------------------*/

#area #detail_box {
    margin: 0;
    padding: 10px 8px 20px 10px;
    background-color: #fff;
}

#area #detail_box #detail_title{
  border-top: 2px solid #aaa;
}

#area #detail_box #detail_title .sp_title a {
  font-weight: 600;
  margin: 0 5px 0 0;
}

#area #detail_box #detail_title .sp_title a:before {
  position: relative;
  top: -2px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url(/assets/img/area/icon_article_sertitle.gif) no-repeat;
}

#area #detail_special h2 {
  font-weight: 600;
  padding: 3px 0 0 9px;
  background-color: #F8F8F8;
  border-top: 2px solid #003366;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#area #detail_special ul li, #area #detail_recommend ul li {
  font-size: 0.875em;
}

#area #detail_special li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  color: #003366;
}

#area #detail_recommend h2 {
  padding: 3px 0 0 9px;
  font-weight: 600;
  background-color: #F8F8F8;
  border-top: 2px solid #003366;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#area #detail_recommend li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  color: #003366;
}

#area #detail_recommend .to_contents {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 26px;
    margin-bottom: 15px;
}

#area #detail_box .to_category a {
  background: url(/assets/img/area/bt_returncat.gif) no-repeat;
  width: 124px;
  height: 20px;
  display: inline-block;
}



/* 特集・連載
  ---------------------------------------*/

#area #special_title .special_type {
  margin: 10px 0 0 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
}

#area #special_title {
  padding: 10px 10px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
  background-color: #F4F5F7;
  position: relative;
  color: #444;
  min-height: 205px;
  margin: 10px 8px 0 10px ;
}


#area #special_title .inner_wrap h1 {
  margin: 10px 12px;
  font-size: 1.25em;
}

#area #special_sns {
  margin-left: 10px;
  margin-right: 8px;
}

#area #special_title .title_img {
  text-align: center;
}

#area #special_title .title_img {
  max-width: 100%;
}

#area #special_title .lead {
  margin: 5px 5px 5px 12px;
  font-size: 15px;
}

#area #special_title .special_info {
  margin: 5px 0 10px 0;
  display: flex;
  justify-content: space-between;
}

#area #special_title .author{
  margin: 5px 5px 5px 12px;
}

#area #special_title .special_info time {
  margin: 10px 10px 0 0;
  font-size: 12px;
  color: #666;
}

#area #special_list {
  margin: 0 8px 0 10px;
}

#area #special_list .specail_box {
  margin: 4px 0 1px 0;
  padding: 10px 5px 15px 5px;
  border-bottom: 1px dotted #ccc;
}

#area #special_list .specail_box a:hover {
  text-decoration: none;
}

#area #special_list .specail_box:after {
  display: block;
  clear: both;
  content: "";
}

#area #special_list .specail_box time {
  font-size: 0.6875em;
}

#area #special_list .specail_box .img_box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: right;
  border: 1px solid #ccc;
}

#area #special_list .specail_box .img_box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#area #special_list .specail_box a:hover img {
  opacity: 0.8;
}


#area #special_list .specail_box .text_box {
  width: 599px;
}

#area #special_list .specail_box .text_box .subtitle {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

#area #special_list .specail_box .text_box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ef6f23;
}

#area #special_list .specail_box a:hover h2 {
  text-decoration: underline;
}

#area #special_list .specail_box a .text_box, #area #special_list .specail_box a time {
  color: #000;
}

#area #special_list .specail_box .text_box {
  font-size: 14px;
}

#area .tweet_btn {
  margin: 24px 8px 18px 0;
  font-size: 13px;
  text-align: right;
}

#area footer {
  padding: 15px 0 100px;
}

#area .adcloud_frame{
  margin-bottom: 10px;
}

#asj_all_ol_gam{
  margin-bottom: 0px !important;
}
