/**
 * inquiry.css
 * お問合せ画面スタイルシート
 */

/*1段目*/
#main #box_row1{
	width:980px;
	margin:0px 0 0 0;
	padding:0;
	/* background:url(../img/inquiry/bg_row1.png) repeat-y left; */
}
#main #box_row1 h4{
	background:url(../img/inquiry/row1_title.png) no-repeat;
	height:1px;
	padding:0px 0px 0 0px;
}
#main #box_row1 h4 img.txt{
	float:left;
	width:359px;
}
#main #box_row1 h4 img.txt2{
	float:left;
	width:149px;
}
#main #box_row1 h4 .clearBoth{
	height:1px;
	clear:both;
	display:block;
}
#main #box_row1 .clearBoth1{
	clear:both;
	height:2px;
	margin:0 0 0 0;
	/* background:url(../img/inquiry/bg_row1_bottom.png) no-repeat left bottom; */
}
#main #box_row1 #box_mailform{
	/* background:url(../img/inquiry/bg_row1_gra.png) no-repeat 0 33px; */
	width:630px;
	float:left;
	padding:0 0 0px 0;
}
#main #box_row1 #box_mailform .comment{
	width: 600px;
	margin:10px 0 5px 10px;
}

#main #box_row1 #box_mailform .column_l {
	width:296px;
	float:left;
	padding:0 0 6px 0;
}
#main #box_row1 #box_mailform .column_r {
	width:334px;
	float:left;
	padding:6px 0 6px 0;
}
#main #box_row1 .param{
	clear:both;
	background:url(../img/bg_dot.png) repeat-x bottom;
	width:270px;
	margin:0 0 0 10px;
	padding:8px 0 8px 0;
}
#main #box_row1 .submit{
	clear:both;
	width:270px;
	margin:0 0 0 10px;
	padding:20px 10px 8px 0;
	text-align: right;
}
#main #box_row1 .txt{
}
#main #box_row1 .param_txt {
	display: block;
	float: left;
	word-break: break-all;
	width: 180px;
}
#main #box_row1 .sbj{
	display:block;
	width:60px;
	float:left;
	padding:3px 0 0 4px;
	font-weight: bold;
}


#main #box_row1 #box_pr{
	width:200px;
	border-top:2px solid #99CCCC;
	float:right;
	background:url(../img/bg_dot.gif) repeat-x bottom;
	padding:0 0 6px 0;
}
#main #box_row1 #box_pr h2{
	padding:10px 0;
}
#main #box_row1 #box_pr .pr{
	clear:both;
	background:url(../img/bg_dot.png) repeat-x bottom;
	width:180x;
	margin:0 0 0 10px;
	padding:8px 0 8px 0;
}
#main #box_row1 #box_pr .link{
	background:url(../img/icn_arrow01.png) no-repeat 0 6px;
	padding:0 0 0 20px;
	margin: 5px 0 0 30px;
}


/* メールフォームレイアウト */
table.inquiry_form {
	position: relative;
	top: 0px;
	widows: 604ps;
	margin-top: 0px;
}
	table.inquiry_form td.item_name {
		width: 150px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom:10px;
		background-color:#61BDCD;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}
	table.inquiry_form td.item {
		padding-left: 20px;
		font-size: 12px;
		line-height: 18px;
		color: #152802;
	}
	table.inquiry_form span.aster {
		color: #ff3333;
		padding-left: 5px;
	}
	table.inquiry_form span.name_ruby {
		width: 146px;
		text-align: left;
		float: left;
	}

	/* お問合せ：注釈 */
	div.inquiry_note {
		position: relative;
		top: 0px;
		widows: 604px;
		margin-top: 10px;
		text-align: left;
		font-size: 12px;
		color: #152802;
	}

