@charset "Shift_JIS";
/*
* Domestic Hotel Review page for PC
* 2016.10.12 daisuke.hayashi
*/

/*****‚¨‹q‚³‚Ü‚Ìº*****/
div#voiceArea{
	position: relative;
	width: 950px;
	margin: 0 0 10px 0;
}

div#voiceArea div#rateArea{
	position: relative;
	width: 924px;
	margin: 0 0 20px 0;
	padding: 9px 12px;
	border: 1px dotted #70A332;
}

div#voiceArea div#primary{
	float: left;
	width: 750px;
}

div#voiceArea div#secondary{
	float: right;
	width: 184px;
}

div#voiceArea p.linkVoiceTop{
	position: absolute;
	top: -30px;
	right: 0;
	width: 180px;
	font-size: 82%;
	text-align: right;
}

div#voiceArea p.linkVoiceTop a{
	white-space: nowrap;
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#voiceArea p.linkVoiceTop a:link       { background-position: -173px -88px;}
div#voiceArea p.linkVoiceTop a:visited    { background-position: -173px -108px;}
div#voiceArea p.linkVoiceTop a:visited:hover,
div#voiceArea p.linkVoiceTop a:link:hover { background-position: -173px -128px;}
div#voiceArea p.linkVoiceTop a:visited:active,
div#voiceArea p.linkVoiceTop a:link:active{ background-position: -173px -148px;}


/*-----rateArea-----*/
div#rateArea div.photo{
	float: left;
	width: 90px;
	margin-right: 10px;
}

div#rateArea div.rateTotal{
	float: left;
	width: 180px;
	margin-right: 10px;
	padding: 7px;
	background-color: #FAF0C7;
	border: 3px solid #F5B624;
	-webkit-border-radius: 7px;	/* Safari, Chrome */
	-moz-border-radius: 7px;	/* Firefox */
}
div#rateArea div.rateTotal dl dt{
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
}
div#rateArea div.rateTotal dl dd ul{
	list-style-type: none;
}
div#rateArea div.rateTotal dl dd ul li.rate{
	margin-bottom: 3px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
}
div#rateArea div.rateTotal dl dd ul li.rate span{
	padding: 2px 0 0 100px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#rateArea div.rateTotal dl dd ul li.rate span.rate50{ background-position: 0 -195px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate45{ background-position: 0 -220px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate40{ background-position: 0 -245px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate35{ background-position: 0 -270px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate30{ background-position: 0 -295px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate25{ background-position: 0 -320px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate20{ background-position: 0 -345px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate15{ background-position: 0 -370px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate10{ background-position: 0 -395px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate05{ background-position: 0 -420px;}
div#rateArea div.rateTotal dl dd ul li.rate span.rate00{ background-position: 0 -445px;}

div#rateArea div.rateTotal dl dd ul li.rate span.rateNull{
	padding: 2px 0 0 0;
	background-image: none;
	text-align: center;
	color: #CC0000;
}

div#rateArea div.rateTotal dl dd ul li.number{
	text-align: center;
	font-size: 82%;
}

div#rateArea div.rateDetail{
	float: left;
	width: 205px;
	margin-right: 10px;
	padding: 0 10px;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 0 1px;
	line-height: 1.0;
}
div#rateArea div.rateDetail dl dt{
	margin-bottom: 7px;
	padding-top: 3px;
	font-size: 82%;
	font-weight: bold;
	color: #437617;
}
div#rateArea div.rateDetail dl dd ul{
	margin-left: 5px;
	list-style-type: none;
	font-size: 82%;
}
div#rateArea div.rateDetail dl dd ul li{
	clear: both;
	width: 200px;
	margin-bottom: 10px;
	line-height: 1.0;
}
div#rateArea div.rateDetail dl dd ul li span.point{
	float: left;
	font-weight: bold;
}
div#rateArea div.rateDetail dl dd ul li.point5 span.point{ color:#CC0000;}
div#rateArea div.rateDetail dl dd ul li.point4 span.point{ color:#DC6626;}
div#rateArea div.rateDetail dl dd ul li.point3 span.point{ color:#437617;}
div#rateArea div.rateDetail dl dd ul li.point2 span.point{ color:#009FC9;}
div#rateArea div.rateDetail dl dd ul li.point1 span.point{ color:#0067B4;}
div#rateArea div.rateDetail dl dd ul li span.point img{
	margin-left: 3px;
}
div#rateArea div.rateDetail dl dd ul li span.number{
	float: right;
}

