@charset "utf-8";
/* 共通
 ------------*/
html{
	font-size: 100%;
	height:auto;
	margin-bottom: 1px;
}
body{
	font-family: Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
	color: #444;
	line-height: 100%;
	text-decoration: none;
	font-size: 85%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
submit{padding:5px 10px;}
.clear{clear:both;}
.errors{color:#ff00ff;}
.inpRequired{color:red;}
.inpRequired:after{content:"*"}
.hosoku{color:#6B8E23;font-size:12px;}
fieldset, img{border: 0;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.margin20{margin:20px;}

.emptyBox{margin:600px;}

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#footer{
	color: #aa9a00;
	background: #000;
	padding: 0 20px 20px 20px;
}
#footer a{color: #aa9a00;}
#footer small{font-size: 10px;float: left;}
#footer nav{font-size: 10px;float: right;}

/* フォーム要素
 ------------*/
.textS{width:80px;}
.textM{width:250px;}
.textL{width:500px;}
.textareaS{width:400px;height:150px;}
.textareaM{width:400px;height:150px;}
.textareaL{width:400px;height:150px;}
.inpTextarea{width:100%;height:200px;}

/* スマホ サイト */
@media screen and (max-width: 640px){
	.textL{width:100%;}
}