@charset "utf-8";

/************************************************************
 * 初期化
 ************************************************************/
body,
form,
img,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
select {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

img {
	border: none;
	*vertical-align: top;
}

body,
input,
select,
textarea,
table {
	color: #333333;
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

.cFix:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cFix {
	min-height: 1px;
	_height: 1px;
}

/************************************************************
 * ｱﾝｶｰ
 ************************************************************/
a:link {
	color: #1e0fca;
}

a:visited {
	color: #802680;
}

a:hover {
	color: #ff7e1d;
}

a:active {
	color: #ff9a49;
}

/************************************************************
 * ﾀｸﾞ
 ************************************************************/
body,
input,
select,
textarea,
th,
td,
li,
a {
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, Helvetica;
}

/************************************************************
 * ﾎﾟｯﾌﾟｱｯﾌﾟ
 ************************************************************/
#wrapper {
	/*width: 980px; margin: 0 auto; text-align: left;*/
}

#popup {
	text-align: left !important;
}

#popupWrapper {
	width: 820px;
	padding: 10px;
}

#popupNWrapper {
	width: 640px;
	padding: 10px;
}

/************************************************************
 * CSﾍｯﾀﾞｰ
 ************************************************************/
.headerBox {
	margin-left: 15px;
	width: 980px;
	height: 80px;
	text-align: left;
}

.description {
	position: absolute;
	width: 490px;
	height: 14px;
	font-weight: normal;
	font-size: 10px;
	overflow: hidden;
}

.pankuzu {
	position: relative;
	width: 680px;
	margin-left: 15px;
	text-align: left;
}

.pankuzu ol {
	position: relative;
	margin-top: -20px;
	padding: 0 10px;
	font-size: 10px;
}

.pankuzu li {
	float: left;
	white-space: nowrap;
}

.pankuzu li,
.pankuzu a {
	line-height: 1.6;
}

/************************************************************
 * CSﾌｯﾀｰ
 ************************************************************/
li.di {
	display: inline;
	line-height: 1.41;
}

#postContents {
	position: relative;
	margin: 30px auto 0px;
	padding: 0 10px;
	width: 960px;
	text-align: left;
}

#postContents1 {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 960px;
	text-align: left;
}

#pageTopLink {
	margin-top: 10px;
	text-align: right;
}

.arrowPageTop {
	padding-left: 12px;
	background: url(/cmn/images/voice/ico_orange_sankaku.png) 0 4px no-repeat;
}

#footer {
	margin: 30px auto 0;
	width: 980px;
	font-size: 10px;
}

.footerLinks {
	border-bottom: 1px solid #969696;
	padding: 10px 10px 13px 10px;
	background-color: #f6f6f6;
}

.footerLinks p {
	padding-bottom: 2px;
}

#footerHelperLinks {
	border-top: 1px solid #fff;
	padding: 5px 10px;
	text-align: right;
	background: url(/cmn/images/voice/background_footerHelperLinks.png) 0 0 repeat-x;
}

#copyright {
	margin-top: 5px;
}

/************************************************************
 * ｺﾝﾃﾝﾂ大枠
 ************************************************************/
#contents {
	position: relative;
	margin: 5px auto 0;
	width: 980px;
	clear: both;
}

/************************************************************
 * 見出し
 ************************************************************/
.mds_l,
.mds_m,
.mds_s,
.mds_l_orange,
.mds_m_orange,
.mds_s_orange {
	padding-left: 10px;
	font-family: Arial;
	color: #333;
	overflow: hidden;
}

.mds_l,
.mds_l_orange {
	height: 25px;
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
}

.mds_l {
	background: url(/cmn/images/voice/ico_mds.png) 0 0 no-repeat;
}

.mds_l_orange {
	background: url(/cmn/images/voice/ico_mds_orange.png) 0 0 no-repeat;
}

.mds_m,
.mds_s,
.mds_m_orange,
.mds_s_orange {
	height: 19px;
	line-height: 21px;
}

.mds_m,
.mds_m_orange {
	font-size: 12px;
	font-weight: 900;
}

.mds_s,
.mds_s_orange {
	font-size: 12px;
	font-weight: 400;
}

