@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR voice
Made by company
/////////////////////////////////////
*/

#Subvisual .inner-main {
  margin: 0 auto;
  position: relative;
  width: 960px;
}



.ttl-h2{
	font-size: 184%;
	margin-bottom: 40px;	
	color:#000;
	font-weight:bold;
}
.ttl-h3{
	color:#0b4174;
	font-size:167%;
	font-weight:bold;
	margin:45px 0 30px 0;
}

.contact-form {
	width: 100%;
}
.contact-form th {
	padding: 25px 0 25px 15px;
	width: 260px;
	background: #ececec;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	font-size: 117%;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 36px;
}
.contact-form th em {
	font-style: normal;
	color: #920808;
}
.contact-form td {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 25px 0 25px 20px;
}
.contact-form td input[type=text]{
	border: 1px solid #0f0f0f;
	padding: 5px 0;
}
.contact-form td .sizeB {
	width: 479px;
}
.contact-form td .sizeM {
	width: 239px;
}
.contact-form td .sizeS {
	width: 158px;
}
.contact-form td .sizeSs {
	width: 58px;
}
.contact-form td span {
	font-size: 109%;
	padding: 0 0 0 5px;
}
.contact-form td textarea {
	border: 1px solid #0f0f0f;
	overflow: auto;
	height: 108px;
	width: 479px;
}
.btn-check {
	text-align: center;
	padding: 25px 0 0 0;
}
.btn-check input {
	font-size: 117%;
	color: #000;
	background: none;
	display: inline-block;
	border: 1px solid #0f0f0f;
	padding: 3px 15px;
}
.btn-check input:hover {
	background: #0f0f0f;
	color: #fff;
}
.list-choice {
	overflow: hidden;
}
.list-choice li {
	float: left;
}
.list-choice li + li {
	padding: 0 0 0 40px;
}
.list-choice li input {
	position: absolute;
	left: -9999px;
}
.list-choice li label {
	background: url(../images/contact/bg_radio.png) no-repeat 0 0;
	font-size: 117%;
	color: #000;
	padding: 0 0 2px 26px;
	display: block;
}
.list-choice li.selected label {
	background: url(../images/contact/bg_radio_o.png) no-repeat 0 0;
}
.caption {
	font-size: 109%;
	color: #920808;
}
#Address_child {
    height: auto !important;
    max-height: 250px !important;
    overflow: auto;
    top: 32px !important;
}