@charset "UTF-8";

/*////////////////////////////////////////////////////

	イベント情報

////////////////////////////////////////////////////*/

ul#global-navi li#event a { background: url(../../images/common/gnavi.gif) no-repeat -667px -44px; }

.m1 {
	background: url(../images/midashi_event.gif) no-repeat 0 0;
	line-height: 50px;
}
table {
	margin: auto 20px;
 }
table p {
	font-size: 100%;
}
table th {
	width: 80px;
	white-space: nowrap;
}
table table {
	width: 70%;
	margin : 0;
	padding: 3px;
	border: none;
	background: white;
	font-size: 100%;
	text-align: left;
}
table table td {
	background: white;
}
table th.col {
	width: auto;
	text-align: center;
}
table.schedule {
	width: 60%;
	margin: 0 20px;
}
table.schedule td,
table.schedule th { padding: 2px 5px; 
}
img.image {
	border: 1px solid #aaa;
}

/* 2カラムのイベント
-----------------------------------------------------------------------------*/
.eventbox {
	margin: 10px 0px 10px 20px;
}
.eventbox:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.eventbox { display: inline-block; }

/* ¥*/
* html .eventbox { height: 1%; }
.eventbox { display: block; }
/* */

.eventbox table {
	float: left;
	width: 460px;
	margin: 0;
}
.eventbox img {
	margin-left: 30px;
	border: 1px solid #aaa;
}
table.w60 {
	width: 460px !important;
}


/* 記念イベント
-----------------------------------------------------------------------------*/
h2.anv {
	margin: 20px auto 0px;
	padding: 27px 0px 10px 50px;
	font-size: 123.1%;
	color: #c50404;
	background: url(../images/midashi_anv.gif) no-repeat 0 0;
	line-height: 101%;
}

/* テーブル */
table.anv {
	border: 2px solid #EB9088;
	background: #fffdf5;
	margin-bottom: 10px;
	margin-right: 0px;
}
table.anv th {
	background: #F4D0D0;
	border: 1px solid #EB9088;
	color: #79292D;
}
table.anv th.col {
	background: #FFFDFD;
}
table.anv td {
	background: #FFFDFD;
	border: 1px solid #EB9088;
}
p.anv-menu {
	font-size: 85%;
	line-height: 130%;
	color: #666666;
	padding: 0px 0px 5px 25px;
}

