@charset "utf-8";
@font-face {
    font-family: font2;
    src: url(../font/charter-bold.ttf) format("truetype");
}
#live_info {
	text-align: left;
    color: #000;
    width: 50rem;
    margin: 0 auto;
}
#live_block {
	font-family: font2, "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
#live_block p {
	color: #fff;
	padding-left: 8px;
}
.live_end {
	background-color: #eee;
}
#live_head {
	background: #000;
	color: #fff;
	padding: 4px 10px;
	font-size: 1rem;
}
.live_item {
	padding: 10px;
	/*border-bottom: 1px solid #999;*/
	font-size: 1rem;
	background-color: #000;
}
.live_main {
	padding: 5px 10px 0 10px;
}
.live_header {
	width: 80px;
}
.live_place_text {
	color: #fff;
}
.detailBlock {
	margin-right: 8px;
}
.vc_end_live {
	font-family: font2, "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	padding-left: 0px;
	color: #f2ca2d;
	font-weight: normal;
	font-size: 10px;
}
.live_main a {
	color: #000;
	text-decoration: none;
}
.live_main a:hover {
	text-decoration: underline;
}
.live_detail {
	padding-left: 10px;
	padding-top: 4px;
}
.live_detail a {
	text-decoration: none;
	color: #f2ca2d;
}
.live_place {
	padding: 2px 0;
}
.live_mail {
	margin-left: 100px;
	padding: 2px 0;
}
.live_title {
	font-weight: bold;
	font-size: 1.25rem;
	color: #f00;
}
#live_outline {
	width: 100%;
	border: 1px solid #000;
	font-size: 0.75rem;
	border-spacing:0;
	border-collapse:collapse;
	border-radius: 5px;
}
#live_outline thead {
	background: #fff;
	text-align: center;
}
#live_outline thead th {
	border: 1px solid #fff;
	padding: 8px 0;
	background: #111;
	color: #fff;
	font-weight: normal;
}
#live_outline tbody td {
	border: 1px solid #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #444;
	color: #fff;
}
.pad4 {
	padding-left: 4px;
}
#live_caption_block {
	margin: 10px 4px 4px 4px;
}
#live_caption {
	color: #CD0B18;
	padding-left: 4px;
	font-weight: bold;
}
.text_cetner {
	text-align: center;
}
.live_item table {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-top: 10px;
	font-size: 0.75rem;
}
.vc_item_head {
	background: #111;
	color: #fff;
	font-weight: bold;
	width: 130px;
}
.vc_item_body {
	background: #444;
	color: #fff;
}
.live_item table tr td {
	border: 1px solid #fff;
	padding: 4px;
}
.vc_live_date {
	width: 140px;
}
.vc_live_title {
	color: #fff;
}
.vc_live_detail_text {
	width: 50px;
}
.vc_live_place_name {
	width: 150px;
}
.live_info_item {
    padding-top: 31px;
    padding-bottom: 31px;
    border-top: 1px solid #7e7e7e;
    color: #fff;
}
.live_info_item:hover {
	background-color: #666;
}
.dateBlock {
    width: 140px;
    padding-left: 14px;
}
.dateBlock .openWeek {
	font-size: 0.75rem;
}
.dateBlock .openDate {
    font-weight: bold;
    font-size: 1rem;
}
.hallBlock {
    width: 350px;
}
.live_place {
	font-size: 20px;
	font-weight: bold;
}
.live_address {
	font-size: 0.875rem;
	color: #f2ca2d;
}
a.liveItem_active {
    width: 100px;
    background-color: #fff;
    border: 1px solid #f2ca2d;
    color: #000;
    display: inline-block;
    font-family: font2, "librefranklin-regular", Arial, sans-serif;
    padding: 15px 12px;
    margin-left: 6px;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.42857143;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
a.liveItem_active:hover {
	background-color: #f2ca2d;
}
a.liveItem_negative {
    width: 100px;
    background-color: #999;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-family: font2, "librefranklin-regular", Arial, sans-serif;
    padding: 15px 12px;
    margin-left: 6px;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.42857143;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
.arrow_class {
	font-weight: bold;
	padding-right: 4px;
}