@charset "utf-8";
/* CSS Document */
/*===================================================
E.A.Sご利用案内画面用css
===================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	color: #666;
	line-height: 1.4;
	font-size: 15px;
}
.content img{
	border: solid 1px #C9C9C9;
}
.h1_back {
	border: solid 1px #C9C9C9;
	border-bottom:none;
	color: #3d8c23;	
	background-image: url(../img/eas_bkimg.png);
	width: 100%;
	height:300px;
}
.h1_back .top_text {
	font-size: 20px;
	margin: 2px 0;
}
h1 {
	font-size: 280%;
}
h2 {
	color: #333333;
	border-left: 10px solid #3f9d25;
	border-bottom: 1px solid #3f9d25;
	font-size: 20px;
	margin: 40px 0 20px 0;
	padding: 10px;
}
h3 {
	background: #3f9d25;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 20px 0;
	padding: 6px 10px;
}
h4 {
	color: #3f9d25;
	font-size: 20px;
}
h5 {
	color: #333333;
	font-size: 17px;
}
p {
	margin: 10px 0;
}
.top {
	margin-top: 0px !important;
}
/*link*/
a:link {
	color: #8ec31f;
	text-decoration: none;
}
a:visited {
	color: #8ec31f;
	text-decoration: none;
}
a:hover {
	color: #f7ac00;
	text-decoration: none;
}
a:active {
	color: #8ec31f;
	text-decoration: none;
}
/*======================wrapper======================*/
.wrapper {
	width: 980px;
	margin: 30px auto 0 auto;
}
/*注意喚起*/
.f12 {
	font-size: 12px;
}
.p_red {
	color: #FF0066;
}
.error {
	color: #FF0066;
	font-weight: bold;
}
.box-warning {
	width: auto;
	background: #FFE7F1;
	border: solid 1px #FF0066;
	color: #FF0066;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0;
}
/*======================/wrapper======================*/
/*======================content=======================*/
/*フロー*/
.flowbox {
	border: 1px solid #f39800;
	background: #fff1cf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 10px auto;
	padding: 20px;
}
.under {
	width: 0;
	height: 0;
	border-top: 30px solid #f39800;
	border-right: 80px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 80px solid transparent;
	margin: 10px auto;
}
/*データ*/
.databox_head {
	background: #90c31f;
	color: #ffffff;
	margin: 10px auto 0 auto;
	padding: 6px 0 6px 10px;
}
.databox {
	border: 3px solid #90c31f;
	border-top: none;
	margin: 0 auto 10px auto;
	padding: 20px;
}
/*問い合わせボタン*/
a.btn-dl {
	color: #fff;
	box-sizing: border-box;
	display: block;
	background: #f7ac00;
	width: 600px;
	height: 48px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding: 12px;
	margin: 8px auto;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px auto;
}
a.btn-dl:hover {
	color: #fff;
	box-sizing: border-box;
	display: block;
	background: #fbd680;
	width: 600px;
	height: 48px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding: 12px;
	margin: 8px auto;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px auto;
}
/*====================/=content=======================*/
/*======================nav==========================*/
nav.navi ul {
	border: solid 1px #C9C9C9;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
nav.navi ul li {
	border-right: 1px solid #C9C9C9;
	display: table-cell;
}
nav.navi ul li:last-child {
	border-right: none;
}
nav.navi ul li a {
	color: #3d8c23;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
nav.navi ul li a:hover {
	color: #ffffff;
	background: #8ec31f;
}
nav.navi ul li a.active {
	color: #3d8c23;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
/*======================/nav=========================*/
/*======================header========================*/
.head_container1 {
	background: #3f9d25;
	font-size: 14px;
	color: #fff;
	height: 40px;
}
.header1 {
	width: 980px;
	margin: 0 auto;
}
.header1 .left {
	float: left;
	padding-top: 2px;
}
.header1 .right {
	float: right;
	padding-top: 12px;
}
.header1 li {
	display: inline-block;
	padding: 0 0 0 35px;
}
.header2 li {
	display: inline-block;
	padding: 0 0 0 35px;
}
/*header1 link*/
.header1 a:link {
	color: #fff;
	text-decoration: none;
}
.header1 a:visited {
	color: #fff;
	text-decoration: none;
}
.header1 a:hover {
	color: #f7ac00;
	text-decoration: none;
}
.header1 a:active {
	color: #fff;
	text-decoration: none;
}
/*=====================/header========================*/
/*======================footer========================*/
.footer {
	color: #666;
	background: #fff;
	line-height: 1.4;
	font-size: 12px;
	width: 980px;
	height: 215px;
	text-align: center;
	padding-top: 60px;
	margin: 0 auto;
}
.footer .footbox {
	height: 120px;
	display: block;
	text-align: left;
	margin: 10px;
	padding: 20px;
	border: 2px solid #d4d4d4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.footer .clearfix:before, .clearfix:after, .container_12:before, .container_12:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0px;
	line-height: 0;
	width: 0px;
	height: 0px;
}
.footer .left {
	float: left;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 5px;
}
.footer .right {
	float: right;
	margin-right: 5px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
.footer .footbox_inner {
	display: block;
	float: left;
	width: 169px;
	padding-left: 10px;
	padding-right: 10px;
	height: 120px;
	border-left: 1px solid #d4d4d4;
	text-align: left;
}
/*=====================/footer========================*/
/*===================オプション=======================*/
/*float*/
.right {
	float: right;
}
.left {
	float: left;
}
/*margintop*/
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.margintop50 {
	margin-top: 50px;
}
.margintop60 {
	margin-top: 60px;
}
.margintop70 {
	margin-top: 70px;
}
.margintop80 {
	margin-top: 80px;
}
.margintop90 {
	margin-top: 90px;
}
.margintop100 {
	margin-top: 100px;
}
/*文字のオプション*/
.bold {
	font-weight: bold;
}
.fnormal {
	font-size: 14px;
}
.f120 {
	font-size: 120%;
}
.f130 {
	font-size: 130%;
}
.f150 {
	font-size: 150%;
}
.fflow {
	color: #f39800;
}
/*高さの指定*/
.h10 {
	height: 10px!important;
}
.h20 {
	height: 20px!important;
}
.h30 {
	height: 30px!important;
}
.h40 {
	height: 40px!important;
}
.h50 {
	height: 50px!important;
}
.h60 {
	height: 60px!important;
}
.h70 {
	height: 70px!important;
}
.h80 {
	height: 80px!important;
}
.h90 {
	height: 90px!important;
}
.h100 {
	height: 100px!important;
}
/*幅の指定*/
.w10 {
	width: 10%!important;
}
.w15 {
	width: 15%!important;
}
.w20 {
	width: 20%!important;
}
.w30 {
	width: 30%!important;
}
.w40 {
	width: 40%!important;
}
.w45 {
	width: 45%!important;
}
.w50 {
	width: 50%!important;
}
.w60 {
	width: 60%!important;
}
.w70 {
	width: 70%!important;
}
.w80 {
	width: 80%!important;
}
.w90 {
	width: 90%!important;
}
.w100 {
	width: 100%!important;
}
/*==================/オプション=======================*/
