@charset "utf-8";
/* CSS Document */
p{line-height:1.7;}
/*index
----------------------------------------*/
.indexTable {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	line-height: 20px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-color: #efefef;
}
.indexTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 200px;
	background-color: #efefef;
	border-right-style: none;
	color: #003366;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.indexTable td {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	border-right-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-color: #efefef;
	font-size: 14px;
}

/*privacy
--------------------------------------------*/
.privacy_dl {
	font-size: 14px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.privacy_dl dt {
	width: 25px;
	float: left;
}

.privacy_dl dd {
	margin-bottom: 20px;
	padding-left: 25px;
}
/*sitemap
--------------------------------------------*/
.sitemapBox  h3 {
	font-size: 16px;
	background-color: #8EC33B;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sitemapBox h4 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.sitemapBox  ul{
	margin-left: 30px;
}
.sitemapBox  li{
	float: left;
	width: 25%;
	font-size: 14px;
}
.sitemapBox ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
 /* 年末年始休暇のお知らせ
-------------------------------------*/
.info {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.info h3{
	font-size: 18px;
	color: #5078E2;
	font-weight: bold;
	text-align: center;
}

.info p{
	line-height: 1.8em;
}

.info p.s1{
	line-height: 1.5em;
}

.info li{
	line-height: 1.5em;
}
#Contents .info h3.mb30{
	font-size: 24px;
	background:#1D9ED4;
	color:#FFF;
	text-align:left;
	padding: 10px;
	text-align: center;
}
#Contents .info article h4{
	border-left:5px solid #1D9ED4;
	font-size:20px;
	padding:0 0 0 10px;
	margin:30px 0 20px;
	white-space:nowrap;
	font-weight: 700;
}
.lastp{
	margin:20px 0;
}