/* -----------------------------------------------------
   レイアウト上書き
  -----------------------------------------------------*/
#layout-wrap {
    border-top: none;
}
#right-sidebar {
    background-color: transparent;
}

/* -----------------------------------------------------
   ロゴ周り
  -----------------------------------------------------*/
#g123 #layout-header-logo {
    position: relative;
    height: 90px;
    background: url(/assets/img/g123/g123_logo.png) no-repeat;
}
#g123 #layout-header-logo h1{
    position: absolute;
    top: 4px;
    left: 8px;
    width: 240px;
    height: 34px;
    text-indent: -9999px;
}
#g123 #layout-header-logo h1 a{
    display: block;
}
#g123 header .ascii_logo{
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 140px;
    height: 30px;
    text-indent: -9999px;
    }
#g123 header .ascii_logo a{
    display: block;
}

/* -----------------------------------------------------
   トップ広告
  -----------------------------------------------------*/
#g123.top #content_top_ad{
    margin-bottom: 8px;
}
#g123.top #content_top_ad:after{
    display: block;
    content: "";
}
#g123.top #content_top_ad .ad-box{
    width: 728px;
    height: 240px;
}

/* menu
  ---------------------------------------*/
#g123 #jpWrap #header #generalMenu {
    background-image: url(/img/0910/bg_generalmenu_bk.gif?201910161500);
}
#g123 #jpWrap #header #generalMenu li a {
    background-image: url(/img/0910/menu_general_bk.gif?201910161500);
}





/* キャンペーン情報
  ---------------------------------------*/

#g123.top #campaign_information {
    margin-bottom: 40px;
}

#g123.top #campaign_information .title-box{
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}

#g123.top #campaign_information .title-box h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}


#g123.top #campaign_information .campaign_box {
    display: flex;
    margin-bottom: 15px;
}

#g123.top #campaign_information .campaign_list .news_box {
    margin-bottom: 10px;
}

#g123.top #campaign_information .campaign_list h3 {
    font-size: 0.8rem;
    color: #0000ff;
    line-height: 1.2;
    padding-left: 16px;
}

#g123.top #campaign_information .campaign_list a:hover h3 {
    text-decoration: underline;
}

#g123.top #campaign_information .campaign_list h3:before {
    position: relative;
    top: 0;
    left: -4px;
    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: bold;
    color: #0000ff;
}

/* 注目記事
  ---------------------------------------*/

#g123.top #attention_list {
    margin-bottom: 40px;
}

#g123.top #attention_list .title-box{
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}

#g123.top #attention_list .title-box h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123.top #attention_list .attention_box {
    display: flex;
    justify-content: space-around;
}

#g123.top #attention_list .attention_box .news_box {
    width: 230px;
    padding-top: 10px;
}

#g123.top #attention_list .attention_box .news_box h3 {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #0000ff;
}

#g123.top #attention_list .attention_box .news_box a:hover h3 {
    text-decoration: underline;
}

#g123.top #attention_list .attention_box time {
    font-size: 0.7rem;
    margin-bottom: 3px;
    color: #666;
}

#g123.top #attention_list .attention_box .news_box .c_box .img_box {
    text-align: center;
    margin-bottom: 10px;
    width: 230px;
    height: 115px;
    overflow: hidden;
    border: 1px solid #CCC;
}

#g123.top #attention_list .attention_box .news_box a:hover .img_box {
    border: 1px solid #0000ff;
    opacity: 0.8;
}

#g123.top #attention_list .attention_box .news_box .c_box .img_box img {
    width: 230px;
    height: 115px;
    object-fit: cover;
}



/* ビビットアーミー情報
  ---------------------------------------*/
#g123 #featuredArt .feature_text {
    border: 1px solid #ccc;
    margin: 0 0 15px 20px;

}


#g123 #featuredArt {
    margin: 0 0 40px 0;
    border: 1px solid #ccc;
    /* background: url(/assets/img/g123/featuredart_back.png) no-repeat right; */
}

#g123 #featuredArt h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    padding: 15px 0 15px 15px;
    background: url(/assets/img/g123/vivit_logo.png) no-repeat;
    background-size: 38%;
    background-position: left 5% top 52%;
}

