﻿@charset "utf-8";


/* common
----------------------------------------------------------- */
body {
	background:#0C2561;
	min-width:1200px;}

#wrapper {
	width:auto;}
	
.topheader {
	width:100%;
	padding-top:10px;
	background:url(../images/top_slide.png) no-repeat top center;
	z-index:99;
	position:relative;}


/* header
----------------------------------------------------------- */
header {
	background:#0C2561;
	width: 100%;
	height:120px;
	position:relative;}

header .logo {
	width:200px;
	height:143px;
	display: block;
	overflow: hidden;
	margin-left:1%;
	float:left;
	font-size:0;}
	
header .logo a {
	width:200px;
	padding-top:143px;
	background:url(../images/common/logo.png) no-repeat;
	display: block;
	height: 0;}
	
#gnav {
	float:left;
	margin-left:16px;}
	
#gnav * {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;}
	
#gnav li {
	float:left;
	width:155px;
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	border-right:1px dotted #2869C4;
	margin-top:32px;}
	
#gnav li a {
	width:155px;
	display:block;
	padding:12px 0;
	color:#FFF;}
#gnav li a:hover {
	text-decoration:none;
	background:#23AED1;
	width:160px;}
	
#gnav li span {
	color:#A4DCE6;
	display:block;
	font-family: 'Rufina', serif;
	font-size:10px;
	font-size:1.0rem;}

.header-tel {
	background:#FFF;
	clear:both;
	width:240px;
	height:100px;
	position:absolute;
	top:10px;
	right:10px;}
	
.header-tel dt {
	background:#EFF1F1;
	color:#0C255F;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	padding:16px 0;}
	
.header-tel dd {
	background:url(../images/common/header_tel.png) no-repeat 0 0;
	padding-left:60px;
	padding-top:12px;
	color:#22AACC;
	font-family: 'Droid Serif', serif;
	font-size:26px;
	font-size:2.6rem;
	margin:3px 0 0 3px;
	height:48px;}


/* #visual
----------------------------------------------------------- */
#top #visualWrap {
	width:100%;
	height:695px;
	clear:both;
	z-index:1;}

#top #visualWrap .visual {
	width:1120px;
	margin:0 auto;
	position:relative;}
	
#top #visualWrap .visual img {
	position:absolute;
	top:30px;
	right:0;
box-shadow:0px 20px 30px -20px rgba(0,0,0,0.4);}
	
	
/* main
----------------------------------------------------------- */
#topintro{
	width:100%;
	height:840px;
	background:url(../images/top_bg_main.png) no-repeat top center #FFF;
	clear:both;
	padding:0;
	z-index:1;
	margin-top:-300px;}

.topintro-inner {
	width:1120px;
	margin:0 auto;
	position:relative;}
	
.topintro-inner h2 {
	color:#0C255F;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size:32px;
	font-size:3.2rem;
	letter-spacing:0.1em;
	line-height:1.2;
	position:absolute;
	top:320px;
	left:0;
	width:430px;}
	
.topintro-inner p {
	line-height:1.8;
	position:absolute;
	top:410px;
	right:0;
	width:640px;}
	
#topabout {
	clear:both;
	height:auto;
	background:url(../images/top_bg_about.png) repeat-x top center;
	margin-top:-350px;
	padding-top:300px;
	padding-left:6%;
	padding-right:6%;}

.topabout-inner h2 {
	text-align:center;
	color:#FFF;
	font-family: 'Rufina', serif;
	font-size:42px;
	font-size:4.2rem;
	margin-bottom:70px;
	letter-spacing:0.1em;}
	
