@charset "Shift_JIS";

/* ----- INQUIRY ----- */

#inquiry .title { background: url("../../inquiry/common/title.jpg") no-repeat; }
#inquiry #index p { padding: 20px 0 15px; }
#inquiry #index .freight { margin-left: 10px; vertical-align: middle; }
#inquiry #index .line { margin: 10px 0; }

#inquiry #website .subtitle { margin: 20px 0 5px 0; }
#inquiry #website  p { padding-top: 10px; }
#inquiry #website  p span { color: #FF0000; }
#inquiry #website .attention { padding-bottom: 5px; }
#inquiry #website .attention td { color: #666666; vertical-align: top; }
#inquiry #website .line { margin: 15px 0; }
#inquiry #website .line2 { margin: 5px 0 15px 0; }

#inquiry #website .question th { color: #666666; text-align: left; vertical-align: top; }
#inquiry #website .question th.num { padding-right: 5px; white-space: nowrap; }
#inquiry #website .question th span { color: #FF0000; padding-left: 3px; font-weight: normal; }
#inquiry #website .question td { padding-top: 5px; vertical-align: top; }
#inquiry #website .question td.pad { padding-right: 30px; }
#inquiry #website .question td input.text { margin: 0 5px; width: 70px; border: 1px solid #333333; }
#inquiry #website .question td textarea { width: 500px; border: 1px solid #333333; }
#inquiry #website .submit td { padding: 10px; }
#inquiry #website .submit td input { width: 50px; border: 1px solid #333333; }

#inquiry #website .question .evaluation {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#inquiry #website .question .evaluation th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	color: #333333;
	padding: 4px 6px;
	white-space: nowrap;
}
#inquiry #website .question .evaluation td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 4px 6px;
}


#inquiry #other .subtitle { margin: 20px 0 5px 0; }
#inquiry #other  p { padding-top: 10px; }
#inquiry #other  p span { color: #FF0000; }
#inquiry #other .attention { margin-bottom: 5px; }
#inquiry #other .attention td { color: #666666; }
#inquiry #other .line { margin: 5px 0; }
#inquiry #other th {
	padding: 1px 10px 1px 0;
	color: #666666;
	text-align: left;
	white-space: nowrap;
	border-right: 3px solid #CCCCCC;
}
#inquiry #other th span, #inquiry #other td.txt span {
	color: #FF0000;
	padding-left: 3px;
	font-weight: normal;
}
#inquiry #other td.txt {
	padding: 1px 0 1px 10px;
}
#inquiry #other td textarea, #inquiry #other td input {
	width: 400px;
	margin: 2px 0;
	border: 1px solid #333333;
}
#inquiry #other table.name td { padding: 2px 15px 2px 0; }
#inquiry #other table.name td input {
	width: 110px;
	vertical-align: middle;
	margin: 0;
	border: 1px solid #333333;
}
#inquiry #other td.txt p { padding: 0 0 10px 0; color: #666666; }
#inquiry #other td select { margin: 3px 0; }
#inquiry #other .submit { width: 50px; margin-top: 15px; }


/* -- FAQページ共通 -- */
#inquiry #faq .subtitle { margin-top: 20px; }
#inquiry #faq .subtitle2 { margin: 20px 0 10px 0; }
#inquiry #faq .line { margin: 10px 0; }
#inquiry #faq .pagetop { margin: 0px 0 15px 0; }
#inquiry #faq p.read { padding-top: 15px; line-height: 1.5em; }
#inquiry #faq p.category_q { color: #666666; font-weight: bold; } 

#inquiry #faq ul.question { margin-right: 5px; padding-top: 4px; }
#inquiry #faq ul.question li {
	margin-bottom: 2px;
	padding-left: 13px;
	line-height: 1.5em;
	background: url("../../inquiry/common/faq_arrow.gif") no-repeat 3px 6px;
}

#inquiry #faq p.category_a {
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
} 
#inquiry #faq .answer { padding-top: 3px; }
#inquiry #faq .answer td { padding-bottom: 3px; line-height: 1.5em; vertical-align: top; }
#inquiry #faq .answer td strong { color: #666666; }
#inquiry #faq .answer img { margin: 3px 7px 0 0; }


