.image {
	  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	  padding:0; 
	  margin:0;
	  background-color:#FFF
}

.image img {
	  border-top-right-radius: 10px;
	  border-top-left-radius: 10px;
}

.kadomaru {
	  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	  overflow:hidden;
}

.name {
	 padding: 10px; 
	 margin:0;
	 color:#FFF;
	 background-color:#D9556F;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;

}

.name a{
	color:#FFF;
	text-decoration:none;

}

.name span{
	display:block;
	text-align:center;
	}
	
.n1 {
	font-size:11px
}
 
.n2 {
	font-weight:bold;
	font-size:13px
}

ul.irai_list{
	width: 100%;
    display: table;
    table-layout: fixed;
}
 
li.irai_koumoku{
    display: table-cell;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
	padding: 8px; 
	margin: 3px;
	background-color:#FFF;
	position:relative;
	
}

li.irai_koumoku:first-child{
    border-left-style: none;
}

#interview_box{
	margin:0 auto;
	max-width:600px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}

#interview_box .img img{
	width:70%;
	margin-bottom:10px;
}

#interview_box .topimg img{
	width:100%;
	margin-bottom:10px;
}

.interview{
	width:100%;
	margin:10px 0 10px 0;
}

.interview .iraisya{
	color:#C00;
	font-weight: bold;
}

.interview .stuff{
	color:#06F;
	font-weight: bold;
}

.interview dt p{
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	text-align:left;
}

.interview dd p{
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	text-align:left;
}

.itiran{
	background:#f33;
	text-align:center;
	max-width:200px;
	margin:50px auto 20px auto;
	border-radius:10px;
	border-bottom:3px solid #b33;
	
}

.itiran_text{
	padding:20px 200px;
	
}

#vol{
	width:50px;
	height:50px;
	border-radius:30px;
	position:absolute;
	right:0px;
	top:-5px;
	background-color:rgba(51,51,51,0.9);
}

.vol_text{
	padding:15px 15px 15px 8px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#next_box{
	max-width:600px;
	height:30px;
	margin:20px auto 0px auto;
}
p.mae{
	display:block;
	height:100%;
	width:40%;
	padding:10px 10px 0 10px;
	float:left;
	font-weight:bold;
	color:#000;
	background:#06C;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	font-size:12px;
}
p.mae{
	display:block;
	height:100%;
	width:40%;
	padding:10px 10px 0 10px;
	float:left;
	text-align:left;
	font-weight:bold;
	color:#000;
	background:#06C;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	font-size:12px;
}
p.tugi{
	display:block;
	height:100%;
	width:40%;
	padding:10px 10px 0 10px;
	float:right;
	text-align:right;
	font-weight:bold;
	color:#000;
	background:#06C;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	font-size:12px;
}

/* お客様の声個別ページ */
.back {
	background-color: #FF94A9;
}

.back a {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

.voice-box .title {
	margin: 10px 0;
	color: #d9556f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.voice-box .photo {
	display: block;
	width: 80%;
	margin: 15px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
		
}

.voice-box .page {
	margin: 20px 15px;
}

.user-image{
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}


.voice_detail {
}

.voice_detail .voice_img {
}

.voice_detail .voice_comment {
	padding:16px;
}

.voice_detail .ancate {
}

.to-list{
	width:80%;
	background: #d9556f;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 14px;
	text-decoration:none;
	display:block;
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	}
.to-list:hover{
	background:#ff97ac;
}
