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

/*---------------------------
	
	TITLE

---------------------------*/


#sche_title{
	width:100%;
	height:72px;
	border-top:solid 2px #005368;
	border-bottom:dotted 1px #005368;
	margin-bottom:35px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/*---------------------------
	
	TOP NAVI

---------------------------*/




/*----------	schedule	------------*/

#sche_top_navi_schedule{
	top:0;
	left:0;
}

#sche_top_navi_schedule a{
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:0px 0px ;
}

#sche_top_navi_schedule a:hover{ background-position:0px -30px ;}


#sche_top_navi_schedule_selected{
	top:0;
	left:0;
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:0px -60px ;
	z-index:99;
}

/*----------	CAL	------------*/

#sche_top_navi_cal{
	top:0;
	left:115px;	
}

#sche_top_navi_cal a{
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:-120px 0px;
	
}

#sche_top_navi_cal a:hover{
	background-position:-120px -30px;
}

#sche_top_navi_cal_selected{
	top:0;
	left:115px;
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:-120px -60px ;
	z-index:99;
}

/*----------	delivery		------------*/

#sche_top_navi_delivery{
	top:0;
	left:230px;
	
}

#sche_top_navi_delivery a{
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:-240px 0px;	
}

#sche_top_navi_delivery a:hover{ background-position:-240px -30px; }

#sche_top_navi_delivery_selected{
	top:0;
	left:230px;
	background-image:url(../common/img/contents_header/top_navi_schedule.png);
	background-position:-240px -60px ;
	z-index:99;
}



/*---------------------------
	
	over view

---------------------------*/

#sche_overview_wrap {
	width:735px;
	height:330px;
	background-image:url(../schedule/img/schedule/sche_overview_bg.jpg);
	margin-top:35px;
	margin-bottom:35px;
	padding:20px 0 20px 0;	
}

#sche_overview_col_L {
	width:216px;
	height:330px;
	padding:0 14px 0 14px;
	float:left;
}
#sche_overview_col_C {
	width:216px;
	height:330px;
	padding:0 14px 0 14px;
	float:left;
	border-left:solid 1px #005368;
	border-right:solid 1px #005368;
}
#sche_overview_col_R {
	width:216px;
	height:330px;
	padding:0 14px 0 14px;
	float:right;
}


/*---------------------------
	
	CALENDAR

---------------------------*/


.sche_cal_wrap{
	width:735px;
	height:270px;
	margin-bottom:45px;
}

.sche_cal_L{
	width:224px;
	height:240px;
	float:left;
}
.sche_cal_C{
	width:224px;
	height:240px;
	float:left;
	margin-left:31px;
	margin-right:32px;
}
.sche_cal_R{
	width:224px;
	height:240px;
	float:right;
}

.sche_cal_head th{
	height:30px;
	linge-height:30px;
}

.sche_cal_cel td{
	text-align:center;
	linge-height:30px;
	width:30px;
	height:30px;

}
.cal_close{
	background-color:#c9d3d7;
}

.sche_cal_month{
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005368;
	border-bottom-color: #005368;
}

.sche_cal_title{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005368;
}

/*---------------------------
	
	Delivery

---------------------------*/

#sche_deli_map{
	
	width:735px;
	height:440px;
	background-image:url(../schedule/img/delivery/map.jpg);
	margin-bottom:20px;
	position:relative;
}

#sche_deli_map_text{
	width:200px;
	position:absolute;
	top:0px;
	left:40px;
}

#sche_deli_map_text h2{
	widht:200px;
	margin-bottom:10px;
	color:#005368;
}


#sche_deli_day li{
	list-style:none;
	display:block;
	width:200px;
	height:25px;
	font-size:14px;
	color:#005368;
	font-weight: bold;
}
.sche_deli_day{
	float:right;
	height:25px;
	line-height:25px;
}

.sche_deli_place{
	float:left;
	height:25px;
	line-height:25px;
}

/*-------------delivery 説明---------------*/


#sche_deli_text_wrap{
	width:735px;
	height:220px;
}
#sche_deli_text_col_L{
	width:216px;
	height:180px;
	padding:0px 14px 0px 14px;
	margin:20px 0 20px 0;
	float:left;
}
#sche_deli_text_col_C{
	width:216px;
	height:180px;
	padding:0px 14px 0px 14px;
	margin:20px 0 20px 0;
	float:left;
	border-left:solid 1px #005368;
	border-right:solid 1px #005368;
}
#sche_deli_text_col_R{
	width:216px;
	height:180px;
	padding:0px 14px 0px 14px;
	margin:20px 0 20px 0;
	float:right;
}

/*-------------delivery ---------------*/