div#rateArea div.rateItem{
	float: left;
	width: 205px;
	line-height: 1.0;
}
div#rateArea div.rateItem dl dt{
	margin-bottom: 7px;
	padding-top: 3px;
	font-size: 82%;
	font-weight: bold;
	color: #437617;
}
div#rateArea div.rateItem dl dd ul{
	margin-left: 5px;
	list-style-type: none;
	font-size: 82%;
}
div#rateArea div.rateItem dl dd ul li{
	clear: both;
	width: 200px;
	margin-bottom: 3px;
}
div#rateArea div.rateItem dl dd ul li span.name{
	float: left;
	padding-top: 1px;
}
div#rateArea div.rateItem dl dd ul li span.rate{
	float: right;
	padding: 2px 0 0 74px;
	font-size: 109%;
	font-weight: bold;
	color: #CC0000;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#rateArea div.rateItem dl dd ul li span.rate50{ background-position: 0 -480px;}
div#rateArea div.rateItem dl dd ul li span.rate45{ background-position: 0 -500px;}
div#rateArea div.rateItem dl dd ul li span.rate40{ background-position: 0 -520px;}
div#rateArea div.rateItem dl dd ul li span.rate35{ background-position: 0 -540px;}
div#rateArea div.rateItem dl dd ul li span.rate30{ background-position: 0 -560px;}
div#rateArea div.rateItem dl dd ul li span.rate25{ background-position: 0 -580px;}
div#rateArea div.rateItem dl dd ul li span.rate20{ background-position: 0 -600px;}
div#rateArea div.rateItem dl dd ul li span.rate15{ background-position: 0 -620px;}
div#rateArea div.rateItem dl dd ul li span.rate10{ background-position: 0 -640px;}
div#rateArea div.rateItem dl dd ul li span.rate05{ background-position: 0 -660px;}
div#rateArea div.rateItem dl dd ul li span.rate00{ background-position: 0 -680px;}

div#rateArea div.rateItem dl dd ul li span.rateNull{ 
	padding: 2px 0 0 0;
	background-image: none;
	color: #CC0000;
	text-align: center;
}

div#rateArea div.rateChart{
	float: right;
	width: 166px;
	padding-top: 3px;
}

/*-----squeezeArea-----*/
div#squeezeArea{
	position: relative;
	width: 748px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F4F4F4;
    border: 1px solid #E9EBEF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
    
}
div#squeezeArea fieldset{
	position: absolute;
	margin-right: 5px;
	padding: 4px 9px;
	border: 1px solid #CCCCCC;
	font-size: 78%;
}

div#squeezeArea fieldset#sqzDate   { top: 10px; left: 10px;  width: 280px; height: 37px;}
div#squeezeArea fieldset#sqzKeyword{ top: 10px; left: 320px; width: 320px; height: 37px;}
div#squeezeArea fieldset#sqzMember { top: 63px; left: 10px;  width: 280px; height: 37px;}
div#squeezeArea fieldset#sqzAge    { top: 63px; left: 320px; width: 110px; height: 37px;}
div#squeezeArea fieldset#sqzSex    { top: 63px; left: 460px; width: 180px; height: 37px;}

div#squeezeArea fieldset legend{
	color: #666666;
}
div#squeezeArea fieldset ul li{
	display: inline;
	list-style-type: none;
}
*html div#squeezeArea fieldset ul li{ margin-bottom: 0;}/*for IE6 hack*/
*:first-child+html div#squeezeArea fieldset ul li{ margin-bottom: 0;}/*for IE7 hack*/

div#squeezeArea fieldset input{
	margin-right: 2px;
	vertical-align: -2px;
}
div#squeezeArea fieldset#sqzDate select{
	width: 260px;
}

div#squeezeArea fieldset#sqzKeyword input#sqzKeywordField{
	width: 280px;
	margin: 0;
	padding: 4px;
	background-color: #FFFFCC;
    border: 1px solid #7F9DB9;
}

div#squeezeArea p.sqzSubmit{
	position: absolute;
	top: 45px;
	right: 7px;
	width: 61px;
	height: 31px;
}
div#squeezeArea p.sqzSubmit a{ 
	display: block;
	width: 61px;
	height: 31px;
	background-image: url(../images/voice_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -700px;
	overflow: hidden;
	text-indent: -9999px;
}
div#squeezeArea p.sqzSubmit a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

div#squeezeArea p.sqzReset{
	position: absolute;
	top: 90px;
	right: 3px;
	/*width: 69px;*/
	font-size: 65%;
	text-align: center;
}
div#squeezeArea p.sqzReset a{ color: #333333;}

/*sortArea*/
div#sortArea{
	width: 750px;
}

div#sortArea dl{
	margin-bottom: 15px;
}
	
