html{
		font-size: 76.9%;
}

body {
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	font-size:1.6rem;
	min-width: 1200px;
}
@media all and (-ms-high-contrast:none){
body {
font-family: Meiryo,tbudgothic-std, sans-serif !important;
} 
}


body p{
	line-height: 1.8;
}

body *{
	font-feature-settings: 'pkna';
}

header {
	height: 170px;
	box-sizing: border-box;
	z-index: 9999;
	background: #f6fdff;
}

#header_inner {
	height: 110px;
	background: url('../images/common/header.jpg') repeat-x top center;
	position: relative;
}

header h1 {
	width: 137px;
	height: 48px;
	margin: 0px auto;
	padding: 20px 0 0;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('../images/common/logo.png') no-repeat;
}

#hnav {
	width: 480px;
	position: absolute;
	top: 10px;
	right: 30px;
}

#hnav li {
	width: 150px;
	float: left;
	margin: 0 5px 10px;
}

#hnav05 {
	width: 292px !important;
}

#gnav {
	height: 58px;
	z-index: 999;
	position: relative;
}

#gnav ul {
	width: 1160px;
	margin: 0 auto;
}

#gnav ul li {
	width: 145px;
	float: left;
	line-height: 38px;
	height: 58px;
	padding: 10px 0;
	box-sizing: border-box;
}

#gnav ul li a {
	color: #498da1;
	display: block;
	text-align: center;
	text-decoration: none;
	border-right: 1px dashed #498da1;
}

#gnav ul li:last-child a {
	border-right: 0 !important;
}

#gnav01,
#gnav08 {
	line-height: 1.1em !important;
}

.submenu {
	display: none;
	width: 100% !important;
}

.submenu li {
	float: none !important;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px dotted #498da1;
}

.submenu li a {
	border-right: 0px !important;
}

section {
	line-height: 1.8em;
}

footer {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

.clr {
	clear: both;
}


footer {
	height: 280px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	background: url('../images/common/footer.jpg') top center;
}

#footer_inner {
	width: 1200px;
	margin: 0 auto;
}

#footer_ad {
	line-height: 1.8em;
	width: 254px;
	height: 252px;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	float: left;
	font-size:15px !important;
	background: url('../images/common/footer_logo_bg.png') no-repeat;
}



#footer_inner h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: normal !important;
}

#footer_inner h3 small {
	display: block;
	font-size: 14px;
}

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

#footer_inner a:hover {
	text-decoration: underline;
}

#fnav {
	padding: 0px 0 0;
	width: 920px;
	float: right;
	font-size: 13px !important;
}

#fnav ul {
	list-style: none;
	width: 200px;
	margin: 0 15px;
	float: left;
}

#fnav ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

#fnav1 li:nth-child(1),
#fnav2 li:nth-child(1),
#fnav3 li:nth-child(1) {
	font-size: 18px;
}

#fnav4 li:nth-child(1) {
	padding-top: 45px !important;
}

#fnav ul li small {
	font-size: 14px !important;
}

#fnav ul li a {
	color: #292929;
	text-decoration: none;
}

#fnav ul li a:hover {
	text-decoration: underline;
}

.gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 10000;
}

.gotop a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 160px;
	background: #7b4c60;
	line-height: 40px;
	border-radius: 5px;
}

#copyright {
	text-align: center;
	padding: 10px 0;
}

#footer_inner #footer_ad a {
	text-decoration: none !important;
	color: #333 !important;
}


.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #F6FDFF;
}