﻿/* ■■■ ページ個別CSS設定 ■■■ */

.LeftContents{
	float: left;
	width: 660px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}

.RightContents{
	float: right;
	width: 190px;
	display: inline;
	text-align: left;
	font-size: 13px;
	color: #505050;
}


/* ■■■ ＦＡＱ各種設定 ■■■ */

.faq_search{
	background: url(/img/faq_search_bg.gif) no-repeat left top;
	width: 432px;
	height: 70px;
	padding-left: 16px;
}

.faq_search input{
	padding: 3px;
	height: 16px;
}

.faq_div_l{
	width: 310px;
	clear: both;
	float: left;
	display: inline;
}

.faq_div_r{
	width: 310px;
	float: right;
	display: inline;
}

.faq_link{
	background: url(/img/icon_dot.gif) no-repeat left center;
	padding: 0px 4px 0px 13px;
	margin: 0px;
}

.faq_link a{
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: underline;
	color: #FA2671;
}
.faq_link a:hover{
	color: #FF80C0;
}

.faq_title1{
	width: 310px;
	height:22px;
	padding: 4px 4px 4px 232px;
	background: url(/img/faq_bar_01.gif) no-repeat left top;
}

.faq_title2{
	width: 310px;
	height:22px;
	padding: 4px 4px 4px 232px;
	background: url(/img/faq_bar_02.gif) no-repeat left top;
}

.faq_title3{
	width: 310px;
	height:22px;
	padding: 4px 4px 4px 232px;
	background: url(/img/faq_bar_03.gif) no-repeat left top;
}

.faq_title4{
	width: 310px;
	height:22px;
	padding: 4px 4px 4px 232px;
	background: url(/img/faq_bar_04.gif) no-repeat left top;
}

.faq_category{
	margin: 8px 0px 8px 0px;
	padding: 4px 4px 4px 20px;
	background: #EEE8E8;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FA2671;
}

.faq_category_in{
	width: 630px;
	margin-left: 30px;
}
.faq_category_in p{
	width: 200px;
	margin: 0px;
	float: left;
	display: inline;
}
.faq_category_in a{
	font-size: 13px;
	line-height: 1.4em;
	color: #707070;
	text-decoration: underline;
}
.faq_category_in a:hover{
	color: #202020;
}

.faq_category_in_zero{
	font-size: 13px;
	line-height: 1.4em;
	color: #A0A0A0;
}


/* ■■■ ＦＡＱ投稿フォーム設定 ■■■ */


input{
	vertical-align: -1px;
}

.faq_form_left{
	width: 120px;
	padding: 10px 6px 10px 3px;
	background-color: #EEE8E8;
	text-align: right;
	color: #000000;
	white-space: nowrap;
}

.faq_form_right{
	padding: 6px;
	background-color: #FFE8E8;
	color: #000000;
}

.faq_form_right p{
	width: 172px;
	margin: 0px;
	display: inline;
	float: left;
}
.cate_title{
	background-color: #FF99CC;
	color: white;
	margin: 4px 2px 2px 2px;
	padding: 2px 4px 2px 6px;
	font-weight: bold;
}


/* ■■■ ＦＡＱリスト設定 ■■■ */

.faq_list{
	background-color: #FFE8E8;
	padding: 8px 10px 6px 10px;
	margin-bottom: 2px;
}

.faq_list p{
	border-top: 1px dashed #FF99CC;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 0px 0px;
	text-align: right;
}

.answer_num{
	background-color: #C5337E;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	color: white;
	margin-left: 6px;
}

.female{
	background-color: #FF99CC;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	color: white;
	margin-left: 6px;
}

.male{
	background-color: #5577FF;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	color: white;
	margin-left: 6px;
}

/* ■■■ ＦＡＱのAnswerページ設定 ■■■ */


.box_question{
	background: url(/img/area_search_waku1_02.gif) repeat-y left center;
	padding: 10px 16px 10px 16px;
}

.box_answer{
	background: url(/img/area_search_waku2_02.gif) repeat-y left center;
	padding: 10px 16px 10px 16px;
}

.box_words{
	margin: 0px;
	padding: 4px 16px 4px 16px;
	line-height: 1.4em;
}

.box_answer input{
	vertical-align: -2px;
}

.faq_title{
	font-size: 14px;
	vertical-align: -2px;
	margin-left:8px;
}

.faq_bottom{
	text-align: right;
	margin: 0px;
}

.answer_form_title{
	background-color: #FF99CC;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	letter-spacing: 2px;
}


.error-message{
    color: #FF0000;
}
