<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/****　blobal　****/
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
}

table, tr, th, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
a {
	color: #5E3F2F;
	text-decoration: none;
}
a:hover img {
	/*IE6*/
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.font_red {
	color: #941533;
}



/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1%;
	clear: both;
}

* html .clearfix {
  height: 1%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/***** 規約用 *****/
.kiyaku_box {
	width: 98%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../img/gara.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	max-width: 800px;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 80px;
	/* [disabled]height: 80%; */
	/* [disabled]overflow: scroll; */
	/* [disabled]max-height: 650px; */
	/* [disabled]min-height: 200px; */
}
.kiyaku_title {
	text-indent: -9999px;
	background-image: url(../img/kiyaku_title.jpg);
	background-position: left center;
	height: 41px;
	width: 98%;
	background-repeat: no-repeat;
}
.kiyaku_box p {
	padding-top: 0px;
	padding-left: 15px;
	width: 95%;
	padding-bottom: 25px;
}
.title {
	margin-bottom: 25px;
	background-image: url(../img/naka_title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.helpwaku strong {
	font-size: large;
	color: #630;
}
.help_space .waku {
	padding: 5px;
	border: 1px solid #630;
	font-size: 16px;
}
.help_space .title_s {
	font-weight: bold;
	padding-top: 10px;
}
.kiyaku_box a {
	color: #C00;
}
</pre></body></html>