@charset "shift_jis";
/* CSS Document */

.pconly {
	display:none;
}
.sponly {
	display:block;
}

#contents {
	max-width: 639px;
}

header.pokemon_head .head_inbox.product_head h1 {
width: calc(100% - 30% - 50px);
max-width: inherit;
max-height: inherit;
text-align: center;
margin: 0 auto;
}
header.pokemon_head .head_inbox.product_head h1 img {
display: block;
max-height: inherit;
width: 100%;
height: auto;
}

@media (max-width: 479px) {
header.pokemon_head .head_inbox.product_head h1 {
width: calc(100% - 30% - 25px);
max-width: inherit;
text-align: center;
}
/*max-width: 479px*/}

header.pokemon_head .head_inbox.product_head h1 img {
width: 100%;
height: auto;
margin: 0 auto;
}