@charset "UTF-8";
@import "base.css";
@import "base_suv.css";


#contact_txt {
	width: 850px;
	padding-top: 30px;
	padding-left: 100px;
	padding-bottom: 10px;
	float: left;
}
#contact_txt_attention {
	width: 850px;
	padding-top: 0px;
	padding-left: 100px;
	padding-bottom: 20px;
	color: #FF0000;
	float: left;
}
#contact_form {
	width: 950px;
	height: 445px;
	_height: 480px;
	margin-left: 0px;
	padding-top: 30px;
	color: #333333;
	float: left;
}
#form_area {
	width: 500px;
	padding-left: 50px;
	float: left;
}
#info_txt {
	width: 350px;
	float: right;
	line-height: 35px;
}
.info_txt_box {
	width: 300px;
	font-size: 13px;
	height: 100px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #429AC6;
	float: right;
}
.info_tel {
	font-size: 18px;
	font-weight: bold;
	color: #3192BD;
	background-image: url(../img/tel_mark.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: 0px 8px;
}
form dt {
	font-size: 1em;
	text-align: right;
	margin-left: 0px;
	padding: 1px 0 0;
	width: 90px;
	float: left;
}
form dd {
	margin: 0px 0 10px 100px;
}
#text_error {
	width: 830px;
	height: 50px;
	padding-left: 120px;
	padding-top: 15px;
	color: #FF0000;
	font-size: 0.9em;
	padding-bottom: 15px;
	float: left;
}
#confirm_form {
	width: 830px;
	height: 390px;
	padding-left: 50px;
	padding-top: 15px;
	float: left;
	overflow: auto;
}
#confirm_form ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#confirm_form li{
	padding-bottom: 10px;
	padding-left: 50px;
}
#send_area {
	width: 950px;
	padding-top: 30px;
	color: #333333;
	text-align: center;
	float: left;
}
/* 個別設定 */
textarea,input {
	background-color: #eeeeee;
	font-size: 0.9em;
	border-top: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
}
select {
	background-color: #eeeeee;
	font-size: 0.9em;
	border-top: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
}
#name,#kana,#mail,#contact {
	width: 200px;
}
#note {
	width: 300px;
	height: 70px;
}
#confbtn {
	width: 400px;
	margin-left: 100px;
	padding-top: 15px;
	padding-bottom: 40px;
	color: #333333;
	clear: both;
	float: left;
}
#sublink {
	position: absolute;
	top: 13px;
	left: 460px;
	width: 300px;
	height: 13px;
	text-align: right;
}
#sublink p {
	margin: 0;
}
input:focus {
	background-color: #FFFF99!important;
}
textarea:focus {
	background-color: #FFFF99!important;
}
label {
	cursor: pointer;
}
.font1 {
	font-size: 0.9em;
	color: #000000;
	line-height: 15px;
}
.font3 {
	font-size: 0.9em;
	color: #333333;
	line-height: 15px;
}
.font4 {
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
	line-height: normal;
}

