<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 */

/* reset /////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; } 
hr {display:none;}
/* /reset /////////////////////////////////////////*/

body {

	background:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
	font-size: 77%;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
	text-align:center;
}

html&gt;/**/body {font-size:12px;}

* + html body {letter-spacing:normal;}

br{letter-spacing:normal;}
#layout {
	width:550px;
	margin:0 auto;
	text-align:left;


	/*border:solid #CCCCCC 1px;*/
	}


#contents {
	clear:both;
	width:550px;
}


#mainarea{
	float:left;
	width:550px;
}





#mainarea dl{
	clear:both;
	width:550px;
	height:30px;
	padding:20px 0 0 0;
	background: url(../../img/dticon.gif) no-repeat left top;
	border-bottom:dotted 1px #999999;

}



.mes {
	height:130px;
	border-bottom:dotted 1px #999999;
}


#mainarea dl dd input.tel {
	width:50px;
}

#mainarea dl dd input.kana {
	width:240px;
}

#mainarea dl dd input.name {
	width:240px;
}


#mainarea dl dd input.mail {
	width:240px;
}

#mainarea dl dd input.age {
	width:40px;
}


#mainarea dl dd input.addr {
	width:240px;
}



#mainarea dl dd input.zip {
	width:50px;
}


#mainarea dl dd textarea.message {
	width:240px;
	height:5em;
}




#mainarea dt{
	float:left;
	width:130px;
	margin-left:15px;

}

#mainarea dd {
	float:right;
	width:400px;

}

#mainarea #btn{
	clear:both;
	text-align:center;
	padding-top:20px;
}


.enqmes{
	clear:both;
	padding:10px 0 15px 0;
	font-weight:bold;
	border-bottom:dotted 1px #999999;
}

.enqmes2{
	clear:both;
	padding:10px 0 5px 15px;
	color:#d62b38;
	border-bottom:dotted 1px #999999;
	background: url(../../img/dticon2.gif) no-repeat left top;
}






#mainarea .formContents{
	width:550px;
	padding:5px 0 10px 0;
}


#mainarea .formContents .q{
	clear:both;
	color:#d62b38;
	padding-top:15px;
}


#mainarea .formContents .q textarea.message2 {
	height:5em;
	margin:0 0 0 20px
}


#mainarea .formContents .q_select{
	padding:5px 0 10px 20px;
}

#mainarea .formContents .vl{
	clear:both;
	color:#d62b38;
}

#mainarea .formContents .vl_select{
	padding:10px 0 10px 5px;
}



#sidebar {
	font-size:10px;
	padding:10px;
}
#sidebar .description {padding: 10px 0 30px;line-height:160%;}
#sidebar .toTopPage {
	text-align:right;
	margin-bottom:20px;
}



#sidebar li{
	list-style-image: url(../../img/icon_f.gif);
	list-style-position: inside;
}

#sidebar .cation{
	width:150px;
	height:17px;
	margin:10px 0 10px 0;
	color:#b90b34;
	font-weight: bold;
	font-size:120%;
}


.title{
font-weight:bold;
color:#d02f3d;
margin-top:10px;
margin-bottom:10px;
}
.img{
	float:left;
	margin-right:10px;

}
	

/* フォント関係*/

.errMsg{
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top:60px;
	color:#b90b34;
}
.link{
text-align:right;
margin:20px 20px 20px 0;
}

.red{
background:url(../../img/red_1.gif) no-repeat top left;
padding-left:20px;
font-weight:bold;

}

.red2{
background:url(../../img/red_2.gif) no-repeat top left;
padding-left:20px;
font-weight:bold;

}

.red3{
background:url(../../img/red_3.gif) no-repeat top left;
padding:10px 0 0 20px;
}

.blue_text{
clear:both;
color:#2f92cc;
text-align:left;
padding-top:10px;
}

.red_text2{
font-size:15px;
color:#b90b34;
}

.small{
font-size:10px;
}


.small_red{
font-size:85%;
color:#b90b34;
}

.small_orange{
font-size:85%;
color:#e97a27;
text-align:center;
height:20px;
}

.small ul{
list-style:circle;
}

.large{
font-size:16px;
line-height:18px;
color:#b90b34;
}

.orange{
color:#e97a27;
}


A:link {
	color:#666666;
	text-decoration: underline;
}
A:visited {
	color:#666666;
	text-decoration: underline;
}
A:hover {
	color:#b90b34;
	text-decoration: underline;
}
A:active {
	color:#b90b34;
	text-decoration: underline;
}
	

img { border: none; }

.leftbox {
	float: left;
	margin-right:10px;
}
.rightbox {
	float: right;
	margin-left:10px;
}
.textRight {text-align:right;}

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/

/* contents clearfix */
#contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#contents {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
/* /main clearfix */

/* description clearfix */
.description:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.description {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .description { height: 1%; }
.description { display: block; }
/* End hide from IE-mac */
/* /description clearfix */

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/
</pre></body></html>