.mds_m,
.mds_s {
	background: url(/cmn/images/voice/ico_mds_small.png) 0 0 no-repeat;
}

.mds_m_orange,
.mds_s_orange {
	background: url(/cmn/images/voice/ico_mds_orange_small.png) 0 0 no-repeat;
}

/* 見出し横文言 */
.mds_l span,
.mds_m span,
.mds_s span,
.mds_l_orange span,
.mds_m_orange span,
.mds_s_orange span {
	margin-left: 10px;
	font-weight: 400 !important;
}

.mds_m_orange .mdsNote {
	margin-left: 5px;
	font-size: 10px;
}

/* 見出し下文言 */
.mdsBot {
	margin: 5px 0px 0 12px;
}

/************************************************************
 * ｸﾞﾛﾅﾋﾞ
 ************************************************************/
.naviBox {
	margin-top: 10px;
	position: relative;
	width: 980px;
	height: 40px;
}

/************************************************************
 * 販売店用ｸﾞﾛﾅﾋﾞ
 ************************************************************/
.shopGnavi {
	margin-top: 10px;
	width: 980px;
	height: 40px;
	background: url(/cmn/images/voice/background_shop_gnavi1.png) left bottom repeat-x;
}

.shopGnavi li {
	float: left;
	margin-right: 4px;
}

.shopGnavi li a {
	display: block;
	height: 32px;
	text-align: center;
	font-weight: 700;
	color: #1e0fca;
	line-height: 32px;
	overflow: hidden;
	background-image: url(/cmn/images/voice/background_shop_gnavi2.png);
	background-repeat: no-repeat;
}

a.sG1 {
	width: 110px;
	background-position: 0 0;
}

a.sG2 {
	width: 90px;
	background-position: -110px 0;
}

a:hover.sG1 {
	background-position: 0 -32px;
}

li.active a.sG1 {
	background-position: 0 -64px;
}

a:hover.sG2 {
	background-position: -110px -32px;
}

li.active a.sG2 {
	background-position: -110px -64px;
}

li.active a {
	color: #333 !important;
	text-decoration: none;
	cursor: default;
}

/************************************************************
 * 冒頭説明文・登録用画面遷移
 ************************************************************/
.expBox {
	/*---margin-top: 20px;---*/
	margin-top: 10px;
	width: 980px;
}

.expBox p {
	float: left;
	padding-top: 6px;
	width: 641px;
	height: 14px;
	text-align: left;
}

.expBox ol {
	float: right;
	width: 339px;
	height: 21px;
	background-image: url(/cmn/images/voice/background_gamenseni.png);
	background-repeat: no-repeat;
}

.exp_ipt {
	background-position: 17px 0;
}

.exp_cnf {
	background-position: 17px -21px;
}

.exp_cmp {
	background-position: 17px -42px;
}

.expBox li {
	float: left;
	height: 21px;
	line-height: 23px;
	color: #999;
	text-align: left;
	overflow: hidden;
}

/*---.exp1 { padding-left: 25px; width: 169px;}---*/
.exp1 {
	padding-left: 20px;
	width: 172px;
}

.exp2 {
	width: 70px;
}

.exp3 {
	text-indent: 10px;
}

.exp_ipt .exp1,
.exp_cnf .exp2,
.exp_cmp .exp3 {
	color: #333;
}

/************************************************************
 * 件数表示・画面遷移
 ************************************************************/
.counterBox {
	width: 980px;
}

.counterBox_ue {
	margin-top: 20px;
}

.counterBox_sita {
	margin-top: 8px;
}

.d_count {
	position: relative;
	float: left;
	margin-top: -12px;
}

.d_paging {
	float: right;
	margin-bottom: 3px;
}

.nOR1 {
	margin-right: 1px;
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	color: #ff7200;
	vertical-align: -1px;
}

.d_paging li {
	float: left;
	line-height: 13px;
}

.d_paging li.list {
	border-right: 1px solid #333;
	padding: 0 7px;
	font-weight: 700;
}

.d_paging li.list a {
	font-weight: 400 !important;
}

