
#box_01{
	width: 520px;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
/*////////////////////////////////////////////////////////////
	FOR SMARTPHONE
////////////////////////////////////////////////////////////*/
@media screen and (max-width: 960px) {
	#box_01{
		width: 100%;
	}
}
