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


body{
	margin:0 ;
	padding:0 ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px ;
	color:#666;
	
}


/* wrapper ページ中央寄せbox*/

#wrapper{
	width: 550px;
	margin: 0 auto;
}


#head{
	width:550px;
	font-size:24px;
	margin-top:50px;
	margin-bottom:50px;
}


.box{
	width:500px;
	padding:25px;
	border:solid 1px #666;
	text-align:center;
	margin-bottom:20px;
}


.title{
	font-size:16px;
	width:500px;
	margin-bottom:20px;
}

.text{
	font-size:16px;
	width:500px;
	text-align:left;
	margin-bottom:20px;
}

.imgs{
	width:500px;
	margin-bottom:20px;
}
