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

@import url("../../common/css/base.css");
@import url("../../common/css/common.css");
@import url("../../common/css/font.css");
@import url("../../common/css/contents.css");



/*--------------------------------------------
 inquiry
---------------------------------------------*/

.foam-box table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	width: 555px;
}
.foam-box table th,
.foam-box table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foam-box table th {
	width: 110px;
	background-color: #F3C1AA;
	text-align: left;
}
.foam-box table th span {
	padding-left: 10px;	
}
.foam-box table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 7px;
}
.foam-box table td input {
	vertical-align: middle;
}
.foam-box table .radio-line span {
	padding-right: 3px;
	padding-left: 2px;
}
.foam-box table td .text {
	width: 190px;
}
.foam-box table td .tell-line input {
	width: 40px;
}
.foam-box table td .tell-line span {
	padding-right: 3px;
	padding-left: 3px;
}
.foam-box table td dt {
	width: 10px;
}
.foam-box table td dd {
	width: 420px;
}
.foam-box textarea {
	width: 430px;
	height: 115px;
}
.btn-box {
	width: 555px;
}
