@charset "UTF-8";
/* CSS Document */
body,
html {
    height: 100%;
}
.wrap{
	width: 860px;
	margin: 0 auto;
	box-sizing: border-box;
}
#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.clr:after{
	content:"";
	clear: both;
	display: block;
	height: 0;	
}


/* header（index）
------------------------------------------ */
#header{
	padding: 30px 0;
	border-top: solid 5px #0061ad;
}
#header .logo{
	float: left;
}
#header .hnav{
	float: right;
}
#header .hnav .hnav_tel{
	float: left;
	margin: 0 20px 0 0;
}
#header .hnav .btn.hnav_btn{
	float: left;
	margin: 0 20px 0 0;
}
#header .hnav .btn.hnav_btn:hover{
	float: left;
	margin: 5px 20px 0 0;
}


/* nav
------------------------------------------ */
#nav{
	background: #0061ad;
}
#nav ul li{
	float: left;
	box-sizing: border-box;
}
#nav ul li a{
	display: block;
	padding: 20px 0;
	position: relative;
}
#nav ul li a.current:after,
#nav ul li a:hover:after {
	content: url(../img/cmn_nav_current.png);
	width: 23px;
	height: 13px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#nav ul li a img{
	border-right: solid 1px #fff;
	padding: 5px 23px;
}
#nav ul li:first-child a img{
	border-left: solid 1px #fff;
	padding: 5px 24px 5px 25px;
}

/* section
------------------------------------------ */
#content{
	background: url(../img/cmn_contents_bg.gif);
	border-bottom: solid 1px #ccc;
}
#content .mainvisual{
	padding: 40px 0 100px;
	margin: 0 0 40px;
	background: url(../img/cmn_arrow01.png) no-repeat center bottom;
	
}
/* footer
------------------------------------------ */
#footer {
	text-align: center;
}
#footer .t_foot{
	padding: 50px 0;
	border-bottom: solid 1px #ccc;
}
#footer .u_foot{
	padding: 25px 0;
	border-bottom: solid 1px #ccc;
}
#footer .u_foot ul{
	margin: 10px 0 0;
}
#footer .u_foot ul li{
	display: inline-block;
	padding: 0 10px;
	border-right: solid 1px #333;
	line-height: 1;
}
#footer .u_foot ul li:first-child{
	border-left: solid 1px #333;
}
#footer .copy{
	color: #fff;
	background: #0061ad;
	padding: 10px 0;
}



/* breadcrumb
------------------------------------------ */
#breadCrumb {
	width:100%;
	padding:10px 0;
	text-align:center;
	overflow: hidden;
	margin: 0 0 30px;
}
#breadCrumb ul li {
	font-size:92%;
	float:left;
	display:inline !important;
	padding:0;
	list-style:none;
}
#breadCrumb a {
	text-decoration:none;
	color:#515457;
}
#breadCrumb a:hover, #BreadCrumb a:active {
	color:#0087af;
	text-decoration:none;
}

/* 遷移リンク（ベース）
------------------------------------------ */
.newicon{
	display: inline-block;
	width: 45px;
	margin: 0 0 0 10px;
	padding: 2px 1px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: #fc3103;
}


/* pagetop（固定）
------------------------------------------ */
.pagetop {
	position: fixed;
	bottom: 220px;
	right: 120px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 9999;
}
.pagetop a {
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	border: none;
	z-index: 9999;
}


/* 遷移リンク（ベース）
------------------------------------------ */
.btn{
	background: #0061ad;
	border-bottom: solid 5px #004572;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px 25px;
	display: inline-block;
}
.btn:hover{
	border-bottom: none;
	margin: 5px 0 0;
}


/* ネクストリンク（ベース）
------------------------------------------ */
.nextlink{
	text-align: right;
	margin: 100px 0;
}
.nextlink a{
	display: inline-block;
	background: #fff;
	border: solid 1px #015ca1;
	padding: 10px 50px;
	font-weight: bold;
	color: #0061ad;
}
.nextlink a:after{
	content: url(../img/cmn_btn_arrow01.png);
	margin: 0 0 0 10px;
}
.nextlink a:hover{
	background: #f7f7f7;
}





















