@charset "UTF-8";
#voc {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#voc a:hover {
	text-decoration: none;
}
#voc .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#voc h1, #voc p, #voc div, #voc span, #voc ul, #voc li, #voc dl, #voc dt, #voc dd {
	margin: 0;
	padding: 0;
}
#voc_top {
	height: 330px;
}
#voc_top .bg {
	height: 150px;
	background: url(../img/bg_top.jpg) no-repeat center center;
	background-size: cover;
}
#voc_top .ttl {
	padding-top: 30px;
	text-align: center;
}
#voc_top .txt {
	font-size: 16px;
	text-align: center;
}
#voc_top .update {
	width: 900px;
	margin: 10px auto 0;
}
#voc_top .update .inner {
	float: right;
	box-sizing: border-box;
	padding: 2px 10px;
	border: solid 1px #045ba8;
	color: #025da6;
	text-align: center;
}
#voc_rating_list {
	background: #eaf4fc;
}
#voc_rating_list .inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}
#voc_rating_list .inner .main {
	display: flex;
	background: #fff;
}
#voc_rating_list .inner .main .graph {
	display: flex;
	justify-content: flex-end;
	width: 50%;
	padding: 20px 0;
}
#voc_rating_list .inner .main .graph dl {
	display: flex;
	flex-wrap: wrap;
	width: 225px;
	margin-top: -10px;
	margin-right: 40px;
}
#voc_rating_list .inner .main .graph dt {
	position: relative;
	width: 25px;
	height: 10px;
	margin-top: 10px;
}
#voc_rating_list .inner .main .graph dt p {
	position: absolute;
	top: -5px;
	left: 0;
}
#voc_rating_list .inner .main .graph dd {
	position: relative;
	width: 200px;
	height: 10px;
	margin-top: 10px;
	border-radius: 5px;
	background: #f1f2f3;
}
#voc_rating_list .inner .main .graph dd p {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	border-radius: 5px;
	background: #f9bb2d;
}
#voc_rating_list .inner .main .score {
	width: 50%;
	padding-bottom: 10px;
}
#voc_rating_list .inner .main .score .num {
	width: 315px;
	color: #0260a8;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
#voc_rating_list .inner .main .score .star {
	width: 315px;
	margin-top: -15px;
}
#voc_rating_list .inner .main .score .star ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
}
#voc_rating_list .inner .main .score .star ul li {
	width: 18px;
	height: 18px;
	margin-left: 1px;
	background: url(../img/avg_star_off.png) no-repeat;
	background-size: contain;
}
#voc_rating_list .inner .main .score .star ul li.on {
	background-image: url(../img/avg_star_on.png);
}
#voc_rating_list .inner .main .score .star ul li.half {
	background-image: url(../img/avg_star_half.png);
}
#voc_rating_list .inner .main .score .txt {
	box-sizing: border-box;
	width: 315px;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#voc_rating_list .inner .main .score .txt br {
	display: none;
}
#voc_btn_sort {
	background: #eaf4fc;
}
#voc_btn_sort .inner {
	display: flex;
	justify-content: flex-end;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
