@charset utf-8;

/* -------------------------------------------
 * initialize
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,article, aside, dialog, figure, footer, header, hgroup, menu, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

ul li {
	list-style: none;
}

input, select {
	vertical-align: middle;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* --------------------------------------------------
 * common styles
 */

body {
	background:#fff;
	color: #00a0ab;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.1em;
	 -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}


img {
	vertical-align: top;
}

h2 {
	font-size:30px; text-align:center; margin-bottom:60px;
}



/* --------------------------------------------------
 * layout
 */

h1 {
	position: absolute;
	left: 40px;
	top: 120px;
	text-align: left;
	color:#FFFFFF;
	font-size:80px;
	font-weight:bold;
	z-index: 2;
}

.h1 {
	position: absolute;
	left: 450px;
	top: 120px;
	text-align: left;
	color:#004098;
	font-size:80px;
	font-weight:bold;
	z-index: 2;
}

h2{
	position: absolute;
	left: 40px;
	top: 200px;
	text-align: left;
	color:#004098;
	font-size:55px;
	line-height:1.2em;
	font-weight:bold;
	z-index: 2;
}

.h2{
	position: absolute;
	left: 450px;
	top: 190px;
	text-align: left;
	color:#fff;
	font-size:35px;
	line-height:1.2em;
	font-weight:bold;
	z-index: 2;
}

h3{
	color:#00a0ab;
	font-size:40px;
	line-height:1.2em;
	border-bottom:4px solid #00a0ab;
	padding-bottom:10px;
	margin-bottom:30px;
	padding-top:20px;
	text-align:left;
	font-weight:bold;
}

h4{
	color:#00a0ab;
	font-size:24px;
	line-height:1.2em;
	text-align:left;
	margin-top:60px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #00a0ab;
	font-weight:bold;
}

#facebook {
	position: absolute;
	left: 45px;
	top: 30px;
	text-align: left;
	color:#004098;
	font-size:55px;
	line-height:1.2em;
	font-weight:bold;
	z-index: 99;
}



.nav {
    margin: 0 auto 60px;
    width: 100%;
	min-width: 1020px;
	font-size:18px;
	height: 84px;
    background: #00a0ab;
}
.nav li {
    list-style: none;
    float: left;
	margin-right:0px;
}
.nav li a {
    text-decoration: none;
	margin:0 13px;
    color: #fff;
    padding: 28px 15px;
    display: block;
}
.nav li a:hover {
    background: #1d2088;
	margin:0 13px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.nav ul {
	width: 730px;
	margin: 0 auto;
}

.page-footer {
	padding: 90px 0 22px;
	background-color: #00a0ab;
	width:100%;
	min-width: 1020px;
	color:#FFF;
	text-align:center;
}

.page-footer .nav {
	width: 672px;
	margin: 0 auto;
	overflow: hidden;
}

.page-footer .nav h2 {
	margin: 0 0 60px;
	text-align: center;
}

.page-footer .nav ul {
	float: left;
	width: 162px;
	margin: 0 0 72px;
}

.page-footer .nav ul.first {
	margin-left: 24px;
}

.page-footer .nav ul li {
	height: 30px;
}

.page-footer .links {
	width: 484px;
	margin: 0 auto 93px;
	text-align: center;
	overflow: hidden;
}

.page-footer .links li {
	float: left;
}

.page-footer .copyright {
	text-align: center; font-size:12px; color:#FFF
}

.contact_btn {
    width:120px;
	height:40px;
	background-color:#1d2088;
	border:none;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-align:center;margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

.contact_btn:hover{
	background-color:#00a0b8 !important;
	color:#fff;
}
