@charset "utf-8";

/* 
-----------------------------*/
.bsc_item_view {
	border:1px solid #ccc; padding:4px; clear:both; display:block; margin:5px 0px 10px;}
.bsc_item_view_thumb {
	float:left; width:200px; margin:0px; }
.bsc_item_view_img {
	margin:0px 0px 5px 0px; }
.bsc_item_view_img_more {
	float:left; margin:0px 0.5% 1% 0px; width:23.2%; }
.bsc_item_view_lists {
	float:left; width:-webkit-calc(100% - 221px); width:calc(100% - 221px); margin:0px 0px 0px 20px; }
.bsc_item_view_list {
	display:block; }
.bsc_item_view_title {
	display:block; float:left; width:100px; 
	height:20px; margin:0px 0px 1px 0px; padding:3px 0px; text-align:center; background:#11BF8A; color:#fff; }
.bsc_item_view_comment {
	display:block; float:left; width:-webkit-calc(100% - 120px); width:calc(100% - 120px); 
	height:20px; margin:0px 0px 0px 10px; padding:3px 0px; border:0px solid #fff; }

.bsc_item_schedule {
	}
.bsc_item_schedule_header {
	width:100%; background:#11BF8A; padding:5px 0px; }
.bsc_item_schedule_title_1, .bsc_item_schedule_title_2, .bsc_item_schedule_title_3, 
.bsc_item_schedule_title_4, .bsc_item_schedule_title_5, .bsc_item_schedule_title_6 {
	float:left; padding:2px 5px; width:90px; text-align:center; color:#fff; font-weight:bold; }
.bsc_item_schedule_title_1 { width:40px; }
.bsc_item_schedule_title_2 { width:90px; }
.bsc_item_schedule_title_3 { width:90px; }
.bsc_item_schedule_title_4 { width:90px; }
.bsc_item_schedule_title_5 { width:350px; }

.bsc_item_schedule_body {
	width:100%; margin-bottom:20px; border-bottom:1px solid #ccc; }
.bsc_item_schedule_comment_1, .bsc_item_schedule_comment_2, .bsc_item_schedule_comment_3, 
.bsc_item_schedule_comment_4, .bsc_item_schedule_comment_5, .bsc_item_schedule_comment_6 {
	float:left; padding:5px 5px; text-align:center; line-height:150%; }
.bsc_item_schedule_comment_1 { width:40px; font-weight:bold; }
.bsc_item_schedule_comment_2 { width:90px; }
.bsc_item_schedule_comment_3 { width:90px; }
.bsc_item_schedule_comment_4 { width:90px; }
.bsc_item_schedule_comment_5 { width:350px; text-align:left; }

.bsc_item_view:after,  
.bsc_item_schedule_header:after, 
.bsc_item_schedule_body:after { 
	content:""; display:block; clear:both; }

.bsc_item_list {
	}
.bsc_item_list_thumb {
	margin:0px 0px 3px 0px; }
.bsc_item_list_title {
	margin:0px 0px; padding:3px 0px 3px 0px; }
.bsc_item_list_title a {
	color:#000; font-size:12px; font-weight:bold; }
.bsc_item_list_title a:hover,
.bsc_item_list_title a:active,
.bsc_item_list_title a:focus {
	color:#000; text-decoration:none; }
.bsc_item_list_title a span {
	color:#333; font-size:12px; font-weight:bold; }
.bsc_item_list_comment {
	margin:0px 0px; padding:3px 0px 3px 0px; color:#111; font-size:12px; white-space:normal; word-break:break-all; }
.bsc_item_list_price_label {
	background:#11BF8A; padding:1px 3px 1px 3px; color:#fff; }
.bsc_item_list_price_value {
	color:#227DBC; font-size:12px; font-weight:bold; }

.bsc_item_view_list:after { 
	content:""; display:block; clear:both; }

