<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 */
html{height:100%;}
.t_c{ text-align:center;}

.m_b10 { margin-bottom: 10px;}
.m_b20 { margin-bottom: 20px;}
.m_b30 { margin-bottom: 30px;}
.m_b50 { margin-bottom: 50px;}

.m_r10{margin-right:10px;}

.m_l30{margin-left:30px;}

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

a.alphaover:hover img {
	zoom: 1;
	filter: alpha(opacity=70); /* IE6/7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
	-moz-opacity: 0.70; /* Firefox */
	opacity: 0.70;
}
a img { border:none;}

/*======================================================
	CLEARFIX  clearしたい親要素に加える
======================================================*/
.clearfix:after,#contents:after,#gnavi ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0;
	line-height:0;
}
.clearfix,#contents,#gnavi ul { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,* html #contents,* html #gnavi ul{ height: 1% }
.clearfix,#contents,#gnavi ul {display:block;}
/* end MacIE5 */
div {	zoom: 100%;}

/*----------------20150609～----------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:  url(../indexim/haikei01.jpg) no-repeat top center #DAFFC7;
	height:100%;
	font-size: 16px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	line-height:1.5}

div,p,ul{margin:0; padding:0}

hr{background:#ccc; margin:30px 0; height:1px; border:none}

p + p{margin-top:15px;}

.bold{font-weight:bold}

.anno{color:#999; font-size:14px;}

.f_24{font-size:24px;}

.bg-green{
	background:#DCFFC7;
	padding:10px;}

.style1 {
	color: #990033;
	font-size: 12px;
}
.style7 {font-size: 14px}
.style9 {font-size: 14px; font-weight: bold; }
.style48 {font-size: 14px}

/*wrapper*/
#comingsoon-wrapper{
	width:976px;
	padding:60px 30px 20px 30px;
	margin:260px auto 0 auto;
	background:#fff;}

ul.list-style-btn{list-style:none;}

ul.list-style-btn li a{
	display:block;
	color:#000;
	text-decoration:none;
	border:solid #ccc 1px;
	background: url(../comingsoon/img/arrow.gif) no-repeat 10px center #fafafa;
	border-radius:5px;
	padding:5px 10px 5px 25px;}

ul.list-style-btn li a:hover{background-color:#eee;}

ul.list-style-btn li + li{margin-top:10px;}

#top-btn{text-align: center;}

#banner-questionnaire{
	text-align: center;
	margin-bottom: 60px;}
</pre></body></html>