@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* ---------- main-header ---------- */

#wide-box {
margin:0 15px 0 15px;
}

#small-box {
margin:20px 115px 0 115px;
}

#small-box p {
font-size:160%;
line-height:160%;
}

#introduction-box {
margin-top:50px;
padding-top:50px;
text-align:center;
border-top:1px solid #CCCCCC;
}

#inquiry-ahead{
	padding: 20px;
	margin-top: 40px;
	border: 1px dashed #CCCCCC;
}

.submit-button input{
	text-align: center;
}

.form-size-ll{
	width: 400px;
}

.form-size-l{
	width: 250px;
}

.form-size-m{
	width: 150px;
}

#wide-box .font-style {
font-size:160%;
line-height:160%;
}

/* ---------- inquiry ---------- */

#inquiry-table{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	font-size:100%;
}

#inquiry-table th,
#inquiry-table td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	line-height: 1.5em;
	vertical-align: top;
}

#inquiry-table th{
	background-color: #F2F2F2;
	color: #000000;
	width: 130px;
}

.submit-button{
	text-align: center;
}

#inquiry-info-box{
	font-size: 1.3em;
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
	background-color: #FFF7F7;
}

#inquiry-info-box div{
	font-weight: bold;
	color: #FF0000;
}

#inquiry-info-box ul{
	list-style-type: disc;
	padding-top: 10px;
	padding-left: 20px;
}

#inquiry-info-box ul li{
}
