﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------- */
table.contactus_search_ label {
	margin-right: 0.5em;
}

table.contactuslist_ td.contactus_id_ {
	width: 140px;
}

table.contactuslist_ td.contactus_reply_date_ {
	width: 120px;
}

table.contactuslist_ td.contactus_cname_ {
	min-width: 200px;
}

table.contactuslist_ td.contactus_status_ {
	width: 140px;
	text-align: center;
}

div.go_contactus_entry_ {
	margin: 0 auto 10px auto;
	text-align: right;
}

div.contactus_detail_ table {
	width: 100%;
}

div.contactus_detail_ table th {
	width: 18em;
}

div.contactus_detail_ table td {
	min-width: 260px;
}

.contactus_detail_title_ {
	margin: 0 auto;
	margin-top: 10px;
	padding: 8px 0 8px 16px;
	color: #ffffff;
	background: var(--c-gray);
	font-size: 20px;
	font-weight: bold;
}

div.contactus_detail_ div.contactus_history_ {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

div.contactus_detail_ div.contactus_history_ table.contactus_history_ {
	margin-bottom: 5px;
}

div.contactus_detail_ div.contactus_history_ th {
	background-color: #F7F7F7;
}

div.contactus_detail_ div.contactus_history_ table.contactus_history_0_ th {
	background-color: #cccccc;
}

div.contactus_detail_ div.contactus_answer_ {
	margin-top: 30px;
}

div.contactus_answer_ .contactus_detail_title_ {
	background: var(--c-black);
}

div.contactus_detail_ table textarea {
	width: 98%;
}

div.contactus_detail_ .contactus_history_body_ {
	margin: 0;
	font-weight: bold;
}
