@charset "shift_jis";
/* CSS Document */

#contents {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	padding: 0px 0 57px;
	text-align: left;
}



.ct_box {
	background: url(../images/bg_pc.jpg) repeat-y;
	background-size: 100% auto;
	position:relative;
}

#contents h1.pokemon_hd {
	margin-bottom:20px;
}


.ct_box a.btn_totop {
	width:15%;
	max-width:140px;
	display:block;
	float:right;
	margin:0 20px 10px 0;
}

.ct_box .ct_inbox {
	margin: 0 20px 20px;
	overflow: hidden;
	clear: both;
}


.ct_box .list_box {
	padding: 20px 16px;
	overflow: hidden;
	background:#000 ;
	border: solid 1px #7ABB27;
	border-radius: 10px;
	
	-webkit-box-shadow: inset 0 0 20px 5px rgba(0,142,66,0.75);
	box-shadow: inset 0 0 20px 5px rgba(0,142,66,0.75);
}
.ct_box .list_box.MB30 {
	margin-bottom:30px;
}
.ct_box .list_box .list_inbox {
	background:url(../images/bg_loop.gif) center center;
	overflow:hidden;
	
	padding:20px 0;
	
	-webkit-box-shadow: inset 0 0 20px 5px rgba(0,0,0,1);
	box-shadow: inset 0 0 20px 5px rgba(0,0,0,1);
}


.ct_box .img_logos {
	max-width:724px;
	width:90%;
	height:auto;
	margin: 0 auto;
}

.ct_box .moncolle_ttl {
	display:block;
	width:95%;
	height:auto;
	margin: 0 auto 20px;
	max-width:833px;
}

.ct_box .moncolle_img {
	display:block;
	float:left;
	margin: 0 0 0 20px;
}

.ct_box .moncolle_list {
	float:right;
	margin:0 20px 0 0;
	width:500px;
	
	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;
}

.ct_box .moncolle_list>div {
	width:33%;
	text-align:center;
	margin-bottom:15px;
	padding: 0 10px;
	color:#00ff00;
	font-weight:bold;
	line-height:1.2;
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ct_box .moncolle_list>div img {
	margin-bottom:5px;
}
.ct_box .moncolle_list>div em {
	font-size:13px;
	font-weight:bold;
}

.ct_box .moncolle_list>div a {
	text-decoration:none;
	color:#00ff00;
}
.ct_box .moncolle_list>div a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.ct_box .img_logos2 {
	display:block;
	max-width:731px;
	width:90%;
	height:auto;
	margin: 0 auto;
}


.ct_box .pokemonpan_pc {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 906px;
}

@media (max-width:979px){

/*.ct_box .list_box section .list_inbox {
	margin-right:0;
	
	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;
}*/
}
