@charset "euc-jp";
@import "template.css";
@import "tmp_header.css";
@import "tmp_global_menu.css";
@import "tmp_footer.css";

#global_menu li#counseling a{
	background-image: url(../img/btn_menu_on_counseling.jpg);
}

.goto_top_page{
	clear: both;
	width: 850px;
	margin: 20px 0 35px 0;
}

/* お見積相談 */

#content_main{
	margin-left: 20px;
	width: 590px;
}

#content_main h1{
	width: 590px;
	height: 32px;
	margin-top: 15px;
	background-image: url(../img/counseling/bk_h_cons.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content_main #couns_desc{
	width: 590px;
	margin-top: 20px;
	line-height: 1.3;
}

#nes_desc{
	margin: 20px 0 0 0;
	line-height: 1.3;
}
#nes_desc span{
	color: #ff0000;
}

div#input_box{
	width: 481px;
	margin-left: 55px;
	margin-top: 30px;
}

div#input_status{
	margin: 20px 0 40px 0;
}

input.input_txt{
	width: 240px;
	height: 15px;
}
textarea#comment{
	width: 250px;
	height: 160px;
}

div.input_data,
div.input_area{
}

div.input_data,
div.input_area{
	margin: 10px 0 7px 0;
}

div.input_area label,
div.input_data label{
	display: block;
	float: left;
	width: 175px;
	padding-left: 15px;
	background-image: url(../img/counseling/icon_list_env.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
.input_nes{
	color: #ff0000;
	margin-left: 5px;
}
.submit{
	margin-top: 15px;
}

/* エラー */

div#error_msg{
	margin-top: 30px;
}
#error_msg ul{
	list-style-type: disc;
	list-style-position: inside;
}
#error_msg ul li{
	margin-top: 5px;
}
p#err_back{
	margin-top: 30px;
}