@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;
}

.MB10 {
margin-bottom: 10px!important;
}
.MT10 {
margin-top: 10px!important;
}



#wrapper {
	background:#fff;
}

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#contents .ct_box {
  overflow:hidden;
  position:relative;
  background-size: 100% auto;
}

#contents .ct_inbox {
  overflow:hidden;
  position:relative;
  background:url(../images/bg.gif) repeat-y top center;
  background-size: 100% auto;
}

#contents .ct_inbox .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;
  width:100%;
}


.price_sp_box {
	display:none;
}


#contents .img01 {
  display:block;
  margin: 20px auto 30px;
}

#contents .ttl_02 {
display: block;
margin:  0 auto 10px;
}

#contents .img02_box {
margin-bottom: 30px;
display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#contents .img02_box>div{
width: 50%;
margin-bottom: 20px;
padding:  0 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
#contents .img02_box>div>img{
display: block;
margin:  0 auto;
width: 100%;
height: auto;
max-width: 447px;
}
#contents .img02_box>div .movie_box {
max-width: 447px;
  margin: 10px auto 0;
  position:relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .img02_box>div .movie_box>* {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contents .img02_box>div .movie_box>* iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}