div#sortArea dl dt{
	float: left;
	width: 67px;
	padding: 5px 0 0 3px;
	font-size: 65%;
}
div#sortArea dl dd{
	float: left;
	position: relative;
	width: 666px;
}
div#sortArea dl dd ul li{
	display: inline;
	padding-right: 5px;
	list-style-type: none;
	font-size: 82%;
}
div#sortArea dl dd ul li em{
	padding: 2px 4px;
	background-color: #E6752B;
	color: #FFFFFF;
	font-style: normal;
}
div#sortArea dl dd ul li ul{ display: inline;}
div#sortArea dl dd ul li ul li{ font-size: 100%;}


/*-----pagingArea-----*/
div.pagingArea{
	clear: both;
	width: 750px;
	margin-bottom: 5px;
}
div.pagingArea p.pagingTitle{
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 82%;
}
div.pagingArea p.pagingTitle span{
	color: #BC4305;
}
div.pagingArea p.pagingTitle span em{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
div.pagingArea ul.pagingNumber{
	float: left;
	padding: 3px 0 0 0;
	font-size: 82%;
	list-style-type: none;
}
div.pagingArea ul.pagingNumber li{
	float: left;
	padding: 0 5px 0 0;
}
div.pagingArea ul.pagingNumber li.pagingBack a,
div.pagingArea ul.pagingNumber li.pagingNext a{
	display: block;
	white-space: nowrap;
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div.pagingArea ul.pagingNumber li.pagingBack a:link       { background-position: -173px -168px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited    { background-position: -173px -188px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited:hover,
div.pagingArea ul.pagingNumber li.pagingBack a:link:hover { background-position: -173px -208px;}
div.pagingArea ul.pagingNumber li.pagingBack a:visited:active,
div.pagingArea ul.pagingNumber li.pagingBack a:link:active{ background-position: -173px -228px;}

div.pagingArea ul.pagingNumber li.pagingNext a:link       { background-position: -173px -88px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited    { background-position: -173px -108px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited:hover,
div.pagingArea ul.pagingNumber li.pagingNext a:link:hover { background-position: -173px -128px;}
div.pagingArea ul.pagingNumber li.pagingNext a:visited:active,
div.pagingArea ul.pagingNumber li.pagingNext a:link:active{ background-position: -173px -148px;}

div.pagingArea span.pagingActive{
	color: #BC4305;
	font-weight: bold;
}

div.pagingArea p.note{
	clear: both;
	margin-bottom: 20px;
	padding-top: 7px;
	font-size: 82%;
}

/*-----commentArea-----*/
div#commentArea div.commentBox{
	width: 748px;
	margin-bottom: 10px;
	padding-top: 8px;
	border: 1px solid #CCCCCC;
}
.RthDomestic div#commentArea div.commentBox{ background-color: #EDF9E3;}
.RthForeign div#commentArea div.commentBox { background-color: #D5E7FD;}

div#commentArea div.commentBox p.commentRate{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #CC0000;
	white-space: nowrap;
	line-height: 1.1;
}
div#commentArea div.commentBox p.commentRate em{
	width: auto;
	padding: 1px 5px;
	color: #FFFFFF;
	font-style: normal;
	font-size: 82%;
}
div#commentArea div.commentBox p.commentRate em.sougou { background-color: #CC0000;}
div#commentArea div.commentBox p.commentRate em.ricchi { background-color: #DC6626;}
div#commentArea div.commentBox p.commentRate em.heya   { background-color: #437617;}
div#commentArea div.commentBox p.commentRate em.syokuji{ background-color: #009FC9;}
div#commentArea div.commentBox p.commentRate em.furo   { background-color: #0067B4;}
div#commentArea div.commentBox p.commentRate em.service{ background-color: #663399;}
div#commentArea div.commentBox p.commentRate em.setsubi{ background-color: #660000;}

div#commentArea div.commentBox p.commentRate span.rate{
	padding: 0 0 0 80px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	line-height: 1.0;
	font-size: 90%;
}
div#commentArea div.commentBox p.commentRate span.rate50{ background-position: 5px -480px;}
div#commentArea div.commentBox p.commentRate span.rate40{ background-position: 5px -520px;}
div#commentArea div.commentBox p.commentRate span.rate30{ background-position: 5px -560px;}
div#commentArea div.commentBox p.commentRate span.rate20{ background-position: 5px -600px;}
div#commentArea div.commentBox p.commentRate span.rate10{ background-position: 5px -640px;}
div#commentArea div.commentBox p.commentRate span.rate00{ background-position: 5px -680px;}

div#commentArea div.commentBox p.commentReference{
	float: left;
	font-size: 82%;
	line-height: 1.1;
}

div#commentArea div.commentBox .commentTitle{
	clear: both;
	margin: 0 0 8px 6px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.1;
}

