﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans:wght@400;600');

/* ==== > Page-top < ==== */
#headNav {
  height: unset !important;
  background-color: #1357c6;
  border-top: solid 1px #1357c6;
  border-bottom: solid 1px #1357c6;
}

#gdm_global_menu_id{
  /*overflow: auto;*/
  padding-top: 12px;

}
#gdm_global_menu_id > li{
  margin-top: 0px !important;
  margin-bottom: 12px !important;
}

.main-content.bg-main.default > div > ul{
  overflow: auto;
  min-height: 45px !important;  
  height: unset !important;
  padding-top: 10px;
}

.main-content .category li{
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}
/* ==== > / Page-top < ==== */

/* ==== > Header-logo < ==== */
header .header{
  overflow: hidden;
}
/* ==== > / Header-logo < ==== */

/* ==== > Nav1 - marker < ==== */
nav#myNavbar {
  height: unset !important;
  min-height: 45px;
  margin-top: 0px !important;
  overflow: auto;
}

body nav#myNavbar li{
  margin-top: 0px !important;
  margin-bottom: 12px !important;
}
/* ==== > / Nav1 - marker < ==== */

/*From Override CSS*/

#mainCont01 .articleArea {
  font-size: 16px ;
  color: #333 ;
  padding-bottom: 10px ;
  line-height: 1.8em ;
  
}

#mainCont01 .title a {
  font-weight: bold;
}
.preR .pageN ul li a{
  min-width: 30px !important;
  padding: 5px 5px !important;
}

.preR .pageN ul{
  position: relative;
  list-style: none;
}

.preR .pageN ul li:last-child{
  margin-right: 15px;
}

.preR .pageN ul li a.page-numbers:not(.prev):not(.next):not(.first):not(.last){
  margin-top:7px !important;
}

.preR .pageN ul li .page-numbers:not(:first-child){
  margin-top:5px !important;
}

.preR .pageN ul li:nth-child(1), .preR .pageN ul li:nth-child(6){
  margin-right: 0px !important;
}

.preR .pageN ul li.thisPage{
  margin-top:5px !important;
}

.preR .pageN ul li:first-child.thisPage{
  margin-top: 5px;
}

.preR .pageN ul li:last-child.thisPage{
  margin-top: 5px;
}

.page-numbers.dots{
  margin-left: 5px;
  margin-right: 5px;
  line-height: 45px;
}

.preR .pageN ul li:nth-child(2), .preR .pageN ul li:nth-child(3), .preR .pageN ul li:nth-child(4), .preR .pageN ul li:nth-child(5){
  margin-right: 0px !important;
}

#mainCont01 .detailPageN{
  display: block !important;
  width: 100% !important;
  padding:12px 0px !important;
  position: relative;
  min-height: 50px;
  font-weight: bold;
}

#mainCont01 .detailPageN ul{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#mainCont01 .detailPageN li{
  /*display:inline-block !important;*/
  float: left;
}

#mainCont01 .detailPageN li:not(:first-child){
  margin-left: 15px;
}

#mainCont01 .detailPageN li:last-child{
  float: left !important;
}

#mainCont01 .detailPageN .pageNumber{
  min-width: 20px;
  min-height: 30px;
  text-align: center;
  float:left;
  padding: 5px 10px;
}

#mainCont01 .current a {
  border: 1px solid #2c679a;
  background: #2c679a;
  border-radius: 3px;
}

#ranking li{
  min-height: 60px !important;
}


/*#campaign li:nth-child(5), #campaign li:nth-child(6){
  border-bottom: none;
  border-top: 1px dashed #5A5A5A;
}

#campaign li:nth-child(3), #campaign li:nth-child(4){
  border-top: 1px dashed #5A5A5A;
}*/
.detailImg {
    background: #FFF;
    padding: 30px;
    text-align: center;
}
.detailImg a {
    color: #000;
}

.detailImg img {
    max-width: 100%;
}

.detailImg .detailImgTit a{
  text-decoration: none;
   color: #000;
}

