@charset "shift_jis";
/* CSS Document */

/* ---------------------------------------- page2(news) */
#news_c1 {
	padding: 30px 0 0 0;
}
#news_c1 h4 {
	font-weight: bold;
}
#news_table {
	width: 650px;
}
#news_table table {
	border-top: 1px solid #E8D9AC;
	border-left: 1px solid #E8D9AC;
}
#news_table th {
	background: #E8D9AC;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #E8D9AC;
	border-bottom: 1px solid #E8D9AC;
	padding: 5px 10px;
	font-size: 16px;
}
#news_table th h4 span {
	font-size: 11px;
	font-weight: normal;
}
#news_table td {
	border-right: 1px solid #E8D9AC;
	border-bottom: 1px solid #E8D9AC;
	padding: 10px;
	font-size: 14px;
}
* html #news_table th {
	font-size: 16px;
}
* html #news_table td {
	font-size: 14px;
}
.news_comment {
}
.news_t {
	line-height: 150%;
	text-align: left;
}
.news_i {
	padding: 10px 0;
}
.news_btn {
	text-align: center;
	padding: 20px 0;
}


/* ---------------------------------------- page3(inquiry) */

#inq_c1 {
	padding: 10px 0 20px;
	text-align: center;
}

#inq_c2 {
	position: relative;
	width: 650px;
	padding-bottom: 30px;
	margin-top: 20px;
}
#inq_c2 h3 {
	position: absolute;
	width: 650px;
	top: 0;
	left: 0;
	z-index: 1;
}
#inq_form {
	position: relative;
	width: 650px;
	padding-top: 80px;
	z-index: 10;
}
#inq_form td input, #inq_form td select, #inq_form td textarea {
	/*background: #FFF5CF;
	border: 1px solid #E8D9AC;*/
}
/*#inq_form textarea {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #0080ff;
	scrollbar-shadow-color: #00aaff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #00aaff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
}*/
#inq_hi {
	text-align: right;
	padding: 5px 0;
}
#inq_form table {
}
#inq_form th {
	text-align: left;
	background: #E8D9AC;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	padding: 10px;
	font-size: 14px;
}
#inq_form td {
	border-bottom: 1px solid #E8D9AC;
	padding: 10px;
	font-size: 14px;
}
#inq_form th span,
#inq_form td span {
	color: #F30;
}
* html #inq_form th, * html #inq_form td {
	font-size: 100%;
}
#inq_btn {
	text-align: center;
	padding-top: 20px;
}
#inq_c1t {
	line-height: 180%;
	padding: 20px 0 30px;
}
#inq_return {
	padding: 30px 0;
}
#inq_return a, #inq_form th a {
}
#inq_error {
	text-align: left;
	line-height: 180%;
	padding: 20px 20px 30px;
}
#inq_error ul {
	padding: 10px 20px;
}
.inq_ret {
	color: #FFF4CF;
	padding: 0 20px;
}
.inq_ret a {
	color: #FFF4CF;
}

/* ---------------------------------------- page5(admin) */

#adm_c1 {
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 100px;
}
#adm_c1 h4 {
	padding-bottom: 10px
}
#adm_c1 form {
	padding-bottom: 10px
}