.d_paging li.seni_ico {
	background-image: url(/cmn/images/voice/ico_page_seni.png);
	background-repeat: no-repeat;
}

.d_paging li span,
.d_paging li.seni_ico a {
	text-decoration: none;
}

.d_paging li.seni_ico a {
	background-image: url(/cmn/images/voice/ico_page_seni.png);
	background-repeat: no-repeat;
}

.d_paging li a span {
	cursor: pointer;
	text-decoration: underline !important;
}

/* first */
.d_paging li.first {
	background-position: 0 -100px;
	width: 40px;
	height: 12px;
}

.d_paging li.first a {
	background-position: 0 -60px;
	display: block;
	width: 40px;
	height: 12px;
}

.d_paging li.first a:hover {
	background-position: 0 -80px;
}

.d_paging li.first span {
	display: block;
	width: 26px;
	padding-left: 14px;
}

/* prev */
.d_paging li.prev {
	margin-left: 5px;
	margin-right: 2px;
	background-position: 0 -40px;
	width: 40px;
	height: 12px;
}

.d_paging li.prev a {
	background-position: 0 0;
	display: block;
	width: 40px;
	height: 12px;
}

.d_paging li.prev a:hover {
	background-position: 0 -20px;
}

.d_paging li.prev span {
	display: block;
	width: 26px;
	padding-left: 14px;
}

/* next */
.d_paging li.next {
	margin-left: -1px;
	background-color: #fff;
	background-position: right -160px;
	width: 40px;
	height: 12px;
}

.d_paging li.next a {
	background-position: right -120px;
	display: block;
	width: 40px;
	height: 12px;
}

.d_paging li.next a:hover {
	background-position: right -140px;
}

.d_paging li.next span {
	display: block;
	width: 26px;
	padding-right: 14px;
}

/* last */
.d_paging li.last {
	margin-left: 5px;
	background-position: right -220px;
	width: 40px;
	height: 12px;
}

.d_paging li.last a {
	background-position: right -180px;
	display: block;
	width: 40px;
	height: 12px;
}

.d_paging li.last a:hover {
	background-position: right -200px;
}

.d_paging li.last span {
	display: block;
	width: 26px;
	padding-right: 14px;

}

/************************************************************
 * ｶｾｯﾄ (基本系)
 ************************************************************/
.basicBox {
	margin-top: 6px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 980px;
}

.basicBox th,
.basicBox td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.basicBox th {
	padding-left: 10px;
	height: 41px;
	text-align: left;
	color: #666;
	background: url(/cmn/images/voice/background_whiteborder_980.png) 0 0 #ededed no-repeat;
}

.basicBox td {
	padding: 5px 0px 5px 10px;
}

.slideTableWrap {
	display: none;
}

.basicBox--option {
	margin-top: 0;
	border-top: none;
}

/* IE のみ上の table とセル幅がずれるため調整 */
@media all and (-ms-high-contrast: none) {
	.basicBox--option td.td05 {
		width: auto;
	}
}

/************************************************************
 * ﾌｫｰﾑ設定
 ************************************************************/
.f_input,
.f_select {
	border: 1px solid #7f9db9;
	padding-left: 2px;
	font-size: 14px;
	letter-spacing: 1px;
}

.td_req .f_input,
.td_req .f_select,
.td_req .f_select option {
	background-color: #fbeee2;
}

/************************************************************
 * ｶｾｯﾄｵﾌﾟｼｮﾝ
 ************************************************************/
/* 必須のTH背景色 */
.th_req {
	background-color: #ffd3ae !important;
}

/* 必須の■ */
th .s_req {
	margin-left: 3px;
	color: #c00;
	line-height: 16px;
}

/* 必須、任意ラベル */
.itemLabel {
	display: inline-block;
	box-sizing: border-box;
	width: 30px;
	height: 15px;
	margin-right: 5px;
	border-radius: 2px;
	background: #c00;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.itemLabel--option {
	border: 1px solid #808080;
	background: #fff;
	color: #808080;
	line-height: 1.3;
}

/* THの10px補足文 */
th .thTxtSml {
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400 !important;
}

.itemLabel+.thTxtSml {
	margin-top: 2px;
}

