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

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

/* BACKGROUND ■■■■■■■■■■■■■■■■■■■ */ 
body{ background: none; font-size: 12px; line-height: 1.3;}
.ie8 body{ background:none;}
/* FORM 880px■■■■■■■■■■■■■■■■■■■ */ 
#form{
	width:880px;
	margin: 0 auto;

}
#formArea em{
	color: #aa090d;

}
#inputInfo{
	padding-bottom: 7px;

}

#inputInfo p{
 	font-family: "source-han-serif-japanese";
}

/* inputArea
---------------------------------------------------- */ 
#formArea .wrap .left,
#formArea .wrap .right{
	width: 280px;
	float: left;
}
#formArea .wrap .left{
	margin-right: 25px;
}

#formArea .wrap #rule{
	width:280px;
	float:right;

}


#formArea .inputArea .item{
	width: 100px;
	float: left;
	font-size:14px;
 	font-family: "source-han-serif-japanese";
 	font-weight:300;
	padding:8px 0 0 0;
}

#formArea .inputArea .input{
	width: 165px;
	float:left;
	padding:5px 0 0 0;
	font-size:14px;
 	font-family: "source-han-serif-japanese";
  	font-weight:300;
}


#formArea .clear{
	clear:both;
}


#formArea .inputArea .itemfull{
	width:280px;
	float: left;
	font-size:14px;
 	font-family: "source-han-serif-japanese";
  	font-weight:300;
	padding:5px 0 5px 0;
}


#formArea .inputArea li{ padding-bottom: 10px; 	font-family: "source-han-serif-japanese";}
/*clearfix*/
#formArea .inputArea li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#formArea .inputArea li { display: inline-block;}
/* Hides from IE-mac \*/
* html #formArea .inputArea li { height: 1%;}
#formArea .inputArea li { display: block;}
/* End hide from IE-mac */


/* 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: 255px; height: 70px;}
.sizeB{ width: 255px;}
.sizeC{ width: 165px;}
.sizeD{ width: 30px;}

input{ border: none;}
/* FOCUS
input[type="text"]:focus { background: #fff9f6;}
input[type="file"]:focus { background: #fff9f6;}
textarea:focus { background: #fff9f6;}
select:focus { background: #fff9f6;}
select{
	padding: 2px;
	width: 165px;
}
 */
 
 
ul li input,ul li textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	padding: 5px;
	border: solid 1px #ccc;
}
ul li input:focus,ul li textarea:focus {
	border: solid 1px #786026;
}
 
ul li select {
	height: 35px;
	padding: 8px 40px 8px 8px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	background: #FFF url(../../form/img/select_arrow.jpg) no-repeat right;
}

input[type=radio], input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label, input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

#formarea dl.course-select input[type=radio] + label, input[type=checkbox] + label{
	margin-bottom:10px;
	padding: 0 0 0 15px;
}
 @media (min-width: 1px) {
input[type=radio],  input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=radio] + label,  input[type=checkbox] + label {
	padding: 0 0 0 24px;
}
input[type=radio] + label::before,  input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
input[type=checkbox] + label::before {
	border: 2px solid #ccc;
}
input[type=radio]:checked + label::after,  input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #786026;
	border-radius: 8px;
}
input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #f7b619;
	border-bottom: 3px solid #f7b619;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
/* ruleArea
---------------------------------------------------- */ 
#rule{
	float: left;
}
#rule strong{
	color: #f7b619;
 	font-family: "source-han-serif-japanese";
	font-size: 12px;
}
/* ScrollBox */
#rule .mcs_container{
	margin: 10px auto 0;
	height:260px;
	padding: 5px;
	background: #454545 !important;
}
#rule .mcs_container .customScrollBox{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#rule .mcs_container .customScrollBox .scr_container{
	position:relative;
	top:0;
}
#rule .mcs_container .customScrollBox .scr_content{
	clear:both;
	padding-right: 7px;
}
#rule .mcs_container .dragger_container{
	position: absolute;
	width:4px;
	height:100%;
	background:#5b5a5a;
	cursor: pointer -moz-border-radius:2px;
	cursor: s-resize;
	top: 0px;
	right: 0px;
}
.mcs_container .dragger{position:absolute; width:4px; height:60px; background:#927335; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer;}
.mcs_container .dragger_pressed{position:absolute; width:6px; margin-left:-1px; height:60px; background:#927335; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}

#rule strong{
	margin-bottom: 3px;
}
#rule li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2px;
	font-size: 11px;
 	font-family: "source-han-serif-japanese";
  	font-weight:300;
}

/* SUBMIT */ 
.subBox{
	clear: both;
	text-align: center;
	margin-top:0px;
}
.subBox input{
	width: 250px;
	height: auto;
}


/* msg */
.msg{
	padding-top: 120px;
	text-align: center;
}
.msg .thanks{
	font-size: 16px;
	color: #dcaf52;
}









</pre></body></html>