div#commentArea div.commentBox div.commentReputationOne,/*ãƒ¬ã‚¹ãŒãªã?´åˆã?1ã‚«ãƒ©ãƒãƒœãƒƒã‚¯ã‚¹*/
div#commentArea div.commentBox div.commentReputationBoth{/*ãƒ¬ã‚¹ãŒã‚ã£ãŸå´åˆã?2ã‚«ãƒ©ãƒãƒœãƒƒã‚¯ã‚¹*/
	width: 736px;
	margin: 0 0 6px 6px;
}

div#commentArea dl{
	-webkit-border-radius: 7px;	/* Safari, Chrome */
	-moz-border-radius: 7px;	/* Firefox */
}
div#commentArea dl.commentReputation{
	padding: 8px 0 5px 8px;
	border: 1px solid #F5B624;
	background-color: #FFFFFF;
}
div.commentReputationOne dl.commentReputation { width: 726px;}
div.commentReputationBoth dl.commentReputation{ float: left; width: 355px;}

div#commentArea dl.commentReputation dt{
	margin-bottom: 8px;
	padding: 0 0 3px 30px;
	border-bottom: 1px dotted #F5B624;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	background-position: -158px -507px;
	line-height: 1.1;
}
div.commentReputationOne dl.commentReputation dt { width: 688px;}
div.commentReputationBoth dl.commentReputation dt{ width: 317px;}

div#commentArea dl.commentComplaint{
	padding: 8px 0 5px 8px;
	border: 1px solid #E28FB3;
	background-color: #FFFFFF;
}
div.commentReputationOne dl.commentComplaint { width: 726px;}
div.commentReputationBoth dl.commentComplaint{ float: left; width: 355px;}

div#commentArea dl.commentComplaint dt{
	margin-bottom: 8px;
	padding: 0 0 3px 30px;
	border-bottom: 1px dotted #E28FB3;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	background-position: -158px -557px;
	line-height: 1.1;
}
div.commentReputationOne dl.commentComplaint dt { width: 688px;}
div.commentReputationBoth dl.commentComplaint dt{ width: 317px;}

div#commentArea dl.commentHotel{
	float: right;
	width: 355px;
	padding: 8px 0 5px 8px;
	border: 1px solid #73A434;
	background-color: #FFFFFF;
}
div#commentArea dl.commentHotel dt{
	width: 317px;
	margin-bottom: 8px;
	padding: 0 0 3px 30px;
	border-bottom: 1px dotted #73A434;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	background-position: -158px -607px;
	line-height: 1.1;
}

/*****start Žb’è‘Î‰ž*****/
div#commentArea div.commentBox div.commentComplaintOne{
	width: 736px;
	margin: 0 0 6px 6px;
}
div.commentComplaintOne dl.commentReputation,
div.commentComplaintOne dl.commentComplaint { width: 726px;}
div.commentComplaintOne dl.commentReputation dt,
div.commentComplaintOne dl.commentComplaint dt { width: 688px;}
/*****end Žb’è‘Î‰ž*****/

div#commentArea p.commentSentence{/*æŠ•ç¨¿å†?®¹*/
	margin: 0 8px 8px 0;
	padding: 0 3px;
	font-size: 82%;
	line-height: 1.6;
}
div#commentArea p.commentSentence strong{
	background-color: #FFB2FF;
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
}

div#commentArea ul.commentPhoto{/*“ŠeŽÊ^*/
	margin-bottom: 5px;
	padding: 0 0 0 3px;
	list-style-type:none;
}
div#commentArea ul.commentPhoto li{
	float: left;
	width: 110px;
	padding-right: 6px;
	line-height: 1.0;
}

div#commentArea dl dt span{
	font-size: 82%;
	vertical-align: 4px;
}
div#commentArea dl dt span.user{
}
div#commentArea dl dt span.hotel{
	color: #437617;
}
div#commentArea dl dt span.time{
	display: block;
	text-align: right;
}

div#commentArea div.commentVote{/*ƒŒƒrƒ…[•]‰¿*/
	position: relative;
	margin: 0 8px 8px 0;
	padding: 7px;
	background-color: #FCF6DD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
div#commentArea div.commentVote p.voteTitle{
	margin-bottom: 5px;
	color: #BC4305;
	font-size: 65%;
	font-weight: bold;
}
div#commentArea div.commentVote div.voteQuestion{
	display: inline-block;
	width: 100%;
}
div#commentArea div.commentVote div.voteQuestion p{
	float: left;
	width: auto;
	background-image: none;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	font-size: 82%;
}
div#commentArea div.commentVote div.voteQuestion p.result{
	color: #BB4305;
    float: left;
    padding-right: 10px;
}
div#commentArea div.commentVote ul{
	float: right;
	width: 102px;
	list-style-type: none;
}
div#commentArea div.commentVote ul li{
	float: left;
	width: 45px;
	height: 17px;
	padding-left: 6px;
}
div#commentArea div.commentVote ul li a{
	display: block;
	width: 45px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#commentArea div.commentVote ul li.btTrue a:link,
