﻿@charset "utf-8";


/* =========================================================
   mainimage
========================================================= */
#mainimage {
	height:360px;
	background:url(../images/mainimage.jpg) top center no-repeat #eff2f6;
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

/* =========================================================
   global
========================================================= */
.con-inner {
	width:1000px;
	margin:0 auto;
}

#title {
	height:74px;
	padding-top:26px;
}

.stit {
	background:url(../../common/images/stit_line.png) top center no-repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
}

/* =========================================================
   contents
========================================================= */

.renovation {
	padding:60px 0;
	text-align:center;
}

.renovation p {
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	padding-top:30px;
}

.check {
	background:url(../../common/images/bar_yel.png) top center repeat-x;
	padding-top:20px;
}

.check h1 {
	text-align:center;
	position:relative;
	top:-10px;
	padding-bottom:30px;
}

.check div {
	background:#fff9db;
}

.check div.con-inner {
	padding-bottom:60px;
}

.check-list {
	width:740px;
	margin:0 auto;
}

.check-list li {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.check-list li:before {
	content:"";
	display:inline-block;
	background:#fff;
	width:15px;
	height:15px;
	border:2px solid #f8b73b;
	position:relative;
	top:3px;
	margin-right:15px;
}

.check p {
	background:#ed7b01;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width:840px;
	line-height:45px;
	text-align:center;
	margin:20px auto 0 auto;
}

.check p span {
	font-size:20px;
	font-weight:bold;
}

.exam {
	text-align:center;
	padding-top:60px;
	padding-bottom:20px;
}
/* =========================================================
    2017 0218 修正追加分
========================================================= */
.sub_nav{
	width:660px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}
.sub_nav1,.sub_nav2,.sub_nav3{
	width:210px;
	height:40px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	border:2px solid #EDA001;
	border-radius:3px;
	box-sizing:border-box;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_nav1,.sub_nav2{
	margin-right:15px;	
}
.sub_nav3{
	background:#ed7b01;
	color:#fff;
	border:2px solid #ed7b01;
}
.sub_nav1:hover,.sub_nav2:hover{
	color:#fff;
	border:2px solid #ed7b01;
	background:#ed7b01;
}
.sub_nav3:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.6;
	opacity:0.6;
}
