
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial", "Meiryo", sans-serif;
	color: #231815;
	background: #ffffff;
	line-height: 1.86666667;
	word-wrap: break-word;
}

a, span, img {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

a, a:link, a:visited {
	color: #11b3e9;
	text-decoration: none;
}

a:hover {
	color: #11b3e9;
	text-decoration: underline;
}


.container {
	width: 100%;
	min-width: 1280px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}


/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	margin: 0;
	background: rgba(69, 82, 161, 0.85);
	z-index: 999;
}

#header .container-inner {
	width: 1280px;
	padding: 25px 0;
}

#header .primary {
}

#header .primary .h-logo a{
	display: inline-block;
	margin: 0 30px;
}

#header .h-logo a:hover {
	text-decoration: none;
	filter: alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity: 0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;
	zoom: 1; /*IE*/
}

/* NAV */

#nav {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 999;
	margin: 0;
	letter-spacing: -.4em;
	background: rgba(69, 82, 161, 0.85);
}

#nav .container-inner {
	width: 1280px;
	position: relative;
	height: 60px;
	z-index: 3;
}

#nav #pc-nav {
	text-align: center;
	position: relative;
}

#nav #pc-nav > li {
	display: inline-block;
	height: 60px;
	letter-spacing: normal;
	position: relative;
}

#nav #pc-nav > li > a {
	position: relative;
	display: block;
	height: 60px;
	padding: 5px 45px;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
	border-bottom: 5px solid rgba(69, 82, 161, 0);
	box-sizing: border-box;;
}

#nav #pc-nav > li > a:hover,
#nav #pc-nav > li.on > a {
	color: #ffffff;
	border-bottom: 5px solid #bac3e3;
}

#nav #pc-nav > li.parent ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 60px;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.5);
}

#nav #pc-nav > li.parent ul li {
	display: block;
}

#nav #pc-nav > li.parent ul li a {
	display: block;
	height: 70px;
	padding: 15px 0;
	color: #4552a1;
	font-size: 2rem;
	text-decoration: none;
	border-bottom: 5px solid rgba(69, 82, 161, 0);
	box-sizing: border-box;
}

#nav #pc-nav > li.parent ul li.on a, #nav #pc-nav > li.parent ul li a:hover {
	color: #4552a1;
	border-bottom: 5px solid #bac3e3;
}


/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}


/* TITLE */

#title {
	margin: 0 0 15px 0;
	width: auto;
	height: 515px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#title .container-inner {
	padding: 0;
	height: 320px;
}

#title .title-type01 {
	padding-top: 300px;
	text-align: center;
}

#title .title-type02 {
	padding-top: 78px;
	text-align: center;
}



/* CONTENT */

#content a {
	text-decoration: underline;
}

#content .container-inner {
}

#breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}

#breadcrumb li a {
	color: #000000;
}

#breadcrumb li.on {
	color: #3c61ac;
	font-weight: bold;
}

#main {
	float: left;
	width: 710px;
}

#side {
	float: right;
	width: 200px;
}


.section {
	margin-bottom: 50px;
}

.section-s {
	margin-bottom: 40px;
}

.section-ss {
	margin-bottom: 20px;
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: right;
	margin: 0;
	z-index: 5000;
}

.pagetop a {
	display: block;
}

.pagetop a:hover {
	text-decoration: none;
}

.pagetop a img {
	vertical-align: bottom;
}

.inlink {
	margin-top: -70px;
	padding-top: 70px;
}


/* SNAV */


/* SUBNAV */


/* GMAP */

#gmap {
	margin: 0;
}

#gmap #gmap-area {
	height: 290px;
	margin: 0;
}

#gmap #gmap-area iframe {
	width: 100%;
	height: 290px;
	margin: 0;
}


/* FOOTER */

#footer {
	background-color: #d2ddf0;
}

#footer .container-inner {
	padding-top: 40px;
	text-align: center;
}

#footer a {
	color: #231815;
}
#footer a:hover {
	color: #231815;
}

#footer .f-sign {
	margin-bottom: 20px;
}

#footer .f-name {
	display: block;
	margin-bottom:0;
}

#footer .f-name a {
	font-weight: bold;
	text-decoration: none;
}

#footer .f-name a:hover {
	filter: alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity: 0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;
	zoom: 1; /*IE*/
}

#footer .f-address {
}

#footer .f-address .f-place, #footer .f-address .f-tel, #footer .f-address .f-fax {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 1.4rem;
}
#footer .f-address .f-fax{
	margin-right: 40px;
}

#footer .f-address .f-map {
	display: inline-block;
	vertical-align: middle;
}

#footer .f-address .f-map a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	background: #3c61ac;
	color: #fff;
}

#footer .f-address .f-map a:hover {
	color: #fff;
	background-color: rgba(60,97,172,0.6);
}

#footer #f-nav .nav-list{
	text-align: center;
}
#footer #f-nav .nav-list li{
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #231815;
	line-height: 1;
}
#footer #f-nav .nav-list li:last-child{
	border: none;
}
#footer #f-nav .nav-list li a{
	display: inline-block;
	padding: 0 15px 5px;
	font-size: 1.4rem;
}
#footer #f-nav .nav-list li a:hover{
	text-decoration:none;
	border-bottom:1px solid #231815;
}

#footer .copyright {
	margin: 0;
	padding: 20px 0;
	font-size: 1.3rem;
	color: #3c61ac;
	text-align: center;
}

