/* 体験談 */
div.experiences-top {
	margin: 12px 10px;
	color: #B0764F ;
	font-weight: bold; 
}

div.experiences-bottom {
	margin: 12px 10px;
	color: #B0764F ;
	font-weight: bold;
	text-align: center; 
}
/* iPhone 5 対応 */
@media only screen
    and (max-device-width:520px) {
	div.experiences-bottom {
		text-align: left;
	}
}

div.experiences .title{
	font-weight: bold;
}

div.experiences {
	margin: 12px 10px;
	border-bottom: 1px solid #F90;
}

div.experiences .evaluation{
	color: #F90;
}

div.experiences .nickname{
	font-weight: bold;
}

div.experiences .comment{
	padding: 10px 0;
}

/* お得情報 */
.blog-index-content .deals-title {

	background-color: #F95BAD;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.blog-index-content .deals-title2 {
    background-color: #FAFAFA;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
    
.blog-index-content .deals-title3 {
    background-color: #FAFAFA;
    color: #000000;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

/* ラクサスコーデ情報 */
.blog-index-content .coordinate-title {

    color: #036EB8;
    padding: 20px 0;
    text-align: center;
	font-size: 14px;
    line-height: 1.6em;    

}

@media screen and (max-width: 767px ) {

	.blog-index-content .deals-title2 {
		background-color: #FAFAFA;
		color: #000000;
		margin: 10px;
		text-align: left;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.blog-index-content .deals-title2 br{
		display: none;
	}

}

.voice_main {
	list-style: none;
	padding: 0;
}

.voice_main p {
	font-size:16px;
	text-align:left;
	width: 100%;
}

.float-left {
	float:left;
}

.voice_sp {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}


.voice_pc {
	max-width: 900px;
	margin: 50px auto;
}

p.more_show {
    text-align: right;
	cursor: pointer;
	color : #007AFF;
}

@media screen and (min-width: 767px ) {
	.voice-main-title br { display:none; }
}


.information-bar {
	margin: 0;
	margin-top: -3px;
	padding: 0;
}

.information-bar li {
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	color: #007aff;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	padding: 0 10px;
	position: relative;

	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}
.information-bar li:before,
.information-bar li:after {
	position: absolute;
	top: 27px;
	display: block;
	content: '';
	width: 10px;
	height: 2px; /* 太さ */
	background-color: #828282;
	border-radius: 4px;
	right: 10px;
}

.information-bar li:before {
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.information-bar li:after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}