@charset "utf-8";
/* CSS Document */

/* 機能
------------------------------ */
.float_clear {
	clear: both;
}


/* 共通 
------------------------------ */
#main {
	border: medium solid #898989;
    margin: 0 0 0 25px;
    text-align: left;
}
#main_area {
	margin: 0 15px;
	position: relative;
}



/* event_name_char
------------------------------ */
#event_name_char h1 {
	font-size: 23px;
	font-weight: bold;
}

.start_time {
	background: url("../img/on_air_date.png") no-repeat scroll left center / 72px 16px rgba(0, 0, 0, 0);
	margin-top: 7px;
	position: relative;
}
.start_time p{
	font-size: 17px;
    margin-left: 77px;
	padding-top: 2px;
}

#event_name_char .tit_btn_link{
	position: absolute;
	top: 0;
	right: 0;
}

/* tooltip 
------------------------------ */
.tt {
	cursor:pointer;

}
/* img_area
------------------------------*/
#img_area {
	position: relative;
}



/* img
------------------------------
/* meinimg↓*/
#event_img{
	height: 220px;
}

#photo li{
	width:300px;
	height:200px;
	margin:0 5px 10px;
	float: left;
	border: #019bd2 5px solid;
}
#photo img{ 
	max-width: 300px;
	max-height: 200px;
}

#photo li div{
 text-align: center;
}
/* text_char
------------------------------ */
#text_char{
    border-left: 8px solid #009c84;
    margin-top: 15px;
    padding: 5px 0 5px 10px;
	position: relative;
}

#text_char p{
	overflow: hidden;
	
}

/* 関連リンク
------------------------------ */
#make_link {
	float: right;
	margin-left: 5px;
}
#make_link a:hover{
	opacity:0.8;
}


/* text_char_pop 2014/11/28
------------------------------ */
#text_char_pop {
    height: 150px;
    position: absolute;
	font-size: 8px;
    right: 0;
    top: 0px;
    width: 257px;
}


/* 関連リンク
------------------------------ */
#item_char{
	margin: 25px 0 73px;
}
#item_char h2{
	margin-bottom: 10px;
}

/* 関連リンク
------------------------------ */
.ui-tab {
    list-style: none;
    margin: 0;

}
.ui-tab li {
    float: left;
    margin: 2px 1px 0 10px;
    min-width: 85px; /* be nice to Opera */
	width: 90px;
}