@charset "utf-8";


.salonwrap {
	width: 875px;
	margin: 30px auto 40px auto;
}

.salonwrap h2 {
	width: 106px;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}

#anc-btn {
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#anc-btn a {
	display: block;
	position: relative;
}
#anc-btn span {
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 19px;
	left: 58px;
	white-space: nowrap;
	color: #AE0820;
	font-weight: bold;
}
#anc-btn a:hover {
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
    -o-transition: 0.1s ease-in-out;  
    -ms-transition: 0.1s ease-in-out;  
    transition: 0.1s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#anc-btn a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*一覧===================================================================================*/
#voice_total_informaton {
	/*width: 290px;*/
	height: 82px;
	padding-top: 5px;
	padding-left: 96px;
	background-image: url(../images/voice/icon_total.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#voice_total_informaton table {
	margin-bottom: 15px;
}
#voice_total_informaton table th {
	width: 127px;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 5px;
}
#voice_total_informaton table td {
	width: 163px;
	font-size: 14px;
	line-height: 1;
}
#voice_total_informaton table em {
	font-style: normal;
	font-weight: bold;
	color: #a62126;
}
#voice_total_informaton .star img {
	width: 130px;
	height: auto;
}

#voice_total_informaton a {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #AE0820;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#voice_total_informaton a:hover {
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
    -o-transition: 0.1s ease-in-out;  
    -ms-transition: 0.1s ease-in-out;  
    transition: 0.1s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

div.pagenation {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 1em;
}


.voice {
	width: 800px;
	padding: 15px 37px;
	margin-bottom: 46px;
	border: 1px solid #DADADA;
}
.voice header {
	height: auto;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #DADADA;
	position: relative;
	z-index:0;
}
.voice header:after {
	display: none;
}
.voice h3 {
	padding-top: 25px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}
.date {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.user {
	font-size: 12px;
	line-height: 1;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.total_rating {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}
.total_rating img {
	/* width: 90px; */
	width: 135px;
	height: auto;
	margin-top: -5px;
	padding-left: 5px;
	padding-right: 5px;
}

.rating {
	margin-bottom: 15px;
	text-align: center;
}
.rating li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 1;
}
.rating li img {
	width: 90px;
	height: auto;
	margin-top: -5px;
}
.comment {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 22px;
}
.salon {
	padding: 8px 12px;
	background-color: #E0F1F3;
	border: 1px solid #DADADA;
}
.salon h4 {
	font-size: 12px;
	line-height: 1;
	padding-bottom: 25px;
	margin-left: -7px;
}
.salon .staff {
	font-size: 12px;
	line-height: 1;
	margin-left: -7px;
}



/*投稿===================================================================================*/

.sub_ttl {
	padding-bottom: 28px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1;
}

#form-area {
	padding: 30px 119px 40px;
	border: 1px solid #DADADA;
	margin-bottom: 20px;
}
#form-area h3 {
	text-align: center;
	padding-bottom: 40px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}
#form-area .read-txt {
	width: 400px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 25px;
}
#form-area .read-txt p {
	padding-bottom: 1.5em;
}

#form-area table {
}
#form-area table th {
	width: 170px;
	padding:12px 0px 8px 15px;
	border-bottom: 1px solid #DADADA;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
}
#form-area table td {
	width: 450px;
	padding: 8px 0px;
	border-bottom: 1px solid #DADADA;
	font-size: 14px;
}
#form-area table td label {
	font-size: 12px;
	padding-right: 10px;
}
#form-area table strong {
	color: #f00;
	font-weight: normal;
}
#form-area table td strong {
	font-size: 12px;
}
#form-area table .sub {
	display: block;
	padding-bottom: 15px;
}
#form-area table .error {
	display: block;
	font-size: 12px;
	color: #f00;
	font-weight: bold;	
}

#form-area input[type="text"] {
	padding: 5px;
	font-size: 12px;
	width: 240px;
}
#form-area textarea {
	padding: 5px;
	width: 370px;
}
#form-area select {
	padding: 5px;
	font-size: 12px;
}


#form-area #submit-block {
	text-align: center;
	padding-top: 20px;
}
#form-area #submit-block li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#form-area #submit-block li input {
	padding: 5px 15px;
}


