@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

body{
	background:;
}

h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	margin:30px 0;
}

.lead{
	padding: 20px;
	text-align: center;
}

.box{
	max-width:500px;
	width:100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 2rem;
}

.count-size{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 3rem;
	font-weight: bold;
	color: #294932;
}

.count-size_mb{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
}


