html,body{
	width:100%;
	font-family: 'Mplus 1p','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight:400;
	letter-spacing:0.07rem;
	line-height:1.6;
	color:#555;}

*{ margin:0; padding:0; box-sizing: border-box;}

body{
	padding:1rem;}

p{
	text-align:center;
	font-size:0.7rem;
	margin-bottom:1rem;}

div{
	max-width:700px;
	margin:0 auto; }

img {
    width:100%;
	height:auto;
	border:1px solid #000;
	margin-bottom:1rem;}
