@charset "UTF-8";
/* CSS Document */

input, textarea { outline:none;}

.mr_40 { margin-right:40px;}
.mb_50 { margin-bottom:50px;}

.faqContents a { color:#f8880a;}
.faqContents a:hover { text-decoration:none;}


/*******************************
    clearfix
*******************************/

.faqTab:after,
.faqDetailWrap1:after,
.faqDetailWrap2:after,
.faqKeyword dd:after,
.faqQ_counter:after,
.faqQ_memberWrap:after,
.faqQ_detailBox:after,
.faqQ_talkBtn:after,
.faqSocial :after,
.faqA_memberWrap:after,
.faqA_commentWrap:after,
.faqQBox:after,
.faqQ_keyword:after,
.faqTopCounterWrap:after,
.faqDetail:after,
.faqWrap3:after,
.faqFormWrapper:after,
.faqFormQ_hl:after,
.faqQ_boxWrap:after,
.faqA_boxWrap:after,
.faqA_commentPhoto:after,
.faqQ_detailPsWrap:after,
.faqOthersWrap:after,
.faqPostConfirmBtnBox:after,
.faqPostCompleteBtnBox:after,
.faqFormHl:after,
.faqFormBox:after,
.faqListPostHl:after,
.faqPostTab:after,
.faqRankTab:after,
.faqChoice:after{content: "."; display:block; height:0.1px; clear:both; visibility:hidden; font-size:0.1em; line-height:0; }

.faqTab,
.faqDetailWrap1,
.faqDetailWrap2,
.faqKeyword dd,
.faqQ_counter,
.faqQ_memberWrap,
.faqQ_detailBox,
.faqQ_talkBtn,
.faqSocial,
.faqA_memberWrap,
.faqA_commentWrap,
.faqQBox,
.faqQ_keyword,
.faqTopCounterWrap,
.faqDetail,
.faqWrap3,
.faqFormWrapper,
.faqFormQ_hl,
.faqQ_boxWrap,
.faqA_boxWrap,
.faqA_commentPhoto,
.faqQ_detailPsWrap,
.faqOthersWrap,
.faqPostConfirmBtnBox,
.faqPostCompleteBtnBox,
.faqFormHl,
.faqFormBox,
.faqListPostHl,
.faqPostTab,
.faqRankTab,
.faqChoice{ display:inline-block; overflow:hidden; _overflow:visible; display:block; }

* html .faqTab,
* html .faqDetailWrap1,
* html .faqDetailWrap2,
* html .faqKeyword dd,
* html .faqQ_counter,
* html .faqQ_memberWrap,
* html .faqQ_detailBox,
* html .faqQ_talkBtn,
* html .faqSocial,
* html .faqA_memberWrap,
* html .faqA_commentWrap,
* html .faqQBox,
* html .faqQ_keyword,
* html .faqTopCounterWrap,
* html .faqDetail,
* html .faqWrap3,
* html .faqFormWrapper,
* html .faqFormQ_hl,
* html .faqQ_boxWrap,
* html .faqA_boxWrap,
* html .faqA_commentPhoto,
* html .faqQ_detailPsWrap,
* html .faqOthersWrap,
* html .faqPostConfirmBtnBox,
* html .faqPostCompleteBtnBox,
* html .faqFormHl,
* html .faqFormBox,
* html .faqListPostHl,
* html .faqPostTab,
* html .faqRankTab,
* html .faqChoice{ height:1%; }

.faqQ_talkBtn dd:after{
    content:'';
    display:block;
    clear:both;
    }


/*******************************
角丸ボックス
*******************************/

.subSidefaqFormBox,
.faqFormBox,
.faqFormDisp,
.faqFormInput,
.faqQ_replyInput,
.faqA_replyInput,
.faqPostWrap,
.faqPostQ_input,
.faqPostQ_title,
.faqFormBox,
.faqFormBox_bottom,
.faqOthersR,
.faqQ_detailPsInput{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
    }


/* ------------------- シャドウあり */

.subSidefaqFormWrap,
.faqFormWrap,
.faqWrap,
.faqWrap2,
.faqWrap3,
.faqPostWrapper,
.faqOthersWrap,
.faqListWrap,
.faqChoiceWrap{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: #bbb 0px 1px 2px;
    -moz-box-shadow: #bbb 0px 1px 2px;
    box-shadow: #bbb 0px 1px 2px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
    }

/* ------------------- アール3px */

.faqTopCount{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
    }

/* ------------------- 上辺水平 */
.faqListBox{
    border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -webkit-border-radius:0 0 3px 3px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
    }


/*******************************
    Q&A
*******************************/

.subSidefaqFormWrap {
    width:208px;
    background:#fff;
    padding:5px;
    margin:0 0 30px 1px;
    }
.subSidefaqFormBox {
    width:186px;
    background:#fee56f;
    padding:8px 11px 17px;
    }
.subSidefaqFormHL {
    font-size:15px;
    font-weight:bolder;
    color:#474600;
    margin-bottom:12px;
    }
.subSidefaqInput {
    border:1px solid #d4cc7e;
    width:176px;
    padding:6px 5px 4px;
    font-size:13px;
    margin-bottom:10px;
    }
.subSidefaqBtn {
    display:inline-block;
    width:79px;
    height:36px;
    background:url(/resources/images/faq/btn_search.png) 0 0 no-repeat;
    border: 0px;
    overflow:hidden;
    }
.subSidefaqBtn:hover { background-position:0 -36px;}

.txtClrFAQ { color:#73610a;}

.subSideFAQ {
    padding:7px 5px 5px;
    margin-bottom:-6px;
    }
.subSideFAQ li {
    width:175px;
    background:url(/resources/images/faq/icon_leftQ.png) 6px 2px no-repeat;
    padding:0 0 4px 28px;
    margin-bottom:6px;
    font-size:12px;
    font-weight:bolder;
    }
.subSideFAQ li p,
.subSideRank li p{
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size:12px;
	color:#000;
	font-weight:normal;
	}

.subSideFaqMore {
    padding:0 10px 7px 0;
    text-align:right;
    font-size:12px;
    font-weight:bolder;
    }
.subSideFaqSmile {position:relative; top:-3px; margin:0 0 -6px 0;}

.subSideScene,
.subSideKeyword
{ padding:0 5px 29px;}

.subSideScene li {
    min-height:35px;
    font-size:12px;
    font-weight:bolder;
    border-bottom:1px dotted #b1a77d;
    }
.subSideScene li a {
    display:block;
    min-width:35px;
    height:35px;
    line-height:35px;
    margin:8px 0 8px 2px;
    padding:0 0 0 45px;
    background-position:0 0;
    background-repeat:no-repeat;
    overflow:hidden;
    }
.subSideScene_recipe { background:url(/resources/images/faq/icon_recipe35.jpg);}
.subSideScene_store { background:url(/resources/images/faq/icon_store35.jpg);}
.subSideScene_cook { background:url(/resources/images/faq/icon_cook35.jpg);}
.subSideScene_eat { background:url(/resources/images/faq/icon_eat35.jpg);}
.subSideScene_clean { background:url(/resources/images/faq/icon_clean35.jpg);}
.subSideScene li a:hover { background-position:0 -35px;}
.subSideScene li span { display:block; padding-top:7px;}


.subSideKeyword li{
    padding:13px 0 12px 19px;
    font-size:12px;
    font-weight:bolder;
    border-bottom:1px dotted #b1a77d;
    }

.subSideRank li{
	min-height:22px;
    padding:8px 0 7px 37px;
	margin:0 6px 6px;
	background-position:4px 11px;
	background-repeat:no-repeat;
    font-size:12px;
    font-weight:bolder;
    border-bottom:1px dotted #b1a77d;
    }
.subSideRank01 { background-image:url(/resources/images/faq/icon_side_rank1.png);}
.subSideRank02 { background-image:url(/resources/images/faq/icon_side_rank2.png);}
.subSideRank03 { background-image:url(/resources/images/faq/icon_side_rank3.png);}
.subSideRank04 { background-image:url(/resources/images/faq/icon_side_rank4.png);}
.subSideRank05 { background-image:url(/resources/images/faq/icon_side_rank5.png);}



/* -------------------
    form
-----------------------*/
.faqFormWrapper {
    width:720px;
    margin-bottom:15px;
    }
.faqFormWrap {
    width:338px;
    background:#fff;
    margin:1px;
    padding:3px 6px 6px;
    }

.faqFormHl {
    max-width:328px;
    /*min-height:38px;*/
    padding:5px;
    color:#967123;
    font-size:13px;
    font-weight:bolder;
    background-position: 5px 0;
    background-repeat:no-repeat;
    position:relative;
     z-index:10;
    }
.faqFormHl_Q { background-image:url(/resources/images/faq/icon_que.png);}
.faqFormHl_search { background-image:url(/resources/images/faq/icon_search.png);}
.faqFormIconSmile { padding:5px 5px 0 0; float:right}
.f_10 { font-size:10px;}

/*.faqFormHl span {
    float:left;
    display:inline-block;
    padding-top:4px;
    border:0;
    }
*/
.faqFormBox {
    width:328px;
    position:relative;
   /* top:-4px;
    margin:0 0 -4px;*/
	padding:5px 5px 1px;
    background:#ffe461;
    /*text-align:center;*/
    }
.faqFormBox_Q {
    height:67px;
    padding:5px 18px;}
.faqFormBox_search {
    height:35px;
    padding:21px 18px;
    }

.faqFormSearchInput {
	display:inline;
    width:170px;
    height:1em;
    border:1px solid #dfc95e;
    padding:11px 6px;
    margin:0 5px 0 0;
    float:left;
    font-size:18px;
	color:#d4d4d4;
    }
.faqFormSearchBtn {
    display:inline-block;
    width:94px;
    height:45px;
    background:url(/resources/images/faq/btn_faq_search2.png) 0 0 no-repeat;
    border: 0px;
    overflow:hidden;
    float:left;
    }
.faqFormSearchBtn:hover { background-position:0 -45px;}
.faqFormGuideTxt { color:#feb042;}


/* -------------------
    top :: list
-----------------------*/


.faqListWrap {
    width:340px;
    margin:1px;
    padding:3px 5px 6px;
    }
.faqListPost { background:#ffe687;}
.faqListRank { background:#ffcbaa;}

.faqListPostHl,
.faqListRankHl{
	min-height:30px;
	font-size:16px;
	font-weight:bolder;
	}
.faqListPostHl {
	padding:7px 0 0 36px;
	background:url(/resources/images/faq/icon_post.png) left top no-repeat;
	color:#967123;
	}
.faqListRankHl {
	padding:7px 0 0 41px;
	background:url(/resources/images/faq/icon_rank.png) left top no-repeat;
	color:#8f4f0b;
	}
.faqFukiSmile {
	display:inline-block;
	width:109px;
	height:24px;
	background:url(/resources/images/faq/fuki_smile_faq.png) center top no-repeat;
	padding:3px;
	margin-bottom:-4px;
	position:relative;
	top:2px;
	text-align:center;
	font-size:10px;
	}
.faqTopTtlCap {
	color: #E50011;
	font-weight:bolder;
	}

.faqPostTab,
.faqRankTab{
	width:342px;
    margin:0 0 -3px -1px;
    position:relative;
	top:-3px;
    z-index:10;
    }

.faqPostTab li { float:left;}
.faqPostTab li a { display:block; width:171px; height:45px;}
.faqPostTab1 { background:url(/resources/images/faq/tab_new2.png) 0 0 no-repeat;}
.faqPostTab2 { background:url(/resources/images/faq/tab_now2.png) 0 0 no-repeat;}
.faqRankTab1 { background:url(/resources/images/faq/tab_view.png) 0 0 no-repeat;}
.faqRankTab2 { background:url(/resources/images/faq/tab_reply2.png) 0 0 no-repeat;}
.faqPostTab li a:hover,
.faqPostTab .faqTabOn{ background-position:0 -45px;}

.faqPostTab li:hover {background-position: 0 -45px;}
.faqPostTab li a span { display:none;}

.faqListBox{
	width:340px;
    position:relative;
	top:-1px;
	padding-bottom: 40px;
	}
.faqListPost .faqListBox { background:#f6f6f6;}
.faqListRank .faqListBox { background:#fff6ef;}

.faqListBox ul li{
	border-top:1px solid #fff;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
	}

.faqListBox ul li.faqPostList1{ background-color:#fff; word-break: break-all; }
.faqListBox ul li.faqPostList2{ background-color:#f6f6f6; word-break: break-all; }
.faqListBox ul li.faqRankList1{ background-color:#fff; word-break: break-all; }
.faqListBox ul li.faqRankList2{ background-color:#fff6ef; word-break: break-all; }
.faqListBox ul li a {
	font-size:18px;
	font-weight:bolder;
	line-height:1.4em;
	text-decoration:none;
	}

.faqIconNow {
	min-height:35px;
	display:block;
	background-image:url(/resources/images/faq/icon_offer.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	}
.faqListBox ul li a:hover{ color:#ff0000}
.faqListBox ul li p{
	padding:5px 0 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	color:#484848;
	}
.faqListPost .faqListBox ul li p { width:280px;}
.faqListRank .faqListBox ul li p { width:240px;}

.faqListMore {
	padding:10px;
	font-size:14px;
	font-weight:bolder;
	text-align:right;
	}
.faqListMore.faqListMoreBtm{ display: inline-block; position: absolute; bottom: 0;right: 0;}

/*.faqTtlEl {	width: 320px; overflow: hidden;}*/

/* -------------- ranking */

.faqListRank .faqListBox ul li {
	min-width:40px;
	padding: 10px 10px 10px 55px;
	background-position:10px 10px;
	background-repeat:no-repeat;
	}
.faqListRank .faqListBox ul li.faqListRank01 { background-image:url(/resources/images/faq/icon_rank1.png);}
.faqListRank .faqListBox ul li.faqListRank02 { background-image:url(/resources/images/faq/icon_rank2.png);}
.faqListRank .faqListBox ul li.faqListRank03 { background-image:url(/resources/images/faq/icon_rank3.png);}
.faqListRank .faqListBox ul li.faqListRank04 { background-image:url(/resources/images/faq/icon_rank4.png);}
.faqListRank .faqListBox ul li.faqListRank05 { background-image:url(/resources/images/faq/icon_rank5.png);}

.faqListRank a { color:#8f4f0b;}
.faqListPost a:hover,
.faqListRank a:hover{ color:#ff0000}
.faqListRank li.faqListRank04 a,
.faqListRank li.faqListRank05 a { font-size:13px;}


.faqChoiceWrap {
    width:956px;
	background:#fff;
    margin:1px 2px 20px;
    }
.faqChoiceHl {
	width:100%;
	padding:8px 5px 7px 15px;
	font-size:16px;
	font-weight:bolder;
	color:#73610a;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
.faqChoice {
	width:100%;
	/*padding:15px 0 0 15px;*/
	/*margin-bottom:-22px;*/
	padding:13px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
	}
.faqChoiceThumb { text-align:center;}
.faqChoiceThumb img{
	background:#fff;
	padding:8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: #bbb 0px 1px 2px;
    -moz-box-shadow: #bbb 0px 1px 2px;
    box-shadow: #bbb 0px 1px 2px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
	}
.faqChoiceBox3{
	width:158px;
	margin-left:35px;
	float:left;
	}
	.faqChoiceBox3:first-child,
	.faqChoiceBox3:nth-child(5n+1) {  margin-left:0; clear:both;}
.faqChoiceKeyword .faqChoice { margin-top:-24px;}
	/*.faqChoiceKeyword .faqChoiceBox3 { margin-top:15px;}*/
.faqChoiceBox3 dd{
	background:url(/resources/images/faq/icon_arrow.png) left 5px no-repeat;
	padding:0 0 0 8px;
	margin:0 0 5px 1em;
	color:#484848;
	word-break:break-all;
	}
.faqChoiceBox3 dd img { vertical-align:middle;}
.faqChoiceBox3 dt { border-top: 1px solid #e5e5e5; font-size:14px; font-weight:bolder;}
.faqChoiceBox3 dt h3 { font-size:14px;}
.faqChoiceCat dt,
.faqChoiceKeyword dt  { padding-top:10px; margin-top:10px;}
.faqChoiceCat .faqChoiceBox3 dt:first-child{  border-top:0;}
.faqChoiceBox3 dt a{ font-weight:bolder;}
.faqChoiceBox3 dd a{ color:#50210f; font-weight:normal;}

.faqChoiceBox3 dt a:hover,
.faqChoiceBox3 dd a:hover,
.faqChoiceKeyword a:hover { color:#f00;}

.faqChoiceBox2{
	width:150px;
	float:left;
	margin:0 20px 20px 0;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
	}
.faqChoiceBox h4,
.faqChoiceBox2 h4 {
	font-size:17px;
	font-weight:bolder;
	}
	.faqChoiceRecipe h4,
	.faqChoiceStore h4,
	.faqChoiceCook h4,
	.faqChoiceEat h4,
	.faqChoiceClean h4 {
	min-height:35px;
	padding:8px 0 0 40px;
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:2px;
	}
	.faqChoiceKeyword h4 { margin-bottom:10px;}
.faqChoiceRecipe h4 { background-image:url(/resources/images/faq/icon_recipe35_2.png);}
.faqChoiceStore h4 { background-image:url(/resources/images/faq/icon_store35_2.png);}
.faqChoiceCook h4 { background-image:url(/resources/images/faq/icon_cook35_2.png);}
.faqChoiceEat h4 { background-image:url(/resources/images/faq/icon_eat35_2.png);}
.faqChoiceClean h4 { background-image:url(/resources/images/faq/icon_clean35_2.png);}

.faqChoiceBox a,
.faqChoiceBox2 a{ font-weight:bolder;}
.faqChoiceBox a:hover,
.faqChoiceBox2 a:hover{ color:#f00;}

.faqChoiceRecipe h4,
.faqChoiceRecipe dt a{ color:#bd6eae;}
.faqChoiceStore h4,
.faqChoiceStore dt a{ color:#82c672;}
.faqChoiceCook h4,
.faqChoiceCook dt a{ color:#d56650;}
.faqChoiceEat h4,
.faqChoiceEat dt a{ color:#c9993c;}
.faqChoiceClean h4,
.faqChoiceClean dt a{ color:#6594d4;}
.faqChoiceKeyword h4,
.faqChoiceKeyword dt,
.faqChoiceKeyword a{ color:#9d9153; font-weight:bolder;}

.faqChoiceList li {
	background:url(/resources/images/faq/icon_arrow.png) left 5px no-repeat;
	padding:0 0 0 8px;
	margin:0 0 2px 0;
	font-size:14px;
	color:#484848;
	word-break:break-all;
	}
.faqChoiceList li img { vertical-align:middle;}

.faqChoiceList li a {
	color:#484848;
	text-decoration: none;
	font-weight:normal;
	}

/* -------------------
    tab
-----------------------*/

.faqTab {
    margin:0 0 -49px 20px;
    position:relative;
    top:-47px;
    z-index:10;
    }

.faqTab li { float:left;}
.faqTab li a { display:block; height:39px;}
.faqTab .faqTab1 { width:205px; background:url(/resources/images/faq/tab_now.png) 0 0 no-repeat;}
.faqTab .faqTab2 { width:154px; background:url(/resources/images/faq/tab_new.png) 0 0 no-repeat;}
.faqTab .faqTab3 { width:154px; background:url(/resources/images/faq/tab_reply.png) 0 0 no-repeat;}
.faqTab .faqTab4 { width:154px; background:url(/resources/images/faq/tab_good.png) 0 0 no-repeat;}
.faqTab .faqTab5 { width:154px; background:url(/resources/images/faq/tab_view2.png) 0 0 no-repeat;}
.faqTab li a:hover,
.faqTab .faqTabOn{ background-position:0 -39px;}

.faqTab li:hover {background-position: 0 -39px;}

.faqTab li a span { display:none;}

.faqTab .faqTab1_new { width:340px; background:url(/resources/images/faq/tab_now_l.png) 0 0 no-repeat;}
.faqTab .faqTab2_new { width:340px; background:url(/resources/images/faq/tab_new_l.png) 0 0 no-repeat;}
.faqTab .faqTab3_new { width:340px; background:url(/resources/images/faq/tab_reply_l.png) 0 0 no-repeat;}
.faqTab .faqTab5_new { width:340px; background:url(/resources/images/faq/tab_view2_l.png) 0 0 no-repeat;}

.faqTab .faqTabOn{ background-position:0 -39px;}


/* -------------------
    sort
-----------------------*/

.faqSort {
    margin:10px 0 -20px 15px;
}
.faqSort li:first-child { color: #967123; }
.faqSort li {float:left;font-size:16px;color:#f8880a; font-weight:bold;}
.faqSort li:after {content: "|"; color: #967123; font-weight:normal; }
.faqSort li:first-child:after {content: ""}
.faqSort li:last-child:after {content: ""}
.faqSort li a { padding:0 10px; }


.faqSort li.faqTabOn a { text-decoration: none; color: #967123; }

/* -------------------- */

.faqWrap,
.faqWrap2{ width:718px;}

.faqWrap{ padding:10px 0 15px;margin:59px 0 20px;background:#fff;}
.faqWrap2 { padding:10px 0 10px; margin-bottom:20px; background:#f4f4f4;}

.faqBox {
    margin:10px 0 15px;
    border-bottom:1px solid #e5e5e5;
    }

.faqBox li{
    border-top:1px solid #e5e5e5;
    padding:1px 0;
    }
.faqDetailWrap1,
.faqDetailWrap2 {
    padding:10px 20px 9px;
    font-size:12px;
    color:#3c3c3c;
    }
.faqDetailWrap1 { background:#f6f6f6;}

.faqDetailWrap1 h3 { border:1px solid #f6f6f6;}
.faqDetailWrap2 h3{ border:1px solid #fff;}

.faqDetailWrap1 h3 span,
.faqDetailWrap2 h3 span,
.faqQ_detailWrap .faqIcon span,
.faqQ_detailWrap .faqDetailTtl span{ display:none;}

.faqDetailWrap1 h3,
.faqDetailWrap2 h3,
.faqQ_detailWrap .faqIcon,
.faqQ_detailWrap .faqDetailTtl { width:60px; height:60px; float:left;}

.faqIcon_listBox {
	width: 60px;
	float: left;
	font-size: 12px;
	color: #3c3c3c;
	line-height:1.3em;
	font-weight:bolder;
	}
.faqIcon_recipe,
.faqIcon_cook,
.faqIcon_store,
.faqIcon_eat,
.faqIcon_clean {
	/*height: 60px;*/
	padding-top:60px;
	border: 1px solid #fff;
	margin-bottom:5px;
	}
.faqIcon_recipe span,
.faqIcon_cook span,
.faqIcon_store span,
.faqIcon_eat span,
.faqIcon_clean span { display: none;}

.faqIcon_recipe { background:url(/resources/images/faq/icon_recipe60.jpg) left top no-repeat;}
.faqIcon_cook { background:url(/resources/images/faq/icon_cook60.jpg) left top no-repeat;}
.faqIcon_store { background:url(/resources/images/faq/icon_store60.jpg) left top no-repeat;}
.faqIcon_eat { background:url(/resources/images/faq/icon_eat60.jpg) left top no-repeat;}
.faqIcon_clean { background:url(/resources/images/faq/icon_clean60.jpg) left top no-repeat;}

.faqDetail { width:600px; float:right;}

.faqTitle { margin-bottom:10px; font-size:18px; font-weight:bolder;}
.faqTitleIcon { position:relative; top:-3px; left:14px; margin-right:5px;}

.faqListMoreTxt { padding-left:10px; color:#f8880a; white-space:nowrap;}

.faqKeyword { margin-bottom:10px;}
.faqKeyword dt { width:6.5em; float:left; color:#3b3b3b;}
.faqKeyword dd { margin-left:6.5em; font-weight:bolder;}
.faqKeyword dd li { border:0; float:left; margin-right:1em;}

.faqTopCounterWrap {
    float:right;
    margin-right:-25px;
    }
.faqTopCounterWrap li {
    float:left;
    margin-right:25px;
    border:0;
    }
.faqTopCount {
    padding: 2px 5px 1px;
    background:#9d905b;
    font-size:13px;
    color:#fff;
    font-weight:bolder;
    vertical-align:middle;
    }
.faqTopGoodTxt {
    display:inline-block;
    padding-top:3px;
    font-size:13px;
    color:#9d905b;
    font-weight:bolder;
    vertical-align:top;
    }
.faqTopGoodWrap {
    min-width:21px;
    min-height:22px;
    display:inline-block;
    background:url(/resources/images/community/icon_goodB.png) left top no-repeat;
    padding-left:21px;
    position:relative;
    color:#fff;
    font-size:14px;
    /*font-weight:bolder;*/
    }
.faqTopGoodFuki {
    height:22px;
    background:url(/resources/images/community/icon_fuki_h.png) left center no-repeat;
    padding-left:13px;
    text-align:left;
    }
.faqTopGoodCount {
    display:block;
    max-width:48px;
    height:20px;
    padding:2px 10px 0 0;
    background:url(/resources/images/community/icon_fuki_b.png) right center no-repeat;
    }


@media screen and (-webkit-min-device-pixel-ratio:0) {
 .faqTopGoodCount  {
    display:block;
    max-width:48px;
    height:19px;
    padding:3px 10px 0 0;
    background:url(/resources/images/community/icon_fuki_b.png) right center no-repeat;
    }
}

.faqMore { text-align:center; font-weight:bolder;}
.faqMore a { color:#ed5310}

/* ------------------- */

.faqKeywordTtl { margin-bottom:5px; color:#967123; font-size:18px; font-weight:bolder;}
.faqKeywordAll {
	background:url(/resources/images/faq/icon_arrow.png) 10px center no-repeat;
	padding-left:20px;
	margin-left:1em;
	font-size:12px;
	}
.faqKeywordWrap {
	margin:0 0 20px -5px;
	overflow:hidden;
	/*font-size:14px;*/
}
.faqKeywordWrap li a{
	display:block;
	background:#fff url(/resources/images/faq/icon_arrow.png) 10px center no-repeat;
	padding:5px 10px 5px 20px;
	margin:0 0 5px 5px;
	border:1px solid #e5e5e5;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	float:left;
	white-space:nowrap;
	text-decoration:none;
	color:#ed5310;
	/*font-weight:bolder;*/
	}
.faqKeywordWrap li a:hover {
	background:#f8880a url(../images/faq/icon_arrow_w.png) 10px center no-repeat;
	border:1px solid #f8880a;
	color:#fff;
	}

/* ------------------- */

.faqWrap3{
    width:684px;
    background:#fff;
    padding:6px 6px 6px 20px;
    margin-bottom:20px;
    }
.faqFormHl_bottom {
    width:200px;
    min-height:28px;
    padding:10px 14px 6px 57px;
    background-position: 14px 10px;
    background-repeat:no-repeat;
    font-size:18px;
    font-weight:bolder;
    color:#967123;
    float:left;
    }
.faqFormHl_bottom span {
    display:inline-block;
    padding-top:8px;
    border:0;
    }
.faqFormBox_bottom {
    width:401px;
    padding:5px;
    background:#ffe461;
    text-align:center;
    float:right;
    }
.faqFormBox_bottom img { vertical-align:middle;}


.faqBanner { margin-bottom:-10px;}

.faqWrapTitle {
    height:30px;
    border-bottom:solid 2px #967123;
    padding-top:10px;
    margin-bottom:-10px;
}
.faqListTitle {
    float:left;
	font-size: 20px;
    font-weight: bolder;
    font-family: "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    color: #967123;
	line-height:1.4em;
}
.faqListLink {
    float:right;
    text-align: right;
    font-size: 16px;
    font-weight: bolder;
    color:#f8880a;
}
.faqListLink span{
    font-size: 20px;
}


/* -------------------- */

.faqSocial {
    width:720px;
    margin:11px auto 10px;
    }
.faqSocial li{
    float:right;
    margin-left:5px;
    }

.faqFlagQ {
    width:46px;
    height:54px;
    position:absolute;
    top:-3px;
    left:18px;
    }
.faqFlagA {
    min-width:46px;
    min-height:54px;
    position:absolute;
    top:-3px;
    left:18px;
	padding:12px 10px 0 56px;
	}
.faqFlagQ {	background:url(/resources/images/faq/icon_flagQ.png) left top no-repeat;}
.faqFlagA {	background:url(/resources/images/faq/icon_flagA.png) left top no-repeat;}
.faqFlagQ span,
.faqFlagA span { display:none;}


.faqQ_counter{
    max-width:630px;
    float:right;
    margin:0 -10px 7px 0;
    }
.faqQ_counter li {
    float:left;
    margin-right:25px;
    border:0;
    }

.faqQ_counter dt {
    float:left;
    min-width:4em;
    color:#848484;
    }
.faqQ_counter dd {
    float:left;
    margin-right:30px;
    color:#236dd1;
    }
.faqQ_Wrapper {
    border-top:1px solid #e5e5e5;
    padding-top:1px;
    }
.faqA_Wrapper {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:1px 0;
    margin-bottom:10px;
    }
.faqQ_del,
.faqA_del { width:51px; float:right;}
.faqQ_del img{ border:1px solid #c9b441;}
.faqA_del img{ border:1px solid #fb9257;}

.faqQ_boxWrap,
.faqA_boxWrap{
    background:#fff;
    font-size:12px;
    }
.faqQ_boxWrap {
    color:#787878;
    font-weight:bolder;
    padding:5px 15px 6px 30px;
    }
.faqA_boxWrap {
    font-weight:bolder;
    color:#484848;
    padding:5px 15px 2px 30px;
    }

.faqQ_detailWrap {padding:0 15px;}
.faqQ_Wrapper .faqQ_detailWrap { background:#fff url(/resources/images/faq/line.gif) left bottom repeat-x;}
.faqA_Wrapper .faqQ_detailWrap { background:#fff}
.faqQ_detailBox { padding:15px 0; background:url(/resources/images/faq/line.gif) left top repeat-x;}
.faqA_detailBox { padding:15px; background:url(/resources/images/faq/line.gif) left top repeat-x;}
.faqQ_detailBoxR { width:615px; float:right; color:#313131;}
.faqQ_detailBoxR .faqQ_detailTitle {
    margin-bottom:15px;
    font-size:18px;
    font-weight:bolder;
    }
.faqQ_detailTitle {
    line-height: 140%;
    }
.faqQ_detailTxt,
.faqA_detailTxt {
    font-size:14px;
    color:#000;
    line-height:1.7em;
    margin-bottom:10px;
    word-break: break-all;
    }
.faqQ_detailTxt { padding:0 10px 0 0;}
.faqQ_detailPhoto img { margin:0 10px 10px 0; vertical-align:top;}

.faqQ_detailPsWrap {
    width:593px;
    background:#fff7d0;
    padding:10px;
    margin:10px 0 20px;
    border:1px solid #fddd47;
    font-size:12px;
    color:#484848;
    font-weight:bolder;
    }
.faqQ_close img{ border:1px solid #c9b441;}
.faqQ_detailPsCount {
    float:right;
    padding:0 10px 0 0;
    color:#8f8e8c;
    vertical-align:middle;
    }
.faqQ_detailPsInput {
    width:576px;
    height:100px;
    border:1px solid #c5b66d;
    padding:5px 5px 5px 10px;
    margin-bottom:3px;
    font-size:16px;
    color:#d4d4d4;
    font-weight:bolder;
    }

.faqQ_detailPsTxt {
    font-size:12px;
    color:#787878;
    font-weight:bolder;
    line-height:1.7em;
    }
.faqQ_replyPsBtn {
    width:173px;
    height:37px;
    background:url(/resources/images/faq/btn_ps.png) 0 0 no-repeat;
    border: 0px;
    float:right;
    }
.faqQ_replyPsBtn:hover { background-position:0 -37px;}


.faqQ_talkBtn {
    max-width:510px;
    float:left;
    }
.faqQ_talkBtn dt {
    min-width:2em;
    padding-top:3px;
    font-weight:bolder;
    float:left;
    }
.faqQ_talkBtn dd {
    float:left;
    margin-right:13px;
    }
.faqQ_talkGood  {
    min-height:22px;
    padding:5px 13px 0 10px;
    color:#e7761a;
    border-right:1px solid #e0cf9e;
    }

.faqQ_talkBtn dd ul {
	max-width:258px;
    min-height:28px;
	border-right:1px solid #e0cf9e;
	padding-right:13px;
	}
.faqQ_talkBtn dd li {
    display:inline;
    line-height:1.7em;
    font-weight:bolder;
    margin:0 0 0 0.8em;
    white-space:nowrap;
    }


.faqQ_memberWrap {
    width:560px;
    margin:0 -30px 5px 0;
    font-size:12px;
    color:#848484;
    font-weight:bolder;
    float:left;
    }
.faqQ_memberWrap li { float:left; margin-right:30px; padding-top:10px;}
.faqQ_memberWrap li.faqQ_member { padding-top:0;}
.faqQ_memberName { vertical-align:middle; border:1px solid #d4d4d4;}
.faqA_memberName { vertical-align:middle; border:1px solid #d4d4d4;}
.faqA_member { color:#606060; margin-bottom:20px; font-weight:bolder;}

.faqQ_Add {
    padding-top:20px;
    float:right;
    }
.faqQ_Add a {
    width:2.5em;
    display:block;
    background:url(/resources/images/faq/icon_plus.png) left 3px no-repeat;
    padding:0 0 0 13px;
    font-size:12px;
    font-weight:bolder;
    }

.faqQ_replyWrap {
    width:656px;
    position: relative;
    background: #ffdac5;
    padding:10px 30px;
    margin:0 auto -3px;
    border-top: 1px solid #f8f8f8;
    top:-3px;
    }
.faqQ_replyWrap:before {
    content: '';
    position: absolute;
    display: block;
    top: -13px;
    left: 45%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #ffdac5 transparent;
    }
.faqQ_replyHL {
    padding:2px 10px 10px 8px;
    float:left;
    font-size:16px;
    font-weight:bolder;
    color:#e52c06;
    }
.faqQ_replyCharaCount {
    float:right;
    padding:10px 10px 0 0;
    color:#8f8e8c;
    }
.faqQ_replyInput {
    width:640px;
    height:45px;
    border:1px solid #b0bfd7;
    padding:5px 5px 5px 10px;
    margin-bottom:3px;
    font-size:16px;
    color:#d4d4d4;
    font-weight:bolder;
    }
.faqQ_replyBtn {
    width:173px;
    height:37px;
    background:url(/resources/images/faq/btn_reply.png) 0 0 no-repeat;
    border: 0px;
    float:right;
    }
.faqQ_replyBtn:hover { background-position:0 -37px;}

.upload_imgbox,
.upload_imgbox2{
    position: relative;
    margin-top:7px;
    padding-top:1px;
    font-size:12px;
    font-weight:bolder;
    color:#f57c05;
    z-index:10;
    cursor:pointer;
    }
.upload_imgbox span,
.upload_imgbox2 span{ text-decoration:underline;}
.upload_imgbox:hover,
.upload_imgbox span:hover,
.upload_imgbox2:hover,
.upload_imgbox2 span:hover{ text-decoration:none;}
.upload_imgbox img,
.upload_imgbox2 img{ position:relative; top:-1px;}
.upload_imgimage,
.upload_imgimage2 { position: absolute; top: 0; left: 0; }

/* upload_imgform */
.upload_imgform,.ajax-uploader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 20px;
    filter: alpha(opacity =   0); /* for IE6, IE7 */
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

*+html .ajax-uploader {
    width: 1px;
    font-size: 45px;
    heigh: 20px;
}

.ajax-uploader {
    font-size: 50px\9;
    heigh: 20px\9;
    margin-left: -5px\9;
}

.uploadInputConfirm { width:643px; margin-bottom:-10px;}
.uploadInputConfirm img{
    width:210px;
    float:left;
    margin:10px 10px 10px 0;
    }

.faqQ_replyHint,
.faqQ_replyHint2,
.faqQ_replyHint3{
    /*width:7em;*/
    background: url(/resources/images/faq/icon_hint2.png) left top no-repeat;
    padding:0 0 0 21px;
    font-size:12px;
    font-weight:bolder;
    }

.faqQ_replyHint { float:right; margin:10px 7px 0 0;}
.faqQ_replyHint2 {display:inline-block;margin:20px 7px 0 0;}
.faqQ_replyHint3 {display:inline-block;margin:20px 20px 0 0;}

.faqA_sort {
    max-width:630px;
    float:right;
    margin:5px -19px 12px 0;
    overflow:hidden;
    font-weight:bolder;
    line-height:1em;
    }

.faqA_sort dt {
    float:left;
    min-width:6em;
    color:#5f5f5f;
    }
.faqA_sort dd {
    float:left;
    padding-right:18px;
    margin-right:18px;
    border-right:1px solid #5f5f5f;
    color:#464646;
    }
.faqA_memberWrap {
    background:#ffdac5;
    padding:15px 15px 6px 30px;
    font-size:12px;
    color:#484848;
    font-weight:bolder;
    }
.faqA_memberNum {
    width:77px;
    float:left;
    background:#8c8c8c;
    padding-top:3px;
    margin-right:30px;
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height:1em;
    font-weight:normal;
    }
.faqA_commentPhoto { width:660px;}
.faqA_commentPhoto img{ display:inline-block; margin:0 10px 10px 0; float:left;}
.faqA_commentLnk{
    float:left;
    padding-top:3px;
    font-size:12px;
    font-weight:bolder;
    color:#474646;
    }
.faqA_commentWrapper {
    width:592px;
    margin-left:46px;
    font-size:12px;
    color:#484848;
    font-weight:bolder;
    }
.faqA_commentFuki {
    width:19px;
    height:13px;
    margin-left:145px;
    background: url(/resources/images/faq/fuki_tail.png) left bottom no-repeat;
    position:relative;
    z-index:2;
    }
.faqA_commentWrap {
    width:590px;
    background:#fff7d0;
    padding:10px;
    border:1px solid #fddd47;
    position:relative;
    top:-1px;
    }
.faqA_commentBox { width:530px; float:left;}

.faqA_replyCharaCount {
    text-align:right;
    padding:0 10px 0 8px;
    color:#8f8e8c;
    }
.faqA_replyHL {
    padding:0 0 5px 8px;
    font-size:14px;
    font-weight:bolder;
    color:#292929;
    }
.faqA_replyInput {
    width:573px;
    height:26px;
    border:1px solid #c5b66d;
    padding:5px 5px 5px 10px;
    margin-bottom:3px;
    font-size:16px;
    color:#d4d4d4;
    font-weight:bolder;
    outline:none;
    }
.faqA_replyBtn {
    width:180px;
    height:32px;
    background:url(/resources/images/faq/btn_comment.png) 0 0 no-repeat;
    border: 0px;
    float:right;
    }
.faqA_replyBtn:hover { background-position:0 -32px;}


.faq_pagerWrap {
    margin: 10px -15px 10px 0;
    font-size:12px;
    font-weight:bolder;
    color:#474747;
    position:relative;
    left:50%;
    float:left;
    }
.faq_pagerWrap p {
    position:relative;
    left:-50%;
    margin-right:15px;
    float:left;
    }
.faq_pagerWrap a span { display:none;}

.faq_pagerWrap .faq_page1,
.faq_pagerWrap .faq_page1_on,
.faq_pagerWrap .faq_pagePrev,
.faq_pagerWrap .faq_pagePrev_on,
.faq_pagerWrap .faq_pageNext,
.faq_pagerWrap .faq_pageNext_on,
.faq_pagerWrap .faq_pageLast,
.faq_pagerWrap .faq_pageLast_on{ display:block;height:19px;}
.faq_pagerWrap .faq_page1,
.faq_pagerWrap .faq_page1_on{ width:24px; background:url(/resources/images/faq/btn_top.jpg) no-repeat;}
.faq_pagerWrap .faq_pagePrev,
.faq_pagerWrap .faq_pagePrev_on{ width:102px; background:url(/resources/images/faq/btn_prev.jpg) no-repeat; margin-right:20px;}
.faq_pagerWrap .faq_pageNext,
.faq_pagerWrap .faq_pageNext_on{ width:102px; background:url(/resources/images/faq/btn_next.jpg) no-repeat; margin-left:20px;}
.faq_pagerWrap .faq_pageLast,
.faq_pagerWrap .faq_pageLast_on{ width:24px; background:url(/resources/images/faq/btn_last.jpg) no-repeat;}
.faq_pagerWrap .faq_page1,
.faq_pagerWrap .faq_pagePrev,
.faq_pagerWrap .faq_pageNext,
.faq_pagerWrap .faq_pageLast{ background-position:0 0;}
.faq_pagerWrap .faq_page1_on,
.faq_pagerWrap .faq_pagePrev_on,
.faq_pagerWrap .faq_pageNext_on,
.faq_pagerWrap .faq_pageLast_on { background-position:0 -19px;}
.faq_pagerWrap .faq_page1_on:hover,
.faq_pagerWrap .faq_pagePrev_on:hover,
.faq_pagerWrap .faq_pageNext_on:hover,
.faq_pagerWrap .faq_pageLast_on:hover { background-position:0 0px;}

/* -------------------- */

.faqPostWrapper {
    width:788px;
    padding:7px;
    background:#fff;
    position:relative;
    left:2px;
    margin:0 auto 3px;
    }
.faqPostWrap { width:728px;}
/*
.faqPostWrap a { font-weight:bolder; color:#f8880a;}
.faqPostWrap a:hover { text-decoration:none;}
*/
.faqPostHl { background:#dc3e00; padding:10px 30px 8px; margin-bottom:8px; font-size:16px; color:#fff; font-weight:bolder;}
.faqPostHl h2 { display:inline;}
.faqPostMain { background:#efefef; padding:20px 30px 15px;}

.faqPostWrapper a { font-weight:bolder; color:#f8880a;}
.faqPostWrapper a:hover { text-decoration:none;}

.faqPostMain h3 {
    margin:0 0 5px 0;
    font-size:15px;
    color:#3b3a35;
    font-weight:bolder;
    vertical-align:bottom;
    }
.faqPostBox,
.faqPostBox2 {
    width:658px;
    font-size:14px;
    color:#292929;
    margin-right:auto;
    margin-left:auto;
    }

.faqPostBox {padding:0 35px 20px; margin-bottom:20px; background:url(/resources/images/faq/line2.gif) left bottom repeat-x;}
.faqPostBox2 {padding:0 35px;}
span.txtImper {
    padding-left:0.8em;
    font-size:12px;
    color:#e60012;
    font-weight:bolder;
    vertical-align:bottom;
    }
.faqPostBox2 span.txtImper {
    padding-left:0.8em;
    font-size:12px;
    color:#e60012;
    font-weight:bolder;
    vertical-align:bottom;
    }
.faqPostBox .txtCounter {
    padding-right:10px;
    float:right;
    color:#8f8e8c;
    }
.faqPostBox2 .txtCounter {
    padding-right:10px;
    float:right;
    color:#8f8e8c;
    }


/* -------------------- */
.faqPostBox img.scene { margin-right:20px; cursor:pointer;}
/*.faqScene input { display:none;}*/
.faqScene {
	margin:0 -11px 20px;
	padding:0 0 20px;
	background:url(/resources/images/faq/line2.gif) left bottom repeat-x;
	}

.faqScene h3 { padding-left:35px; margin-bottom:10px;}
.faqScene dl {
	width:128px;
	float:left;
	margin:0 11px 10px;
	font-size:12px;
	color:#292929;
	}
.faqScene dl dt { margin-bottom:10px; text-align:center;}
.faqScene dl dd {
	margin-bottom:5px;
	margin-left:1.5em;
	text-indent:-1.5em;
	}
.faqScene dd input { margin-right:5px; vertical-align:middle;}


/* -------------------- */

.faqKnackText p { font-weight: bolder;}

.faqPostQ_input,
.faqPostQ_title	{
    width:637px;
    border:1px solid #c5c5c5;
    padding:5px 5px 5px 14px;
    margin:0 0 10px 0;
    font-size:16px;
    font-weight:bolder;
    outline:none;
    }

.faqPostQ_input { height:105px; color:#d4d4d4; margin-bottom:5px;}
.faqPostQ_title { height:29px; color:#d4d4d4; margin-bottom:25px;}

.pl_30 { padding-left:30px;}

.faqQ_keyword {
    width:647px;
    margin-right:-10px;
    }
.faqQ_keyword li {
    width:156px;
    float:left;
    margin:0 5px 10px 0;
    }
.faqQ_keyword input { margin-right:5px;}
.faqQ_keyword label {
    display:inline-block;
    width:130px;
    padding:0 3px;
    line-height:1.5em;
    vertical-align:top;
    }
.faqQ_keywordConfirm { margin:0 0 15px 15px;}
.faqQ_keywordConfirm label {
    margin-right:1em;
    font-size:16px;
    white-space:nowrap;
    }

.faqPostBtn {
    display:inline-block;
    width:190px;
    height:60px;
    background:url(/resources/images/faq/btn_send.png) 0 0 no-repeat;
    margin:3px 0 5px;
    border: 0px;
    overflow:hidden;
    cursor:pointer;
    }
.faqPostBtn:hover { background-position:0 -60px;}

.faqPostConfirmBtnWrap {
    width:380px;
    margin:10px auto;
    }
.faqPostConfirmBtnBox {
    width:398px;
    margin-right:-18px;
    }
.faqPostConfirmBtnBox li {
    width:181px;
    float:left;
    margin-right:18px;
    }
.faqPostClearBtn,
.faqPostEditBtn{
    width:181px;
    height:45px;
    border: 0px;
    overflow:hidden;
    cursor:pointer;
    }
.faqPostClearBtn { background:url(/resources/images/faq/btn_clear.png) 0 0 no-repeat;}
.faqPostEditBtn { background:url(/resources/images/faq/btn_edit.png) 0 0 no-repeat;}
.faqPostClearBtn:hover,
.faqPostEditBtn:hover { background-position:0 -45px;}

.faqPostComplete {
    margin:50px auto 45px;
    padding-bottom:45px;
    }
.faqPostCompleteTxt {
    font-size:24px;
    color:#967123;
    font-weight:bolder;
    margin-bottom:10px;
    }
.faqPostComplete a{
    font-size:16px;
    font-weight:bolder;
    color:#ff8c05;
    }
.faqPostCompleteBtnWrap {
    width:490px;
    margin:10px auto 50px;
    }
.faqPostCompleteBtnBox {
    width:502px;
    margin-right:-12px;
    }
.faqPostCompleteBtnBox li {
    width:239px;
    float:left;
    margin-right:12px;
    }

.faqOthersWrap{
    width:703px;
    padding:5px;
    margin:0 auto 20px;
    background:#ffe461;
    }

.faqOthersL {
    width:140px;
    float:left;
    margin:10px 0 0 10px;
    float:left;
    color:#967123;
    font-size:16px;
    font-weight:bolder;
    line-height:1.5em;
    }
.faqOthersR {
    width:500px;
    float:right;
    padding:15px;
    background:#fff;
    }
.faqOthersR a{ color:#f57c05;}
.faqOthersR ul { margin-bottom:-8px;}
.faqOthersR li{ margin:0 0 8px 0;}
.faqOthersR li .faqOthers_recipe,
.faqOthersR li .faqOthers_cook,
.faqOthersR li .faqOthers_store,
.faqOthersR li .faqOthers_eat,
.faqOthersR li .faqOthers_clean {
    display:inline-block;
    min-width:21px;
    padding:0 0 0 31px;
    vertical-align:top;
    font-size:15px;
    font-weight:bolder;
    }
.faqOthersR li span {text-decoration:underline;}
.faqOthersR li span:hover {text-decoration:none; background-position:0 -21px;}
.faqOthers_recipe { background:url(/resources/images/faq/icon_recipe21.jpg) left top no-repeat;}
.faqOthers_cook { background:url(/resources/images/faq/icon_cook21.jpg) left top no-repeat;}
.faqOthers_store { background:url(/resources/images/faq/icon_store21.jpg) left top no-repeat;}
.faqOthers_eat { background:url(/resources/images/faq/icon_eat21.jpg) left top no-repeat;}
.faqOthers_clean { background:url(/resources/images/faq/icon_clean21.jpg) left top no-repeat;}

.faqLoginTxt {
    margin-bottom:5px;
    padding-top:5px;
    font-size:16px;
    color:#e52c06;
    font-weight:bolder;
    }

.faqListTxt {
    min-height:38px;
    padding:0 0 0 40px;
    color:#967123;
    font-size:18px;
    font-weight:bolder;
    background:url(/resources/images/faq/icon_search.png) 3px -3px no-repeat;
//    margin-bottom:-15px;
    }

.qaMoretext {
    font-weight:normal;
    color:#e7761a;
    text-decoration:underline;
    cursor:pointer;
    }
.qaMoretext:hover {color:#b1d21a; }

.faqQBox {
    background:#fff;
    padding:10px 15px 15px;
    border:1px solid #d3ca7f;
    font-size:14px;
    font-weight:bolder;
    }
/*.faqQBox img.scene { margin-right:20px;}
.faqScene input { display:none;}*/



.faqQ_keyword {
    width:644px;
    }
    /*width:151px;
    float:left;
    margin:0 10px 10px 0;
    }*/
.faqQ_keyword input { margin-right:5px;}
.faqQ_keyword label {
    display:inline-block;
    width:130px;
    padding:0 3px;
    line-height:1.5em;
    vertical-align:top;
    }

.fileSelect {
    cursor:pointer;
}

.faq_banner {
    text-align:center;
}

.faq_banner li {
    margin-top:10px;
}

.qaCommentBlock {
    width:80%;
    padding-left:100px;
    margin-top:10px;
}

/*******************************
繧ｫ繝・ざ繝ｪ繝ｼ蜷�
*******************************/
.faq_cat {
	float:left;
	height:0;
	width:230px;
	padding:70px 0 0 0;
	overflow:hidden;
	margin-top:10px;
}
.faq_cat01 {
	background:url(/resources/images/faq/faq_cat01.gif) no-repeat 0 10px;
}
.faq_cat02 {
	background:url(/resources/images/faq/faq_cat02.gif) no-repeat 0 10px;
}
.faq_cat03 {
	background:url(/resources/images/faq/faq_cat03.gif) no-repeat 0 10px;
}
.faq_cat04 {
	background:url(/resources/images/faq/faq_cat04.gif) no-repeat 0 10px;
}
.faq_cat05 {
	background:url(/resources/images/faq/faq_cat05.gif) no-repeat 0 10px;
}
.faq_cat06 {
	background:url(/resources/images/faq/faq_cat06.gif) no-repeat 0 10px;
}
.faq_direction {
	font-size:14px;
	padding:45px 10px 35px 10px;
}

/*******************************
Q&A繝懊ャ繧ｯ繧ｹ
*******************************/
.faq_block {
	clear:both;
	margin-left:30px;
	margin-bottom:5px;
}

.faq_q {
	font-size:14px;
	color:#984800;
	cursor:pointer;
	text-decoration:underline;
	padding:10px 0 5px 35px;
	background:url(/resources/images/faq/faq_q.gif) no-repeat 5px 5px;
	font-weight:bold;
}

.faq_ans {
	width:748px;
	border:solid 1px #EDDB9D;
	margin-left:35px;
	display:none;
	font-size:14px;
	padding:7px 20px 7px 47px;
	margin-top:15px;
	background:#FEF9DB url(/resources/images/faq/faq_a.gif) no-repeat 15px 15px;
	overflow:auto;
	_overflow:visible;
	_zoom:1;
}

.faq_ans p {
	font-size:14px;
	padding-top:10px;
	line-height:160%;
}

.faq_ans table {
	width:738px;
	border:solid 1px #552E1B;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0px;
	padding:0px;
	margin:10px 0 0 0;
}

.faq_ans th {
	text-align:center;
	background-color:#FFD177;
	border-right:solid 1px #552E1B;
	border-top:solid 1px #552E1B;
	border-bottom:solid 1px #552E1B;
	padding:5px;
	font-size:14px;
}

.faq_ans td {
	border-bottom:dotted 1px #552E1B;
	border-left:solid 1px #552E1B;
	padding:5px;
	font-size:14px;
	background: #FFE6CB;
}

.btn_ans_close {
	font-weight:bold;
	color:#984800;
	cursor:pointer;
	text-decoration:underline;
	margin-top:20px;
	display:inline;
	float:right;
	background:url(/resources/images/faq/faq_close_btn.gif) no-repeat 0 0;
	padding-left:20px;
	margin-right:-10px;
	font-weight:bold;
}

.faq_block tr.faq_even td {
    background:#FFF;
}

.faq_ans ol {
	padding-top:10px;
}

.faq_ans li {
	font-size:14px;
	margin:3px;
	list-style:decimal inside;
}

.faq_block .square{
	font-size:14px;
	font-weight:bold;
	padding-left:16px;
	background:url(/resources/images/faq/square.gif) no-repeat 0 16px;
	padding-top:10px;
	line-height:160%;
	display:block;
}



/*******************************
Q&A マイページ 削除
*******************************/

.myPageFAQTitle {
	width: 630px;
	float: left;
}

.myPageFAQDel {
	width: 45px;
	float: right;
	padding-right: 5px;
}
.myPageFAQDel a {
	text-decoration: underline;
	display: block;
	font-weight: normal;
	color: #e7761a;
	background: url(/resources/images/community/icon_cross_off.png) right center no-repeat;
}
.myPageFAQDel a:hover {
	color:#b1d21a;
	background: url(/resources/images/community/icon_cross_on.png) right center no-repeat;
}

.myPageFAQEnd {
	clear: both;
}

/* 20140526 :: add best answer */

.faqQ_detailBox { padding:15px 0; border-top:1px solid #e5e5e5;}
.faqA_detailBox { padding:15px; border-top:1px solid #e5e5e5;}
.faqQ_solved { background:url(/resources/images/faq/bg_ba_solved.png) right 15px no-repeat}
.faqA_best { background:url(/resources/images/faq/bg_ba.png) right 15px no-repeat}
.faqA_hl {
	font-size:18px;
	font-weight:bolder;
	color:#313131;
	float:left;
	margin-left:70px;
	}
.faqA_solved {
	padding:15px 30px;
	font-size:14px;
	font-weight:bolder;
	color:#333333;
	}
.faqA_solvedHl { color:#fe823e; margin-bottom:10px;}
.faqA_solvedName { font-size:12px;}


.faqBA_conf {
    width:658px;
    font-size:14px;
    color:#292929;
	margin:20px auto;
	padding:0 35px 30px;
	background:url(/resources/images/faq/line2.gif) left bottom repeat-x;
    }
.faqBA_confBox {
	width:638px;
	background:#fff;
	padding:10px;
	}
.faqBA_confHl { border-bottom:1px solid #e5e5e5; padding:10px 15px 5px; font-size:12px;}
.faqBA_confText { padding:15px 15px 5px;}
.faqBA_member { font-size:13px; color:#606060; font-weight:bolder;}

.faq_attention {
    font-size:12px;
    color:#e60012;
    font-weight:bolder;
	}
.faqBA_comConf {
	padding:15px;
	margin:10px auto;
	border:1px solid #ccc;
	font-size:16px;
	}
.faqBAbackBtn,
.faqBAconfirmBtn,
.faqBAcorrectBtn,
.faqBAcompleteBtn{
    display:inline-block;
    width:240px;
    height:62px;
    margin:3px 10px 5px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
    border: 0px;
    overflow:hidden;
    cursor:pointer;
    }
.faqBAbackBtn {background-image:url(/resources/images/faq/btn_ba_back.png);}
.faqBAconfirmBtn {background-image:url(/resources/images/faq/btn_ba_confirm.png);}
.faqBAcorrectBtn {background-image:url(/resources/images/faq/btn_best_correct.png);}
.faqBAcompleteBtn {background-image:url(/resources/images/faq/btn_best_complete.png);}
.faqBAbackBtn:hover,
.faqBAconfirmBtn:hover,
.faqBAcorrectBtn:hover,
.faqBAcompleteBtn:hover{ background-position:0 -62px;}


.txtCounter {
    padding-right:10px;
    float:right;
    color:#8f8e8c;
    }

.qaBestAnswerBtn img {
    background: #FFFFFF;
}
#box_msg {
	font-size: 15px;
	width: 690px;
	clear: both;
	background-color: #ffdda3;
	border: solid 2px #F60;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-bottom: 15px;
}



/*******************************
pager
*******************************/
.faqPager { padding:0 20px; text-align:center;}

.faqPager > li {
	display:inline-block;
	text-align:center;
	}
.faqPager > li span {
	background:#f2c6a0;
	display:block;
	padding:5px 10px;
	border:1px solid #f2c6a0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	color:#fff;
	font-weight:bolder;
	}
.faqPager > li a { color:#50210f; text-decoration:none;}
.faqPager > li a span {
	background:#fff;
	border:1px solid #f6f6f6;
	color:#f8880a;
	font-weight:normal;
	}
.faqPager > li a:hover span {
	border:1px solid #f8880a;
	background:#f8880a;
	color:#fff;
	}

.faqPager > li span.faqPagerPrev {
	background-image:url(../images/faq/icon_arrow_l.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:20px;
	}
.faqPager > li a:hover span.faqPagerPrev {
	background-image:url(../images/faq/icon_arrow_w_l.png);
	background-repeat:no-repeat;
	background-position:10px center;
	}
.faqPager > li span.faqPagerNext {
	background-image:url(/resources/images/faq/icon_arrow.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	padding-right:20px;
	}
.faqPager > li a:hover span.faqPagerNext {
	background-image:url(../images/faq/icon_arrow_w.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	}

/*******************************
headline
*******************************/

.headLine {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    behavior: url(/resources/styles/PIE.htc);
    padding:15px 20px;
	margin-bottom:10px;
    font-size:18px;
    color:#fff;
    }