.topabout-inner h2 span {
	border-bottom:2px solid #23AED1;}

.topabout-box {
	width:33.3%;
	float:left;}
	
.ta-img01 {
	background:url(../images/top_about_img01.jpg) no-repeat top center #26B1D2;}
.ta-img02 {
	background:url(../images/top_about_img02.jpg) no-repeat top center #26B1D2;}
.ta-img03 {
	background:url(../images/top_about_img03.jpg) no-repeat top center #26B1D2;}
	
.topabout-img {
	height:300px;
	background-size:cover;
	position:relative;}
	
.topabout-box h3 {
	color:#FFF;
	font-size:18px;
	font-size:1.8rem;
	font-family: 'Rufina', serif;
	background:url(../images/top_about_h3.png) no-repeat 20px 0;
	width:200px;
	height:110px;
	padding-top:42px;
	position:absolute;
	top:40px;
	left:20px;}

.topabout-box dl {
	background:url(../images/top_about_point.png) no-repeat top left;
	padding:30px 30px 60px 50px;}
	
.topabout-box dt {
	color:#FFF;
	font-size:24px;
	font-size:2.4rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom:24px;}
	
.topabout-box dd {
	color:#FFF;
	line-height:1.6;
	font-size:14px;
	font-size:1.4rem;}
		
a:hover .topabout-img {
	opacity: .8;}
	
a .topabout-box h3,
a .topabout-box dt {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	letter-spacing:0em;
	opacity:1;}
		
a:hover .topabout-box h3,
a:hover .topabout-box dt {
	letter-spacing:0.6em;
	opacity:1;}

#topnews {
	clear:both;
	background:#FFF;
	width:100%;}
	
.topnews-inner {
	width:1120px;
	margin:0 auto;}
	
.topnews-inner h2 {
	width:180px;
	float:left;
	color:#0C2561;
	font-size:32px;
	font-size:3.2rem;
	font-family: 'Rufina', serif;
	letter-spacing:0.1em;
	padding:100px 0 0 0;}
	
.topnews-inner ul {
	float:right;
	width:940px;
	border-left:1px solid #0C2561;
	padding:100px 0 100px 80px}

	
.topnews-inner li {
	border-bottom:1px dotted #0C2561;
	padding-bottom:16px;
	padding-left:8em;
	margin-bottom:18px;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
	text-indent:-8em;}
	
.topnews-inner li span {
	color:#ccc;
	padding-right:32px;}


/* footer
----------------------------------------------------------- */
footer {
	width:100%;
	clear:both;}
	
.footer-contact {
	background:url(../images/common/footer_bg_contact.png);
	text-align:center;
	padding-bottom:50px;}
	
.footer-contact h2 {
	color:#0C2561;
	font-size:42px;
	font-size:4.2rem;
	font-family: 'Rufina', serif;
	letter-spacing:0.1em;
	text-align:center;
	border-top:4px solid #0C2561;
	display:inline-block;
	line-height:3.0;}
	
.footer-contact p {
	color:#0C2561;
	font-size:20px;
	font-size:2.0rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-top:-16px;
	margin-bottom:40px;}
	
.f-contact-box {
	width:980px;
	margin: 0 auto;
	background:url(../images/common/footer_bg_contact.png);}
	
.f-contact-nav {
	background:#FFF;
	border:1px solid #E2E6E7;
	padding:30px 40px;}
	
.f-contact-nav .btn {
	width:420px;
	float:left;}

.f-contact-nav .btn a {
	-webkit-transition: all .3s;
	transition: all .3s;}	
.f-contact-nav .btn a:hover {
	opacity:0.6;}
	
.f-contact-nav dl {
	width:430px;
	float:right;
	text-align:left;}

.f-contact-nav dt {
	color:#23AED1;
	font-family: 'Droid Serif', serif;
	font-size:48px;
	font-size:4.8rem;
	background:url(../images/common/footer_tel.jpg) no-repeat left center;
	padding-left:40px;
	margin-bottom:16px;}
	
.f-contact-nav dd {
	font-size:13px;
	font-size:1.3rem;}
	
.footer-info {
	background:#D2D2D7;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2) inset;
	clear:both;}
	
.f-info-box {
	width:1120px;
	margin:0 auto;
	padding:36px 0 30px;}
	
.f-info-box h1 {
	float:left;
	padding-right:40px;}

.f-info-box address {
	font-size:13px;
	font-size:1.3rem;
	line-height:1.6;}
			
.footer-copy {
	clear:both;
	width:1120px;
	height:80px;
	margin:0 auto;
	padding:24px 0 0;}
	
.footer-copy a {
	color:#ECECEC;
	font-size:13px;
	font-size:1.3rem;
	float:left;}
	
.footer-copy .copy {
	float:right;
	color:#FFF;
	font-size:12px;
	font-size:1.2rem;}
	
.pagetop{
	width:80px;
	height:80px;
	display: block;
	overflow: hidden;
	position: fixed;
	bottom:0;
	right:0;
	z-index:99;}

.pagetop a{	
	display: block;
	width:80px;
	height: 0;
	padding-top:80px;
	background:url(../images/common/pagetop.png) no-repeat;}

/* end */
