@charset "euc-jp";

.header-menu-list-item.is_qanda .header-menu-list-item__link {
	box-shadow: 0 -3px 0 #a0107c inset;
	color: #ab48a2;
}

.qanda .sub-menu-list-item.is_help .sub-menu-list-item__link {
	box-shadow: 0 -2px 0 #79016c inset;
	font-weight: bold;
	text-decoration: none;
	color: #ab48a2;
}


.text ul,
.text ol,
.text li {
	list-style: none;
	padding: 0;
}

.titLevel2 {
	margin-bottom: 15px;
}

/** TOP10
*********************************************/
.qaRanking {
    float: left;
    width: 375px;
    margin-bottom: 15px;
}

.qaRanking + .qaRanking {
    margin-left: 10px;
}

.qaRanking li {
    position: relative;
    margin-top: 15px;
    padding-top: 3px;
    padding-left: 37px;
    font-size: 14px;
    line-height: 1.4;
}

.qaRanking li:first-child {
    margin-top: 0;
}

.qaRanking li:before {
	position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	width: 28px;
	height: 22px;
	line-height: 22px;
	margin: 0 6px 8px 0;
	border: 1px solid #9a0074;
	border-radius: 4px;
	background: #9a0074;
	box-shadow: 0 0 0 1px #f8d0db inset;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.qaRanking .qaTop1:before { content: "1"; }
.qaRanking .qaTop2:before { content: "2"; }
.qaRanking .qaTop3:before { content: "3"; }
.qaRanking .qaTop4:before { content: "4"; }
.qaRanking .qaTop5:before { content: "5"; }
.qaRanking .qaTop6:before { content: "6"; }
.qaRanking .qaTop7:before { content: "7"; }
.qaRanking .qaTop8:before { content: "8"; }
.qaRanking .qaTop9:before { content: "9"; }
.qaRanking .qaTop10:before { content: "10"; }

/** 検索ボックス
*********************************************/
#searchBox {
	clear: both;
	margin: 0 0 40px;
	padding: 14px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	background: #f6f6f6;
	box-shadow: 0 0 0 1px #f6f6f6 inset, 0 0 0 2px #ececec inset;
}

#searchBox .seach {
	position: relative;
	top: 10px;
}

#searchBox #keywords {
	width: 230px;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	border: 1px solid #b1b1b1;
	background: #fff;
	padding: 5px;
}

#searchBox dl {
	display: inline-block;
	margin-top: 10px;
}

/** QAカテゴリボックス
*********************************************/
.qaBox {
	overflow: hidden;
	display: inline-block;
	width: 367px;
	margin-bottom: 40px;
	vertical-align: top;
}

.qaBox ul {
    padding-left: 0;
}

.qaMember,
.qaBuy,
.qaPoint,
.qaEvent {
	margin-left: 25px;
}

.qaTit {
    background: url(https://assets.chatpia.jp/common/images/qanda_ico_title.gif) no-repeat;
    border-bottom: 2px solid #9a0074;
    color: #2a2a2a;
    font-size: 16px;
    height: 31px;
    line-height: 29px;
    margin-bottom: 10px;
    text-indent: 33px;
	font-size: 14px;
}

.qaTit .pinkArrow {
	float: right;
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0;
}

.qaBeginner .qaTit { background-position: 0 -38px; }
.qaMember .qaTit  { background-position: 0 -76px; }
.qaTroble .qaTit  { background-position: 0 -114px; }
.qaBuy .qaTit     { background-position: 0 -152px; }
.qaSite .qaTit    { background-position: 0 -190px; }
.qaPoint .qaTit   { background-position: 0 -228px; }
.qaGirl .qaTit    { background-position: 0 -266px; }
.qaEvent .qaTit   { background-position: 0 -308px; }
.qaRequest .qaTit { background-position: 0 -342px; }

.qaBox li a {
	background: url(https://assets.chatpia.jp/common/images/bg_subpage_dt.gif) no-repeat;
	background-position: 0 center;
    line-height: 1.8em;
    padding-left: 15px;
}

/** QAリスト
*********************************************/
#qaList {
	margin: 0 !important;
    padding: 0 !important;
}

#qaList li {
	border-bottom: 1px dotted #b9b9b9;
}

#qaList li > .qaItem {
	position: relative;
	margin-top: 8px;
    padding: 5px 0 10px 35px;
    font-size: 14px;
    color: #06c;
    cursor: pointer;
}

#qaList li > .qaItem.active,
#qaList li > .qaItem.active:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#qaList li > .qaItem:before {
	content: "Q";
	position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 8px;
	border-radius: 4px;
	background: #c5c5c5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#qaList li > .qaItem:after {
	clear: both;
	content: "";
	display: block;
}

#qaList li > .qaItem:hover {
	text-decoration: underline;
}

#qaList li > .qaItem:hover:before {
	text-decoration: none;
}

#qaList li > .qaItem > .qaItem__detail {
	float: right;
	font-size: 11px;
	font-weight: normal;
	display: none;
}

#qaList li > div {
	overflow: hidden;
	display: none;
	line-height: 1.6;
	padding: 0 0 25px 34px;
	font-size: 13px;
}

#qaList li > div:before {
	content: "A";
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-left: -34px;
	border-radius: 4px;
	background: #9a0074;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}