.detailImg .detailImgTit a:hover{
  text-decoration: underline;
}
.detailImg .detailImgTit {
    /*font-weight: bold;*/
    margin-top: 20px;
}

footer {background: #EBEBEB;}

#detail_img_footer {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 0;
}

.gdmLogo,
.detailImgCopy {
    float: left;
}

.detailImgCopy {
    padding: 4px 0px 0px 20px ;
}

.related li img{
  min-height: 128px;
  }

/*Maker*/
.shop_icon2 {
  border: 1px solid #ccc;
  padding: 2px 4px;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
}

a.specialprice-shop-link {
  color: #b72828;
}

/*From Style.css*/

.figureLeft {
  float: left;
  padding: 0 20px 0 0;width: 35%;}
.figureLeft img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;}
.figureRight {
  float: right;
  padding: 0 0 10px 20px;width: 35%;}
.figureRight img {
  max-width: 100%;}
.of {
  overflow: hidden;
  height: auto;
  zoom: 1;
}

.pic01,
.pic01n {width: 100%;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pic01 li,
.pic01n li {width: 50%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  float: left;
}

.pic01 li:first-child,
.pic01n li:first-child {padding-right: 10px;}
.pic01 > *:first-child + *,
.pic01n > *:first-child + * {padding-left: 10px;}
.pic01 li img,
.pic01n li img {
  max-width: 100%;}
.pic02,
.pic02n {width: 100%;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pic02 li,
.pic02n li {width: 33.333333%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  float: left;
}

.pic02 li:first-child,
.pic02n li:first-child {padding-right: 10px;}
.pic02 > *:first-child + *,
.pic02n > *:first-child + * {padding: 0 5px;}
.pic02 > *:first-child + * + *,
.pic02n > *:first-child + * + * {padding-left: 10px;}
.pic02 li img,
.pic02 li img {
  max-width: 100%;}
.pic03,
.pic03n {width: 100%;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pic03 li,
.pic03n li {width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  list-style: none;
  float: left;
}

.pic03 li:first-child,
.pic03n li:first-child {padding-right: 10px;}
.pic03 > *:first-child + *,
.pic03n > *:first-child + * {padding: 0 7px 0 3px;}
.pic03 > *:first-child + * + *,
.pic03n > *:first-child + * + * {padding: 0 3px 0 7px;}
.pic03 > *:first-child + * + * + *,
.pic03n > *:first-child + * + * + * {padding-left: 10px;}
.pic03 li img,
.pic03n li img {
  max-width: 100%;}
.pic01:after, .pic01n:after, .pic02:after, .pic02n:after, .pic03:after, .pic03n:after {
  clear: both;
  content: ".";
  display: block;
}

.tbT, .tbTn, .tbM, .tbMn, .tbB, .tbBn {
  display: table;
}

.tbT li, .tbTn li {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.tbM li, .tbMn li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.tbB li, .tbBn li {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

.mg0 {margin: 0 !important;}

.mt0 {margin-top: 0 !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mb0 {margin-bottom: 0 !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.mr0 {margin-right: 0 !important;}

.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.ml0 {margin-left: 0 !important;}

.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.mgAT {
  margin-right: auto !important;
  margin-left: auto !important;
}

.pd0 {padding: 0 !important;
}

.pd10 {padding: 10px !important;}
.pd20 {padding: 20px !important;}
.pt0 {padding-top: 0 !important;}

.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pb0 {padding-bottom: 0 !important;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pr0 {padding-right: 0;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}
.pl0 {padding-left: 0;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}

.taC {text-align: center;}
.taR {text-align: right;}
.taL {text-align: left;}

.fz75 {font-size: 75%;}
.fz80 {font-size: 80%;}
.fz88 {font-size: 88%;}
.fz90 {font-size: 90%;}
.fz100 {font-size: 100%;}
.fz110 {font-size: 110%;}
.fz117 {font-size: 117%;}
.fz120 {font-size: 120%;}
.fz130 {font-size: 130%;}
.fz140 {font-size: 140%;}
.fz150 {font-size: 150%;}
.fz160 {font-size: 160%;}
.fz170 {font-size: 170%;}
.fz180 {font-size: 180%;}
.fz190 {font-size: 190%;}
.fz200 {font-size: 200%;}

.fwB {font-weight: 700;}
.fwN {font-weight: 400;}

.cR {color: red;}
.cG {color: #0f0;}
.cB {color: #00f;}
.cY {color: #ff0;}
.cK {color: #333;}
.cW {color: #fff;}
.c999 {color: #999;}
.caaa {color: #aaa;}
.cccc {color: #ccc;}
.ceee {color: #eee;}

.decoN {text-decoration: none;}
.decoU {text-decoration: underline;}

.wAT {width: auto;}

.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33.333%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}
.hAT {
  height: auto;
}

.h100 {
  height: 100%;}
.w10pc {width: 10%;}
.w15pc {width: 15%;}
.w20pc {width: 20%;}
.w25pc {width: 25%;}
.w30pc {width: 30%;}
.w33pc {width: 33.333%;}
.w35pc {width: 35%;}
.w40pc {width: 40%;}
.w45pc {width: 45%;}
.w50pc {width: 50%;}
.w55pc {width: 55%;}
.w60pc {width: 60%;}
.w65pc {width: 65%;}
.w70pc {width: 70%;}
.w75pc {width: 75%;}
.w80pc {width: 80%;}
.w85pc {width: 85%;}
.w90pc {width: 90%;}
.hO01:hover {
  opacity: .8;
}

.hO02 {
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.hO02:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}

.lh1 {line-height: 1;}
.lh1-1 {line-height: 1.1;}
.lh1-2 {line-height: 1.2;}
.lh1-3 {line-height: 1.3;}
.lh1-4 {line-height: 1.4;}
.lh1-5 {line-height: 1.5;}
.lh1-6 {line-height: 1.6;}
.lh1-7 {line-height: 1.7;}
.lh1-8 {line-height: 1.8;}
.lh1-9 {line-height: 1.9;}
.lh2 {line-height: 2;}
.disB {
  display: block;
}

.disI {
  display: inline;
}

.disIB {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


.no-item-display{
  background-color: #dcdcdc;
    border: 1px solid #b4b4b4;
  padding:40px;
  margin:30px;
}

.align-left {
  float:left;
}
.align-right {
  float:right;
}
.align-center {
  text-align: center;
}
.align-clear {
  clear: both;
}

.object-flash{
    position:absolute;
    left:-9999px;
}

/*Common Layout CSS*/

body {
    background-color: #fff;
    font-family: "Segoe UI",Arial,"ＭＳＰ ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 1040px;
}
a:hover {
    text-decoration: underline;
}
.icon a:hover
{
    text-decoration: none;
}

.more {
    background-color: #dcdcdc;
    border: 1px solid #b4b4b4;
    padding: 12px 20px 12px 0;
    text-align: right;
}
.more a {
    background: rgba(0, 0, 0, 0) url("../images/common/ico_arrow.png") no-repeat scroll 0 center;
    padding-left: 20px;
}
#head {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 25px;
    width: 1040px;
}
#headUnderPage {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 25px;
    width: 1040px;
}

#headInner h1 {
    float: left;
}
#headInner #headBnrArea {
    float: right;
    width: 45%;
	height: 60px;
}
#headInner #headInfoArea {
    float: right;
}
#headInner #headInfoArea .update {
    color: #5a5a5a;
    float: left;
    font-size: 12px;
    margin: 10px 15px 0 0;
}


#headInner #headInfoArea form {
    float: left;
    height: 25px;
    margin-top: 5px;
}
#headInner #headInfoArea form .search {
    background-color: #dcdcdc;
    float: left;
    height: 25px;
    padding-left: 10px;
    border: solid 1px #797979;
}
#headNav nav {
    margin: 0 auto;
    width: 1040px;
}
#headNav li:first-of-type {
  border-left: 1px solid #fff;
}

#headNav li:last-of-type{
  border-right: 1px solid #fff;
}
#headNav nav li {
  float: left;
  border-left: 1px solid #ffffff;
  margin-top: 12px;
  padding: 0 7px;
}
#headNav nav li a.nav-link:hover {
  background: #fff;
  border-radius: 3px;
  opacity: 0.5;
  color: #000;
  text-decoration: none;
}
#headNav a.nav-link {
  padding: 3px 3px !important;
  letter-spacing: 1.7px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  transition: 0.3s;
}
#contents, .custom_content_container {
    background-color: #ebebeb;
    position: relative;
}
#contInner {
    margin: 0 auto;
    padding-top: 20px;
    width: 1040px;
}
.innerBox {
    background: #fff none repeat scroll 0 0;
    color: #333;
    margin-bottom: 20px;
    padding: 20px;
}
div.fstArticle {
    padding: 15px;
}
#maintenance {
    height: 105px;
    text-align: center;
}
.contFstBnr {
    margin-bottom: 20px;
    text-align: center;
}
#mainCont01 {
    float: left;
    width: 770px;
}
.preR li .title a {
    font-size: 16px;
}
.preR li .text,
.preR li .date {
  color: #787878;
  font-size: 14px;
  font-weight:normal;
  line-height:18px;
  margin-top:5px;
  letter-spacing: .04em;
}
#asideRight {
    float: right;
    width: 250px;
}
#asideRight img {
    margin-bottom: 1px;
}
#asideRight .box {
    background-color: #fff;
    border-color: #034c91 #b4b4b4 #b4b4b4;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 20px;
    padding: 20px 12px 12px;
    min-height: 120px;
}
#asideRight .box.bottom {
  margin-top: 30px;
}
#asideRight .ads {
    margin-bottom: 20px;
    text-align: center;
}
#asideRight .gSearch h1 {
    margin: 0 0 10px;
}
#asideRight .gSearch .gSearchInner {
    background: #dcdcdc none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 5px 8px;
}
#asideRight .language h1 {
    margin: 0 0 10px;
}
#asideRight .language .languageInner {
    border: 1px solid #787878;
}
#asideRight #ranking {
    background-color: #fff;
    border-color: #034c91 #b4b4b4 #b4b4b4;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 20px;
    padding: 30px 18px 5px 12px;
}
#asideRight #ranking a {
    color: #5a5a5a;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
