﻿@charset "utf-8";

/*=================================================

breadCrumb

==============================*/
#breadCrumb {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing:border-box;
	font-size: 12px;
}

#breadCrumb ul li {
	display: inline;
	padding-right: 5px;
}

#breadCrumb ul li a {
	color: #3ea4eb;
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}

/* サブページ */

#main .pager {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	width: 305px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
#main .pager span {
	margin-right: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	float: left;
	background-color: #3ea4eb;
	border: 1px solid #CCC;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#main .pager a {
	margin-right: 3px;
	margin-left: 3px;
	color: #2d98ea;
	float: left;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
#main .pager a:hover {
	background-color: #3ea4eb;
	color: #FFFFFF;
	text-decoration:none;
}

/* サブページ装飾 */
#subPage .box p span {
	font-weight: bold;
	color: #fd0200;
}

#subPage {
	margin-bottom:15px;
	background-color: #e9f9ff;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#subPage .box h2 {
	display: block;
	color: #0485df;
	padding-left: 30px;
	font-size: 15px;
	font-weight:bold;
	margin-top: 5;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../img/hx_icon01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size:42px;
	background-color: #e9f9ff;
	background-size:20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#subPage .box h3 {
	margin-left:20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3ea4eb;
	color: #3ea4eb;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;

}

#subPage .box {
	overflow: hidden;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	box-shadow: 0px 3px 3px -3px #3a72b9;
	-webkit-box-shadow: 0px 3px 3px -3px #3a72b9;
	-moz-box-shadow: 0px 3px 3px -3px #3a72b9;
}

#subPage .box p,
#subPage .box dl,
#subPage .box .kiyaku ul {
	margin: 10px 20px;
}


#subPage .box .kiyaku ul li {
	list-style: disc;
	margin: 10px 10px 10px 30px;
}

#subPage .box dl dt {
	margin: 10px 0 5px;
	font-weight: bold;
}


#subPage .box table {
	border-spacing: 1px 0;
	font-weight:bold;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 11px;
}
	
#subPage .box table th {
	border:1px solid #d2d2d2;
	padding:5px;
	text-align:center;
	color:#FFF;
	vertical-align:middle;
	background-color: #2ebddb;
}

#subPage .box table td {
	background:#FFF;
	border:1px solid #d2d2d2;
	padding:5px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.4em;
}

#subPage .box .sitemap {
	margin: 10px;
	width: 400px;
	float: left;

}
#subPage .box .sitemap h3 {
	font-size: 25px;
	font-weight: bold;
	color: #333;
}
#subPage .box .sitemap li {
	font-size: 15px;
	background-image: url(../img/list1.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px;
	padding-left: 25px;
}
#subPage .box .sitemap li a {
	color: #06C;
}
#subPage .box .sitemap .list2 {
	margin-left: 50px;
}

#subPage .box .sub_img {
	margin-bottom: 10px;
	border: 2px solid #99cef3;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	display: block;
}
#subPage .box table tr td a {
	color: #2277c4;
}
.box2 ul li .textbox .fR .btn1 a img {
	height: auto;
	width: 100%;
}
