
/* -----------------------------------------------------
   レイアウト上書き
  -----------------------------------------------------*/
#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;
}

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

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

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

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

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

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

#v6plus #layout-header-logo {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

#v6plus #layout-header-logo {
  position: relative;
  height: 90px;
  background: url(/assets/img/v6plus/logo.png) no-repeat center center;
}
#v6plus #layout-header-logo h1{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 90px;
  text-indent: -9999px;
}
#v6plus #layout-header-logo h1 a{
    display: block;
    height: 90px;
}
#v6plus header .ascii_logo{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 130px;
  height: 30px;
  text-indent: -9999px;
}
#v6plus header .ascii_logo a{
  display: block;
  height: 30px;
}


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

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

#v6plus .main_wrap .main_container > div {
  margin-bottom: 30px;
}



#v6plus .main_wrap .main_container .title-box {
  background-color: #1C1208;
  border-left: 10px solid #EC1E00;
  padding: 8px 15px 6px 10px;
  line-height: 1.2;
}

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

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

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

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

#v6plus .main_wrap .main_container .img_box a :hover {
  opacity: 0.8;
}

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



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

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


#v6plus .latest_news_content .news_box:last-child .c_box:last-child {
  border-bottom: none;
}

#v6plus .latest_news_content .c_box:after {
  display: block;
  clear: both;
  content: "";
}

#v6plus .latest_news_content .news_box .c_box .img_box {
  width: 240px;
  height: 180px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
}
#v6plus .latest_news_content .news_box .c_box:nth-of-type(even) .img_box {
  float: right;
}

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

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

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

#v6plus .latest_news_content .text_box .read_more {
    display: inline-block;
    width: 170px;
    font-size: 12px;
    line-height: 1.4;
}
#v6plus .latest_news_content .text_box .read_more a {
  padding: 5px;
  width: auto;
  display: block;
  color: #fff;
  background-color: #2B9AF3;
  text-align: center;
}
#v6plus .latest_news_content .text_box .read_more a:hover {
  text-decoration: none;
  opacity: 0.8;
}


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

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

#v6plus #backnumber .news ul li:last-child {
  border-bottom: none;
}

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

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

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

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


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

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

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

#v6plus #article_archive .title-box {
  background-color: #1C1208;
  border-left: 10px solid #EC1E00;
  padding: 8px 15px 6px 10px;
  line-height: 1.2;
}

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


#v6plus #article_archive dl{
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.6;
  padding-top: 5px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
}

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



/* ランキング
  ---------------------------------------*/

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


#v6plus  #ranking_box .title-box {
    background-color: #1C1208;
    border-left: 10px solid #EC1E00;
    color: #FFF;
}

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


#v6plus #ranking_box ol{
  padding-top: 0;
}
#v6plus #ranking_box li{
  position: relative;
  border-top: 1px solid #eee;
  color: #666;
  display: flex;
  font-size: 0.75rem;
  padding: 10px;
}
#v6plus #ranking_box li:after{
  display: block;
  clear: both;
  content: "";
}
#v6plus #ranking_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;
}
#v6plus #ranking_box li i.rank-1,
#v6plus #ranking_box li i.rank-2,
#v6plus #ranking_box li i.rank-3{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}
#v6plus #ranking_box li i.rank-4,
#v6plus #ranking_box li i.rank-5,
#v6plus #ranking_box li i.rank-6,
#v6plus #ranking_box li i.rank-7,
#v6plus #ranking_box li i.rank-8,
#v6plus #ranking_box li i.rank-9,
#v6plus #ranking_box li i.rank-10{
  background-color: #000;
  border-color: #c00;
  color: #fff;
}
#v6plus #ranking_box li i.rank-10{
  letter-spacing: -2px;
  padding: 0 3px 0 0;
}
#v6plus #ranking_box li a{
  display: flex;
  
}

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

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

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


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

#v6plus #ranking_box .day_time {
  color: #999;
  font-size: 11px;
}


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

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

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


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

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

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

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

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

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

#v6plus .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;
}







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

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

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

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

#v6plus #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/v6plus/icon_article_sertitle.gif) no-repeat;
}

#v6plus.detail #detail_contents h2,
#v6plus.detail #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 );
}
#v6plus.detail #detail_contents h3{
    font-size: 1.0rem;
}

#v6plus #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;
}

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

#v6plus #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;
}

#v6plus #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;
}

#v6plus #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;
}

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

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



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

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

/*#v6plus #special_title {
  padding: 10px 8px 0px 10px;
}
#v6plus #special_title .inner_wrap {
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #ccc;
  background: #F4F5F7;
}
*/

#v6plus #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 ;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#v6plus #special_list .specail_box .img_box img:hover {
  opacity: 0.8;
}


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

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

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

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

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

