@charset "UTF-8";
/* 初期値 */
body {
	line-height: 1.5;
	color: #333;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	vertical-align:middle;
}
a {
	text-decoration:none;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,
ul li,
dl,
dl dd {
	margin:0;
	padding:0;
}
figure {
	margin:0;
}
address {
	font-style:normal;
}
ul {
	list-style:none;
}
@font-face {	/* IE8 */
	font-family:'condenseicon';
	src: url('../font/CONDENSEicon.eot');
}
@font-face {	/* IE9以上 */
	font-family:'condenseicon';
	src: url('../font/CONDENSEicon.ttf') format('truetype'),url('../font/CONDENSEicon.otf') format('opentype'),url('../font/CONDENSEicon.woff') format('woff');
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 共通 */
#wrapper {
	width: 760px;
	margin:auto;
}
header {
	position:relative;
	height:80px;
	padding-top:16px;
	border-top:8px solid #29781F;
	
}

header dt {
	height:57px;
}
header dt img {
	margin-right:10px;
}
header dd {
	position:absolute;
	top:10px;
	right:0;
	font-size:12px;
}
header dd,
header dd a {
	color:#666;
}
header dd a {
	cursor:default;
	pointer-events:none;
}
header dd a:hover {
/*	text-decoration:underline;	*/
	text-decoration:none;
}
header dd img {
	display:block;
	margin-top:5px;
}
#content h1 {
	margin-bottom:30px;
	color:#28781F;
	font-size:26px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align:center;
}
#content .btn {
	clear:both;
	margin-bottom:10px;
	text-align:center;
}
#content .btn li {
	display:inline-block;
	width:165px;
}
#content .btn li {
	display:inline-block;
	width:165px;
	margin:5px;
	vertical-align:middle;
}
#content .btn li a,
#content .btn li button {
	display:block;
	width:100%;
	height:35px;
	margin:0;
	padding:0;
	background:#29781F;
	border:none;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	line-height:35px;
	text-align:center;
}
#content .btn li a span {
	letter-spacing:0;
	font-size:16px;
	font-weight:normal;
}
#content .btn li a:hover,
#content .btn li button:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
#content .btn li.send button {
	background-color:#8F0206;
}
footer {
	background-color:#29781F;
	padding:4px;
	color:#FFF;
	font-size:12px;
	line-height:1;
	text-align:center;
}