div#commentArea div.commentVote ul li.btTrue a:visited    { background-position: 0 -740px;}
div#commentArea div.commentVote ul li.btTrue a:visited:hover,
div#commentArea div.commentVote ul li.btTrue a:link:hover,
div#commentArea div.commentVote ul li.btTrue a:visited:active,
div#commentArea div.commentVote ul li.btTrue a:link:active{ background-position: 0 -760px;}

div#commentArea div.commentVote ul li.btFalse a:link,
div#commentArea div.commentVote ul li.btFalse a:visited    { background-position: -50px -740px;}
div#commentArea div.commentVote ul li.btFalse a:visited:hover,
div#commentArea div.commentVote ul li.btFalse a:link:hover,
div#commentArea div.commentVote ul li.btFalse a:visited:active,
div#commentArea div.commentVote ul li.btFalse a:link:active{ background-position: -50px -760px;}

div#commentArea div.commentVote p.report{
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 65%;
}
div#commentArea div.commentVote p.report a{
	color: #666666;
}

div#commentArea dl.commentPurpose{
	margin: 0 8px 5px 0;
	padding: 0 3px 0 3px;
	font-size: 78%;
	-webkit-border-radius: 0;	/* Safariã€Google Chrome */
	-moz-border-radius: 0;	/* Firefox */
	line-height: 1.2;
}
div.commentReputationOne dl.commentPurpose { width: 712px;}
div.commentReputationBoth dl.commentPurpose{ width: 341px;}
div#commentArea dl.commentPurpose dt{
	clear: both;
	float: left;
	width: 85px;
	margin: 0 0 7px 0;
	padding: 0;
	background-image: none;
	border: none;	
}
div#commentArea dl.commentPurpose dd{
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: none;
	border: none;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	background-position: -160px -684px;
}
div.commentReputationOne dl.commentPurpose dd { width: 597px;}
div.commentReputationBoth dl.commentPurpose dd{ width: 226px;}

div#commentArea ul.rateDetail{
	list-style-type: none;
}
div#commentArea ul.rateDetail li{
	margin-bottom: 3px;
}
div#commentArea ul.rateDetail li em{
	display: block;
	float: left;
	width: 8em;
	padding: 0 5px;
	font-style: normal;
	white-space: nowrap;
}
div#commentArea ul.rateDetail li span.rate{
	display: block;
	float: left;
	width: 50px;
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #CC0000;
	white-space: nowrap;
}
div#commentArea ul.rateDetail li.total em{
	width: auto;
	padding: 1px 5px;
	color: #FFFFFF;
	font-style: normal;
	background-color: #CC0000;
}

div#commentArea ul.rateDetail li.total span.rate{
	padding: 0 0 0 80px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	line-height: 1.0;
	font-size: 109%;
}
div#commentArea ul.rateDetail li.total span.rate50{ background-position: 5px -480px;}
div#commentArea ul.rateDetail li.total span.rate40{ background-position: 5px -520px;}
div#commentArea ul.rateDetail li.total span.rate30{ background-position: 5px -560px;}
div#commentArea ul.rateDetail li.total span.rate20{ background-position: 5px -600px;}
div#commentArea ul.rateDetail li.total span.rate10{ background-position: 5px -640px;}
div#commentArea ul.rateDetail li.total span.rate00{ background-position: 5px -680px;}

div#commentArea div.commentNote{/*h”‘ƒvƒ‰ƒ“*/
	width: 736px;
	margin: 0;
	padding: 6px;
	background-color: #FFFFFF;
	border-top: 1px dotted #CCCCCC;
}
div#commentArea div.commentNote dl dt{
	width: 100px;
	float: left;
	margin-bottom: 3px;
	padding: 0 3px;
	font-size: 65%;
	font-weight: bold;
}
div#commentArea div.commentNote dl dd{
	width: 720px;
	padding: 0 3px 0 13px;
	font-size: 82%;
}
div#commentArea div.commentNote dl dd.plan{
	margin-bottom: 7px;
}

div#commentArea div.commentLink{
	width: 750px;
	margin-bottom: 10px;
}
div#commentArea div.commentLink p.linkList{
	float: left;
	font-size: 82%;
	white-space: nowrap;
}
div#commentArea div.commentLink p.linkList a{
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#commentArea div.commentLink p.linkList a:link       { background-position: -173px -168px;}
div#commentArea div.commentLink p.linkList a:visited    { background-position: -173px -188px;}
div#commentArea div.commentLink p.linkList a:visited:hover,
div#commentArea div.commentLink p.linkList a:link:hover { background-position: -173px -208px;}
div#commentArea div.commentLink p.linkList a:visited:active,
div#commentArea div.commentLink p.linkList a:link:active{ background-position: -173px -228px;}

