@charset "UTF-8";

.entry_tbl { 
	width: 100%; 
	text-align: center; 
	border-collapse: inherit; 
	margin: 0 auto 20px ;
}

.entry_tbl th,
.entry_tbl td,
.song_tbl th,
.song_tbl td {
	border: 1px solid #BBB;
	font-size: 14px;
	line-height: 130%;
	padding: 5px;
}

.entry_tbl th { 
	width: 14%;

}

.entry_tbl td { 
	vertical-align: top; 
	text-align: left; 
	white-space: nowrap;
}

.song_tbl {
	width: 100%;
}

.song_tbl th {
	width: 14%;
}

.tr_black { 
	background: #2A2A2A;
}

.tr_black td,
.tr_black th { 
	color: #EEEEEE; 
	font-weight: bold; 
	text-align: center;
}

.tr_name td { 
	text-align: center;
}

.tr_gray td {
	background: #EFEFEF;
}

.tr_reach td {
	background: #FFD9F2;
}

.tr_decide td {
	background: #FF959F;
}

.tr_join td {
	background: #FDEFD8;
}

.tr_gray span,
.tr_reach span,
.tr_decide span,
.tr_join span {
	font-size: 10px;
	line-height: 120%;
}

td.start {
	text-align: center;
	white-space: nowrap;
}

.no {
	background: #FFF;
	text-align: center;
	font-size: 10px;
}

.assign { 
	background: #99FFFF;  
	white-space: nowrap; 
}

.none { 
	background: #EFEFEF;  
}

.songs_agt {
	text-align: center;
	margin: 0 0 50px;
}

.songs_agt img {
	border: 1px solid #BBB;
	display: block;
	margin: 0 0 20px;
	padding: 3px 0;
}

.songs_agt a {
	font-size: 16px;
	padding: 0 30px 0 0;
}

.songs_navi {
	margin: 0 0 40px;
	text-align: center;
	width: 100%;
}

.songs_navi ul {
	margin: 0 auto;
	width: 880px;
}

.songs_navi li {
	display: block;
	float: left;
	height: 50px;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.songs_navi ul:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*¥*/
* html .songs_navi ul {
    height: 1em;
    overflow: visible;
}
/**/

