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

body {  
	color:#330202;
	margin:0;
	padding:0;
	font-size: 77%;
	line-height:1.5em;
	letter-spacing:0.1em;
	font:13px/1.5 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
}

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

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

br{letter-spacing:normal;}

/* =========================================================
mainarea
========================================================= */
#mainarea{
	width:560px;
	height:1000px;
	margin:0 auto 0 auto;
}
#mainarea dl.normal {
	clear:both;
	width:560px;
	height:40px;
	margin:10px 0 0 0;
	color:#000000;
}
#mainarea dl.normal dt {
	float:left;
	text-align:left;
/*	width:120px;*/
	width:170px;
	/*padding-left:10px;*/
	/*background: url(../../img/mrk_arrow2.gif) no-repeat left center;*/
}
#mainarea dl.normal dd {
	float:left;
	text-align:left;
	width:270px;
}
#mainarea dl.mes {
	clear:both;
	width:560px;
	height:110px;
	margin:10px 0 0 0;
}
#mainarea dl.mes dt {
	float:left;
/*	width:120px;*/
	width:170px;
	text-align:left;
	/*padding-left:10px;*/
	/*background: url(../../img/mrk_arrow2.gif) no-repeat left center;*/
}
#mainarea dl.mes dd {
	float:left;
	width:300px;
	text-align:left;
}
#mainarea dl.sp {
	clear:both;
	width:560px;
	height:80px;
	margin:10px 0 0 0;
}
#mainarea dl.sp dt {
	clear:both;
	width:560px;
	text-align:left;
	padding-left:10px;
}
#mainarea dl.sp dd {
	clear:both;
	width:560px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
}
.job{
	width:250px;
}

/* =========================================================
btn
========================================================= */
#mainarea #btn {
	margin:25px auto 0px auto;
	width:443px;
}
.temp{
	color:#b00204;
	padding:0 0 20px 0;
}

/* =========================================================
form整形
========================================================= */
#mainarea img {
	vertical-align:middle;
}
#mainarea dl dd input.tel {
	width:50px;
	ime-mode: disabled;
}
#mainarea dl dd input.zip {
	width:50px;
	ime-mode: disabled;
}
#mainarea dl dd input.mail{
	width:240px;
	ime-mode: disabled;
}
#mainarea dl dd input.name,
#mainarea dl dd input.kana,
#mainarea dl dd input.rname,
#mainarea dl dd input.city,
#mainarea dl dd input.addr,
#mainarea dl dd textarea.image{
	width:240px;
	ime-mode: active;
}
#mainarea dl dd input.short{
	width:210px;
	ime-mode: active;
}
#mainarea dl dd textarea.message {
	width:240px;
	height:85px;
	ime-mode: active;
}
	
/* フォント関係*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}

object,
a:focus {
	outline:none;
}

.red{
	width:38px;
	height:20px;
	color:#000;
	text-align:left;
	background:url(../../img/i_command.gif) no-repeat center top;
	display:block;
	float:left;
	padding:0 0 0 20px;
}

.scp{
	width:38px;
	height:20px;
	color:#000;
	text-align:left;
	display:block;
	float:left;
	padding:0 0 0 20px;
}

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

.jump a:link,
.jump a:hover,
.jump a:visited,
.jump a:active{
	color:#b00204;
}

/* =========================================================
cation
========================================================= */
#cation{
	width:520px;
	padding:20px 20px 20px 20px;
	font-size:85%;
	color:#000;
	line-height:1.4em;
	text-align:left;
}
#cation ul li{
	list-style:url(../../img/list_i.gif) outside;
}
#cation a{
	color:#000;
	text-decoration:underline;
}
#cation .title{
	width:220px;
	font-size:11px;
	padding:5px 0 0 0;
	margin:0 0 5px -18px;
}
#cation p {
	color:#000;
}

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