<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#container {
	width: auto;
}

#topic_path {
	width: 1220px;
	padding: 5px 0px 0 !important;
/*	border-bottom: solid 1px #d6d7d7;*/
}


#review {
	box-sizing: border-box;
	margin: 0px auto 0;
}

h1 {
	margin: 30px auto 0;
	text-align: center;
}

#voice_block_area {
	width: 1280px;
	margin: 20px auto 0;
	border-top: solid 1px #d6d7d7;
}

.voice_block {
	width: 1230px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 35px 50px;
	border-bottom: solid 1px #d6d7d7;
	overflow: hidden;
	color: #2f2c2c;
}

.img_list {
	float: left;
	width: 444px;
}

.big_img {
	width: 444px;
	height: 366px;
/*	display: table-cell;*/
	text-align: center;
	vertical-align: top;
}
.big_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.thumbnail {
	margin: 32px 0 0;
}
.thumbnail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumbnail ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 14px 0;
	position: relative;
}

.thumbnail ul li.thumbnail_hover:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #2f2c2c transparent;
}
.thumbnail ul li.thumbnail_hover img {
	opacity: 0.7;
}

.thumbnail ul li img {
	width: auto;
	height: 54px;
	vertical-align: top;
}

.voice_detail {
	float: right;
	width: 628px;
}

.voice_block h2 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.7em;
}

.voice_namedate {
	margin: 15px auto 0;
	font-size: 1.2em;
	line-height: 1.0em;	
}

.voice_textarea {
	margin: 20px auto 0;
	padding: 25px 0 0;
	border-top: dashed 1px #595757;
	overflow: hidden;
}

.voice_textarea .voice_text {
	box-sizing: border-box;
	font-size: 1.25em;
	line-height: 1.7em;
}
.voice_textarea .voice_text p {
	margin: 0 0 20px;
}

.voice_textarea .voice_artist {
	float: left;
	display: inline-block;
	margin: 20px 0 0;
	line-height: 2.0em;
	font-size: 1.25em;
}




.voice_textarea time {
	float: right;
	margin: 20px 0 0;
	font-size: 1.2em;
	color: #3e3a39;
}

.vaoice_link {
	clear: both;
	overflow: hidden;
}
.voice_textarea .vaoice_link a {
	float: right;
	box-sizing: border-box;
	display: block;
	border: solid 1px #878787;
	border-radius: 3px;
	width: 350px;
	margin: 15px auto 0;
	padding: 16px 0;
	text-align: center;
	color: #302c2e;
	font-size: 1.7em;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.voice_textarea .vaoice_link a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #302c2e;
	border-right: 1px solid #302c2e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.voice_textarea .vaoice_link a:hover {
	background: #302c2e;
	color: #fff;
	border-color: #302c2e;
}

.voice_textarea .vaoice_link a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#posts_no {
	text-align: center;
	margin: 15px auto 0;
	font-size: 1.2em;
}


#pager_area {
	text-align: center;
	margin: 36px auto 70px;
}

.b_pager_icon {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 34px;
	height: 34px;
	border: solid 1px #2f2c2c;
	border-radius: 50%;
	position: relative;
	margin: 0 7px;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.b_pager_icon:before,
.b_pager_icon:after {
	border-top: 1px solid #2f2c2c;
	border-right: 1px solid #2f2c2c;
}

.b_pager_icon:hover {
	background: #2f2c2c;
}
.b_pager_icon:hover:before,
.b_pager_icon:hover:after {
	border-color: #fff;
}


.b_pager_icon_none {
	opacity: 0.2;
	cursor: default;
}
.b_pager_icon_none:hover {
	background: none;
}
.b_pager_icon_none:hover:before,
.b_pager_icon_none:hover:after {
	border-color: #2f2c2c;
}



#b_pager_prev:before {
	content: "";
	display: block;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#b_pager_next:before {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#b_pager_first:before,
#b_pager_first:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#b_pager_first:before {
	left: 11px;
}
#b_pager_first:after {
	left: 16px;
}

#b_pager_last:before,
#b_pager_last:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#b_pager_last:before {
	right: 11px;
}
#b_pager_last:after {
	right: 16px;
}


#pager_no {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 0 0;
	margin: 0px 30px;
}

#pager_no a {
	display: inline-block;
	width: 50px;
	color: #8b8988;
	font-size: 1.7em;
	line-height: 1.0em;
	margin: 0 0px;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#pager_no a:hover {
	color: #3e3a39;
}

#pager_no a.pager_no_now {
	color: #3e3a39;
	cursor: default;
}
#pager_no a.pager_no_now:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 2px;
	border-bottom: solid 2px #727171;
	bottom: 0px;
	left: 50%;
	margin-left: -7px;
}






















</pre></body></html>