#asideRight #ranking h1 {
    margin-bottom: 20px;
}
#asideRight #ranking li {
    border-top: 1px dashed #5a5a5a;
    padding: 15px 4px;
}
#asideRight #ranking li .figureLeft {
    margin-right: 0;
    padding: 0 10px 0 0;
    width: 32px;
}
#asideRight #ranking .title {
    line-height: 1.2em;
}
#asideRight .bNumber h1 {
    margin: 0 0 20px;
}
#asideRight .bNumber .bNumberInner ul li a {
    display: block;
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 0;
    padding: 4px 5px;
    text-align: center;
}
#asideRight .bNumber ul{
  list-style: outside none none;
}
#asideRight .bNumber li {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 1px;
    float: left;
    margin-bottom: 4px;
    width: 71px;
}
#asideRight .bNumber li:nth-child(3n+1), #asideRight .bNumber li:nth-child(3n+2) {
    margin-right: 5px;
}
/*#asideRight .bNumber li:nth-last-child(1), #asideRight .bNumber li:nth-last-child(2), #asideRight .bNumber li:nth-last-child(3) {
    margin-bottom: 0;
}*/
.sideBnr02 {
    display: block;
    margin: 0 auto;
}
#asideLeft {
    float: left;
    text-align: center;
    width: 160px;
}
#asideLeft img {
    margin-bottom: 10px;
}
#mainCont02 {
    float: right;
    width: 590px;
}
#mainCont02 .archive {
    background-color: #fff;
    margin-bottom: 18px;
}
#mainCont02 .archive .inner {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-top: 3px solid #034c91;
    padding: 30px 25px 0;
}
#mainCont02 .archive ul{
  list-style: outside none none;
}
#mainCont02 .archive li {
    border-bottom: 1px dashed #5a5a5a;
    padding: 10px 0;
    min-height: 30px;
}
#mainCont02 .archive li:first-child {
    border-top: 1px dashed #5a5a5a;
}
#mainCont02 .archive li .date {
    font-size: 12px;
}
#mainCont02 .archive li dd {
    margin: -20px 0 0 125px;
}
#mainCont02 .archive li a {
    color: #5a5a5a;
    text-decoration: underline;
}
#mainCont02 .archive .more {
    background-color: #fff;
    border-top: medium none;
    padding: 30px 20px 30px 0;
}
#mainCont02 .archive h1 {
    padding-bottom: 20px;
}
.contSndBnr {
    margin-bottom: 30px;
    text-align: center;
}
.sideBnr02 {
    margin-left: 45px;
    width: 160px;
}
.preR .pageN ul{
  list-style: outside none none;
}
.preR .pageN ul li a:hover div.btnPageN {
    color: white;
    opacity: 0.85;
    text-decoration: none;
}
.preR .pageN div.btnPageStop {
    background: grey none repeat scroll 0 0;
    color: #f2f4f7;
    font-size: 11.5px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px;
    padding: 5px;
}
.not-active {
    color: inherit !important;
    cursor: default;
    pointer-events: none;
}
.preR .pageN div.btnPageN {
    background: #38739a none repeat scroll 0 0;
    color: #f2f4f7;
    font-size: 11.5px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
}
.preR .pageN ul li .pageGoto {
    color: #3b7299;
    padding: 5px !important;
    text-align: center;
}
.preR .pageN ul li .pageGoto input {
    background: white none repeat scroll 0 0;
    border: 1px solid #3b7299;
    height: 30px;
    padding: 0 5px;
    text-align: right;
    width: 50px;
}
#toTop {
    background-color: transparent;
}
#toTop .inner {
    margin: 0 auto;
    width: 65.5%;
}
.floating {
    bottom: 15px !important;
    position: fixed !important;
}
.none_floating {
    position: absolute !important;
}
.fixed {
    position: fixed;
}
.static {
    display: inherit;
    position: static;
}
#toTop .inner img {
    background: #1357c6 none repeat scroll 0 0;
    bottom: 20px;
    height: auto;
    opacity: 0.38;
    position: absolute;
    right: 17.25%;
}
#toTop .inner img:hover {
    opacity: 1;
}
#foot {
    background-color: #1357c6;
    color: #fff;
    min-width: 1040px;
}
#foot ul{
  list-style: outside none none;
}

