@CHARSET "UTF-8";

/**
 * qa-detail
 */
.qa-tittle-BOX{
	border-bottom: 1px solid #ddd;
	overflow:hidden;
	margin-bottom:30px;
	padding:0;
}

.qa-tittle-BOX h2{
	float:left;
	font-size:15px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.qa-tittle-BOX .icon-support{
	position:relative;
	top:2px;
	margin-right:5px;
}

.qa-detail {
/*	margin: 0;
	padding: 20px;
	background: url(../img/contents/qa.png) no-repeat;
	border: #e0ded6 5px solid;*/
}

.question-left img,
.answer-right img,
.comment-left img {
	max-width: 55px;
	max-height: 55px;
}

.qa-detail .question {
	float: left;
	margin-bottom: 5px;
}

.question-Evaluation {
	margin:0 0 30px 55px;
	overflow:hidden;
	clear:both;
}

.question-Evaluation .answerBox{
	display:inline-block;
	float:left;
	color:#333;
	font-size:18px;
}

.question-Evaluation .Reference{
	font-size:11px;
	font-weight:bold;
	display:inline-block;
	padding:2px 10px;
	background-color:#dd631b;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin-right:10px;
	color:#fff;
	float:right;
}
.answer-link-BOX .Reference{
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 6px 10px;
    background-color: #dd631b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.answer-link-BOX .Reference:hover{
	background-color:#999;
	cursor:pointer;
}

.no-memberDown{
    text-align:center;
	font-size:16px;
	animation: vertical2 0.5s ease-in-out infinite alternate;
	-webkit-animation: vertical2 1s ease-in-out infinite alternate;
	-moz-animation: vertical2 1s ease-in-out infinite alternate;
	animation-duration: 1.0s;
	-webkit-animation-duration: 1.0s;
	-moz-animation-duration: 1.0s;
	color:#666;
}

/**  横/縦に揺れるCSS  **/

@keyframes vertical2 {/**  縦  **/
    0% {	transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);}
  100% { transform:translateY(  2px);-webkit-transform:translateY(  2px);-moz-transform:translateY(  2px); }
}

.question-Evaluation .Reference:hover{
	background-color:#999;
	cursor:pointer;
}

.question-Evaluation .Reference-count{
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:2px;
}

.question-Evaluation .Reference-count .icon-thumbs-up{
    font-weight: normal;
    margin-right: 3px;
    margin-left: 5px;
}

.question-Evaluation .icon-thumbs-up{
	posisiton:relative;
	top:2px;
}

.qa-detail .question-left {
	float: left;
	width: 55px;
}

.qa-detail .question-right {
	float: right;
	width: 725px;
}

.question-right .icon-eye-open{
	position:relative;
	top:1px;
	margin:0 3px;
}

.viewCount{
	font-weight:bold;
	font-size:12px;
}

.qa-detail .question-date {
	font-size: 11px;
	margin-left: 10px;
}

.qa-detail .question-title {
	padding:10px 20px;
	background-color: #f9f9f9;
/*	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;*/
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	border-top-right-radius:5px;
	position: relative;
	font-size: 20px;
	color:#333;
	font-weight:normal;
	margin: 0;
}

.qa-detail .question-title strong{
	font-weight:normal;
}

.qa-detail .question-title:before {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-right: 8px solid #ccc;
	border-bottom: 5px solid transparent;
	top: 15px;
	left: -8px;
}

.question-title .icon-circleq{
	position:relative;
	top:2px;
	margin-right:5px;
	color:#333;
}

.qa-detail .question-text {
	background-color: #f9f9f9;
	margin: 0;
	padding:15px 20px 5px 30px;
	/*border: 1px solid #ccc;*/
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size: 15px;
}

.answer-title .icon-circlea{
	position:relative;
	top:2px;
	margin-right:5px;
        color: #e36d00;
}

.qa-detail .answer {
	float: right;
	margin-bottom: 20px;
}

.qa-detail .answer-right {
	float: right;
	width: 65px;
	text-align: right;
}

.qa-detail .answer-left {
	float: right;
	width: 600px;
}

.qa-detail .answer-date {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
}

.qa-detail .answer-title {
	padding:10px 20px;
	background-color: #FBF5EF;
/*	border-left:#5a9f45 solid 1px;
	border-right:#5a9f45 solid 1px;
	border-top:#5a9f45 solid 1px;*/
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	border-top-right-radius:5px;
	position: relative;
	font-size: 14px;
	/*color:#5a9f45;*/
}

.qa-detail .answer-title a{
	text-decoration: underline;
}

.qa-detail .answer-title:before {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
/*	border-left: 8px solid #5a9f45;*/
	border-left: 8px solid #e36d00;
	border-bottom: 5px solid transparent;
	top: 15px;
	right: -8px;
}

.qa-detail .answer-text {
	background-color: #FBF5EF;
	margin: 0;
	padding:15px 20px 10px 30px;
	/*border: 1px solid #5a9f45;*/
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size: 14px;
	word-wrap: break-word;
}

