@charset "utf-8";

/* ============================================================ */
/* ご質問回答集Q&A 共用スタイル */
/* ============================================================ */

/* .faq_search
------------------------------------------------------------ */
.faq_search {
	background: #f6f6f6;
	padding: 25px 30px 20px 30px;
	margin: 0 auto 20px auto;
	width: 700px;
}

.faq_search form {
	display: block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
	margin: 0 auto 10px auto;
	text-align: center;
}

.faq_search form input[type="text"] {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	width: 398px;
	height: 30px;
	padding: 0 2px;
	background: #fff;
	border: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 1.3rem;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #fa80aa;
	border-right: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.faq_search form input[type="image"] {
		border-radius: 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.faq_search form input[type="image"] {
		border-radius: 0;
	}
}


/* ============================================================ */
/* ご質問回答集Q&A トップ用スタイル */
/* ============================================================ */
#faq_index .inner p {
	text-align: center;
}

#faq_index .block:first-of-type {
	margin: 60px 0 65px 0;
}


/* .faq_category
------------------------------------------------------------ */
#faq_index .faq_category {
	overflow: hidden;
}

#faq_index .faq_category .faq_category_detail {
	width: 490px;
	margin: 0 20px 20px 0;
	float: left;
	background: #ffecf2;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#faq_index .faq_category .faq_category_detail:nth-child(2n+0) {
	margin: 0 0 20px 0;
}

#faq_index .faq_category .faq_category_detail a {
	display: block;
	padding: 15px 25px;
}

#faq_index .faq_category .faq_category_detail h4 {
	font-size: 1.8rem;
	color: #7b4317;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f7c5d3;
	padding: 0 0 10px 0;
}

#faq_index .faq_category .faq_category_detail h4:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #7b4317;
	font-size: 1.5rem;
	line-height: 0.2;
	text-align: left;
	padding: 0 8px 0 0;
}

#faq_index .faq_category .faq_category_detail ul {
	border-top: 1px solid #fff;
	padding: 20px 0 0 0;
}

#faq_index .faq_category .faq_category_detail ul li {
	list-style-type: disc;
	margin: 0 0 3px 20px;
}



/* ============================================================ */
/* ご質問回答集Q&A 詳細用スタイル */
/* ============================================================ */
#faq_detail .block ul li {
	border-bottom: 1px dotted #c6c6c6;
}

#faq_detail .block ul li:first-of-type {
	border-top: 1px dotted #c6c6c6;
	margin: 30px 0 0 0;
}

#faq_detail .block ul li h3 {
	background: url(/common/img/faq/ico_faq_question.png) 15px 13px no-repeat;
	line-height: 1.3;
	color: #7b4317;
	font-weight: bold;
	padding: 20px 15px 20px 65px;
	font-size: 1.8rem;
}

#faq_detail .block ul li div {
	background: url(/common/img/faq/ico_faq_answer.png) 15px 13px no-repeat #ffeef3;
	padding: 20px 15px 20px 65px;
	border-top: 1px dotted #c6c6c6;
}

#faq_detail .block ul li div ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px !important;
	border-bottom: none;
}

#faq_detail .block ul li div ul li:first-of-type {
	border-top: none;
}

#faq_detail .block ul li div ul li:last-of-type {
	margin: 0 0 0 20px !important;
}

#faq_detail .block ul li div ul li:first-of-type {
	border-top: none;
}

#faq_detail .block ul li div ul li:last-of-type {
	margin: 0 0 0 20px !important;
}

#faq_detail .block ul li span {
	font-weight: bold;
}



/* .検索結果スタイル
------------------------------------------------------------ */
.highlight {
	background: #f9e400;
}


/* .faq_search */
#faq_detail .faq_search {
	width: 660px;
}