#voc_btn_sort .inner select {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	border: solid 1px #dadada;
	border-radius: 15px;
	background: #fff url(../img/btn_pulldown.png) no-repeat 15px center;
	background-size: 11px 7px;
	color: #0260a8;
	font-size: 14px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	text-align-last: center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#voc_btn_sort .inner select:hover, #voc_btn_sort .inner select:active {
	background-color: #d8eeff;
}
#voc-list {
	background: #eaf4fc;
}
#voc-list .inner {
	width: 900px;
	margin: 0 auto;
}
#voc-list .inner .voc-tmpl {
	margin-bottom: 20px;
	padding: 30px 40px 25px;
	background: #fff;
}
#voc-list .inner .voc-tmpl .top .left {
	float: left;
	width: 65px;
	margin-right: 20px;
	text-align: center;
}
#voc-list .inner .voc-tmpl .top .left .prof {
	line-height: 24px;
}
#voc-list .inner .voc-tmpl .top .right {
	float: right;
	width: 735px;
}
#voc-list .inner .voc-tmpl .top .right .rating {
	float: left;
	color: #f6ad55;
	font-size: 18px;
}
#voc-list .inner .voc-tmpl .top .right .rating .off {
	color: #d6d6d6;
}
#voc-list .inner .voc-tmpl .top .right .ttl {
	float: left;
	padding-left: 25px;
	color: #0260a8;
	font-size: 18px;
	font-weight: bold;
}
#voc-list .inner .voc-tmpl .top .right .nnm {
	float: left;
	padding: 5px 20px 0 0;
	font-weight: bold;
}
#voc-list .inner .voc-tmpl .top .right .car {
	float: left;
	padding: 5px 20px 0 0;
}
#voc-list .inner .voc-tmpl .top .right .plan {
	float: left;
	padding: 5px 20px 0 0;
}
#voc-list .inner .voc-tmpl .top .right .date {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	width: 100px;
	height: 22px;
	margin-top: 3px;
	background: #1f5da6;
	color: #fff;
}
#voc-list .inner .voc-tmpl .top .right .c-comment {
	margin-top: 1px;
	padding: 15px 0;
	border: solid 1px #e6e6e6;
	border-width: 1px 0;
	line-height: 24px;
}
#voc-list .inner .voc-tmpl .btm .dmy {
	float: left;
	width: 65px;
	margin-right: 20px;
}
#voc-list .inner .voc-tmpl .btm .orx-comment {
	float: right;
	width: 735px;
	min-height: 70px;
	padding-top: 30px;
	background: url(../img/icon_orix.png) no-repeat 0 30px;
}
#voc-list .inner .voc-tmpl .btm .orx-comment .ttl-orx {
	padding: 2px 0 0 70px;
	font-weight: bold;
}
#voc-list .inner .voc-tmpl .btm .orx-comment .txt {
	padding: 5px 0 0 70px;
	line-height: 24px;
}
#voc-pager {
	background: #eaf4fc;
}
#voc-pager .inner {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	padding-bottom: 30px;
}
#voc-pager .inner .btn-prev, #voc-pager .inner .btn-next {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	background-repeat: no-repeat;
	font-size: 12px;
}
#voc-pager .inner .btn-prev.disabled, #voc-pager .inner .btn-next.disabled {
	border: solid 1px #d5d5d5;
	background-color: #fff;
	background-size: 5px 10px;
	color: #ccc;
}
#voc-pager .inner .btn-prev.disabled {
	padding-left: 10px;
	border-width: 1px 0 1px 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../img/icon_pn_prev_dis.png);
	background-position: 13px center;
}
#voc-pager .inner .btn-next.disabled {
	padding-right: 10px;
	border-width: 1px 1px 1px 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(../img/icon_pn_next_dis.png);
	background-position: right 13px center;
}
#voc-pager .inner .btn-prev a, #voc-pager .inner .btn-next a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: solid 1px #d5d5d5;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 5px 10px;
	color: #1f5da6;
	text-decoration: none;
}
#voc-pager .inner .btn-prev a {
	padding-left: 10px;
	border-width: 1px 0 1px 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../img/icon_pn_prev.png);
	background-position: 13px center;
}
#voc-pager .inner .btn-next a {
	padding-right: 10px;
	border-width: 1px 1px 1px 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(../img/icon_pn_next.png);
	background-position: right 13px center;
}
#voc-pager .inner .btn-prev a:hover, #voc-pager .inner .btn-next a:hover {
	background-color: #1f5da6;
	color: #fff;
}
#voc-pager .inner .btn-prev a:hover {
	background-image: url(../img/icon_pn_prev_hvr.png);
}
#voc-pager .inner .btn-next a:hover {
	background-image: url(../img/icon_pn_next_hvr.png);
}
#voc-pager .inner ul {
	display: flex;
	justify-content: center;
}
#voc-pager .inner ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: solid 1px #d5d5d5;
	border-width: 1px 0;
	background: #fff;
	color: #1f5da6;
	font-size: 14px;
}
#voc-pager .inner ul li.actv {
	background: #1f5da6;
	color: #fff;
}
#voc-pager .inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #1f5da6;
	text-decoration: none;
}
#voc-pager .inner ul li a:hover {
	background: #1f5da6;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	#voc {
		min-width: 100%;
	}
	#voc_top .update {
		width: 90%;
	}
	#voc_rating_list .inner {
		width: 90%;
	}
	#voc_btn_sort .inner {
		width: 90%;
	}
	#voc-list .inner {
		width: 90%;
	}
	#voc-list .inner .voc-tmpl .top .right {
		width: calc(100% - 85px);
	}
	#voc-list .inner .voc-tmpl .btm .orx-comment {
		width: calc(100% - 85px);
	}
	#voc-pager .inner {
		width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	#voc_top {
		height: auto;
	}
	#voc_top .bg {
		height: 100px;
		background-image: url(../img/bg_top_sp.png);
	}
	#voc_top .ttl, #voc_top .txt {
		width: 93.75%;
		margin: 0 auto;
	}
	#voc_top .txt {
		font-size: 15px;
	}
	#voc_top .update {
		width: 93.75%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	#voc_rating_list .inner {
		width: 93.75%;
	}
	#voc_rating_list .inner .main .graph dl {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#voc_rating_list .inner .main .graph dt {
		width: 10%;
	}
	#voc_rating_list .inner .main .graph dd {
		width: 90%;
	}
	#voc_rating_list .inner .main .score .num, #voc_rating_list .inner .main .score .star, #voc_rating_list .inner .main .score .txt {
		width: 100%;
	}
	#voc_rating_list .inner .main .score .txt br {
		display: inline;
	}
	#voc_btn_sort .inner {
		width: 93.75%;
	}
	#voc-list .inner {
		width: 93.75%;
	}
	#voc-list .inner .voc-tmpl {
		padding: 20px 10px;
	}
	#voc-list .inner .voc-tmpl .top .left {
		margin-right: 10px;
	}
	#voc-list .inner .voc-tmpl .top .left .prof {
		font-size: 12px;
		line-height: 22px;
	}
	#voc-list .inner .voc-tmpl .top .right {
		position: relative;
		width: calc(100% - 75px);
	}
	#voc-list .inner .voc-tmpl .top .right .rating {
		float: none;
	}
	#voc-list .inner .voc-tmpl .top .right .ttl {
		padding: 5px 0;
	}
	#voc-list .inner .voc-tmpl .top .right .nnm {
		padding-top: 0;
	}
	#voc-list .inner .voc-tmpl .top .right .car {
		padding-top: 0;
	}
	#voc-list .inner .voc-tmpl .top .right .plan {
		padding: 0 0 10px 0;
	}
	#voc-list .inner .voc-tmpl .top .right .date {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
	}
	#voc-list .inner .voc-tmpl .btm .dmy {
		display: none;
	}
	#voc-list .inner .voc-tmpl .btm .orx-comment {
		width: auto;
		padding-top: 20px;
		background-position: 3px 20px;
	}
	#voc-list .inner .voc-tmpl .btm .orx-comment .ttl-orx {
		padding-left: 75px;
	}
	#voc-list .inner .voc-tmpl .btm .orx-comment .txt {
		padding-left: 75px;
	}
}
@media only screen and (max-width: 440px) {
	#voc-pager .inner .btn-prev, #voc-pager .inner .btn-next {
		width: calc(100vw / (440 / 60));
		height: calc(100vw / (440 / 40));
		font-size: calc(100vw / (440 / 12));
	}
	#voc-pager .inner .btn-prev.disabled, #voc-pager .inner .btn-next.disabled {
		background-size: calc(100vw / (440 / 5)) calc(100vw / (440 / 10));
	}
	#voc-pager .inner .btn-prev.disabled {
		padding-left: calc(100vw / (440 / 10));
		border-top-left-radius: calc(100vw / (440 / 5));
		border-bottom-left-radius: calc(100vw / (440 / 5));
		background-position: calc(100vw / (440 / 13)) center;
	}
	#voc-pager .inner .btn-next.disabled {
		padding-right: calc(100vw / (440 / 10));
		border-top-right-radius: calc(100vw / (440 / 5));
		border-bottom-right-radius: calc(100vw / (440 / 5));
		background-position: right calc(100vw / (440 / 13)) center;
	}
	#voc-pager .inner .btn-prev a, #voc-pager .inner .btn-next a {
		background-size: calc(100vw / (440 / 5)) calc(100vw / (440 / 10));
	}
	#voc-pager .inner .btn-prev a {
		padding-left: calc(100vw / (440 / 10));
		border-top-left-radius: calc(100vw / (440 / 5));
		border-bottom-left-radius: calc(100vw / (440 / 5));
		background-position: calc(100vw / (440 / 13)) center;
	}
	#voc-pager .inner .btn-next a {
		padding-right: calc(100vw / (440 / 10));
		border-top-right-radius: calc(100vw / (440 / 5));
		border-bottom-right-radius: calc(100vw / (440 / 5));
		background-position: right calc(100vw / (440 / 13)) center;
	}
	#voc-pager .inner ul li {
		width: calc(100vw / (440 / 40));
		height: calc(100vw / (440 / 40));
		font-size: calc(100vw / (440 / 14));
	}
}
@media only screen and (max-width: 375px) {
	#voc_rating_list .inner .main .graph {
		width: 60%;
	}
	#voc_rating_list .inner .main .score {
		width: 40%;
	}
}