@charset "utf-8";




/* contact
---------------------------------------------*/

div.error{
	margin: 20px 0;
	padding: 15px;
}

div.error p{
	color: #C00;
	font-weight: bold;
}

table.form{
	margin-bottom: 13px;
	border: solid 1px #add794;
	width: 555px;
	border-collapse: collapse;
}


table.form tr th{
	padding: 15px 9px;
	border: solid 1px #add794;
	width: 25%;
	background: #e4f8cc;
}

table.form tr th span{
	color: #d00f0f;
	font-weight: bold;
}

table.form tr th.col2{
	padding: 15px 9px 15px 29px;
	width: 100%;
	background: #fff url(../../common/images/arrow_down.gif) no-repeat 10px center;
}

table.form tr td{
	padding: 15px 13px;
	border: solid 1px #add794;
	width: 75%;
}

p.indisp{
	color: #d00f0f;
}

p.privacy{
	margin: 13px 0 19px;
	padding: 14px;
	border: solid 1px #c0c0c0;
	font-size: 76%;
}



/* 確認
---------------------------------------------*/

div#main p.notes-top{
	margin-top: 15px;
}

div.section dl.preview{
	padding: 30px 0;
	width: 557px;
}

div.section dl.preview dt{
	float: left;
	clear: left;
	width: 10em;
}

div.section dl.preview dd{
	margin-left: 11em;
}


div#preview{
	text-align: center;
}

div#main div.notes-btm{
	font-size: 85%;
}

div#preview input{
	margin-top: 15px;
	border: none;
	width: 225px;
	height: 51px;
	background: transparent url(/common/images/btn_confirm_on.gif) no-repeat left top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	text-align: left;
	display: block;
}


/* clear
---------------------------------------------*/


dl.preview:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



dl.preview {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/


* html dl.preview { height: 1%; }


dl.preview { display: block; }
/* End hide from IE-mac */