div#commentArea div.commentLink ul{
	float: right;
	font-size: 82%;
	list-style-type: none;
}
div#commentArea div.commentLink ul li{
	display: inline;
	white-space: nowrap;
}
div#commentArea div.commentLink ul li a{
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#commentArea div.commentLink ul li.linkBack a:link       { background-position: -173px -168px;}
div#commentArea div.commentLink ul li.linkBack a:visited    { background-position: -173px -188px;}
div#commentArea div.commentLink ul li.linkBack a:visited:hover,
div#commentArea div.commentLink ul li.linkBack a:link:hover { background-position: -173px -208px;}
div#commentArea div.commentLink ul li.linkBack a:visited:active,
div#commentArea div.commentLink ul li.linkBack a:link:active{ background-position: -173px -228px;}

div#commentArea div.commentLink ul li.linkNext a:link       { background-position: -173px -88px;}
div#commentArea div.commentLink ul li.linkNext a:visited    { background-position: -173px -108px;}
div#commentArea div.commentLink ul li.linkNext a:visited:hover,
div#commentArea div.commentLink ul li.linkNext a:link:hover { background-position: -173px -128px;}
div#commentArea div.commentLink ul li.linkNext a:visited:active,
div#commentArea div.commentLink ul li.linkNext a:link:active{ background-position: -173px -148px;}

div#commentArea p.error{
	margin: 150px 0;
	font-size: 90%;
	text-align: center;
	line-height: 1.4;
}

/*-----searchArea-----*/
div#searchArea{
	position: relative;
	width: 736px;
	margin: 0 0 10px 0;
	padding: 4px;
	border:	3px solid #70A230;
}

div#searchArea form{
	width: 724px;
	padding: 6px 8px 8px 8px;
}
div#searchArea form p.searchTitle{
	margin: 0 0 5px 0;
	font-size: 90%;
	font-weight: bold;
	color: #437617;
}
div#searchArea form p.searchTitle strong{
	padding: 0 5px 0 0;
}

div#searchArea dl.searchForm{
	clear: both;
	margin: 0 0 0 10px;
	font-size: 82%;
}
div#searchArea dl.searchForm dt{
	clear: left;
	float: left;
	width: 6.6em;
	margin: 0 0 1px 0;
	padding: 6px 1.0em 7px 0;
    line-height: 1.2;
}
div#searchArea dl.searchForm dt.checkout{
	clear: none;
	width: 6em;
	margin: 0 0 0 15px;
}
div#searchArea dl.searchForm dd{
	margin: 0 0 1px 8em;
	padding: 3px 0 3px 10px;
	white-space: nowrap;
}
div#searchArea dl.searchForm dd.primary{
	float: left;
	margin: 0 0 1px 0;
	padding: 3px 15px 7px 10px;
}
*html div#searchArea dl.searchForm dd.primary{
	margin: 0 0 1px 0;
}
div#searchArea dl.searchForm dd img{
	vertical-align: -2px;
}

div#searchArea dl.searchForm dd ul.selectNumber li{
	float: left;
	margin: 0 30px 0 0;
	list-style-type: none;
}
div#searchArea dl.searchForm dd ul li.selectLast{
	float: none;
    margin: 0 0 5px 0;
}
div#searchArea dl.searchForm dd ul li span{
	display: block;
	float: left;
	padding: 3px 0 0 0;
}
div#searchArea dl.searchForm dd ul li span.selectNumberRow1{ width: 8.5em;}
div#searchArea dl.searchForm dd ul li span.selectNumberRow2{ width: 11.5em;}

div#searchArea p.conditionSubmit{
	position: absolute;
	bottom: 80px;
	right: 20px;
	width: 72px;
	height: 25px;
}

/*-----contributeArea-----*/
div#contributeArea{
	clear: both;
	width: 184px;
	margin-bottom: 15px;
}
div#contributeArea ul{
	width: 184px;
	list-style-type: none;
}
div#contributeArea ul li.answer a{
	display: block;
	width: 184px;
	height: 39px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	line-height: 1.0;
	text-indent: -9999px;
	overflow: hidden;
}
div#contributeArea ul li.answer a:link,
div#contributeArea ul li.answer a:visited    { background-position: 0 0;}
div#contributeArea ul li.answer a:visited:hover,
div#contributeArea ul li.answer a:link:hover,
div#contributeArea ul li.answer a:visited:active,
div#contributeArea ul li.answer a:link:active{ background-position: 0 -39px;}

