
div#event_schdl_box{
	
}

div#event_schdl_box div.event_schedl_top{
	background-image: url(/image/event_schdl_top.jpg);
	background-repeat: no-repeat;
	width:768px;
	height:56px;
}

div#event_schdl_box div.event_schedl_top p.event_year{
	font-size: 18pt;
	font-weight: bold;
	float: left;
	width: 250px;
	margin: 10px 0 0 20px;
	display: inline;
}

div#event_schdl_box div.event_schedl_top div.event_date_btn{
	float: right;
	width: 362px;
	margin: 10px 10px 0 0;
	font-size:0pt;
	text-align:right;
}

div#event_schdl_box div.event_schedl_top div.event_date_btn img{
}

div#event_schdl_box div.event_schedl_middle{
	background-image: url(/image/event_schdl_middle.gif);
	background-repeat: repeat-y;
	width:768px;
	padding-left: 10px;
/*	padding-left: 20px;*/
}

/* カレンダーのヘッダ（日付け） */
div.event_schedl_middle td.cal_h_day{ border:1px solid #BABABA;font-size:0.9em;font-weight:bold;color:#323232 }

div.event_schedl_middle td.cal_h_day_sut{ border:1px solid #BABABA;font-size:0.9em;font-weight:bold;color:#323232;background:#D7E8F2 }

div.event_schedl_middle td.cal_h_day_sun{ border:1px solid #BABABA;font-size:0.9em;font-weight:bold;color:#323232;background:#ECDAD8 }

/* カレンダーのヘッダ（曜日） */
div.event_schedl_middle td.cal_h_week{ border:1px solid #BABABA;font-size:0.8em;color:#313131 }

div.event_schedl_middle td.cal_h_week_sut{ border:1px solid #BABABA;font-size:0.8em;color:#313131;background:#EDF5F8 }

div.event_schedl_middle td.cal_h_week_sun{ border:1px solid #BABABA;font-size:0.8em;color:#313131;background:#F9EDED }

/* カレンダーの内容 */
div.event_schedl_middle td.cal_day{ border:1px solid #BABABA;font-size:0.9em;color:#313131 }

div.event_schedl_middle td.cal_day_sut{ border:1px solid #BABABA;font-size:0.9em;color:#313131;background:#EDF5F8 }

div.event_schedl_middle td.cal_day_sun{ border:1px solid #BABABA;font-size:0.9em;color:#313131;background:#F9EDED }

div#event_schdl_box div.event_schedl_bottom{
	background-image: url(/image/event_schdl_bottom.gif);
	background-repeat: no-repeat;
	width:768px;
	height:9px;
}


/* イベント詳細 */
div#detail_info_e {
	width: 768px;
	margin-top: 10px;
}

div#detail_info_e img#h_img {
	float: left;
}

div#detail_box {
	width: 450px;
	float: left;
	margin-left: 10px;
}

div#detail_box table {
	margin-top: 20px;
	width: 450px;
}

div#detail_box table, div#detail_box th, div#detail_box td {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#detail_box th {
	height: 40px;
	padding: 10px 2px;
	vertical-align: top;
	width: 100px;
}

div#detail_box td {
	text-align: left;
	height: 40px;
	padding: 10px 2px 10px 10px;
	vertical-align: middle;
	font-size: 10pt;
}

div#detail_intro, div.other_txt {
	margin-top: 30px;
}

div#detail_intro img.intro_img, div#detail_intro p {
	float: left;
}

div#detail_intro p {
	width: 540px;
	margin-left: 10px;
}

div#detail_intro div.intro_inner {
	width: 768px;
	padding: 10px 0;
	border-bottom: 1px dotted #d0d0d0;
}

/* special */

/* info00 */
div.detail_info00 {
	margin:0px auto;
	width:991px;	
}

div.detail_info00 p.eventRead {
	padding:20px 0px;
	font-weight:bold;
	font-size:14px;
}

div.detail_info00 p.eventTtl {
	padding:19px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

div.detail_info00 table {
	margin-top: 20px;
	width: 450px;
}

div.detail_info00 th {
	height: 40px;
	padding: 10px 2px;
	vertical-align: top;
	width: 100px;
	border-bottom:1px solid #dfdfdf;
}

div.detail_info00 td {
	text-align: left;
	height: 40px;
	padding: 10px 2px 10px 10px;
	vertical-align: middle;
	font-size: 10pt;
	border-bottom:1px solid #dfdfdf;
}

div.detail_info00 .borderBottom {
	border-bottom:none;
}

div#detail_box00 {
	float:left;
	width:595px;
}

