/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.detail_left_top {
	display: flex;
}
.detail_left {
	margin: 10px 20px;
}
.detail_left_top1 {
	width: 15%;
	font-size: 24px;
	color: #ee0000;
}
	.detail_left_top1 SPAN {
		font-size: 18px;
	}
.detail_left_top2 {
	width: 20%;
}
.detail_left_top3 {
	padding: 8px;
}

.detail_left_section {
	font-size: 14px;
}
	.percent_bar_table {
		margin: 16px 0;
	}
	.percent_bar_table th {
		padding: 4px;
	}
	.percent_bar_table td {
		padding: 4px;
		width: 300px;
	}
	.percent_bar {
		height: 6px;
		background-color: #FFC530;
	}
.detail_left_section2 {
	font-size: 14px;
	display: flex;
}
	.order_label {
		padding: 8px;
	}
	#orderby {
		background-color: #fff;
		padding: 4px 16px;
		border-radius: 4px;
	}
.detail_left_kuchikomi {
	margin: 40px auto;
}
	.kuchikomi_page_title {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #ee0000;
		margin: 0 auto;
		width: 80%;
		border-bottom: 2px solid #ddd;
	}

.kuchikomi_unit {
	margin: 40px auto;
}
	.kuchikomi_unit_title {
		color: #51CBAF;
		font-weight: bold;
		font-size: 16px;
	}

.kuchikomi_unit_label {
	display: flex;
	position: relative;
}
	.kuchikomi_unit_name {
		padding: 8px 0;
		display: inline-block;
		right: 20px;
		margin-right: 0;
		position: absolute;
	}
.kuchikomi_unit_comment {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	display: block;
	padding-right: 20px;
}
.kuchikomi_unit_comment.open {
	height: auto;
}

.kuchikomi_unit_footer {
	margin-top: 20px;
	padding-right: 20px;
	display: flex;
	position: relative;
}
	.kuchikomi_unit_more {
		display: inline-block;
		right: 20px;
		margin-right: 0;
		position: absolute;
	}
.kuchikomi_pagination UL {
	text-align: center;
	width: auto;
	display: block;
	margin: 0 auto;
}
.kuchikomi_pagination UL LI {
	margin: 0 auto;
	display: inline-block;
}
.kuchikomi_pagination UL LI A {
	display: block;
	padding: 8px 16px;
	background-color: #eee;
	color: #000;
	border: solid 1px #999;
	margin: 0 4px;
	border-radius: 8px;
	text-decoration: none;
}
.kuchikomi_pagination UL LI STRONG {
	display: block;
	padding: 8px 16px;
	background-color: #CCC;
	color: #000;
	border: solid 1px #999;
	margin: 0 4px;
	border-radius: 8px;
	text-decoration: none;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
@media screen and (min-width:960px) {
	/* =============================================== */
	/* =============================================== */
}
@media screen and (max-width:959px) {
	/* =============================================== */
	.detail_left {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.detail_left_top1{
		width:auto;
	}
	.detail_left_top2{
		width:auto;
	}
	.detail_left_top3{
		width:auto;
	}
	.percent_bar_table{
		width:100%;
	}
	.percent_bar_table th {
		width: 30%;
	}
	.percent_bar_table td {
		width: 70%;
	}
	/* =============================================== */
}