div#contributeArea ul li.fix{
	width: 184px;
	text-align: center;
	font-size: 82%;
}
div#contributeArea ul li.fix a{
	padding-left: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
}
div#contributeArea ul li.fix a:link       { background-position: -180px -335px; color: #666666;}
div#contributeArea ul li.fix a:visited    { background-position: -180px -355px; color: #632088;}
div#contributeArea ul li.fix a:visited:hover,
div#contributeArea ul li.fix a:link:hover { background-position: -180px -375px; color: #2a2ad1;}
div#contributeArea ul li.fix a:visited:active,
div#contributeArea ul li.fix a:link:active{ background-position: -180px -395px; color: #bf0000;}

/*-----mobileArea-----*/
div#mobileArea{
	clear: both;
	width: 172px;
	margin-bottom: 15px;
	padding: 6px 4px 6px 6px;
	border: 1px solid #DBDBDB;
}
div#mobileArea dl dt{
	float: left;
	width: 98px;
	padding-top: 10px;
	color: #437617;
	font-size: 82%;
	font-weight: bold;
	line-height: 1.1;
}
div#mobileArea dl dd{
	float: right;
	width: 74px;
	text-align: center;
}
div#mobileArea dl dd a{
	display: block;
	width: 74px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	text-indent: -9999px;
	overflow: hidden;
}
div#mobileArea dl dd a:link,
div#mobileArea dl dd a:visited    { background-position: 0 -160px;}
div#mobileArea dl dd a:visited:hover,
div#mobileArea dl dd a:link:hover,
div#mobileArea dl dd a:visited:active,
div#mobileArea dl dd a:link:active{ background-position: 0 -178px;}

/*-----emblemArea-----*/
div#emblemArea{
	width: 184px;
	margin: 0 0 5px 0;
}
div#emblemArea dl.emblemBox{
	width: 184px;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	background-image: url(../images/voice_emblem_sprite.gif);
	background-repeat: no-repeat;
}
div#emblemArea dl.ninki{ background-position: 0 -50px;}
div#emblemArea dl.sales{ background-position: -190px -50px;}

div#emblemArea dl.emblemBox dt{
	width: 172px;
	margin: 0 6px 5px 6px;
}
div#emblemArea dl.emblemBox dt a{
	display: block;
	width: 172px;
	height: 15px;
	text-decoration: none;
	overflow: hidden;
}
div#emblemArea dl.emblemBox dt span.title{
	display: block;
	width: 172px;
	height: 15px;
	margin-bottom: 5px;
	background-image: url(../images/voice_emblem_sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div#emblemArea dl.ninki dt span.title{ background-position: 0 0;}
div#emblemArea dl.sales dt span.title{ background-position: -190px 0;}

div#emblemArea dl.emblemBox dd{
	width: 184px;
	margin: 0;
}

div#emblemArea dl.emblemBox dd ul li{
	width: 174px;
	min-height: 44px;
	overflow: hidden;
	margin: 5px 5px 0 5px;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/voice_emblem_sprite.gif);
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
div#emblemArea dl.emblemBox dd ul li.japan{ background-position: 0 -410px;}
div#emblemArea dl.emblemBox dd ul li.area { background-position: -174px -410px;}
div#emblemArea dl.emblemBox dd ul li.pref { background-position: -348px -410px;}
div#emblemArea dl.emblemBox dd ul li.tiku { background-position: -522px -410px;}

div#emblemArea dl.emblemBox dd ul li a{
	width: 174px;
	margin: 0;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}


div#emblemArea dl.emblemBox dd span.area{
	display: block;
	float: left;
	width: 105px;
	margin: 0;
	padding: 15px 2px 2px 7px;
	color: #000000;
	line-height: 1.1;
}
div#emblemArea dl.emblemBox dd a:hover span.area{ text-decoration: underline;}

div#emblemArea dl.emblemBox dd li.japan span.area{ font-size: 100%; font-weight: bold;}
div#emblemArea dl.emblemBox dd li.area span.area { font-size: 90%; font-weight: bold;}
div#emblemArea dl.emblemBox dd li.pref span.area { font-size: 78%; font-weight: bold;}
div#emblemArea dl.emblemBox dd li.tiku span.area { width: 110px; padding-top:2px; padding-left:2px; font-size: 78%;}

div#emblemArea dl.emblemBox dd span.rank{
	display: block;
	float: right;
	width: 60px;
	height: 38px;
	margin: 0;
	padding-top: 4px;
	font-size: 78%;
	color: #000000;
	line-height: 1.0;
	text-align: center;
}
div#emblemArea dl.emblemBox dd a:hover span.rank{ text-decoration: underline;}

