@import url("vu.css");
.flline.media li{
	float: left;
	margin-right: 10px;
}
.flline.media li a{
	padding-left: 0.3em;
	color: #666666;
}
.txtred{
    color: #00822d;
}
.marginbot40{
    margin-bottom: 40px;
}
#content .schedule.index.juniorTable{
    border-left: 1px solid #D3D3CF;
    border-top: 1px solid #D3D3D3;
}
/*start 20150430*/
#content .schedule.index.juniorTable td{
	padding: 0.3em 0;
	border-bottom: 1px solid #D3D3D3;
	text-align: center;
}
#content .schedule.index.juniorTable tr > td:nth-child(3) a{
	font-weight: bold;
}
/*end 20150430*/
.juniorTable{
    width: 100%;
}
.right{
    float: right;
}
.margintop10{
    margin-top: 10px;
}
.MalignCenter{
    text-align: center;
}
.Mbgpink{
    background: #fffff3 ;
}
.langz {
    display: block;
    float: right;
    margin-left: 1em;
}
.langz li {
    border: 2px solid #d5d2a3;
    float: left;
    padding: 0 10px;
}
.langz li#ja {
    border-radius: 8px 0 0 8px;
}
.langz li#en {
    border-radius: 0 8px 8px 0;
}
.langz li.active {
    background-color: #d5d2a3;
    font-weight: bold;
}
.round{
	float: left;
	margin-bottom: 8px;
	border-left: 2px solid #c3c3c3;
}
.round li{
	float: left;
	border-right: 2px solid #c3c3c3;
	line-height: 1em;
	color: #666666;
	cursor: pointer;
}
.round li span{
	padding: 0 1em;
}
.round li span.active{
	padding-bottom: 3px;
	border-bottom: 2px solid #00822d;
	color: #00822d;
}
.titnh{
    font-size: 16px;
    text-transform: uppercase;
    float: left;
}
.plutab input[type=button]{
    border: none;
    background: url(../img/btnpl.png) no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}
#tbl0 .plutab input[type=button]{
    background: url(../img/btnmin.png) no-repeat;
}
.toptabnh{
    border-bottom: 1px dotted #d3d1d0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: none;
}
.keonhma{
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #555555;
    border: 1px dotted #d3d1d0;
    margin-bottom: 20px;
}
.plutab,
.roundTb {
    width: 2rem;
}
.rank,
.score,
.today,
.total {
    width: 3rem;
}
.hole {
    width: 4rem;
}
@media screen and (max-width: 750px){
    #tbl0 tbody tr,
    #tbl1 tbody tr {
        height: 3rem;
        line-height: 1;
    }
    .plutab,
    .roundTb {
        width: 1.5rem;
    }
    .rank,
    .score,
    .today,
    .total {
        width: 2.5rem;
    }
    .hole {
        width: 3.5rem;
    }
}