#g123 #featuredArt h2 span {
    position: relative;
    top: 3px;
    left: 281px;
}

#g123 #featuredArt .feature_box {
    display: flex;
    justify-content: space-between;
}

/*#g123 .feature_text_box:not(:last-child) {
    padding: 0 0 20px 0;
}*/

#g123 .feature_text_box {
    padding: 15px 15px 0px 15px ; 
}

#g123 .feature_text_box a {
    display: block;
}

#g123 .feature_text_box a:hover .feature_text_box_left {
    border: 1px solid #0000ff;
    opacity: 0.8;
}

#g123 .feature_text_box_left {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#g123 .feature_text_box_left img {
    width: 100px;
    height: 100px;
    object-fit: none;
}

#g123 .feature_text_box_right {
    display: inline-block;
    padding: 0 0 0 15px;
    width: 255px;
}

#g123 .feature_text_box a:after {
    display: block;
    clear: both;
    content: "";
}

#g123  #featuredArt h4 {
    margin: 0 0 2px 0;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: bold;
    color: #585858;
}

#g123  #featuredArt h3.feature_text_title {
    margin: 0 0 5px;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #0000ff;
}

#g123 .feature_text_box a:hover h3 {
    text-decoration: underline;
}

#g123  #featuredArt p {
    font-size: 0.7rem;
    line-height: 1.4;
    color: #333;
}

#g123 #featuredArt .feature_ad_box {
    margin-top: -70px;
}


/* ゲームレビュー記事
  ---------------------------------------*/

#g123.top #game_review {
    margin-bottom: 40px;
}

#g123.top #game_review .title-box{
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}

#g123.top #game_review .title-box h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123.top #game_review .game_review_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#g123.top #game_review .game_review_box div {
    margin-bottom: 1px;
}

#g123.top #game_review .game_review_footer {
    padding: 20px;
    text-align: center;
}

#g123.top #game_review .game_review_footer a {
    display: inline-block;
    background: #0000ff;
    color: #ffff00;
    padding: 0 22px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    font-size: 0.8rem;
    box-shadow: 0px 3px 4px -3px rgb(0 0 0 / 50%);
}

#g123.top #game_review .game_review_footer a:before {
    position: relative;
    top: 1px;
    left: -5px;
    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: bold;
    color: #ffff00;
}

#g123.top #game_review .game_review_footer a:hover {
    opacity: 0.8;
}


/* 最新情報
  ---------------------------------------*/
#g123.top #latest_news{
    margin-bottom: 30px;
}
#g123.top #latest_news .title-box{
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#g123.top #latest_news .c_box{
    position: relative;
}
#g123.top #latest_news h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}
#g123.top #latest_news h3{
    font-size: 1.125rem;
    margin-bottom: 10px;
    color: #0000ff;
}
#g123.top #latest_news a:hover h3{
    text-decoration: underline;
}

#g123.top #latest_news h4{
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}

#g123.top #latest_news p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#g123.top #latest_news time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}
#g123.top #latest_news .news_box{
    padding: 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#g123.top #latest_news .news_box:last-child {
    border: none
}


#g123.top #latest_news .news_box:after{
    display: block;
    clear: both;
    content: "";
}
#g123.top #latest_news .c_box{
    /*width: 340px;*/
    overflow: hidden;
}
#g123.top #latest_news .c_box:after{
    display: block;
    clear: both;
    content: "";
}
#g123.top #latest_news .c_box:nth-child(odd) {
    float: left;
}

#g123.top #latest_news .c_box:nth-child(even) {
    float: right;
}
#g123.top #latest_news .c_box:nth-child(even):after {
    display: block;
    clear: both;
    content: "";
}
#g123.top #latest_news a{
    display: block;
}
#g123.top #latest_news .img_box{
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #CCC;
    float: left;
}
#g123.top #latest_news .img_box img{
    width: 90px;
    height: 90px;
    object-fit: none;
}

#g123.top #latest_news a:hover .img_box {
    border: 1px solid #0000ff;
    opacity: 0.8;
}

#g123.top #latest_news .text_box{
    width: 600px;
    float: left;
}

/* トピックバナー
  ---------------------------------------*/
#g123.top .topic_banner_box {
    margin-bottom: 30px;
}

