@charset "shift_jis";
/* CSS Document */

#wrapper {
	background:#fff;
}

#contents {
	max-width: 639px;
}

.pconly {
	display:none;
}
.sponly {
	display:block;
}





#contents h1.pokemon_hd {
	margin-bottom:30px;
}
#contents .moncolle_logo {
	top:40px;
}

.mv_ttl{
text-align: left;
font-size: 20px;
}

.ct_box .ct_inbox {
	margin: 0 5px 20px;
}
.ct_box .list_box {
	padding:5px;
	border-radius: 5px;
	
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0,142,66,0.75);
	box-shadow: inset 0 0 5px 2px rgba(0,142,66,0.75);
}
.ct_box .list_box .list_inbox {
	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 .list_inbox .ttl {
	max-width:542px;
	width:90%;
}
.ct_box .list_inbox .img {
	max-width:425px;
	width:100%;
	margin-bottom:10px;
}
.ct_box .list_inbox .pokemonfan {
	max-width:608px;
}


.content_pc {
	display:none;
}

.content_sp {
	display:block;
}


.ct_box .list_inbox .ttl {
	width:100%;
}

.ct_box .ct_inbox .flex-container .btn_each{
	width: 80%;
	margin: 0 auto 20px;
}



