@charset "utf-8";



/* reset
-----------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}



/* setting
-----------------------------------*/
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #808080;
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li{
	list-style-type: disc;
}
ol li{
	list-style-type: decimal;
}
address{
	font-style :normal;
}



/* clearfix
-----------------------------------*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



/* fade
-----------------------------------*/
.fade{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.fade:hover{
	opacity: 0.7;
}



/* html
-----------------------------------*/
html{
	height: 100%;
	overflow: auto;
}



/* body
-----------------------------------*/
body{
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.61;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	overflow: hidden;
	min-width: 1000px;
	position: relative;
}



/* header
-----------------------------------*/
#header{
	width: 100%;
	height: 375px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-bottom: 10px solid #f2f2f2;
	position: relative;
}
#header:before{
	content: "";
	width: 100%;
	height: 4px;
	background: rgba(0,187,204,0.8);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}


#header .logo{
	margin-left: -106px;
	position: absolute;
	left: 50%;
	top: 100px;
}


#header nav ul{
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 180px;
}
#header nav ul:after{
	content: "";
	clear: both;
	display: block;
}
#header nav li{
	list-style: none;
	float: left;
	position: relative;
}
#header nav li + li{
	background: url("../img/bg_line_01.png") repeat-y 0 0;
	padding-left: 1px;
}
#header nav a{
	display: block;
	position: relative;
}
#header nav a:before, 
#header nav a:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#header nav a:before{
	background: rgba(0,187,204,0.8);
	z-index: 1;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header nav a:after{
	background-image: url("../img/bg_header_01.png");
	background-repeat: no-repeat;
	z-index: 11;
}
.ie8 #header nav a:after{
	display: none;
}
#header nav li:nth-child(1) a:after{
	background-position: 0 0;
}
#header nav li:nth-child(2) a:after{
	background-position: -136px 0;
}
#header nav li:nth-child(3) a:after{
	background-position: -272px 0;
}
#header nav li:nth-child(4) a:after{
	background-position: -408px 0;
}
#header nav li:nth-child(5) a:after{
	background-position: -544px 0;
}
#header nav li:nth-child(6) a:after{
	background-position: -680px 0;
}
#header nav li:nth-child(7) a:after{
	background-position: -816px 0;
}
#header nav li:nth-child(8) a:after{
	background-position: -952px 0;
}
#header nav img{
	position: relative;
	z-index: 10;
}
#header nav a:hover:before{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}



/* page_title
-----------------------------------*/
#page_title h1{
	width: 1000px;
	text-align: center;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 297px;
	z-index: 10;
}
#page_title h1:after{
	content: "";
	width: 26px;
	height: 30px;
	background: url("../img/ico_page_title_01.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 487px;
	top: -49px;
}


#page_title .breadcrumbs{
	width: 1000px;
	text-align: center;
	margin-left: -500px;
	padding-top: 9px;
	position: absolute;
	left: 50%;
	top: 340px;
	z-index: 10;
}
#page_title .breadcrumbs:after{
	content: "";
	width: 50px;
	height: 3px;
	background: #000000;
	display: block;
	position: absolute;
	left: 475px;
	top: 0;
}
#page_title .breadcrumbs li{
	color: #ffffff;
	font-size: 93%;
	list-style: none;
	display: inline-block;
}
#page_title .breadcrumbs li + li{
	margin-left: 6px;
}
#page_title .breadcrumbs a{
	color: #ffffff;
	text-decoration: none;
	padding-right: 16px;
	position: relative;
}
#page_title .breadcrumbs a:after{
	content: "";
	width: 8px;
	height: 13px;
	background: url("../img/ico_arrow_01.png") no-repeat 0 0;
	display: block;
	position: absolute;
	right: 0;
	top: 1px;
}
#page_title .breadcrumbs a:hover{
	text-decoration: underline;
}



/* local_nav
-----------------------------------*/
#local_nav{
	width: 100%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	top: 385px;
	z-index: 1000;
}
#local_nav.fixed{
	position: fixed;
	top: 0;
}
#local_nav:after{
	content: "";
	clear: both;
	display: block;
}
#local_nav ul{
	position: relative;
	left: 50%;
	float: left;
}
#local_nav ul:after{
	content: "";
	clear: both;
	display: block;
}
#local_nav li{
	list-style: none;
	float: left;
	position: relative;
	left: -50%;
}
#local_nav li + li{
	padding-left: 1px;
}
#local_nav li + li:after{
	content: "";
	width: 1px;
	height: 21px;
	background: url("../img/bg_line_03.gif") repeat-y 0 0;
	display: block;
	margin-top: -9px;
	position: absolute;
	left: 0;
	top: 50%;
}
#local_nav a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 18px 34px 11px 27px;
}
#local_nav a:before{
	content: "";
	width: 13px;
	height: 13px;
	background: #d9d921 url("../img/ico_arrow_04.png") no-repeat 2px 4px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 7px;
}
#local_nav a, 
#local_nav a:before{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#local_nav a:hover{
	padding: 21px 34px 8px 27px;
}
#local_nav a:hover:before{
	background-color: #f2a60c;
}