#foot a {
    color: #fff;
}
#footInner {
    letter-spacing: 0.6px !important;
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 1040px;
}

#footBg {
}
#footerInfo {
    float: left;
    font-size: 10px;
    padding-right: 40px;
    width: 270px;
}
#footerInfo .footLogo {
    margin-bottom: 20px;
}
#footerInfo .footAddress {
    margin-bottom: 20px;
}
#footerInfo ul {
    margin-top: 50px;
}
#footerInfo li {
    float: left;
    margin-right: 8px;
}
#footerInfo .gdmLogo {
    margin-top: 20px;
}
#footNav01 {
    float: left;
    font-size: 12px;
    padding: 0 30px;
    width: 415px;
}
#footNav01 ul:not(:last-child) {
    margin-right: 25px;
}
#footNav01 ul {
    float: left;
}
#footNav01 > ul > li {
    margin-bottom: 20px;
}
#footNav01 > ul > li > a {
    background: rgba(0, 0, 0, 0) url("../images/common/arrow_small.png") no-repeat scroll 0 center;
    padding-left: 15px;
}
#footNav01 ul ul {
    font-size: 10px;
}
#footNav01 ul ul li::before {
    content: "- ";
}
#footNav01 ul ul li {
    margin-bottom: 2px;
    padding-left: 15px;
}
#footNav02 {
    float: left;
    font-size: 12px;
    padding: 0 30px;
    width: 167px;
}
#footNav02 li, #footNav03 li {
    background: rgba(0, 0, 0, 0) url("../images/common/arrow_small.png") no-repeat scroll 0 center;
    margin-bottom: 20px;
    padding-left: 15px;
}
#footNav03 {
    float: left;
    font-size: 12px;
    padding-left: 18px;
    width: 185px;
}
#copy {
    background-color: #000;
    color: #ccc;
    font-size: 13px;
    padding: 35px 0;
    text-align: center;
}
.detailImg img {
    margin-top: 20px;
}
#pressrelease_category {
    background: #00c6ff none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