/* TD内のｴﾗｰ表示 */
span.td_err {
	display: block;
	padding-left: 17px;
	height: 16px;
	color: #c00;
	font-weight: 700;
	line-height: 16px;
	background: url(/cmn/images/voice/ico_notice.png) 0 0 no-repeat;
}

span.td_err_b {
	display: block;
	height: 16px;
	color: #c00;
	font-weight: 700;
	line-height: 16px;
	background: url(/cmn/images/voice/ico_notice.png) 0 0 no-repeat;
}

/* ﾃｷｽﾄｴﾘｱの内容を出力する(確認画面など) */
.f_comment {
	line-height: 18px;
	word-wrap: break-word;
	word-break: break-all;
}

.optionLink {
	display: inline-block;
	margin: 10px 0;
	text-decoration: none;
}

.optionLink:link,
.optionLink:visited {
	color: #666;
}

.optionLink.is-hidden {
	display: none;
}

/************************************************************
 * 星評価 (ﾃｰﾌﾞﾙ表示用、要素が星のみ)
 ************************************************************/
th.th_star {
	font-weight: 400 !important;
	background-color: #f7f7f7 !important;
}

td.td_star span {
	display: block;
	width: 89px;
	height: 19px;
	text-indent: -9999px;
	background-image: url(/cmn/images/voice/ico_star.png);
	background-repeat: no-repeat;
}

span.star0 {
	background-position: 0 0;
}

span.star1 {
	background-position: 0 -19px;
}

span.star2 {
	background-position: 0 -38px;
}

span.star3 {
	background-position: 0 -57px;
}

span.star4 {
	background-position: 0 -76px;
}

span.star5 {
	background-position: 0 -95px;
}

/************************************************************
 * 星評価 (ﾃｰﾌﾞﾙ表示用、HTMLにIMGﾀｸﾞ書込）
 ************************************************************/
.hyoka {
	font-size: 10px;
}

img.td_star_pin {
	margin-left: 2px;
	margin-right: 5px;
	vertical-align: -4px;
}

.hyokaMainCount {
	margin-right: 10px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 700;
	line-heigt: 18px;
	vertical-align: -1px;
	color: #c00;
}

.subCount {
	margin-right: 3px;
	font-size: 12px !important;
	font-weight: 700;
	font-family: Arial;
	vertical-align: -1px;
}

/************************************************************
 * 星評価 (ｸﾘｯｸ用)
 ************************************************************/
td.td_star_input li {
	float: left;
	width: 18px;
	height: 19px;
}

td.td_star_input li span {
	display: block;
	height: 19px;
	text-indent: -9999px;
	background-image: url(/cmn/images/voice/ico_star_input.png);
	background-repeat: no-repeat;
}

td.td_star_input li.reset span {
	width: 14px;
}

td.td_star_input li.li_star span {
	width: 18px;
	cursor: pointer;
}

td.td_star_input li.reset span.off {
	background-position: 0 0;
	cursor: default;
}

td.td_star_input li.reset span.on {
	background-position: 0 -19px;
	cursor: pointer;
}

td.td_star_input li.li_star span.off {
	background-position: -14px 0;
}

td.td_star_input li.li_star span.on {
	background-position: -14px -19px;
}

td.td_star_input_b li {
	float: left;
	width: 25px;
	height: 20px;
}

td.td_star_input_b li span {
	display: block;
	height: 20px;
	text-indent: -9999px;
	background-image: url(/cmn/images/voice/ico_star_input_b.png);
	background-repeat: no-repeat;
}

td.td_star_input_b li.li_star span {
	width: 23px;
	cursor: pointer;
}

td.td_star_input_b li.li_star span.off {
	background-position: -2px -29px;
}

td.td_star_input_b li.li_star span.on {
	background-position: -2px -4px;
}

td.td_star_input_b li.li_point {
	float: right;
	font-weight: bold;
	height: auto;
	line-height: 23px;
	margin-right: 18px;
	text-align: right;
}

/************************************************************
 * 告知枠
 ************************************************************/
.holaBox {
	padding-bottom: 9px;
	width: 980px;
	background: url(/cmn/images/voice/bg_holaBox_body.png) left bottom no-repeat;
}

