@charset "utf-8";


/* このページの先頭へ */
#contents p.pagetop{
	height:20px;
	margin-bottom:20px;
	text-indent:-9999px;
	position:relative;
	clear:both;
}
#contents p.pagetop a{
	width:110px;
	height:15px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/common/images/renew2009/li_pagetop.gif);
	font-size:12px;
	line-height:1.0;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
#contents p.pagetop a:hover, #contents p.pagetop a:active{ background-position:left bottom; }




/* Float Element */
.cLeft {
	float: left;
}

.cRight {
	float: right;
}




/* All Layout
----------------------------------------------------*/
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#contents{
	width:950px;
	margin:0 auto;
	padding:0 0 20px;
	font-size:115%;
	position:relative;
}



h1{ margin:0 0 10px; text-align:center; }


#contents h2{
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 6px 10px 4px;
	border-bottom: none;
	background-color: #e5e5e5;
	color: #333;
	font-size: 134%;
	font-weight: bold;
}
#contents h3{
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	background-size: auto 30px;
	color: #333;
	font-size: 154%;
	font-weight: bold;
}
#contents #cal1 h3{ background-image:url(/calendar/images/bg_tit01.gif); }
#contents #cal2 h3{ background-image:url(/calendar/images/bg_tit02.gif); }
#contents #cal3 h3{ background-image:url(/calendar/images/bg_tit03.gif); }

#contents #cal1.IE78 h3{ background-image:url(/calendar/images/bg_tit01s.gif); }
#contents #cal2.IE78 h3{ background-image:url(/calendar/images/bg_tit02s.gif); }
#contents #cal3.IE78 h3{ background-image:url(/calendar/images/bg_tit03s.gif); }




#lead{ margin:0 0 30px; }
#lead strong{
	font-weight:bold;
	color:#D20B2A;
}

#lead .notes{ padding-bottom:15px; }
#lead .notes li{ margin-bottom:5px; margin-left:1em; text-indent:-1em; font-size:90%; line-height:1.5; }

#lead dl{ margin-bottom:10px; border:1px solid #c00; display:inline-block; /display:inline; zoom:1; clear:both; }
#lead dt{
	width:6em;
	padding:3px 0;
	background-color:#c00;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#lead dd{
	margin-top:-2.1em;
	padding:3px 1em 3px 7em;
	color:#c00;
	font-weight:bold;
}


#lead p.txtlink{ margin-top:20px; text-align:right; }
#lead p.txtlink a{
	padding-left:17px;
	background:url(/common/images/renew2009/arrow_blank.gif) left 0.4em no-repeat;
}




#preBox .calendarList{
	margin-bottom:22px;
	padding:20px;
	border:1px solid #ccc;
	border-radius:10px 10px;
	-webkit-border-radius:10px 10px;
	-moz-border-radius:10px 10px;
	position:relative;
	zoom:1;
	clear:both;
}
#preBox .calendarList:after{ content:''; display:block; clear:both; }

#preBox .cLeft{
	width:200px;
	display:inline;
	margin:0 0 15px;
}
#preBox .cRight{
	display:inline;
	margin:0 0 15px;
	width:685px;
}


#preBox .cLeft p{ margin:0 0 11px; }
#preBox .cLeft p.img{ text-align:center; }


#preBox .cLeft li{ margin:0 0 3px; text-align:center; }
#preBox .cRight p{ margin:0 0 17px; padding:0; }
#preBox .cRight p.ic{ position:absolute; top:15px; right:20px; }
#preBox .cRight p.notes{ margin:0 0 10px 1em; font-size:100%; color:#c00; }


.calendarList .cal_details{ display:none; }
.calendarList .cal_details .detail{ text-align:center; }


/* ポップアップ */
.calDetails{ width:450px; margin:10px auto 0; position:relative; clear:both; }


/* スライダー */
.sliderPkg .box{
	width:630px;
	margin:0 auto;
}

.sliderPkg .box li{ width:130px; padding:0 14px; font-size:12px; font-weight:bold; text-align:center; float:left; }
.sliderPkg .box li span{ margin-top:5px; background-color:#eee; display:block; }

.sliderPkg .box li a img{ display:inline; }

.slick-prev:before, .slick-next:before{ color:#333 !important; }


.IE78 .sliderPkg .box{ width:640px; }
.IE78 .sliderPkg .box li{ margin-bottom:15px; }

/*
.sliderPkg .slick-prev{ left: -25px; }
[dir='rtl'] .sliderPkg .slick-prev{ right: -25px; }
.sliderPkg .slick-next{ right: -25px; }
[dir='rtl'] .sliderPkg .slick-next{ left: -25px; }
*/

.sliderPkg .slick-prev,
.sliderPkg .slick-next{ width:24px; height:24px; }

.sliderPkg .slick-prev:before{ content: url(/calendar/images/bg_prev.gif); opacity: 1.0; }
[dir='rtl'] .sliderPkg .slick-prev:before{ content: url(/calendar/images/bg_next.gif); opacity: 1.0; }
.sliderPkg .slick-next:before{ content: url(/calendar/images/bg_next.gif); opacity: 1.0; }
[dir='rtl'] .sliderPkg .slick-next:before{ content: url(/calendar/images/bg_prev.gif); opacity: 1.0; }




#summary{ zoom:1; clear:both; }
#summary table{
	margin-bottom:40px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#summary th{
	width:180px;
	padding:5px 10px;
	background-color:#e3f0f6;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:100%;
}
#summary td{
	padding:5px 10px;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:100%;
}





















/* いいねボタン */
.calendarList .fb_iine{
	width:900px;
	margin:0 auto;
	padding:20px 0 0;
	border-top:1px dotted #ccc;
	clear:both;
}



.anqBanner{
	text-align:center;
	margin:0 0 30px;
}
.btn_apply a,
.anqBanner a{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	zoom:1;
	display:inline-block;
}
.btn_apply a:hover,
.anqBanner a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}









/* ==

　99. SNSボタン

=============================================================================== */
#sns{ width:950px; margin:0 0 10px; padding:0; /padding:0 0 5px; text-align:right; clear:both; }
#sns:after{ content:''; display:block; clear:both; }
#sns p{ margin:0; padding:0; display:inline; }
#sns p{ /padding:0 0 0 5px; }
#sns_facebook img{ vertical-align:top; }










