@charset "utf-8";
/* CSS Document */

@charset "utf-8";



/* =============================================== */
/** inquiry page*/
/* ----------------------------------------------- */


#inquiry table {
	width: 600px;
}

#inquiry table td {
	width: 70%;
}

#inquiry table th label,
#inquiry table td span {
	padding-left: 15px;
	padding-right: 15px;
}

#inquiry ul#submit {
	text-align: center;
}

#inquiry ul#submit li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

/* =============================================== */
/** inquiry basic*/
/* ----------------------------------------------- */


div.box {
	padding: 10px;
}

table.basic {
	background:#fff;
}

table.basic th,
table.basic td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid #ccc 1px;
}


.f_r {
	float: right;
}
.f_l {
	float: left;
}
.c_red {
	color: #F00;
}
.b-b_dot_01 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.m-b_20 {
	margin-bottom: 20px;
}
.p-b_20 {
	padding-bottom: 20px;
}
.t-i_1 {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.w_180 {
	width: 180px;
}
.w_250 {
	width: 250px;
}
.w_340 {
	width: 340px;
}
.h_110 {
	height: 110px;
}