.answer-link-BOX{
	/*border-top:#5a9f45 dotted 1px;*/
	border-top:#ccc dotted 1px;
	padding-top:10px;
}

.qa-detail .answer-link {
	text-decoration: underline;
	/*float: left;*/
	font-size:12px;
/*	position:relative;
	top:3px;
	width:270px;*/
        display:block;
        margin-bottom: 5px;
}

.qa-detail .answer-link2 {
	float: right;
	margin-left:10px;
}

.answer-text .icon-pageforward,
.answer-text .icon-store,
.answer-text .icon-link{
	position:relative;
	top:1px;
	margin-right:5px;
	font-size:11px;
}

.qa-detail .answer-comment {
	float: right;
}

.qa-detail .comment {
	float: left;
	width: 675px;
	margin-bottom: 20px;
}

.qa-detail .comment-left {
	float: left;
	width: 55px;
}

.qa-detail .comment-right {
	float: right;
	width: 620px;
}

.qa-detail .comment-date {
	font-size: 11px;
	margin-left: 10px;
}

.qa-detail .comment-text {
	background-color: #f9f9f9;
	border:#ccc solid 1px;
	margin: 0;
	padding: 10px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	position: relative;
	font-size: 14px;
}

.qa-detail .comment-text:before {
	content: '';
	position: absolute;
	border-top: 5px solid transparent;
	border-right: 8px solid #ccc;
	border-bottom: 5px solid transparent;
	top: 10px;
	left: -8px;
}

/** 画像登録の表示 **/

.qa-imageBOX{
	overflow: hidden;
	margin:50px 0;
}

.qa-imageBOX-img{
	float:left;
	background-color:#ccc;
	margin:0 10px;
	max-width:200px;
}

.qa-imageBOX-img img{
	max-width:200px;
        width: 100%;
}

/**    回答者　評価     **/

.RespondentEvaluationBox{
	margin-bottom:10px;
	background-color:#f5fff5;
	padding:10px;
	font-size:12px;
}

.RespondentEvaluationText {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding:1px 5px;
	font-size:11px;
	font-weight:bold;
	margin-left:3px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.RespondentEvaluationText:after,
.RespondentEvaluationText:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.RespondentEvaluationText:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.RespondentEvaluationText:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 6px;
	margin-top: -6px;
}

.RespondentEvaluationButtun{
	float:right;
	font-size:11px;
	font-weight:bold;
}

.RespondentEvaluationButtun .icon-thumbs-up{
	position:relative;
	top:1px;
	margin-right:5px;
}

.RespondentEvaluationButtun a{
	color:#fff;
	padding:3px 20px;
	background: #1b9b8c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiOWI4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwNmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1b9b8c 0%, #00706e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b9b8c), color-stop(100%,#00706e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b9b8c 0%,#00706e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b9b8c 0%,#00706e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b9b8c 0%,#00706e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b9b8c 0%,#00706e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9b8c', endColorstr='#00706e',GradientType=0 ); /* IE6-8 */
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:#167C63 solid 1px;
}

