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

/* -------------reset----------------- */

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
}

/* -------------body----------------- */

body {
	background: #fff;
	font-size: 14px;
	font-family: Helvetica, Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}

#enact_date {
	text-align: right;
}

#top_link {
//	clear: both;
//	text-align: center;
	display: none;
}

ol, ul {
	list-style-type: none;
	margin-top: 0.5em;
}
li {
	margin-bottom: 0.5em;
}

#main li {
	margin-bottom: 0;
}

#price table {
	width: 100%;
	margin: 6px 0 10px 0;
	border: 1px solid #ccc;
}

#price th,
#price td {
	width: 50%;
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
}

#price th {
	background-color: #e1e1e1;
	font-weight: bold;
}

/* -------------info----------------- */
#info_list_tbl {
	width: 100%;
	table-layout: fixed;
}

#info_list_tbl tr:nth-child(even) {
	background-color: #f2f2f2;
}

#info_list_tbl td {
	width: 50%;
	padding: 4px;
	border: 1px solid #ccc;
	text-align: left;
}

#info_list_tbl .info_date {
	width: 4em;
}

#info_navi li {
	padding: 12px 6px;
}

li#prev {
//	float: left;
	display: none;
}

li#next {
//	float: right;
	text-align: center;
}

p#info_one_date {
	text-align: left;
	padding: 6px;
}
p#info_one_text {
	margin-top: -1.5em;
	word-break: break-all;
}
p#info_one_text img {
	width: 100%;
}
p#info_one_back {
/*
	width: 8em;
	margin: 1em auto 0 auto;
	text-align: center;
	border: 1px solid #999;
	padding: 6px 6px 6px 6px;
	margin-bottom: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
*/
	display: none;
}
p#info_one_back a {
	color: #333;
	font-weight: bold;
}

/* rule */
.rule-wrap {
	padding: 0 15px 48px;
}
.link-list-title {
	padding: 30px 15px 6px;
}
.link-list,
.link-list li {
	margin: 0;
}
.link-list a {
	display: block;
	box-sizing: border-box;
	padding: 12px 15px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.main-title {
	box-sizing: border-box;
	margin-top: 24px;
	padding: 0;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	border-left: none;
}
.section-title {
	box-sizing: border-box;
	margin-top: 24px;
	padding: 12px;
	color: #333;
	background-color: #e6e6e6;
	font-size: 18px;
}
.list-style-1 {
	margin-top: 12px;
}
.list-style-1 dt,
.list-style-1 dd {
	word-break: break-all;
}
.list-style-2 {
	display: table;
	margin-top: 12px;
	width: 100%;
}
.list-style-2 li {
	display: table-cell;
}
.list-style-2 li:first-child {
	width: 2em;
}



/* helper clas */
.bg-gray {
	background-color: #f2f2f2;
}

.ta-right {text-align: right;}

.mt-12 { margin-top: 12px;}
.mt-18 {margin-top: 18px;}

.mb-36 {margin-bottom: 36px;}
</pre></body></html>