@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Shuei Nijimi Anti';
}

.content_wrap {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.s_ph{width:360px; margin:0 auto;}

@media screen and (max-width: 640px){
.s_ph{width:70%; margin:0 auto;}
}