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

/*-- event subnavi --*/
#snavi li.sn01 a{
	width:245px;
	height:50px;
	display:block;
	background:url(../image/btn_sn01-2.gif) left top no-repeat;
}
#snavi li.sn02 a{
	width:245px;
	height:50px;
	display:block;
	background:url(../image/btn_sn02-2.gif) left top no-repeat;
}
#snavi li.sn03 a{
	width:245px;
	height:50px;
	display:block;
	background:url(../image/btn_sn03-2.gif) left top no-repeat;
}
#snavi li.sn04 a{
	width:245px;
	height:50px;
	display:block;
	background:url(../image/btn_sn04-2.gif) left top no-repeat;
}

#snavi li a:hover{
	background-position:left bottom;
}


/*-- event detail --*/

#event_dtl {
	width:980px;
}
	
.tbl_event_dtl {
	width:100%;
	border-top:#999999 1px solid;
	border-right:#999999 1px solid;
}
.tbl_event_dtl th {
	padding:10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#0c5998;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
}
.tbl_event_dtl td {
	padding:10px;
	line-height:1.6em;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
}
.tbl_event_dtl td.list01 {
	width:120px;
	font-weight:bold;
	text-align:center;
	background-color:#e1f0fc;
}

.tbl_nb td {
	padding:0 10px 0 0;
	border:none;
}


/*-- kinjyo 2014.0516 --*/
.poster_align {
              text-align:center;
              vertical-align:middle;
}

/* takada 2014.08.18*/
.kinen50 {
	background:url(../../image/kinen50.png) no-repeat;
	background-position:143px 5px;
}

/* aikawa 2016.04.15*/
.cafecaution {
	width:940px;
	margin:20px auto;
	padding:15px;
	line-height:1.5em;
	font-size:14px;
	border:3px solid #cd120b;
}
.cafecaution p {
	text-decoration:underline;
	margin:0;
	padding-bottom:10px;
}