div#emblemArea dl.emblemBox dd span.rank em{
	font-size: 182%;
	font-weight: bold;
	font-style: normal;
}
div#emblemArea dl.ninki dd span.rank{ background-position: 0 -20px;}
div#emblemArea dl.sales dd span.rank{ background-position: -190px -20px;}

div#emblemArea dl.emblemBox dd p.term{
	display: block;
	width: 184px;
	height: 16px;
	padding-top: 4px;
	font-size: 65%;
	color: #FFFFFF;
	line-height: 1.0;
	text-align: center;
	background-image: url(../images/voice_emblem_sprite.gif);
	background-repeat: no-repeat;
}
div#emblemArea dl.ninki dd p.term{ background-position: 0 -30px;}
div#emblemArea dl.sales dd p.term{ background-position: -190px -30px;}

/*-----planArea-----*/
div#planArea{
	width: 182px;
	border: 1px solid #DBDBDB;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

div#planArea dl dt{
	width: 182px;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	font-size: 82%;
	background-color: #F4F4F4;
}
div#planArea dl dd ul li{
	width: 172px;
	padding: 5px;
	border-top: 1px solid #DBDBDB;
	font-size: 82%;
	list-style-type: none;
}
div#planArea dl dd ul li p.price{
	color: #CC0000;
}
div#planArea dl dd ul li p.price span{
	font-size: 79%;
}
div#planArea dl dd ul li p.price em{
	font-size: 109%;
	font-style: normal;
	font-weight: bold;
}

/*-----listArea-----*/
div#listArea{
	width: 182px;
	border: 1px solid #DBDBDB;
	line-height: 1.2;
}

div#listArea dl dt{
	width: 182px;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-size: 82%;
	background-color: #F4F4F4;
}
div#listArea dl dd ul li{
	width: 172px;
	padding: 5px;
	border-top: 1px solid #DBDBDB;
	font-size: 82%;
	list-style-type: none;
}
div#listArea dl dd ul li p.name{
	margin-bottom: 5px;
}
div#listArea dl dd ul li p.name span{
	font-size: 79%;
}
div#listArea dl dd ul li p.rate{
	width: 50px;
	margin-bottom: 5px;
	padding: 0 0 0 75px;
	background-repeat: no-repeat;
	background-image: url(../images/voice_sprite.gif);
	line-height: 1.0;
	font-size: 109%;
	font-weight: bold;
	color: #CC0000;
}
div#listArea dl dd ul li p.rate50{ background-position: 0 -480px;}
div#listArea dl dd ul li p.rate40{ background-position: 0 -520px;}
div#listArea dl dd ul li p.rate30{ background-position: 0 -560px;}
div#listArea dl dd ul li p.rate20{ background-position: 0 -600px;}
div#listArea dl dd ul li p.rate10{ background-position: 0 -640px;}
div#listArea dl dd ul li p.rate00{ background-position: 0 -680px;}

/*-----clearfix-----*/
div#voiceArea:after,
div#sortArea dl:after,
div.pagingArea:after,
div.pagingArea ul.pagingNumber:after,
div#rateArea:after,
div#rateArea div.rateDetail dl dd ul li:after,
div#rateArea div.rateItem dl dd ul li:after,
div#commentArea div.commentBox div.commentReputationBoth:after,
div#commentArea ul.commentPhoto:after,
div#commentArea div.commentVote dl.voteQuestion:after,
div#commentArea div.commentVote ul.voteBtn:after,
div#commentArea ul.rateDetail li:after,
div#commentArea dl.commentPurpose:after,
div#commentArea div.commentNote dl dd.vote:after,
div#commentArea div.commentLink:after,
div#emblemArea dl.emblemBox dd ul li a:after,
div#mobileArea dl:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

div#voiceArea,
div#sortArea dl,
div.pagingArea,
div.pagingArea ul.pagingNumber,
div#rateArea,
div#rateArea div.rateDetail dl dd ul li,
div#rateArea div.rateItem dl dd ul li,
div#commentArea div.commentBox div.commentReputationBoth,
div#commentArea ul.commentPhoto,
div#commentArea div.commentVote dl.voteQuestion,
div#commentArea div.commentVote ul.voteBtn,
div#commentArea ul.rateDetail li,
div#commentArea dl.commentPurpose,
div#commentArea div.commentNote dl dd.vote,
div#commentArea div.commentLink,
div#emblemArea dl.emblemBox dd ul li a,
div#mobileArea dl{
	display: inline-block;
}

/* consumption tax */

.incldTax{
	font-size: 80%!important;
	color: #333;
	display: block;
	text-align: right;
	padding-top: 3px;
}