@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */
#voice #voice_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice #voice_inner dl{
	width: 41vw;
	margin-top: 4%;
	position: relative;
}
#voice #voice_inner dt{
	text-align: center;
	font-weight: bold;
}
#voice #voice_inner dt img{
	max-height: 27vw;
}
#voice #voice_inner dt::after{
	content: "";
	background-image: url(../images/bg_lick.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 27vw;
	top: 5px;
	right: -5px;
	z-index: -10;
}
#voice #voice_inner dt + dd{
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}
#voice #voice_inner dd.next_btn{
}
#voice #voice_inner dd.next_btn a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 10;
	transition: all 0.2s ease;
}
#voice #voice_inner dd.next_btn a:hover{
	background-color: rgba(255,255,255,0.2);
}

/* ペイジャー */
#voice #voice_inner .jirei_pager{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#voice #voice_inner .jirei_pager li{
	display: inline-block;
	vertical-align: middle;
}
#voice #voice_inner .jirei_pager li .prev{
}
#voice #voice_inner .jirei_pager li .next{
}




/* 詳細ページ＝＝＝＝＝ */
#voice_detail .bxslider{
	text-align: center;
}
#voice_detail .bxslider img{
	width: auto !important;
	max-height: 57vw;
	margin: 0 auto;
	left: 0;
	right: 0;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#voice #voice_inner{
	justify-content: flex-start;
}
#voice #voice_inner dl{
	width: 210px;
	margin-top: 30px;
	margin-left: 40px;
}
#voice #voice_inner dl:first-child{
	margin-left: 0px;
}
#voice #voice_inner dt{
	font-size: 18px;
	font-weight: bold;
}
#voice #voice_inner dt img{
	max-width: 210px;
	max-height: 140px;
	margin-bottom: 10px;
}
#voice #voice_inner dt::after{
	height: 140px;
}

#voice #voice_inner .jirei_pager{
	margin-top: 40px;
}






/* 詳細ページ＝＝＝＝＝ */
#voice_detail .photo{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#voice_detail .bxslider img{
	max-width: 900px;
	max-height: 600px;
}



}