#crew_category {
    background: #ff9b00 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
#review_category {
    background: #1148b3 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
#specialprice_category {
    background: #eb0200 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
.detailSns {
  display: none;
}
.detailSns ul{
  list-style: outside none none;
}
.detailSns img {
    width: 100%;
}

.footer_sns img{
   border-radius: 4px;
}
.detailSns img:hover {
    opacity: 0.7;
}
.sp-back-link {
    background-color: #f7f9e9;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 5px #ccc;
    font-size: 21px;
    font-weight: bold;
    height: 145px;
    opacity: 0.75;
    padding: 50px 10px;
    position: fixed;
    right: 4%;
    text-align: center;
    top: 70%;
    width: 160px;
    z-index: 999;
}
.sp-back-link:hover {
    opacity: 1;
}
.language select {
    border: 1px solid #ccc;
    width: 100%;
}
.right_g_ad {
    text-align: center;
}
.new-icon {
    background: #fbc112 none repeat scroll 0 0;
    border-style: none !important;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 !important;
    padding: 2px 5px;
}
.voice-icon {
    background: #ffff00 none repeat scroll 0 0;
    color: #424030;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
}
.specialprice-icon {
    background: #ea0804 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
}
div.vertical-line {
    border-left: 1px solid #013e9f;
    float: left;
    height: 330px;
}



