@charset "utf-8";
@import url("module.css");
@import url("basic.css");





/* ================================================================
   共通
================================================================ */

.em01{
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3;
}
.em02{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: underline;
}
.em03{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3;
	color: #fe0032;
}

/* =============================================================
FORM
============================================================= */
.formcontents{
	margin:50px;
	text-align:center;
	}


.inner{
	padding:10px;
	background-color:#eeeeee;
	}
form{	margin: 0px;	padding: 0px;}
table#cFrom {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin:0px;
	background-color:#ffffff;
	padding:5px;
	}

table#cFrom tr{
	}

table#cFrom th,
table#cFrom td{
	line-height: 1.5;
	}
table#cFrom th{
	padding: 5px 15px 5px 15px;
	background: #EAEAEA;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
	border-right:1px solid #ffffff;
	border-bottom:1px solid ffffff;
	}

table#cFrom td{
	padding: 5px 15px 5px 15px;
	text-align: left;
	}

table#cFrom td p{
	line-height: 1.3em;
	margin-bottom:5px;
	}

table#cFrom td select{
	font-size:1em;
	margin-bottom:5px;
	}

table#cFrom td.coment{
	padding: 5px;
	text-align:left;
	}

table#cFrom td.coment p{
	margin-bottom: 5px;
	}


/*ボタン*/
table#cFrom td.cFromBtn {
	background:#eee url(../img/img_bg_submit.gif) repeat-x top left;
	}

table#cFrom td.cFromBtn div{
	margin: 20px 0 0 0;
	padding: 20px 0 40px;
	text-align: center;
	}

table#cFrom .completed{
	padding-top: 30px;
	padding-bottom: 45px;
	text-align: center;
	}


/*タイトル*/
table#cFrom td.cFromHead{
	padding: 5px 5px;
	}

table#cFrom td.cFromHead h3{
	margin:20px 0 15px;
	text-align:center;
	}
	
td.cFromHead p.read{
	margin: 0;
	padding: 0 0 15px 30px;
	}
td.cFromHead p.flow{
	margin: 0;
	padding: 5px 0px 5px;
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #c0c0c0;
	}

td.cFromHead p.flow span{	font-weight: normal;}
td.cFromHead p.flow span.on{
	font-weight: bold;
	color: #006699;
	}
	
table#cFrom .ness,
table#cFrom .ERR{
	color: #FF0033;
	}

/*module.cssにない幅を補完*/
table#cFrom .width_full{width:100%;}


/*完了テキスト*/
table#cFrom .endtext{
	text-align:center;
	}
	
/*案内トップに戻る*/
table#cFrom .goback{
	margin:30px;
	}
