/* 
	Document   : form
	Created on : Jul 28, 2010, 7:45:25 PM
	Author     : work
	Description:
		Purpose of the stylesheet follows.
		*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
   */

.form_table , .form_alert {
	width: 800px;
	margin-left: auto;
	margin-right:auto;
}

.form_body {
	margin: 20px 20px 0 20px;
}

.form_body table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.form_body tr {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.form_body .th {
	font-weight: bold;
	text-align: center;
	background-color: #ffffcc;
}

.form_body .th_kamoku {
	font-weight: bold;
	text-align: center;
	background-color: #DDDDFF;
}

.form_body .enq {
	background-color: #edfced;
	font-weight:bold;
	text-align:center;
}

.cmn {
	;
}

.anc {
	;
}

.star {
	color: #FF0000;
}

.agreement {
	margin-top:18px;
	margin-bottom:18px;
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	padding:10px;
	/*background-color: #ffe2e2;*/
	border: 1px #ff0000 solid;
}

#agreement_check {
	margin-top:8px;
	text-align:center;
	font-size:18px;
}

.submit {
	text-align:center;
}

.submit input {
	font-size: 16px;
	background:#CCCCCC;
	border-color: #000000;
	color: #000;
	text-shadow: #cccccc 0px 1px 0px;
}

.form_element_alert {
	background-color: #ffe2e2 !important;
}

.form_notice {
	color: #FF0000;
	font-size: 14px;
	/*font-size: smaller;*/
}

.imed {
	ime-mode:disabled;
}

.imea {
	ime-mode:active;
}

.mini_button {
	cursor: pointer;
}

/* 確認フォーム */
.confirm_body {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top:1em;
	margin-bottom:1em;
}

.confirm_body .center {
	text-align: center;
	margin: 1em;
}

.confirm_msg {
	margin:20px;
	text-align: center;
}


.kamoku {
	display:table-cell;
	vertical-align:middle;
	padding:1px;
	height:24px;
}

.kamoku .h {
	float:left;
	font-weight:bold;
	width:140px;
}

.kamoku .b {
	float:left;
}

.kamoku_line {
	clear:both;
	height:1px;
	overflow:hidden;
	border-bottom: 1px dotted #999999;
}


.confirm .h {
	float:left;
	font-weight:bold;
	width:240px;
	overflow:hidden;
	padding:4px;
}

.confirm .b {
	float:left;
	height:16px;
	padding:4px;
}

.confirm_line {
	clear:both;
	height:1px;
	overflow:hidden;
	border-bottom: 1px dotted #999999;
}

.fulfill {
	color: #FF0000;
}

.faq_area {
	width:800px;
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 8px;
	border:1px solid #FF0000;
	color: #FF0000;
	font-size: 120%;
	padding: 8px;
}

.faq_area li {
	margin:0px;
}

.faq_area ul {
	margin:0px;
}

.school_select {
	margin-bottom: 5px;
}

.checkbox_select {
	margin-bottom: 1.5em;
}

.checkbox_element {
	float:left;
	margin-right:9px;
}

.form_notice_mail {
	color: #000099;
	font-size: 13px;
	margin: 5px;
}

.mobile_mail_area {
	border-top:1px solid #CCCCCC;
	padding-top:8px;
	margin-top:8px;
}

.suisyou_kamoku {
	background-color: #ffffcc;
}

.suisyou_kamoku_comment {
	margin:1px;
	padding:2px;
	color:#FF0000;
}

.subject_select_btn_area {
	font-size:smaller;
}

.subject_select_btn_area .element {
	float:left;
	width:80px;
	padding:8px;
	border:1px solid #999999;
	text-align: center;
	margin:2px;
	cursor:pointer;
}


.subject_select_btn_area .element_selected {
	float:left;
	width:80px;
	padding:8px;
	border:1px solid #999999;
	text-align: center;
	margin:2px;
	cursor:pointer;
	background-color: #999999;
	color:#FFFFFF;
}

#subject_comment_area {
	padding:4px;
	color: #000099;
	font-weight:bold;
}

.kessyou_notice {
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
}

.alert_privacy {
	margin-top:10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom:10px;
	padding: 1px;
	font-size:smaller;
	
	text-align: center;
}

.winter_koushu {
	margin-top: 100vh;
}

.winter_koushu_regist {
	text-align: center;
}

.submit_info {
	text-align: center;
	font-size: 18px;
}

.pre-img{
	display: block;
	margin: 0 auto;
}

.clear{
	clear: both;
}

#check-kousha {
	background: none !important;
	padding: 0;
	margin: 0;
	width: 0px;
	height: 0px;
	border: none;
	opacity: 0;
}
.recommend_pre_area {
   font-size: 30px;
   padding: 13px 0;
   text-align: center;
   line-height: 1.2;
   margin: 10px 0 70px;
}
.recommend_pre_area .red_txt {
   color: #ff0000;
}
.recommend_pre_area .bold_txt {
   font-weight: bold;
}
.recommend_pre_area .small_txt {
   font-size: .8em;
}