/*----- #closeup,#ranking, #voice -----*/

#closeup,
#ranking,
#voice {background-color: #FFF;}

#closeup dd a,
#ranking li a
{
  text-decoration: underline;
}
#mainCont01 #ranking li a{
  font-weight: normal;
}

#closeup .inner,
#voice .inner,
#ranking {
  border-top: 3px solid #034C91;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}

#closeup .inner{padding: 30px 25px 0 25px;}
#voice .inner{padding: 10px 25px 0 25px;}
#ranking {
  padding: 30px 25px;
  border-bottom: 1px solid #B4B4B4;
}

#voice .title a{
  font-weight: bold;
}
#closeup li a,
#ranking a {
  color: #5A5A5A;
  /*!  */
  font-size:13px;
  line-height:14px;
}
#ranking ul li,
#voice ul li,
#closeup ul li{
  list-style: outside none none;
}
#voice li a {
  color:#034C91;
}

#closeup .more,
#voice .more{
  background-color: #FFF;
  padding: 30px 20px 30px 0;
  border-top: none;
}

#closeup h1,
#ranking h1 {margin-bottom:20px;}

#closeup,
#voice {margin-bottom:18px;}


/*----- #closeup -----*/

#closeup li {
  border-bottom: 1px dashed #5A5A5A;
  padding: 10px 0;
}
#closeup li:first-child {border-top: 1px dashed #5A5A5A;}
#closeup li .date {font-size:12px;}
#closeup li dd{margin: -20px 0 0 125px}

/*----- #voice -----*/

#voice li {
  border-bottom: 1px solid #787878;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#voice li:last-child {margin-bottom: 0;}
#voice li .date,
#voice li .subText {font-size: 12px;}
#voice li .date {margin-bottom: 5px}
#voice li .figureLeft {
  width: 73px;
  padding: 0;
  margin-right: 16px;
}

/*----- #ranking -----*/