#g123.top .topic_banner_box div {
    margin: 0 auto;
}

/* 関連ニュース
  ---------------------------------------*/
#g123.top #backnumber {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#g123.top #related_news {
    width: 49%;
}

#g123.top #related_news .title-box {
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}

#g123.top #related_news h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123.top #related_news .text_box {
    padding: 0 10px;
    margin-bottom: 10px;
}

#g123.top #related_news a {
    text-decoration: none;
}


#g123.top #related_news a h3 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #0000ff;
}

#g123.top #related_news a:hover h3 {
    text-decoration: underline;
}



/* レビューバックナンバー
  ---------------------------------------*/
#g123.top #review_backnumber {
    width: 49%;
}
#g123.top #review_backnumber .title-box {
    background-color: #0000ff;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}

#g123.top #review_backnumber h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123.top #review_backnumber .text_box {
    margin-bottom: 10px;
    padding: 0 10px;
}

#g123.top #review_backnumber a {
    text-decoration: none;
}


#g123.top #review_backnumber a h3 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #0000ff;
}

#g123.top #review_backnumber a:hover h3 {
    text-decoration: underline;
}




/* 過去記事アーカイブ
  ---------------------------------------*/

#g123 #article_archive{
    margin-bottom: 30px;
}
#g123 #article_archive .title-box{
    background: #0000ff;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#g123 #article_archive .title-box h2{
    font-size: 0.9rem;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}
#g123 #article_archive dl{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 3px;
}
#g123 #article_archive dl:last-child{
    border-bottom: none;
}
#g123 #article_archive dt{
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 4px 10px;
    font-weight: normal;
}
#g123 #article_archive dd{
    color: #ccc;
    display: inline-block;
    padding: 4px 9px 4px 0;
    margin-bottom: 3px;
}
#g123 #article_archive dd a{

}

/* ランキング
  ---------------------------------------*/
#g123 #ranking_box{
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
#g123 #ranking_box .title-box{
    background: #0000ff;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#g123 #ranking_box h2{
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123 #ranking_box ol{
    padding-top: 0;
}
#g123 #ranking_box li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}
#g123 #ranking_box li:after{
    display: block;
    clear: both;
    content: "";
}
#g123 #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: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}
#g123 #ranking_box li i.rank-1,
#g123 #ranking_box li i.rank-2,
#g123 #ranking_box li i.rank-3{
    background-color: #FA9A1C;
    border-color: #c00;
    color: #fff;
    z-index: 2;
}
#g123 #ranking_box li i.rank-4,
#g123 #ranking_box li i.rank-5,
#g123 #ranking_box li i.rank-6,
#g123 #ranking_box li i.rank-7,
#g123 #ranking_box li i.rank-8,
#g123 #ranking_box li i.rank-9,
#g123 #ranking_box li i.rank-10{
    background-color: #efefef;
    border-color: #ccc;
    color: #003377;
    z-index: 2;
}
#g123 #ranking_box li i.rank-10{
    letter-spacing: -2px;
    padding: 0 3px 0 0;
}
#g123 #ranking_box li a{
    display: block;

}
#g123 #ranking_box li div{
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#g123 #ranking_box li div img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#g123 #ranking_box li h3{
    float: left;
    margin-left: 10px;
    width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 3px;
    color: #0000ff;
}

#g123 #ranking_box li a:hover h3 {
    text-decoration: underline;
}

#g123 #ranking_box li a:hover div {
    border: 1px solid #0000ff;
    opacity: 0.8;
}


