@charset "shift_jis";
/* CSS Document */

div,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin:0px;
	padding:0px;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}/*
ol,ul {
	list-style:none;
}*/
caption {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
textarea { 
	font-size: 100%;
}
/*img {
	vertical-align: bottom;
	border-style:none;
}*/
hr {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;
}

/* relative size set */
.r16 { font-size:100% }		/* 16px | medium | default */
.r14 { font-size:87.5% }	/* 14px */
.r13 { font-size:81.25% }	/* 13px | small */
.r12 { font-size:75% }		/* 12px */
.r11 { font-size:68.75% }	/* 11px */
.r10 { font-size:62.5% }	/* 10px | x-small */
.r9 { font-size:56.25% }	/*  9px | xx-small */

/* relative size set  Line High*/
.r16h { font-size:100%; line-height:1.6 }		/* 16px | medium | default */
.r14h { font-size:87.5%; line-height:1.4 }	/* 14px */
.r13h { font-size:81.25%; line-height:1.3 }	/* 13px | small */
.r11h { font-size:68.75%; line-height:1.1 }	/* 11px */
.r10h { font-size:62.5%; line-height:1 }	/* 10px | x-small */
.r9h { font-size:56.25%; line-height:0.9 }	/*  9px | xx-small */

.r16h120 { font-size:100%; line-height:1.2 }		/* 16px | medium | default */
.r14h120 { font-size:87.5%; line-height:1.2 }	/* 14px */
.r13h120 { font-size:81.25%; line-height:1.2 }	/* 13px | small */
.r11h120 { font-size:68.75%; line-height:1.2 }	/* 11px */
.r12h120 { font-size:75%; line-height:1.2 }		/* 12px */
.r10h120 { font-size:62.5%; line-height:1.2 }	/* 10px | x-small */
.r9h120 { font-size:56.25%; line-height:1.2 }	/*  9px | xx-small */

.r16h150 { font-size:100%; line-height:1.5 }		/* 16px | medium | default */
.r14h150 { font-size:87.5%; line-height:1.5 }	/* 14px */
.r13h150 { font-size:81.25%; line-height:1.5 }	/* 13px | small */
.r12h150 { font-size:75%; line-height:1.5 }		/* 12px */
.r11h150 { font-size:68.75%; line-height:1.5 }	/* 11px */
.r10h150 { font-size:62.5%; line-height:1.5 }	/* 10px | x-small */
.r9h150 { font-size:56.25%; line-height:1.5 }	/*  9px | xx-small */

/* absolute size set */
.a16 { font-size:16px }
.a14 { font-size:14px }
.a13 { font-size:13px }
.a12 { font-size:12px }
.a11 { font-size:11px }
.a10 { font-size:10px }
.a9 { font-size:9px }

/* absolute size set Line High*/
.a16h120 { font-size:16px; line-height:1.2 }
.a14h120 { font-size:14px; line-height:1.2 }
.a13h120 { font-size:13px; line-height:1.2 }
.a12h120 { font-size:12px; line-height:1.2 }
.a12h120red {
	font-size:12px;
	line-height:1.2;
	color: #F33;
}
.a11h120 { font-size:11px; line-height:1.2 }
.a10h120 { font-size:10px; line-height:1.2 }
.a9h120 { font-size:9px; line-height:1.2 }

.a14h150 { font-size:14px; line-height:1.5 }
.a13h150 {
	font-size:13px;
	line-height:1.5;
}
.a12h150 { font-size:12px; line-height:1.5 }
.a11h150 { font-size:11px; line-height:1.5 }
.a10h150 { font-size:10px; line-height:1.5 }


.switchImg {}
.w100 {
	display:block;
	width:100%;
	height:auto;
}
.pconly {
	display:block;
}
.sponly {
	display:none;
}



#wrapper {
	background:#fff;
}

#contents .MB10 {
margin-bottom: 10px;
}

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#contents .ct_box {
  overflow:hidden;
  position:relative;
  background:#003E97 url(../../images/bg.jpg) no-repeat center center;
  background-attachment: fixed;
}


#contents .pokemon_hd {
  position: absolute;
  z-index:1000;
  top:0;
  left:0;
}


