@charset "utf-8";

/* Reset
*********************************************************************/
html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,address,
th,td{
	font-family: メイリオ,ＭＳ Ｐゴシック,Osaka;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Link
*********************************************************************/
a{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img{
	transition: all 0.3s linear;
}
a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}
a:visited{
	color: #999;
}


/* General
*********************************************************************/
body{
	color: #555;
	text-align: center;
}
p{
	margin-bottom: 1em;
}
hr{
	display: none;
}
object,
embet{
	vertical-align: top;
	outline: none;
}
ol li{
	margin-left: 1.5em;
	list-style-type: decimal;
}
img{
	border: none;
	vertical-align: middle;
}
i.fa-arrow-circle-right{
	color: #0063b6;
	text-decoration: none;
	margin-right: 0.2em;
}
input,textarea{
	font-family: メイリオ,ＭＳ Ｐゴシック,Osaka;
	font-size: 100%;
}
#main input,
#main textarea{
	font-size: 90%;
}
.ime_off{
	ime-mode: disabled;
}
.short{ width: 100px; }
.normal{ width: 300px; }
.long{ width: 80%; }
.full{ width: 100%; }
.btn{
	clear: both;
	text-align: center;
	margin: 2.5em 0;
}
.btn input{
	padding: 1em 2em;
}
.btn a{
	color: #218245;
	padding: 0.5em 2em;
	border: 3px solid #218245;
	transition: all 0.3s linear;
}
.btn a:hover{
	color: #FFF;
	background-color: #218245;
}
.red{
	color: #FF0000;
}
.img_r{
	float: right;
	margin: 0 0 1.5em 10px;
}


/* 404error
*********************************************************************/
div.error{
	text-align: center;
	padding: 40px 0 40px 0;
}
div.errortext{
	color: #FF0000;	
	border-top: 1px dashed #FF0000;
	border-bottom: 1px dashed #FF0000;
	padding: 10px 0;
	margin: 30px 0 0;
}


/* Layout
*********************************************************************/
#header{
	margin: 0 auto;
	padding: 0.5em 0 0;
}
#contents{
	margin: 0 auto 3em;
}
#footer{
	clear: both;
	margin: 0 auto;
	background-color: #218245;
}
.sec{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contents .sec{
	margin: 0 auto 1.5em;
	font-size: 90%;
}
#index #advertising{
	background-color: #E8E8E8;
}
#advertising{
	background-color: #EAF9EB;
	border-top: 1px solid #B5B5B6;
	border-bottom: 1px solid #B5B5B6;
}
#advertising h2{
	margin: 2em auto;
	padding: 0;
}
.sitepath{
	background-color: #E8E8E8;
	margin-bottom: 1.5em;
}
.sitepath div{
	font-size: 80%;
	width: 1000px;
	margin: 0 auto;
}
div.bg_green{
	background-color: #EAF9EB;
}


/* #header
*********************************************************************/
#header h1,
.navi{
	float: left;
}
.navi ul{
	margin-left: 1em;
	overflow: hidden;
}
.navi ul li{
	display: inline-block;
}
.navi ul li:first-child:before{
	content: "";
	border-left: 1px solid #AAA;
}
.navi ul li:after{
	content: "";
	border-right: 1px solid #AAA;
}
.navi ul li a{
	font-size: 90%;
	color: #555;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	padding: 16px 19px;
	display: inline-block;
	transition: all 0.3s linear;
}
.navi ul li a:hover{
	color: #218245;
	border-bottom: 3px solid #218245;
}


/* #contents
*********************************************************************/
/* index.html */
.imgtitle{
	font-size: 150%;
	margin: 1.5em 0 1em;
	text-align: center;
}
.title{
	margin: 1.5em 0 1em;
	text-align: center;
}
.title span{
	font-size: 130%;
	font-weight: bold;
	padding: 0 1em;
	border-bottom: 3px solid #218245;
}
.minititle{
	font-size: 120%;
	color: #FF9210;
	font-weight: bold;
}
div.service dl{
	width: 242px;
	border: 1px solid #218245;
	display: inline-block;
}
div.service dl dt{
	background-image: url("../img/bg_serviceindex.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	padding: 1.3em 1em;
}
div.service dl dt span{
	font-size: 80%;
}
div.service dl dd{
	padding: 1.3em;
	font-size: 85%;
}
div.service dl dd a{
	display: block;
	text-align: right;
	color: #218245;
	margin: 0.3em 0;
}
div.news{
	border-bottom: 1px dashed #218245;
	padding: 0 0 1em;
}
div.news li{
	padding: 0 0 0 260px;
	text-indent: -7.5em;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
}
div.news li.contents{ background-image: url("../img/icon_contents.png"); }
div.news li.renewal{ background-image: url("../img/icon_renewal.png"); }
div.news li.start{ background-image: url("../img/icon_start.png"); }
div.news li.item{ background-image: url("../img/icon_item.png"); }
div.news li span{
	color: #218245;
	font-weight: bold;
}
div.news li a{
	border-bottom: 1px solid #EAF9EB;
	transition: all 0.3s linear;
}
div.news li a:hover{
	border-bottom: 1px solid #218245;
}
div.theme{
	padding-bottom: 2em;
}
div.theme li{
	display: inline-block;
}
div.theme li a{
	color: #333;
	display: block;
	width: 220px;
	border: 2px solid #218245;
	padding: 0.5em;
	margin: 0 5px 10px 0;
	text-align: center;
	transition: all 0.3s linear;
}
div.theme li a:hover{
	color: #FFF;
	background-color: #218245;
}
.alliance ul{
	margin-right: -10px;
}
.alliance li{
	display: inline-block;
	margin-right: 1px;
}


/* #footer
*********************************************************************/
#footer .sec{
	margin: 0 auto;
	padding: 1em 0;
}
#footer small{
	color: #FFF;
	display: block;
	text-align: center;
}
