<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.sp_none {
	display: block;
}
.pc_none{
	display: none;
}


/* ///HEADER/// */
header {
	height: 68px;
	width: 100%;
	background-color: #FFFFFF;
}
.header_inner{
	width: 960px;
	margin: 0 auto;
}
.header_box_l {
	margin: 18px 0 0 21px;
	float: left;
}
.header_box_l div{
	display: inline-block;
}
.header_box_r {
	float: right;
	margin-top: 33px;
	font-size: 0;
}
.header_box_l .logo img {
	width: 127px;
	vertical-align: bottom;
}
	.header_box_l .sublogo {
		padding: 0.8ex 0.8em;
		background-color: #0EADFF;
		border-radius: 3px;
		text-align: center;
		margin-left: 25px;
		vertical-align: 10%;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.1ex;
		font-size: 90%;
	}
	.header_box_l .sublogo a{
		color: #ffffff;
	}
	.header_box_l .sublogo img {
		width: 150px;
		padding: 5px 15px;
	}

#fontsize{
	display: inline-block;
	height: 25px;
	box-sizing: border-box;
}
#fontsize&gt;img{
	width: 68px;
	display: inline-block;
	margin-top: 3px;
}
#fontsize div{
	border-radius: 3px;
	border: 1px solid #0EADFF;
	height: 22px;
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	margin:0 12px 0 5px;
	font-size: 13px;
}
#fontsize a{
	padding: 4px 8px;
	text-decoration: none;
	box-sizing: border-box;
	height: 22px;
	color: #0EADFF;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}
#search{
	float: right;
	height: 22px;
}
#searchBox{
	padding: 3px 7px;
	border: 1px solid #0EADFF;
	height: 22px;
	box-sizing: border-box;
	margin: 0;
}
#searchBtn{
	float: right;
	padding: 5px;
	width: 23px;
	height: 22px;
	box-sizing: border-box;
	background-color: #0EADFF;
}


/* ///FOOTER/// */
footer {
	border-top: 1px solid #dedede;
	margin: 0 auto;
	padding-top: 23px;
	width: 960px;
	height: 76px;
}
.footer_box_l {
	float: left;
}
.footer_box_r {
	float: right;
	text-align: right;
	font-size: 0.9em;
}
.footer_box_l img{
	width: 320px;
}
.adress{
	font-size: 0.85em;
	letter-spacing: 0.05em;
}
.copyrights{
	font-size: 0.6em;
	margin-top: 8px;
}


/* ///gNavi/// */
.gnavi {
	width: 100%;
	height: 110px;
	background-color: #F7FBFC;
}
.gnavi ul {
	margin: 0 auto;
	width: 960px;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}
.gnavi ul li {
	float: left;
	width: 12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav1, .nav2, .nav3, .nav4, .nav5, .nav6, .nav7{
	border-right: 1px solid #C7CACA;
}
.gnavi ul li img{
	float: left;
}</pre></body></html>