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

/* =============================================================

	Base

* ============================================================= */

body {
	font-family: Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 81.25%; /* 13px base */
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify; /* for ff, webkit */
	text-justify: inter-ideograph; /* for IE */
	color: #58595B;
	background: #F7F1E1 url(../images/site-bcg_img01.png) no-repeat 50% -70px;
	/* safari5.1系で一部文字が（transform 3Dの影響で）かすれるのを防ぐため　*/
	-webkit-font-smoothing: subpixel-antialiased;*/
	/*-webkit-text-size-adjust: 100%; /* mobile safariの自動文字サイズ調整をoffにする*/
	-webkit-tap-highlight-colorp-highlight-color: rgba(0,0,0,0);
	min-width: 1000px;
}
.IE8 body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

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

.clear {
	clear: both;
}



/* =============================================================

	Layouts

* ============================================================= */

.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 40px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

#wrapper {
	background: url(../images/site-bcg_img02.png) no-repeat 50% 100px;
}

.body {
	width: 768px;
	margin: 0 auto 50px;
}

.island {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 50px;
}


/* =============================================================

	Typography

* ============================================================= */

strong, b { font-weight: bold; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.text-small { font-size: 0.924em; } /* 12px */

.text-red, .text-red a {
	color: #ef381a;
}

h1, h2, h3,
.text-serif,
.header,
.footer,
.ui-btn,
.top-lead,
.top-news {
	font-family: '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* Headings */

.body h1 {
	color: #CCA629;
	font-size: 1.539em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 2px solid #CCA629;
	position: relative;
}
.body h1:before,
.body h1:after {
	content: "";
	width: 40px;
	height: 20px;
	background: url(../images/splite_01.png) no-repeat;
	position: absolute;
	bottom: -20px;
}
.body h1:before {
	left: -10px;
	background-position: -350px 0;
}
.body h1:after {
	right: -10px;
	background-position: -350px -50px;
}

h2 {
	color: #CCA629;
	font-size: 1.154em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}
h2:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #CCA629;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -25px;
}

h3 {
	color: #CCA629;
	font-size: 1.154em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
}


figcaption {
	line-height: 1.5;
	text-align: center;
}

.list {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: -.3em;
}
.list li {
	margin-bottom: .3em;
}

.numlist {
	list-style-type: decimal;
	padding-left: 2em;
	margin-bottom: -.3em;

}
.numlist li {
	margin-bottom: .3em;
}

/* =============================================================

	Links

* ============================================================= */

a {
	color: #58595B;
	text-decoration: none;
}

a.ui-link-arrow {
	position: relative;
	padding-left: 25px;
}
a.ui-link-arrow:before {
	content: "";
	width: 13px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	background: url(../images/splite_01.png) no-repeat -350px -100px;
}

a.ui-link-arrow:hover {
	text-decoration: underline;
}

p.ui-link a,
a.ui-link {
	text-decoration: underline;
}

p.ui-btn {
	text-align: center;
}

p.ui-btn a,
a.ui-btn {
	color: #fff;
	font-size: 1.154em;
	line-height: 1;
	display: inline-block;
	padding: 15px 50px;
	background-color: #F07F65;
	border-bottom: 6px solid #CC6B56;
}

p.ui-btn a:hover {
	background-color: #dc725a;
}

/* pagenation */

.pagenation {
	text-align: center;
}

.pagenation a {
	color: #808080;
	font-size: 1.2em;
	line-height: 1;
	text-decoration: underline;
	display: inline-block;
	padding: 10px 15px;
	border-right: 1px solid #fff;
}
.pagenation a.last-child {
	border: none;
}
.pagenation a.prev,
.pagenation a.next {
	font-size: 1em;
}

.pagenation strong {
	color: #CCA629;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	border: none;
}


/* =============================================================

	Images

* ============================================================= */

img {
	vertical-align: middle;
}

img.align-center {
	display: block;
	margin: 0 auto;
}

img.align-left {
	display: block;
	margin-right: auto;
}

img.align-right {
	display: block;
	margin-left: auto;
}

.frame {
	display: inline-block;
	padding: 1px;
	border: 1px solid #CCA629;
	position: relative;
	margin: 4px;
}
.frame:before,
.frame:after {
	content: "";
	width: 100%;
	height: 100%;
	padding: 2px;
	border: 1px solid #CCA629;
	position: absolute;
	top: -3px;
	left: -3px;
}
.frame:after {
	padding: 4px;
	top: -5px;
	left: -5px;
}

.frame img {
	display: block;
	padding: 4px;
	border: 1px solid #CCA629;
}

/* =============================================================

	Tables

* ============================================================= */

table {
	width: 100%;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCA629;
	padding: .5em .3em;
}

td {
	padding: .1em .3em;
}

td.first {
	padding-top: 1em;
}


/* =============================================================

	Tables2

* ============================================================= */

table.table2 {
	width: 430px;
}

td.table2 {
	padding: .1em .1em;
}


/* =============================================================

	Common

* ============================================================= */


/* =============================================================

	header

* ============================================================= */

.header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header-logo {
	width: 254px;
	height: 74px;
	margin: 0 auto;
	padding: 15px 0 11px;
}

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

.header-nav {
	margin: 0 140px;
	overflow: hidden;
}

.header-nav li {
	width: 25%;
	float: left;
}

.header-nav li a {
	color: #fff;
	font-size: 1.154em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	display: block;
	height: 100%;
	padding: 26px 0 10px;
	background: no-repeat -1000px 0;
}
.header-nav li.odd a {
	background-image: url(../images/header-nav_img02.png);
}
.header-nav li.even a {
	background-image: url(../images/header-nav_img01.png);
}

.header-nav li.active a,
.header-nav li a:hover {
	background-position: 50% 0;
}

.header-home {
	width: 120px;
	height: 60px;
	position: absolute;
	top: 0;
}

.header-home a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/splite_01.png) no-repeat 0 -100px;
}


/* =============================================================

	footer

* ============================================================= */

.footer {
	margin: 0 auto;
	padding: 20px 50px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.footer-logo {
	font-size: 1.2em;
	text-align: center;
	padding: 50px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCA629;
	position: relative;
}

.footer-logo:after {
	content: "";
	width: 57px;
	height: 44px;
	background: url(../images/splite_01.png) no-repeat -250px -100px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
}

.footer-link {
	float: left;
}

.footer-copy {
	color: #CCA629;
	font-size: 0.733em;
	float: right;
}

.footer-top {
	position: absolute;
	top: 30px;
	right: 50px;
}

.footer-top a {
	text-indent: -9999px;
	display: block;
	width: 72px;
	height: 54px;
	background: url(../images/splite_01.png) no-repeat -150px -100px;
}


/* =============================================================

	plugin

* ============================================================= */

.featherlight .featherlight-close-icon {
	color: #58595B !important;
	font-size: 50px;
	line-height: 50px !important;
	width: 50px !important;
	height: 50px !important;
	background-color: #fff !important;
}





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