  @charset "utf-8";

#body #main.tech_body .title_s a.index_link .title_area .link {
	right: 0;
}
div#main.tech_body h3.label{
	margin-top: 50px;
}

/*contact_form*/
form {
	margin:0px;
	padding:0px;
}

/*form*/
form input.txt,
form textarea {
	box-sizing: border-box;
	border: solid 1px #ccc;
}

form input.txt.hover,
form textarea.hover {
	background-color: #f4f4f4;
}

form input.txt.focus,
form textarea.focus {
	background-color: #f4f4f4;
	border: solid 1px #000099;
}

form label {
	cursor: pointer;
}

#contact table.form {
	width: 100%;
	border:none;
	background:url(/common/image/bg_dot_line.gif) repeat-x left top;
	margin-top:20px;
}

#contact table.form tr.first td{
	padding-top: 20px;
}

#contact table.sub tr{
	background: none;
}

#contact table.form td{
	padding: 10px 6px 10px 10px;
	margin: 0;
	vertical-align: top;
	border: none;
}

#contact table.form td img.must{
	vertical-align: text-bottom;
	margin-right: 0.5em;
}

#contact input {
vertical-align: middle;
}

#contact input.txt {
	width: 24em;
	margin-bottom: 3px;
	padding: 3px;
	cursor: text;
}

#contact div.yubin_box {
	position: relative; 
	margin-bottom: 5px;
}

#contact input.txt.yubin {
	width: 4.5em;
	vertical-align: 0px;
	margin: 0 3px 8px 3px;
}

#contact label {
	display: block;
	float: left;
	width: auto;
	margin-right: 20px;
	cursor: pointer;
}

#contact label input{
	/* vertical-align: middle; */
	vertical-align: -1px;
	margin-right: 3px;
}

#contact .chbox_naiyo label {
	float: none;
}

#contact textarea {
	width: 24em;
	margin-bottom: 3px;
	height: 10em;
	padding: 3px;
	cursor: text;
}
#contact textarea.address {
	height: 4em;
}
#contact textarea.message {
	width: 51em;
}

#contact .btns{
	background: url(/common/image/bg_dot_line.gif) repeat-x left top;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 20px 0px 5px 28%;
}

#contact .btns input{
	font-size: 1rem;
	margin: 0px 10px 0 0;
	padding: 12px 20px;
	cursor: pointer;
}

span.red {
	color: #CC0000;
}

/*td_width*/
td.lev1{
	width: 15%;
}
td.lev1_2{
	width: 12%;
}
td.lev1_large{
	width: 27%;
}

td.lev2{
	width: 14%;
}

#contact table.form p.caption {
	margin-bottom: 0px !important;
}