@charset "utf-8";
/* CSS Document */


#all_select p {
	color: #404348;
	padding: 15px 10px;
	line-height: 1;
	font-size: 14px;
}
#all_select a {
	display: block;
	color: #a3a3a3;
	padding: 15px 10px;
	line-height: 1;
	font-size: 14px;
}
.search_select select{
	-webkit-appearance: none;
	border: none;
	padding: 0 0 0 80px;
	width: 100%;
	height: 100%;
	color: #404348;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search_name {
	border: none;
	padding: 15px 10px;
	line-height: 1;
	font-size: 14px;
	color: #a3a3a3;
	position: absolute;
	top: 0;
	left: 0;
}
.search_select {
	position: relative;
	width: 100%;
	height: 44px;
	background-color: #fff;
	
	border-bottom: 1px solid #e3e3e3;
}
.search_arrow {
	position: absolute;
	right: 10px;
	top: 20px;
}
.search_arrow img {
	vertical-align: top;
}
/*#live_list_tab_wrap {
	display: table;
	width: 100%;
	background-color: #fff;
}
.live_list_tab {
	display: table-cell;
	width: 33%;
	border-right: 1px solid #E3E3E3;
	line-height: 1;
	font-size: 13px;
	color: #a3a3a3;
}
.live_list_tab a {
	padding: 15px 0 15px 10px;
	color: #a3a3a3;
	display: block;
}
.live_list_tab.active, .live_list_tab.active a {
	color: #424347;
}
#live_category_tab_in {
	position: relative;
	width: 100%;
	height: 44px;
}
.live_list_tab select{
	-webkit-appearance: none;
	border: none;
	padding: 0 0 0 10px;
	width: 100%;
	height: 100%;
	color: #a3a3a3;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}
.live_list_tab.active select {
	color: #424347;
}
#live_tab_area {
	padding: 0;
	vertical-align: middle;
	position: relative;
}
#live_tab_area p {
	position: absolute;
	right: 10px;
	top: 20px;
}
#live_tab_area p img {
	vertical-align: top;
}*/

.live_list_txt {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
}

#live_list {
	/*border-top: 1px solid #e3e3e3;*/
}

#live_list h3 {
	font-size: 15px;
	line-height: 1;
	padding: 10px;
	background-color: #e3e3e3;
	font-weight: normal;
}

#live_list .arrow {
	padding-left: 10px;
}

#live_list .arrow_wrap {
	padding: 6px 10px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	
}

.live_list_title {
	font-size: 15px;
	line-height: 1.3;
}
.live_list_date {
	font-size: 12px;
	line-height: 1.2;
	color: #848587;
	/* margin: 6px 0 7px; */
}

.more_btn {
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	font-size: 13px;
	color: #85898c;
	position: relative;
	height: 20px;
}

#more_load {
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;
	
	display:none;
}

#list_link {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	font-size: 13px;
	color: #85898c;
}
#list_link a{
	padding: 10px;
	display: block;
	height: 20px;
}


article {
	padding: 15px 0 0;
	background-color: #fff;
}

article h3 {
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
}

#main_img_wrap {
	margin: 11px 10px;
}



.live_detail_txt {
	padding: 0 10px 11px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
}
.live_detail_txt a {
	color: #1364b6;
	text-decoration: underline;
}





.live_one_info {
	padding: 0 0 6px;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	position: relative;
}

.live_detail_wrap {
	/*height: 0;
	overflow: hidden;*/
	transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.live_detail {
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 10px 0;
}

.live_detail dl {
	display: table;
	width: 100%;
	margin: 0 0 5px;
}

.live_detail dt {
	text-align: center;
	display: table-cell;
	
	color: #fff;
	width: 86px;
}
.live_detail dt p {
	background-color: #c4c4c4;
	padding: 4px 0;
	line-height: 1;
}
.live_detail dd {
	padding-left: 10px;
	text-align: left;
	display: table-cell;
}

.live_detail a {
	color: #1364b6;
	text-decoration: underline;
}
.live_detail_p {
	padding: 2px 0 4px;
}
.live_detail_wrap {
	overflow: hidden;
	height: 0;
}

.calendar {
	margin-bottom: 13px;
	width: 110px;
	float: left;
}
.place_link {
	width: 50px;
	float: left;
	margin: 5px 0 0;
}


.live_one_info h4 {
	font-weight: normal;
}
.live_one_info .arrow {
	padding-left: 10px;
}

.live_one_info .arrow_wrap {
	padding: 6px 10px 0;
}



#live_share {
	padding: 15px 10px;
}
#live_share li {
	float: left;
	margin: 0 7px 0 0;
	height: 26px;
}




.no_result {
	font-size: 15px;
	padding: 20px 10px;
	background-color: #fff;
}