@charset"utf-8";

/*========================Contents=============================
 00) common
 01) form
 02) confirm
 03) complete
 
=============================================================*/

/*============================================================
	00) common
=============================================================*/
body{
	color: #555555;
	font-family : 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

div#container{
	margin: 0 auto;
	width: 830px;
}

div#container div#formArea{
	margin: 0 auto;
	margin-top: 30px;
	width: 800px;
}

div#container form{
	margin-top: 20px;
}

div#container form div#formInput{
	background-color: #fff7fa;
}

div#container form div#formInput h2{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	margin-bottom: 10px;
}

div#container form div#formInput table{
	margin-bottom: 20px;
	margin-left:40px;
	width; 100%;
}

div#container form div#formInput table th{
	vertical-align: top;
	width: 140px;
}

div#container form div#formInput table td{
	padding-bottom: 12px;
	vertical-align: top;
}

div#container form div#formInput table td.multiAnswers{
	padding-left: 140px;
}

div#container form div#formInput table td.multiAnswers div{
	padding-top: 5px;
}


div#container form div#formInput table td.multiAnswers label{
	padding-right: 6px;
}

div#container form div#formInput table td.multiAnswers label span{
	padding-left:5px;
}

div#submitButton{
	text-align: center;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 830px;
}
div#submitButton button{
	background: none;
	border: none;
	cursor: pointer;
}

/*============================================================
	01) form
=============================================================*/

div.confirm{
	margin-top: 10px;
}

span.caution{
	color: #ff0000;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

span.item_head{
	color: #90d1e5;
	padding-right: 5px;
}

span.item{
	color: #b6b6b6;
	padding-right: 5px;
}

span.error{
	color: #ff0000;
	font-weight: bold;
	display: block;
	padding-top: 2px;
}
span.supplement{
	color: #666666;
	margin-left: 3px;
}

label input{
	margin-right: 5px;
}

input#submit-btn{
	background: url(../images/form/btn01_off.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	width: 172px;
	height: 45px;
}

/*============================================================
	02) confirm
=============================================================*/

div#container form div#formInput table.confirm th{
	height: 35px;
	width: 830px;
}

div#container form div#formInput table.confirm th span.input{
	margin-left: 15px;
}

input#confirm-btn{
	background: url(../images/comfirm/btn02_off.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	width: 244px;
	height: 45px;
}

input#back-btn{
	background: url(../images/comfirm/btn01_off.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	width: 244px;
	height: 45px;
}

/*============================================================
	03) complete
=============================================================*/
div#thanks{
	margin-top: 20px;
}

input#complete-btn{
	background: url(../images/comfirm/btn02_off.gif) left top no-repeat;
	border: 0px;
	cursor: pointer;
	width: 244px;
	height: 45px;
}