/* common_section
-----------------------------------*/
.common_section{
	width: 100%;
	margin-top: -60px;
	padding-top: 60px;
	position: relative;
}
.common_section + .common_section{
	margin-top: 50px;
}
.common_section:before, 
.common_section:after{
	content: "";
	display: block;
	position: absolute;
}
.common_section:before{
	height: 64px;
	background: #f2f2f2;
	left: 50%;
	right: 0;
	top: 91px;
}
.common_section:after{
	height: 95px;
	background: url("../img/bg_title_01.jpg") no-repeat center center;
	background-size: cover;
	left: 0;
	right: 50%;
	top: 60px;
}
.common_section h2, 
.common_section h3{
	color: #000000;
	font-size: 182%;
	font-weight: bold;
	line-height: 1.4;
	width: 500px;
	height: 95px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -500px;
	padding: 28px 20px 0 45px;
	position: relative;
	left: 50%;
	z-index: 10;
}
.common_section h2:before, 
.common_section h3:before, 
.common_section h2:after, 
.common_section h3:after{
	content: "";
	display: block;
	position: absolute;
}
.common_section h2:before, 
.common_section h3:before{
	width: 15px;
	height: 17px;
	background: url("../img/ico_03.png") no-repeat 0 0;
	left: 20px;
	top: 34px;
}
.common_section h2:after, 
.common_section h3:after{
	width: 1000px;
	height: 33px;
	background: #ffffff;
	left: 0;
	bottom: 0;
}
.common_section dl{
	width: 960px;
	margin: -13px auto 0;
	position: relative;
	z-index: 11;
}
.common_section dt{
	float: left;
	clear: left;
	padding: 26px 0 23px 30px;
}
.common_section dd{
	background: url("../img/bg_line_02.gif") repeat-x 0 bottom;
	padding: 26px 30px 23px 220px;
	position: relative;
}
.common_section dd:last-of-type{
	background: transparent; 
}
.common_section dd:after{
	content: "";
	width: 2px;
	background: #00bbcc;
	display: block;
	position: absolute;
	left: 195px;
	top: 20px;
	bottom: 20px;
}
.common_section ul{
	width: 960px;
	margin: -13px auto 0;
	position: relative;
	z-index: 11;
}
.common_section li{
	list-style: none;
	background: url("../img/bg_line_02.gif") repeat-x 0 bottom;
	padding: 26px 30px 23px 55px;
	position: relative;
}
.common_section li:last-child{
	background: transparent; 
}
.common_section li:after{
	content: "";
	width: 2px;
	background: #00bbcc;
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
	bottom: 20px;
}



/* footer
-----------------------------------*/
#footer{
	width: 100%;
	background: #f2f2f2;
	padding-top: 20px;
}


#footer > .pagetop{
	width: 50px;
	height: 70px;
	position: fixed;
	right: 40px;
	bottom: -70px;
	z-index: 1000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#footer > .pagetop.show{
	bottom: 0;
}
#footer > .pagetop a{
	width: 50px;
	height: 50px;
	background: #d9d921;
	border-radius: 25px;
	display: block;
	position: relative;
}
#footer > .pagetop img{
	position: absolute;
	left: 14px;
	top: 18px;
}
#footer > .pagetop a, 
#footer > .pagetop img{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer > .pagetop a:hover{
	background: #f2a60c;
}
#footer > .pagetop a:hover img{
	top: 16px;
}


#footer > .bnr{
	width: 1000px;
	background: url("../img/bg_line_02.gif") repeat-x 0 bottom;
	margin: 0 auto 30px;
	padding-bottom: 20px;
}
#footer > .bnr:after{
	content: "";
	clear: both;
	display: block;
}
#footer > .bnr li{
	list-style: none;
	float: left;
}
#footer > .bnr li + li{
	margin-left: 40px;
}
#footer > .bnr a{
	text-decoration: none;
	width: 480px;
	height: 170px;
	display: block;
	position: relative;
}
#footer > .bnr h2{
	width: 480px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 10;
}
#footer > .bnr .image{
	width: 480px;
	height: 170px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#footer > .bnr .image img{
	margin: -96px 0 0 -270px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#footer > .bnr p{
	color: #000000;
	font-size: 116%;
	line-height: 32px;
	font-weight: bold;
	width: 105px;
	height: 35px;
	background: #d9d921;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 36px;
	position: absolute;
	left: 188px;
	bottom: 21px;
	z-index: 10;
}
#footer > .bnr p:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../img/ico_arrow_02.png") no-repeat 0 0;
	display: inline-block;
	margin-top: -7px;
	position: absolute;
	left: 22px;
	top: 50%;
}
#footer > .bnr .image img, 
#footer > .bnr p, 
#footer > .bnr p:after{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer > .bnr a:hover .image img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0.7;
}
#footer > .bnr a:hover p{
	background: #f2a60c;
}
#footer > .bnr a:hover p:after{
	left: 24px;
}


#footer > .nav{
	width: 1000px;
	text-align :center;
	margin: 0 auto 73px;
}
#footer > .nav li{
	font-size: 116%;
	list-style: none;
	display: inline-block;
}
#footer > .nav li + li{
	margin-left: 10px;
}
#footer > .nav a{
	text-decoration: none;
	display: block;
	padding: 7px 15px 5px 19px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer > .nav a:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../img/ico_arrow_02.png") no-repeat 0 0;
	display: block;
	margin-top: -7px;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer > .nav a:hover:after{
	left: 7px;
}


#footer > .copyright{
	color: #ffffff;
	font-size: 85%;
	width: 100%;
	background: url("../img/bg_footer_01.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 35px 0 58px;
}
#footer > .copyright small{
	font-size: 100%;
}