@charset "utf-8";
/* CSS Document */

/*TOPエリア*/
p.schedule_strong {
font-size:100%;
font-weight:500;
color: #000066;
margin-left:10px;
}


/*メインエリア*/
.schedule_box_08 {
width:755px;
border-style:solid;
border-color:black;
border-width:1px;
float:left;
margin-top:10px;
margin-left:10px;
display: inline;
background-image:url(../images/back_schedule.gif);
background-color:#CCCCCC;
background-repeat:no-repeat;
}


.schedule_title {
width:730px;
margin:10px;
border-style:solid;
border-color:#FFFFFF;
border-width:0px 0px 1px 0px;
font-weight:700;
line-height:120%;
}

.schedule_team {
width:300px;
margin-bottom:20px;
margin-left:10px;
font-size:90%;
line-height:110%;
font-weight:500;
}

.schedule_list {
width:350px;
margin:10px;
float:left;
display:inline;
}





/*回り込み解除*/
div.c-both { clear:both; }
.c-both_space { clear:both; margin-bottom:10px; }