#g123 #game_ranking_box{
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
#g123 #game_ranking_box .title-box{
    background: #0000ff;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#g123 #game_ranking_box h2{
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123 #game_ranking_box ol{
    padding-top: 0;
}
#g123 #game_ranking_box li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}
#g123 #game_ranking_box li:after{
    display: block;
    clear: both;
    content: "";
}
#g123 #game_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: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}
#g123 #game_ranking_box li i.rank-1,
#g123 #game_ranking_box li i.rank-2,
#g123 #game_ranking_box li i.rank-3{
    background-color: #FA9A1C;
    border-color: #c00;
    color: #fff;
    z-index: 2
}
#g123 #game_ranking_box li i.rank-4,
#g123 #game_ranking_box li i.rank-5,
#g123 #game_ranking_box li i.rank-6,
#g123 #game_ranking_box li i.rank-7,
#g123 #game_ranking_box li i.rank-8,
#g123 #game_ranking_box li i.rank-9,
#g123 #game_ranking_box li i.rank-10{
    background-color: #efefef;
    border-color: #ccc;
    color: #003377;
    z-index: 2;
}
#g123 #game_ranking_box li i.rank-10{
    letter-spacing: -2px;
    padding: 0 3px 0 0;
}
#g123 #game_ranking_box li a{
    display: block;

}
#g123 #game_ranking_box li div{
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#g123 #game_ranking_box li div img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#g123 #game_ranking_box li h3{
    float: left;
    margin-left: 10px;
    width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 3px;
    color: #0000ff;
}

#g123 #game_ranking_box li p {
    float: left;
    margin-left: 10px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #333;
    width: 200px;
}

#g123 #game_ranking_box li a:hover h3 {
    text-decoration: underline;
}

#g123 #game_ranking_box li a:hover div {
    border: 1px solid #0000ff;
    opacity: 0.8;
}


#g123 #cum_ranking_box{
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
#g123 #cum_ranking_box .title-box{
    background: #0000ff;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#g123 #cum_ranking_box h2{
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123 #cum_ranking_box ol{
    padding-top: 0;
}
#g123 #cum_ranking_box li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}
#g123 #cum_ranking_box li:after{
    display: block;
    clear: both;
    content: "";
}
#g123 #cum_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: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}
#g123 #cum_ranking_box li i.rank-1,
#g123 #cum_ranking_box li i.rank-2,
#g123 #cum_ranking_box li i.rank-3{
    background-color: #FA9A1C;
    border-color: #c00;
    color: #fff;
    z-index: 2;
}
#g123 #cum_ranking_box li i.rank-4,
#g123 #cum_ranking_box li i.rank-5,
#g123 #cum_ranking_box li i.rank-6,
#g123 #cum_ranking_box li i.rank-7,
#g123 #cum_ranking_box li i.rank-8,
#g123 #cum_ranking_box li i.rank-9,
#g123 #cum_ranking_box li i.rank-10{
    background-color: #efefef;
    border-color: #ccc;
    color: #003377;
    z-index: 2;
}
#g123 #cum_ranking_box li i.rank-10{
    letter-spacing: -2px;
    padding: 0 3px 0 0;
}
#g123 #cum_ranking_box li a{
    display: block;

}
#g123 #cum_ranking_box li div{
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#g123 #cum_ranking_box li div img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#g123 #cum_ranking_box li h3{
    float: left;
    margin-left: 10px;
    width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 3px;
    color: #0000ff;
}

#g123 #cum_ranking_box li a:hover h3 {
    text-decoration: underline;
}

#g123 #cum_ranking_box li a:hover div {
    border: 1px solid #0000ff;
    opacity: 0.8;
}


/* 広告
  ---------------------------------------*/
#g123 #game_list {
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
#g123 #game_list .title-box {
    background: #0000ff;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}

#g123 #game_list .title-box h2 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #ffff00;
    font-weight: 600;
    border-left: 5px solid #ffff00;
    padding-left: 10px;
}

#g123 #game_list .title-box + .ad_box {
  margin-top: 5px;
}

#g123 #game_list .ad_box_wrap {
    margin-bottom: 5px;
}

#g123 #game_list .ad_box_wrap .banner_text {
    padding: 7px;
    background: #404849;
}

#g123 #game_list .ad_box_wrap .banner_text h4 {
    margin: 0 0 4px;
    color: #46d6ec;
    font-size: 0.78rem;
    overflow-wrap: break-word;
    line-height: 0.9rem;
    word-break: break-all;
}

#g123 #game_list .ad_box_wrap .banner_text p {
    color: #eee;
    overflow-wrap: break-word;
    line-height: 0.9rem;
    word-break: break-all;
    font-size: 0.78rem;
}




/* 記事アーカイブ
  ---------------------------------------*/