#ranking li {
  border-top: 1px dashed #5A5A5A;
  padding: 10px 0;
}
#ranking li .figureLeft {
  width: 40px;
  padding: 0;
  margin-right: 30px;
}
.att_caption{
  margin-top:10px;
}
form.wpcf7-form{
  border: 1px solid #c8c6c6;
    background: #efefef;
    padding: 30px 20px;
    margin-top: 20px
}
form.wpcf7-form input[type="text"].wpcf7-form-control:focus,
form.wpcf7-form input[type="email"].wpcf7-form-control:focus,
form.wpcf7-form textarea.wpcf7-form-control:focus,
form.wpcf7-form input[type="text"].wpcf7-form-control:hover,
form.wpcf7-form input[type="email"].wpcf7-form-control:hover,
form.wpcf7-form textarea.wpcf7-form-control:hover,
select.wpcf7-form-control.wpcf7-select:hover
{
    background: #ffffe6;
}
form.wpcf7-form input.wpcf7-form-control:active {
    background: #ffffe6;
}
input.wpcf7-form-control.wpcf7-submit:hover{
  cursor: pointer;
  background: #4286f4;
}
input.wpcf7-form-control.wpcf7-submit:active{
  background: #ffffe6;
}
form.wpcf7-form p {
  margin-bottom: 10px;
}
form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
  background: #FFF;
  border: 1px solid #c8c6c6;
  padding: 2px 5px;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea,
form.wpcf7-form select {  
  width: 100%;
}
form.wpcf7-form select {
  padding: 3px;
}