.holaBox .ttl {
	padding-left: 30px;
	width: 950px;
	height: 29px;
	font-weight: 700;
	line-height: 29px;
	background: url(/cmn/images/voice/bg_holaBox_head.png) 0 0 no-repeat;
}

.holaBox .lst {
	padding: 0 30px;
}

/************************************************************
 * 0件
 ************************************************************/
.zeroBox {
	margin-top: 10px;
	border: 1px solid #ff7800;
	background-color: #ffd3b0;
}

.zeroBox span {
	display: block;
	margin: 5px;
	padding: 80px 0;
	font-weight: 700;
	color: #c00;
	text-align: center;
	background-color: #fff;
	/* IE6 */
	_padding: 0;
	_height: 200px;
	_line-height: 200px;
}

.noResultMsgWrapper {
	border: 1px solid #FE7800;
}

.noResultMsg {
	border: 5px solid #FFD3B0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}

.noResultFont {
	font-family: Arial;
	font-weight: bold !important;
	font-size: 18px;
	vertical-align: -1px;
}

/************************************************************
 * 最下部廻り
 ************************************************************/
/* 最下部ﾎﾞﾀﾝ上の注意文枠 */
.notesBox {
	margin: 20px auto 0;
	border: 1px solid #ededed;
	padding: 10px;
	width: 678px;
	line-height: 16px;
	background-color: #fdf8f0;
}

.notesBox p {
	height: 20px;
	font-weight: 700;
	text-indent: 18px;
	background: url(/cmn/images/voice/ico_notes.png) 0 0 no-repeat;
}

/* ﾌﾟﾗｲﾊﾞｼｰﾎﾟﾘｼｰ枠 */
.policyBox {
	border: ;
	margin: 10px auto 0;
	text-align: center;
}

/* 最下部ﾎﾞﾀﾝ枠 */
.confButtonBox {
	margin-top: 20px;
	position: relative;
	width: 100%;
}

/* 最下部ﾎﾞﾀﾝ枠(クチコミ入力画面のみ) */
.confButtonBox--reviewInput {
	margin: 20px 0;
	background: #fff3d8;
	padding: 24px 0;
}

.confButtonBox__showTelNum {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.confButtonBox__num {
	font-family: "Hiragino Kaku Gothic Pro";
	color: #ff6010;
}

/************************************************************
 * ﾌｫｰﾑｴﾚﾒﾝﾄ
 ************************************************************/
.f_input,
.f_select {
	border: 1px solid #7f9db9;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: 0%;
}

.f_input {
	padding: 5px 2px;
}

.f_select {
	padding-left: 2px;
	height: 20px;
}

.f_fl {
	float: left;
	margin-right: 5px;
}

.f_fr {
	float: right;
	display: block;
}

/* TD内の10px補足文 */
.tdTxtSml,
.tdTxtSml_fl {
	font-size: 10px;
	line-height: 13px;
	color: #666;
}

.tdTxtSml_fl {
	display: table-cell;
	margin: 0 10px 0 5px;
	height: 29px;
	vertical-align: middle;
}

* html .tdTxtSml_fl {
	/* IE 6 */
	display: inline;
	zoom: 1;
}

*:first-child+html .tdTxtSml_fl {
	/* IE 7 */
	display: inline;
	zoom: 1;
}

.shopReviewForm .tdTxtSml_fl {
	padding-right: 10px;
}

/* TD内の10px補足文(ﾌｫｰﾑｴﾚﾒﾝﾄの下) */
.tdTxtSmlBot {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}

/************************************************************
 * ﾗｲﾄﾎﾞｯｸｽ：選択する
 ************************************************************/
.d_selectBox {}

.d_selectBox p {
	float: left;
}

.p_select_result {
	margin: 5px 0 0 20px;
	line-height: 14px;
}

.p_select_result span {
	margin-left: 20px;
}

/************************************************************
 * ﾎﾞﾀﾝ
 ************************************************************/
/* 選択する */
.btn_thickbox135,
.btn_thickbox135_active {
	display: block;
	padding-left: 23px;
	width: 112px;
	height: 22px;
	overflow: hidden;
	text-decoration: none;
	font-weight: 700;
	line-height: 23px;
	background-image: url(/cmn/images/voice/btn_thickbox_select.png);
	background-repeat: no-repeat;
}

.btn_thickbox135,
:visited.btn_thickbox135 {
	color: #0040b0;
	background-position: 0 0;
}

:hover.btn_thickbox135 {
	color: #fff;
	background-position: 0 -22px;
}

.btn_thickbox135_active,
:visited.btn_thickbox135_active {
	color: #0040b0;
	background-position: 0 -44px;
}

:hover.btn_thickbox135_active {
	color: #fff;
	background-position: 0 -66px;
}

/* 参照 */
.btn_fileSelect,
:visited.btn_fileSelect {
	display: block;
	padding-left: 23px;
	width: 37px;
	height: 22px;
	overflow: hidden;
	text-decoration: none;
	outline: none;
	font-weight: 700;
	line-height: 23px;
	color: #0040b0;
	background: url(/cmn/images/voice/btn_fileSelect.png) 0 0 no-repeat;
}

:hover.btn_fileSelect {
	color: #fff;
	background-position: 0 -22px;
}

/* 確認画面へ */
.btn_kakuningamen {
	margin: 0 auto;
	width: 241px;
	height: 35px;
	background: url(/cmn/images/voice/btn_kakuningamen.png) 0 0 no-repeat;
}

:hover.btn_kakuningamen {
	background-position: 0 -35px;
}

/* 確定する */
.btn_kakutei {
	margin: 0 auto;
	width: 241px;
	height: 35px;
	background: url(/cmn/images/voice/btn_kakutei.png) 0 0 no-repeat;
}

:hover.btn_kakutei {
	background-position: 0 -35px;
}

/* 登録する */
.btn_touroku {
	margin: 0 auto;
	display: block;
	width: 240px;
	height: 35px;
	background: url(/cmn/images/voice/btn_touroku.png) 0 0 no-repeat;
}

:hover.btn_touroku {
	background-position: 0 -35px;
}

/* 送信する */
/*
.btn_soushin {
	margin: 0 auto;
	display: block;
	width: 241px;
	height: 35px;
	background: url(/cmn/images/voice/btn_soushin.png) 0 0 no-repeat;
	}
:hover.btn_soushin {
	background-position: 0 -35px;
	}
*/

/* RIDポイントキャンペーン用ここから */
.btn_soushin {
	margin: 0 auto;
	background: url(/cmn/images/sprite/b.png) 0 0 no-repeat;
	background-position: -241px -1010px;
	width: 242px;
	height: 35px;
}

:hover.btn_soushin {
	background: url(/cmn/images/sprite/b.png) 0 0 no-repeat;
	background-position: -241px -1045px;
	width: 242px;
	height: 35px;
}

/* RIDポイントキャンペーン用ここまで */

/* ﾈｶﾞﾃｨﾌﾞﾎﾞﾀﾝ */
.btn_grayNegative80,
.btn_grayNegative100,
.btn_grayNegative120 {
	display: block;
	height: 21px;
	overflow: hidden;
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #666 !important;
}

.btn_grayNegative80 {
	width: 80px;
	background: url(/cmn/images/voice/btn_grayNegative80.png) 0 0 no-repeat;
}

.btn_grayNegative100 {
	width: 100px;
	background: url(/cmn/images/voice/btn_grayNegative100.png) 0 0 no-repeat;
}

.btn_grayNegative120 {
	/* このﾎﾞﾀﾝは最上部に移動＠2011/03/03 */
	width: 120px;
	background: url(/cmn/images/voice/btn_grayNegative120.png) 0 0 no-repeat;
}

:hover.btn_grayNegative80,
:hover.btn_grayNegative100,
:hover.btn_grayNegative120 {
	color: #fff !important;
	background-position: 0 -21px;
}

.btn_grayNegative180 {
	display: block;
	width: 180px;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #666 !important;
	background: url(/cmn/images/voice/btn_grayNegative180.png) 0 0 no-repeat;
}

.btn_grayNegative180:hover {
	background-position: 0 -32px;
	color: #fff !important;
}

/* 最上部ｴﾗｰ表示 */
.errBox {
	margin-top: 10px;
	border: 1px solid #9d0002;
	width: 978px;
}

.errCnts {
	border: 4px solid #c00;
	padding: 20px;
	background-color: #fceee3;
	text-align: center;
}

.errCnts span {
	padding: 2px 0 0 17px;
	color: #c00;
	font-weight: 700;
	line-height: 19px;
	background: url(/cmn/images/voice/ico_notice.png) 0 0 no-repeat;
}

/* 同意の上確認画面へ */
.btn_doui_kakunin {
	margin: 0 auto;
	width: 241px;
	height: 35px;
	background: url(/cmn/images/voice/btn_doui_kakunin.png) 0 0 no-repeat;
}

.btn_doui_kakunin:hover {
	background-position: 0 -35px;
}

/************************************************************
 * 色々
 ************************************************************/
/* ﾎﾞﾀﾝ(ﾃｷｽﾄも画像)宣言 */
.btn {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}

/* 画像ｻｲｽﾞ*/
.imgS {
	width: 80px;
}

.imgM {
	width: 160px;
}

.imgL {
	width: 640px;
}

/* ﾌｫﾝﾄ色 */
.white {
	color: #fff !important;
}

.gray {
	color: #666 !important;
}

.v_gray {
	color: #999 !important;
}

.orange {
	color: #ff7200 !important;
}

.red {
	color: #c00 !important;
}

.blk {
	color: #333 !important;
}

/* その他 */
.fs16 {
	font-size: 16px;
}

.nml {
	font-weight: 400 !important;
}

.sml,
.fs10 {
	font-size: 10px !important;
}

.bold {
	font-weight: 700;
}

.mL10 {
	margin-left: 10px;
}

.mT2 {
	margin-top: 2px;
}

.mT4 {
	margin-top: 4px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mT-10 {
	margin-top: -10px;
}

.fs12 {
	font-size: 12px !important;
}

.ls-1 {
	letter-spacing: -1px;
}

/* ｶｰｾﾝｻｰへのご意見表示 */
.comment {
	font-weight: lighter;
}

/* ﾍﾙﾌﾟｱｲｺﾝ */
.a_help_l,
.a_help_r {
	display: inline-block;
	width: 12px;
	height: 10px;
	font-size: 10px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	background-image: url(/cmn/images/voice/ico_help.png);
	background-repeat: no-repeat;
}

.a_help_r {
	background-position: 4px 0;
}

/************************************************************
 * 会員登録ボタン追加
 ************************************************************/
.memberarea {
	color: #cc0000;
	background: url(/cmn/images/inquiry/redarrow.png) no-repeat right;
	padding-right: 20px;
	margin-right: 6px;
	margin-top: 7px;
	float: left;
}

.profilebtn {
	float: left;
}

.profilebtn a {
	display: block;
	width: 261px;
	height: 29px;
	background: url(/cmn/images/btn/profile.png) no-repeat;
}

.profilebtn a:hover {
	background-position: 0 -29px;
}

.profilebtn a span {
	display: none;
}

/************************************************************
 * THICK BOX用
 ************************************************************/
#TB_overlay {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: fixed;
	z-index: 10100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(../images/bg/macFFBgHack.png) repeat;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 10104;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	/* -height/2 0 0 -width/2 */
}

#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 10102;
	color: #000000;
	display: none;
	border: 4px solid #999999;
	text-align: left;
	top: 50%;
	left: 50%;
}

#TB_iframeContent {
	border: 0;
	position: relative;
	z-index: 10103;
	overflow-x: hidden;
}

#TB_title {
	height: 0;
	display: none;
}

.TB_cmnt {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 0;
}

/************************************************************
 * 口コミ投稿　エンハンス
 ************************************************************/
.rate_tit .good,
.rate_tit .bad {
	float: left;
	width: 61px;
	color: #666;
}

.rate_tit .bad {
	text-align: right;
}

.rate_tit .total_p {
	float: right;
	width: 40px;
	text-align: right;
	font-weight: bold;
	padding-right: 9px;
	color: #666;
}

.total_p-txt {
	color: #666;
}