#g123.archive .list_box{
}
#g123.archive .list_box h2{
    font-size: 1.2rem;
    margin-bottom: 15px;
    color:#444;
    font-weight: bold;
}
#g123.archive .list_box ul{
    margin-bottom: 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ccc;
}
#g123.archive .list_box ul:last-child{
    margin-bottom: 30px;
}

#g123.archive .list_box li{
    position: relative;
    padding-left: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
#g123.archive .list_box 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: bold;
    color:#444;
}
#g123.archive .list_box a{

}

/* 記事詳細
  ---------------------------------------*/
#g123.detail #detail_contents a{

}
#g123.detail #detail_contents h2,
#g123.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 );
}
#g123.detail #detail_contents h3{
    font-size: 1.0rem;
}
#g123.detail #detail_contents .style1 caption,
#g123.detail #detail_contents .style2 caption {
    caption-side: top;
    text-align: center;
    color: #444;
    margin:0 0 5px;
    font-weight: 600;
}
#g123.detail #detail_contents tr.header th,
#g123.detail #detail_contents tr.header th {
    background-color: #999;
}
#g123.detail #detail_contents .style1 th,
#g123.detail #detail_contents .style2 th {
    background-color: #eee;
}

#g123.detail #detail_box .to_category a{

}

#g123.detail #detail_contents .photo {
    width: 600px;
}
#g123.detail #detail_contents .photo .rows2 {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}
#g123.detail #detail_contents .photo.single {
    width: 600px;
}

#g123.detail #detail_special h2{
    border-left: 7px solid #007656;
    border-bottom: 1px solid #007656;
}
#g123.detail #detail_special a{

}
#g123.detail #detail_recommend h2{
    border-left: 7px solid #007656;
    border-bottom: 1px solid #007656;
}
#g123.detail .alignnone{
    width: 80%;
    margin: 0 auto;
    display: block;
}

#g123 .detail_ad_box{
    padding-top: 20px;
    padding-bottom: 30px;
}

/* 特集・連載
  ---------------------------------------*/
#g123.special #special_title{
    padding: 40px 10px 10px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    background-color: #F4F5F7;
    position: relative;
    color: #444;
    min-height: 205px;
}
#g123.special #special_title .special_type{
    background-color: #c00;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 1.0rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
#g123.special #special_title h1{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    width: 550px;
}
#g123.special #special_title p.lead{
    font-size: 1.0rem;
    width: 550px;
    margin-bottom: 15px;
}
#g123.special #special_title .special_info{
    position: absolute;
    bottom: 10px;
    width: 710px;
}
#g123.special #special_title .special_info:after{
    display: block;
    clear: both;
    content: "";
}
#g123.special #special_title .author{
    font-size: 0.9rem;
    width: 480px;
    float: left;
}
#g123.special #special_title .author a{

}
#g123.special #special_title time{
    font-size: 0.8rem;
    color: #666;
    text-align: right;
    display: block;
    float: right;
    width: 220px;
}
#g123.special #special_title .title_img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
}
#g123.special #special_title .title_img img {
    width: 150px;
    
    height: 150px;
    object-fit: contain;
}
#g123.special #special_list{
}
#g123.special #special_list .specail_box{
    position: relative;
    padding: 0 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#g123.special #special_list .text_box{
    width: 575px;
    min-height: 125px;
}

#g123.special #special_list a:hover {
    text-decoration: none;
}

#g123.special #special_list a:hover h2 {
    text-decoration: underline;
}

#g123.special #special_list .text_box h2{
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0000ff;
}

#g123.special #special_list .text_box .subtitle{
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
}
#g123.special #special_list .text_box a p{
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

#g123.special #special_list .text_box time{
    font-size: 0.7rem;
    color: #666;
}
#g123.special #special_list .img_box{
    width: 124px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#g123.special #special_list a:hover .img_box {
    border: 1px solid #0000ff;
    opacity: 0.8;
}

#g123.special #special_list .img_box img {
    width: 124px;
    height: 124px;
    object-fit: none;
}

/* 背景ジャック
  ---------------------------------------*/
#g123 #sitejack {
width: 100%;
    height: 850px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 1200px;
    background:transparent url(/assets/img/g123/back_jack_03.png) no-repeat center top;
}

#g123 footer {
    position: relative;
}