form.wpcf7-form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 2px;
  border: 0;
  color: #FFF;
  background: -moz-linear-gradient(top, #587bbd 0%, #305bac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#587bbd), color-stop(100%,#305bac));
  background: -webkit-linear-gradient(top, #587bbd 0%,#305bac 100%);
  background: -o-linear-gradient(top, #587bbd 0%,#305bac 100%);
  background: -ms-linear-gradient(top, #587bbd 0%,#305bac 100%);
  background: linear-gradient(to bottom, #587bbd 0%,#305bac 100%);
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: bold;
}
.title404 {  
    margin-top: 70px;  
    margin-bottom:  70px;  
    color: #D30;  font-size: 50px;  
    font-weight: bolder;
}
.text404 {  
    margin-bottom: 20px; 
     color: #555;  
     font-size: 18px; 
     font-weight: bolder;
}
/* #ranking {
  display:none!important;
} */

/* new menu */
.main-content .categorybar-cl.default {
  background: gray;
}
.main-content .categorybar-cl.default.maker-2 {
  border-bottom: solid 1px #A0A0A0;
  border-top: solid 1px #A0A0A0;
}
.main-content .category {
  height: 45px !important;
  list-style: none;
}
.header-container {
  width: 1040px;
  margin: 0 auto;
}
.main-content .category li:first-of-type {
  border-left: 1px solid #ffffff;
}
.main-content .category li {
  float: left;
  padding: 0 7px !important;
  border-left: 1px solid #ffffff;
  margin-top: 12px;
}
.main-content .category li a {
  display: block;
  text-align: center;
  font-size: 0.8em;
  padding: 3px 4px !important;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.main-content .category li:last-of-type {
  border-right: 1px solid #ffffff;
}
.main-content .category li a:hover {
  background: #c0c0c0;
  color: #333333;
  border-radius: 3px;
}
/* ASIN CODE  */
/* .amazon-asin-code .custom_btn {
  cursor: pointer;
  padding: .375rem .75rem;
  border-radius: .25rem;
} */
.amazon-asin-code .custom_btn {
  cursor: pointer;
  padding: .375rem .75rem;
  border-radius: .25rem;
  width: 300px;
  display: inline-block;
  text-align: center;
  word-break: break-all;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;   
}
.amazon-asin-code .custom_btn:hover, .amazon-asin-code .custom_btn:focus {
  outline: none;
}

.amazon-asin-code .custom_blue_bg_color {
  /* background: #3E699C; */
  background: #234099;
  border-radius: 5px;
  font-size: 0.9rem;
  border: none;
}
.amazon-asin-code .custom_blue_color {
color: blue;
}


.amazon-asin-code .custom_red_bg_color {
background-color: red;
}
.amazon-asin-code .custom_red_color {
color: red;
}
.amazon-asin-code .custom_red_bd_color {
border: 4px solid red;
}

.amazon-asin-code .custom_orange_bg_color {
  background-color: #FF9900;
  font-size: 0.9rem;
  border-radius: 5px;
  border: none;
}
.amazon-asin-code .custom_orange_color {
  color: FF9900;
}



.amazon-asin-code .custom_yellow_bg_color {
background-color: yellow;
}
.amazon-asin-code .custom_yellow_color {
color: yellow;
}
.amazon-asin-code .custom_yellow_bd_color {
border: 4px solid yellow;
}


.amazon-asin-code .custom_green_bg_color {
background-color: green;
}
.amazon-asin-code .custom_green_color {
color: green;
}
.amazon-asin-code .custom_green_bd_color {
border: 4px solid green;
}

.amazon-asin-code .custom_white_bg_color {
background-color: white;
}
.amazon-asin-code .custom_white_color {
color: white;
}
.amazon-asin-code .custom_white_bd_color {
border: 4px solid white;
}

.amazon-asin-code .custom_black_bg_color {
background-color: black;
}
.amazon-asin-code .custom_black_color {
color: black;
}
.amazon-asin-code .custom_black_bd_color {
border: 4px solid black;
}




.amazon-asin-code.custom_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* .amazon-asin-code.custom_row .custom_col-md-6 {
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 1rem;
} */
.amazon-asin-code.custom_row .custom_col-md-6 {
  text-align: right;
  /* flex: 0 0 50%; */
  max-width: 50%;
  margin-bottom: 1rem
}

.amazon-asin-code .custom_col-md-6:nth-of-type(even) {
  text-align: left;
}
.amazon-asin-code .custom_col-md-6:nth-of-type(even) .custom_btn {
  margin-left: 10px;
}
.amazon-asin-code .custom_col-md-6:nth-of-type(5n) {
  text-align: center;
}
.top-section-img{
  width: 380px;
}

.top-section-img-computex{
  width: 770px;
  height: 45px;
}

/*Parallax Background Image*/

p.logo-white-text {
  display: none;
  vertical-align: middle;
  font-size: small;
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
}
img.logo-white {
  display: none;
}
.whitetextcolor {
  color: #fff !important;
}
/* 2022 - 4 - 26 Temporary */
#ranking { 
  display: none;
}
.clear-both{
  clear: both;
}

/* Sponsored Content  Start */

.sponsored_container {
  margin-top:7px;
  display:flex;
  justify-content:end;
  align-items:center;
  margin-bottom: 2px;
}
.sponsored_wrap {
  position: relative;
  width: fit-content;
  color:#d42525;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
}

.sponsored-text-content {
  font-size: 9px;
  line-height: 8px;
  text-align: left;
  padding: 0 3px 2px 4px;
  color: #666666;
}
span.sponsored-border_btm:after {
  display: block;
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-bottom: 1.5px solid #dadada;
  border-right: 1.5px solid #dadada;
  border-bottom-right-radius: 2.2px;
}
span.sponsored-border_btm:before {
  display: block;
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1.5px solid #dadada;
  border-left: 1.5px solid #dadada;
  border-bottom-left-radius: 2.2px;
}
.sponsored_wrap:before {
  display: block;
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  border-top: 1.5px solid #dadada;
  border-left: 1.5px solid #dadada;
  border-top-left-radius: 2.2px;
}
.sponsored_wrap:after {
  display: block;
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  top: -2px;
  right: 0;
  border-top: 1.5px solid #dadada;
  border-right: 1.5px solid #dadada;
  border-top-right-radius: 2.2px;
}

/* Sponsored Content  End */

/* Youtube content */
.douga {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically if needed */
  width: 100%;            /* Full width of the page */
  margin: 0 auto;         /* Ensure it's centered even if width is not 100% */
}

.douga iframe {
  max-width: 100%;       /* Ensures iframe scales with screen size */
}

/* Youtube content */