img#eventPhoto {
	float:left;
	width:252px;
	margin-right:20px;
}

/* info01 */
div.floatLeft {
	float:left;
}

div.floatRight {
	float:right;
}

div.detail_info01 {
	clear:both;
	width:485px;	
}

div.detail_info01 table {
	margin-top: 20px;
	width: 450px;
}

div.detail_info01 th {
	height: 40px;
	padding: 10px 2px;
	vertical-align: top;
	width: 100px;
	border-bottom:1px solid #dfdfdf;
}

div.detail_info01 td {
	text-align: left;
	height: 40px;
	padding: 10px 2px 10px 10px;
	vertical-align: middle;
	font-size: 10pt;
	border-bottom:1px solid #dfdfdf;
}

div.detail_info01 .borderBottom {
	border-bottom:none;
}

div#detail_box01 {
	float:left;
	width:240px;
}

img#eventPhoto02 {
	float:left;
	width:165px;
	margin-right:20px;
}

div.detail_info01 p.eventTtl {
	margin-bottom:30px;
	padding:5px 0 0 0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

/* specialBox */
div.spacialInner {
	padding:10px 18px;
}

div.secondWrap {
	margin:0px auto;
	width:991px;	
}

div.specialBox {
	margin-bottom:30px;
	width:991px;
	background:url(../event/img/bgr_special_001_m.gif) repeat-y left top;
}

div.specialBoxT {
	background:url(../event/img/bgr_special_001_t.gif) no-repeat left top;
}

div.specialBoxTch {
	background:url(../event/img/bgr_special_001_cht.gif) no-repeat left top;
}


div.specialBoxT06 {
	background:url(../event/img/bgr_special_006_t.gif) no-repeat left top;
}

div.specialBoxB06 {
	background:url(../event/img/bgr_special_006_b.gif) no-repeat left bottom;
}

div.specialBoxM06 {
	margin-bottom:30px;
	background:url(../event/img/bgr_special_006_m.gif) repeat-y left top;
}

div.specialBoxB {
	background:url(../event/img/bgr_special_001_b.gif) no-repeat left bottom;
}

div.specialBox002 {
	margin-bottom:30px;
	background:url(../event/img/bgr_special_m.gif) repeat-y left top;
}

div.specialBox002B {
	background:url(../event/img/bgr_special_b.gif) no-repeat left bottom;
}

div.specialBox002T_2 {
	background:url(../event/img/bgr_special_002_t.gif) no-repeat left top;
}

div.specialBox002T_2ch {
	background:url(../event/img/bgr_special_002_cht.gif) no-repeat left top;
}

div.specialBox002T_3 {
	background:url(../event/img/bgr_special_003_t.gif) no-repeat left top;
}

div.specialBox002T_3ch {
	background:url(../event/img/bgr_special_003_cht.gif) no-repeat left top;
}

div.specialBox002T_4 {
	background:url(../event/img/bgr_special_004_t.gif) no-repeat left top;
}

div.specialBox002T_4ch {
	background:url(../event/img/bgr_special_004_cht.gif) no-repeat left top;
}

div.specialBox002T_5 {
	background:url(../event/img/bgr_special_005_t.gif) no-repeat left top;
}

div.specialBox002T_5ch {
	background:url(../event/img/bgr_special_005_cht.gif) no-repeat left top;
}

div.detail_info02 {
	margin:0px auto 30px auto;
	width:991px;	
}

p.eventTtl02 {
	padding:35px 0px 40px 105px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

div.listInner {
	padding:0px 15px;
}

div.listInner .textStrong {
	font-weight:bold;
}

div.listInner dl {
	float:left;
	width:330px;
	padding-bottom:20px;	
}

div.listInner dl.dlRight {
	float:left;
	width:285px;
	padding-bottom:20px;	
}

div.listInner dt {
	float:left;
	margin-right:15px;
}

div.listInner dd {
	line-height:1.8;
}

.clearBoth {
 clear:both;	
}

/* hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* hack */

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