#contents .bnr_movie {
  display:block;
  margin-bottom:10px;
  width:300px;
}
#contents h1 {
  margin: 0 auto 0;
  max-width:493px;
  width:51%;
  padding:50px 0 30px;
}




#contents .tabbtn_box {
  border-bottom: solid 10px #E72C0D;
  
  display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	
	flex-wrap: no-wrap;
	-webkit-flex-wrap: no-wrap;
	-moz-flex-wrap: no-wrap;
	-ms-flex-wrap: no-wrap;
}


#contents .tabbtn_box a {
  width:33%;
  max-width:320px;
  display:block;
}
#contents .tabbtn_box a:hover {
  opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .tabbtn_box a img {
  width:100%;
  height:auto;
}



#contents .ct_inbox {
  overflow:hidden;
  position:relative;
/*  background:#37D1FF url(../../images/bg_ct_inbox.jpg) no-repeat top center;
  background-size: 100% auto;*/
  
  padding:25px 0 0;
}

#contents .ct_inbox .ct_inbox2 {
  padding: 0 30px;
  overflow:hidden;
}
#contents .ct_inbox .ct_inbox2 .lineup_box {
  background: rgba(0,0,0,0.8);
  padding:30px;
  border-radius:18px;
  margin-bottom:30px;
  overflow:hidden;
  color:#fff;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box {
  border-bottom: solid #00FF00 4px;
  padding-bottom:12px;
  margin-bottom:20px;
  overflow:hidden;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box h2 {
  display:block;
  float:left;
  color:#00FF00;
  font-size:24px;
  font-weight:bold;
  line-height:1.1;
  padding-top:6px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box .price_box {
  float:right;
  text-align:right;
  font-size:12px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box .price_box p,
#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box .price_box a {
  display:inline-block;
  margin-left:1em;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_box .price_box a:hover {
  opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box {
  float:left;
  width:430px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .img_box {
  width:100%;
  background:url(../images/img_bg.png) no-repeat center center;
  background-size:cover;
  margin-bottom:10px;
  position:relative;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .FadeBox{
  z-index:100;
  position:absolute;
  background:url(../images/img_bg.png) no-repeat center center;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box {
  display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box>* {
  max-width:100px;
  background:url(../images/thumb_bg.png) no-repeat center center;
  background-size:cover;
  cursor:pointer;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box>*:hover {
  opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box.col5>* {
  max-width:78px;
  background:url(../images/thumb_col5_bg.png) no-repeat center center;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box.col5>*.blank {
  width:78px;
  background:none;
  cursor:default;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .thumb_box>*:hover {
  opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



#contents .ct_inbox .ct_inbox2 .lineup_box .left_box .slide_outbox {
  width:100%;
  background:url(../images/img_bg.png) no-repeat center center;
  background-size:cover;
  overflow:hidden;
  display:none;
}



#contents .ct_inbox .ct_inbox2 .lineup_box .right_box {
  float:right;
  width:400px;
  font-size:16px;
  font-weight:bold;
}


#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .type_box,
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .signal_box,
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box p.data_txt,
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box p.setumei_txt {
  display:block;
  border-bottom: solid 1px #00FF00;
  padding-bottom:12px;
  margin-bottom:12px;
}


#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .type_box p {
  display:inline-block;
  margin:0 10px 3px 0;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .type_box img {
  display:inline-block;
  margin-right:5px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box p.setumei_txt strong,
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .secret_box strong {
  font-weight:bold;
  color:#fff100;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .signal_box img {
display: inline-block;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .right_box audio{
display: none;
width: 1px;
height: 1px;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .right_box .secret_box img {
  margin-top:5px;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .ttl_moncolleothers {
  display:block;
  margin: 0 auto;
  max-width:429px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .otherslist_inbox{
	display: -webkit-flex;
	display: -moz-box;
  display: -ms-flexbox;
	display: flex;
	
/*	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;*/
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#contents .ct_inbox .ct_inbox2 .lineup_box .otherslist_inbox a {
	display:block;
	text-align:center;
	width:33.3%;
	margin-top:25px;
	padding: 0 10px;
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .otherslist_inbox a img {
	width:100%;
	height:auto;
	max-width:280px;
}
#contents .ct_inbox .ct_inbox2 .lineup_box .otherslist_inbox a:hover img {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}