<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
font-family: "minamoto";
  src: url("../font/minamoto.woff") format("woff");
}
@font-face {
font-family: "minamoto_l";
  src: url("../font/minamoto_l.woff") format("woff");
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }

.center { text-align: center; }
.relative { position: relative; }
p { }
li { list-style: none; }
a { text-decoration: none; color: #595757; }
/*
a:hover { text-decoration: none; opacity: 0.7; filter: alpha(opacity=70); }
*/
a, a img,input.btn, .gnav a {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover img { opacity: 0.5; }
a.o0:hover img { opacity: 0; }
.o1 a:hover, .o1 a:hover img, a.o1:hover, a.o1:hover img { opacity:1; }

.sw a:hover, a.sw:hover { opacity: 1; }
.sw a:hover img, a.sw:hover img { opacity: 0; }

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }
.nomr { margin-right: 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }
.tac { text-align:center; }

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

.po_re { position: relative; }
.t0r0 { position: absolute; top: 0; right: 0;}
.t0l0 { position: absolute; top: 0; left: 0;}

.left { float:left; }
.right { float:right; }

.bgo a:hover { opacity: 1; }
.bgo a:hover img { opacity: 0.5; }


.sp { display: none; }


body {
	font-size: 12px;
	color: #595757;
	background-color: #fff;
	line-height: 1.5;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
input {
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
.tksm {
font-family: minamoto;
}



header { background-color: #0054A7; color: #fff; padding: 15px 0; }
header .inner {
	padding: 20px 0;
	height: 80px;
	width: 1020px;
	margin: 0 auto 5px auto;
	position: relative;
}
header h1 {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 106px;
	z-index: 50;
}
header .inner .h_btns {
	width: 350px;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 11.5px;
	color: #fff;
	text-align: right;
}
header .inner .h_btns p { line-height: 1.2; }
header .btn {
	display: inline-block;
	width: 170px;
	height: 30px;
	background-color: #fff;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 10px;
	position: relative;
}
header .btn:hover { background-color: #B3CCE5; }
header .h_btn1 { margin-right: 10px;}

.gnav { width: 100%; height: 60px; margin-bottom: 20px; }
.gnav ul {
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.gnav ul:after {
	content: '';
	display: block;
	width: 1020px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.gnav ul:hover:after { background-color: rgba(255,255,255,0.7); }
.gnav li { display: inline-block; *display: inline; *zoom: 1; height: 60px; width: 170px; }
.gnav li a {
	display: block;
	width: 0;
	height: 0;
	padding-top: 57px;
	padding-left: 170px;
	overflow: hidden;
	background: url(../images/gnav.jpg) no-repeat 0 0;
	border-bottom: 3px solid #fff;
}
.gnav li.gn1 a { background-position: 0 0; }
.gnav li.gn2 a { background-position: -170px 0; }
.gnav li.gn3 a { background-position: -340px 0; }
.gnav li.gn4 a { background-position: -510px 0; }
.gnav li.gn5 a { background-position: -680px 0; }
.gnav li.gn6 a { background-position: -850px 0; }
.gnav li.active a { border-bottom: 3px solid #0054A7; }
.gnav li a:hover { border-bottom: 3px solid #0054A7; position: relative; z-index: 20; }


.gn { width: 100%; height: 60px; margin-bottom: 20px; }
.gn ul {
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(../images/gnav2.jpg) no-repeat 0 0;
}
.gn ul:after {
	content: '';
	display: block;
	width: 1020px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.gn ul:hover:after {
	background-color: rgba(255,255,255,0.7);
}
.gn li { display: inline-block; *display: inline; *zoom: 1; height: 60px; width: 112px; margin-right: 1px; }
.gn li:last-child { margin-right: 0; width: 112px; }
.gn li a {
	display: block;
	width: 0;
	height: 0;
	padding-top: 57px;
	padding-left: 112px;
	overflow: hidden;
	background: url(../images/gnav2.jpg) no-repeat 0 0;
	border-bottom: 3px solid #fff;
}
.gn li.gn1 a { background-position: 0 0; }
.gn li.gn2 a { background-position: -113px 0; }
.gn li.gn9 a { background-position: -226px 0; }
.gn li.gn3 a { background-position: -339px 0; }
.gn li.gn8 a { background-position: -452px 0; }
.gn li.gn4 a { background-position: -565px 0; }
.gn li.gn5 a { background-position: -678px 0; }
.gn li.gn6 a { background-position: -791px 0; }
.gn li.gn7 a { background-position: -904px 0; }
.gn li.active a { border-bottom: 3px solid #0054A7; }
.gn li a:hover {
	border-bottom: 3px solid #0054A7;
	position: relative;
	z-index: 20;
}



article { width: 1020px; margin: 0 auto; }

section h1 { margin-bottom: 40px; }

.totop { width: 1020px; margin: 0 auto; }
.totop a {
	width: 170px;
	height: 25px;
	display: block;
	position: relative;
	margin: 0 0 0 auto;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

footer { width: 100%; background-color: #0054A7; padding: 20px 0; color: #fff; }
footer .inner { width: 1020px; height: 200px; margin: 0 auto; position: relative; }
footer a { color: #fff; }
footer .fnav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
}
footer li.noborder { border: none; }
footer address { font-style: normal; font-size: 12px; line-height: 1.6; position: absolute; bottom: 0; left: 0; }
footer .f_logo { display: block;}
footer .f_btn {
	position: absolute;
	right: 0;
	width: 170px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
}
footer .f_btn:hover { background-color: #B3CCE5; }
footer .copy { position: absolute; bottom: 0; right: 0; font-size: 10px; margin-bottom: 0; text-align: right; }




.col2,.col3,.col4 { width: 1020px; }
.col2 li, .col3 li, .col4 li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.col2 li:nth-child(2n) { margin-right: 0 !important; }
.col3 li:nth-child(3n) { margin-right: 0 !important; }
.col4 li:nth-child(4n) { margin-right: 0 !important; }
.col2 li { width: 485px; margin-right: 50px; margin-bottom: 40px; }
.col3 li { width: 306px; margin-right: 50px; margin-bottom: 40px; }
.col4 li { width: 230px; margin-right: 20px; }


.main { width: 1020px; margin: 0 auto 80px auto; }

.img_l, .img_r {
	position: relative;
	min-height: 300px;
	padding-bottom: 40px;
	border-bottom: 1px solid #0054A6;
	margin-bottom: 30px;
}
.img_l { padding-left: 740px; }
.img_r { padding-right: 740px; }
.img_l .img { position: absolute; top: 0; left: 0; }
.img_r .img { position: absolute; top: 0; right: 0; }
.img_l h2, .img_r h2 { margin-bottom: 15px; }
.img_l h2 img, .img_r h2 img { display: block; }
.img_l .txt, .img_r .txt {
	padding-top: 20px;
	height: 110px;
	border-top: 1px solid #0054A6;
	border-bottom: 1px solid #0054A6;
}
.img_l .txt2, .img_r .txt2 { padding-top: 20px; }
.img_l .txt2 { text-align: right; }

p.txtkari {
    padding-top: 20px;
    border-bottom: 1px solid #0054a6;
    padding-bottom: 20px;
    border-top: 1px solid #0054a6;
    margin-top: 10px;
}
/*

header .inner h1.opt {
	padding: 3px 10px;
	margin-top: -10px;
	border-radius: 3px;
	background-color: #fff;
	color: #0054A7;
}
header a.opt {
	position: relative;
}
header a.opt:after {
	content: 'ãƒ›ãƒ†ãƒ«ã‚¨ãƒ&nbsp;ã‚¢ãƒ³ãƒ‰ã‚¨ãƒ&nbsp;å§‰å¦¹é¤¨';
	display: inline-block;
	background-color: #fff;
	color: #0054A7;
	position: absolute;
	bottom: 5px;
	margin-left: 20px;
	font-size: 14px;
	width: 144px;
	padding: 1px 5px;
	text-align: center;
	font-family: minamoto;
	border-radius: 3px;
}


*/


.cmy {
	position: absolute;
	top: 44px;
	left: 410px;
}

</pre></body></html>