@charset "UTF-8";

.inquiry_box01 {
	width: 100%;
	margin: 0 0 30px 0;
	border: solid 1px #999;
	padding: 20px 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inquiry_box02 {
	width: 100%;
	margin: 0 0 30px 0;
	border: solid 1px #999;
	padding: 20px 20px 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry_bar {
	width: 100%;
	padding: 7px 10px;
	background: #f2f2f2;
	border-bottom: solid 1px #ea0f20;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry_bar20 {
	margin-top: 20px;
}
.inquiry_bar30 {
	margin-top: 30px;
}

.inquiry_bar_left {
	width: 456px;
	float: left;
}
.inquiry_bar_right {
	width: 456px;
	float: right;
}

.TextStyle1-10 {
	margin-top: 20px !important;
	margin-bottom: 5px !important;
}
.TextStyle2 {
	margin-bottom: 5px !important;
}

table.tb_inquiry01 {
    width: 100%;
	margin: 10px 0 20px 0;
	padding: 0;
    border-collapse: collapse;
}
table.tb_inquiry01 th{
	width: 50%;
	padding: 0 15px;
	border-collapse: collapse;
	border-right: solid 1px #CCC;
	border-left: none;
	border-top: none;
	border-bottom: none;
	background: #FFF;
	font-weight: normal;
    text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.tb_inquiry01 td{
	width: 50%;
	padding: 0 15px;
	border-collapse: collapse;
	border: none;
	background: #FFF;
	font-weight: normal;
    text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.tb_inquiry02 {
    width: 100%;
	margin: 20px 0;
	padding: 0;
    border-collapse: collapse;
}
table.tb_inquiry02 th{
	width: 50%;
	padding: 0 15px;
	border-collapse: collapse;
	border-right: solid 1px #CCC;
	border-left: none;
	border-top: none;
	border-bottom: none;
	background: #FFF;
	font-weight: normal;
    text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.tb_inquiry02 td{
	width: 50%;
	padding: 0 15px;
	border-collapse: collapse;
	border: none;
	background: #FFF;
	font-weight: normal;
    text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inquiry_line {
	border-bottom: solid 1px #CCC;
}