.RespondentEvaluationButtun a:hover{
	background: #00706e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzA2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMWI5YjhjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #00706e 0%, #1b9b8c 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00706e), color-stop(9%,#1b9b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00706e 0%,#1b9b8c 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00706e 0%,#1b9b8c 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00706e 0%,#1b9b8c 9%); /* IE10+ */
	background: linear-gradient(to bottom,  #00706e 0%,#1b9b8c 9%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00706e', endColorstr='#1b9b8c',GradientType=0 ); /* IE6-8 */
	cursor:pointer;
}

.EvaluationDivision dt{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-bottom:#61998E solid 1px;
	padding:2px 0;
}

.EvaluationDivision dd{
	text-align:center;
	font-size:11px;
	margin:0 auto;
	padding:3px 0;
	border-bottom:#61998E dotted 1px;
}

.EvaluationDivision dd:hover{
	background-color:#61998E;
	cursor:pointer;
}

.EvaluationDivision dd img{
	margin-left:-2px;
}

.RespondentEvaluationInfo{
	font-size:11px;
	margin:3px 0 0 17px;
	font-weight:bold;
}

.RespondentEvaluationInfo img{
	margin-left:-2px;
}

.RespondentEvaluationInfo .icon-phpbb{
	position:relative;
	top:1px;
	font-weight:normal;
	margin-right:5px;
}

.AnswerEvaluationBox{
	font-weight:bold;
	font-size:13px;
}

.AnswerEvaluationBox img{
	margin-left:-4px;
}

/**    回答　ツールチップ     **/

.head-balune-qa{
	position: relative;
}

.arrow_box-qa {
	display: none;
	position: absolute;
	padding:0;
	width:160px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	background: #00706E;
	color: #fff;
	font-size:11px;
	z-index:9999;
	text-align:left;
}

.qa-arrow_1 {
	right:13px;
	top:31px;
}

.estbalune:hover + p.arrow_box {
	display: block;
}

.form_qaBox{
    margin-bottom:40px;
}

.shop-no-memberBarner{
    overflow:hidden;
	width:780px;
	height:300px;
	margin-bottom:30px;
	background: url(../img/contents/anoyBgImg.jpg) center center no-repeat;
}

.shop-no-memberBarner > .RightBox{
    float:right;
    padding:5px;
}

.qaBanarBox {
    margin-bottom:20px;
}

.ribiloNewsBox{
    margin:20px 0;
	background-color:#fff6f6;
	border:#e59797 solid 1px;
	padding:10px;
	font-size:13.5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.ribiloNewsBox a{
    color:#2490D0;
	text-decoration:underline;
}

.ribiloNewsBox .title{
    font-size:14px;
	color:#A63516;
	font-weight:bold;
}

.ribiloNewsBox .bold{
    font-weight:bold;
}
.side-qa-ranking {
    padding: 3px;
/*    max-height: 450px;
    overflow: hidden;*/
}
.side-qa-ranking .inner {
    padding-bottom: 8px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    /*box-shadow: 0 0 1px 1px rgba(19,19,30,0.1);*/
    background: #ffffff;
}
.side-qa-ranking .inner h3 {
    background: url(../img/contents/qa_rank.png) no-repeat 15px 5px;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px 0px;
    text-align: center;
    /*background-color: #f9f9f9;*/
}
.side-qa-ranking .inner ul{
    width: 98%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.side-qa-ranking .inner li.active {
    color: #000;
    background-color: #fff;
    border-bottom: #ddd 1px solid;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}
.side-qa-ranking .inner li {
    text-align: center;
    display: table-cell;
    color: #000;
    font-size: 12px;
    padding: 3px 0;
    /*border-left: #fff solid 3px;*/
    /*border-right: #fff solid 3px;*/
    background-color: #eee;
    /*border-bottom: #D3D3D3 1px solid;*/
    cursor: pointer;
}
.maru_half {
    border-radius: 50%;
    font-size: 1em;
    line-height: 2em;
    padding-top: 0.1em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    color: #000;
    border: 2px solid #ddd;
}
.maru_half.no1color {
      color: #fff;
      border: 2px solid #FFBF00;
      background-color: #FFBF00;
}
.maru_half.no2color {
      color: #fff;
      border: 2px solid #6E6E6E;
      background-color: #6E6E6E;
}
.maru_half.no3color {
      color: #fff;
      border: 2px solid #5F4C0B;
      background-color: #5F4C0B;
}
.maru_half.no10color {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.qa-ranking{
  width: 200px;
  font-size: 12px;
}
table.qa-ranking th{
    font-weight: bold;
    padding: 4px 2px 2px;
    height: 30px;
    width: 30px;
}
table.qa-ranking td{
    width:170px;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    padding: 6px 2px 2px;
}
table.qa-ranking td a {
    color: #000;
}
table.qa-ranking td.more{
    text-align: center;
    padding: 10px 3px 3px 3px;
}
table.qa-ranking td.more > a{
    display: block;
    /*border: #000 1px solid;*/
    color: #fff;
    /*background-color: #000;*/
    padding: 5px;
    background-color: #dd631b;
    width: 120px;
    margin: auto;
}
table.qa-ranking td.more > a:hover {
    color: #fff !important;
}
a .text:hover,
a .title:hover {
    color: #DF7401 !important;
}
.side-Qaentry {
    padding: 5px 0;
    width: 180px;
    text-align: center;
    border: #dd631b solid 2px;
    background: #ffffff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    z-index: 999;
}
.QuestionList table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
}
.QuestionList table td{
    padding: 10px;
    border-bottom: #eee solid 1px;
}
.QuestionList table tr:first-child td {
    border-top: #ddd solid 1px;
}
.QuestionList .title {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.QuestionList .text {
    font-size: 14px;
    padding-left: 10px;
    color: #000;
}
.QuestionList table td div{
    padding: 5px 0;
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
.ansBox {
    border: #ccc solid 3px;
    background-color: #fcfcfc;
    width: 50px;
    height: 46px;
    margin: 0 5px;
    text-align: center;
    color: #333;
}
.subinfo {
    color: #BDBDBD;
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
}
.subinfo span{
    margin-right: 10px;
}
.helpful_count {
    width: 60px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.box_q {
    position: relative;
    width: 12px;
    padding: 2px 5px;
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    border: solid 1px #000;
    z-index: 1;
}
.box_q:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 9px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    width: 0;
    height: 0;
    z-index: 1;
}

.box_a {
    position: relative;
    width: 10px;
    padding: 0px 3px;
    background: #dd631b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    border: solid 1px #dd631b;
    z-index: 1;
}
.box_a:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5px;
    border: 3px solid transparent;
    border-top: 3px solid #dd631b;
    width: 0;
    height: 0;
    z-index: 1;
}
a:visited {
    color: #000;
}