@charset 'utf-8';

@import url(//fonts.googleapis.com/css?family=Roboto);

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
em, strong {
	font-weight: bold;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: Roboto,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	color: #333;
	background: #fffdf6;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
.container {
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.tagline {
	background: #7ab209;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin: 0 0 30px;
}
header {
	margin: 0 0 30px;
}
header h1 {
	background: url(../images/logo@2x.png) no-repeat top left;
	background-size: 100%;
	width: 300px;
	height: 0;
	padding: 150px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
}
.lead {
	margin: 0 0 30px;
}
.lead p {
	text-align: center;
	line-height: 2;
}
.main dl {
	font-weight: bold;
	text-align: center;
	margin: 0 0 45px;
}
.main dd li {
	color: #999;
	display: inline;
}
.main dd li:before {
	content: "|";
	padding: 0 10px;
}
.main dd li:first-child:before {
	content: none;
}
/*-----バナー--------*/
.banner {
	text-align: center;
}
.banner li {
	margin: 30px 0 0 0;
}
.banner li:first-child {
	margin: 0;
}
.banner li a:hover img {
	opacity: 0.8;
}
.banner li img {
	display: block;
	width: 100%;
}
.banner li p {
	margin: 5px 0 0;
}
.banner li:last-child {
	margin: 60px 0;
}
/*-----バナーここまで--------*/
.other {
	text-align: center;
	padding: 20px 0 0;
}
footer {
	padding: 60px 0 30px;
}
footer p {
	text-align: center;
}

@media screen and (max-width:640px) {
	body {
		font-size: 13px;
	}
	.tagline {
		line-height: 2;
	}
	.lead p {
		text-align: left;
	}
	.lead br {
		display: none;
	}
	.main dd li {
		display: block;
		margin: 10px 0 0 0;
	}
	.main dd li:before {
		content: none;
	}
}