@charset "UTF-8";
.wrap {
	display: block;
	padding-top: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d4893+0,657dbc+100&1+0,1+54,0.7+65,0+100 */

background: -moz-linear-gradient(top,  rgba(29,72,147,1) 0%, rgba(68,101,169,1) 54%, rgba(76,107,174,0.7) 65%, rgba(101,125,188,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(29,72,147,1) 0%,rgba(68,101,169,1) 54%,rgba(76,107,174,0.7) 65%,rgba(101,125,188,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(29,72,147,1) 0%,rgba(68,101,169,1) 54%,rgba(76,107,174,0.7) 65%,rgba(101,125,188,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4893', endColorstr='#00657dbc',GradientType=0 ); /* IE6-9 */


}
.wrap h1 {
	font-size: 12px;
	padding: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.header {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.gnavbox {
	background-color: #000000;
}
.gnavbtn {
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/gnav-bg.png);
	background-position: center center;
	height: 115px;
	background-repeat: no-repeat;
	transition: 0.5s;
	display: block;
}
.gnavbtn:hover {
	background-image: url(../images/gnav-bg-o.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.gnavbtn p {
	position: absolute;
	bottom: 2px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.gnavbtn p span {
	display: block;
	font-size: 10px;
}
.h3tit {
	background-image: url(../images/tit-bg.png);
	background-position: left center;
	display: block;
	height: 80px;
	color: #FFFFFF;
	line-height: 80px;
	text-indent: 60px;
}
.policy {
	display: block;
}
.policy dt {
	font-weight: bold;
	color: #0066CC;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 2em;
}
.policy dd {
	margin-bottom: 30px;
}
/* google map */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
section {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
footer {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 20px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
