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

h1{ margin:20px 0; }


h2{
	min-height:24px;
	margin:0 0 30px 0;
	padding:34px 0 10px 0;
	font-size:24px;
	line-height:1.3;
	border-bottom:5px solid #009D24;
}

body{
	width:90.4%;
	margin:0px auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:175%;
	color:#333;
	-webkit-text-size-adjust:100%;
}

img{
	width:auto;
	max-width:100%;
	height:auto;
	border:0;
}