/* CSS Document */

/* CSS Information ==============================================

File name: schedule_section.css
Description: schedule area
Editors: aoi takahashi
Date: 2010.03.31
Table of Contents: 
  *schedule_section
================================================================*/

/*schedule_section スケジュール*/
#schedule_section{
  width:250px;
  height:auto;
  margin-bottom:9px;
}

a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

div.schedule_section_inner{
  width:250px;
  height:auto;
  background:url(/img/common/right_col/schedule/box_schedule_bg.gif) repeat-y;
}

h3.schedule_h3{
  margin:0;
  padding:0;
}

div.schedule_box{
  width:230px;
  height:auto;
  padding:6px 10px 0 10px;
  margin:0;
}

p.schedule_icon{
  width:230px;
  text-align:left;
  padding:0 0 5px 0;
  margin:0;
}

dl.schedule_dl{
  width:230px;
  height:auto;
  padding:0;
  margin:0;
}

dt.schedule_dt{
  width:230px;
  text-align:left;
  font-size:12px;
  line-height:16px;
  padding:0 0 2px 0;
  margin:0;
}

dd.schedule_dd{
  width:230px;
  text-align:left;
  font-size:12px;
  line-height:16px;
  padding:0;
  margin:0;
  color:#444444;
}

p.schedule_more_link{
  width:230px;
  text-align:right;
  font-size:12px;
  line-height:16px;
  padding:0;
  margin:0;
}

p.schedule_more_line{
  width:230px;
  height:auto;
  padding:5px 0 5px 0;
  margin:0;
}

/*	Pontaコーナー用
	2012.10.30 追記 */
#schedule_section ul {
	padding: 0 15px 5px;
}
#schedule_section li{
	list-style: none;
	border-bottom: 1px dotted #EBAFC5;
	padding: 10px 0;
}
#schedule_section li img {
	margin-bottom: 8px;
}
#schedule_section li p {
	text-align: left;
}
#schedule_section li a {
	color: #333;
}
#schedule_section li a:hover p {
	color: #555;
}