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

/* IMPORT :-) ■■■■■■■■■■■■■■■■■■■ */ 
@import url(reset.css); 


/* FORM_AREA
---------------------------------------------------- */ 
body{
	background: #fff;
	font:14px/1.6 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif ;
	color:#555;
	-webkit-text-size-adjust: 100%;
}
input,select,option,textarea{
	font:14px/1.6 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif ;
	color:#555;
}
em{
	font-style:normal;
}
#entryArea{
	width:520px;
	margin: 0 auto;
}
.preInfo{
	background: url(../../form/img/present.jpg) no-repeat left top;
	padding-left: 145px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	margin: 20px auto;
}
div.preInfo em{
	color: #e96f98;
}

/* INPUT_AREA
---------------------------------------------------- */ 
.inputArea{
	padding: 5px 20px;
	margin: 0 auto;
}
.inputArea li{
	padding-bottom: 15px;
}
.inputArea li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.inputArea li { display: inline-block;}
/* Hides from IE-mac \*/
* html .inputArea li { height: 1%;}
.inputArea li { display: block;}
/* End hide from IE-mac */

.inputArea li span{ display: block;}
.inputArea .item{
	width: 140px;
	float: left;
	text-align: right;
	color: #1162bd;
}
p.inputInfo{
	margin:0 0 10px 0;
}
p.inputInfo em,
.inputArea .item em{
	color:#c03;
}
.inputArea .input{
	width: 320px;
	float: right;
}
.question .item{
	width: 100%;
	text-align: left;
	float: none;
	padding-left: 30px;
	padding-bottom:3px;
}
.question .ex{
	width: 100%;
	text-align: left;
	float: none;
	padding-left: 48px;
	color:#999;
}
.question .input{
	float: none;
	width: 415px;
	padding-left: 45px;
}
.noIndent .item{
	padding-left: 45px;
}
.inputQ2other{
	float: none;
	width: 415px;
	padding:5px 0 0 70px;
}

.inputArea em{ padding-right: 3px;}

/* FORM_ITEM */ 
/* INPUT */
.inputA{ ime-mode: active;} /*（IMEオン・日本語入力モード）*/ 
.inputB{ ime-mode: inactive;} /*（IMEオフ・英数字入力モード）*/  
.inputC{ ime-mode: disabled;} /*（IME使用不可・英数字入力モード） */ 
.inputD{ ime-mode: auto;} /*（自動）デフォルト*/ 
/* WIDTH */
.sizeA{ width: 290px;}
.sizeB{ width: 250px;} 
.sizeC{ width: 410px;}
.sizeD{ width: 60px;}
.sizeE{ width: 385px;}
textarea, x:-moz-read-only { height: 100px;;}
/* FOCUS */
/*input[type="text"],textarea,select{
	padding: 2px;
}*/
input[type="text"]:focus { background: #f8fdff;}
input[type="file"]:focus { background: #f8fdff;}
textarea:focus { background: #f8fdff;}
select:focus { background: #f8fdff;}

label{ margin-right: 1em; display: block;}
.inline-block label{ display: inline-block !important;}

/* SUBMIT */
.subBox{
	text-align: center;
	margin: 30px auto;
	background: url(../../form/img/bg_form_bottom.gif) no-repeat center bottom;
}

/* notice */
.notice{
	padding: 20px 35px 0;
}
.notice dt{
	font-weight: bold;
	font-size: 12px;
	color: #e96f98;
}
.notice dd{
	text-indent: -1em;
	padding-left: 2em;
	font-size: 11px;
	padding-top: 5px;
}
.notice dd a:link { text-decoration: underline;}

/* MESSAGE
---------------------------------------------------- */ 
.msgArea{
	background: url(../../img/article_line.gif) no-repeat center top;
	text-align: center;
	font-weight: bold;
	padding: 100px 0 120px;
}
.msgArea a{
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-top: 1em;
}

:-ms-input-placeholder{
	color:#999;
}
</pre></body></html>