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

/* --------------------
催事情報
--------------------- */

.eventTit {
margin-bottom: 20px;
}
.eventBg {
background-image: url("../../../../event/img/bg.gif");
background-repeat: repeat-y;
}
.eventList {
width: 615px;
margin-right: auto;
margin-left: auto;
border-top-style: none;
border-left-style: none;
}
.eventList td {
border-bottom-width: 2px;
border-right-style: none;
border-bottom-style: dotted;
border-bottom-color: #FFD24D;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
font-size: 93%;
color: #111;
padding-left: 10px;
padding-right: 10px;
}
.eventList td.eventPrefacture {
width: 80px;
background-image: url(../../../../event/img/icon.jpg);
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}
.eventList td.eventDate {
width: 100px;
}
.eventList td.eventPlace {
width: 100px;
}
.eventList td.eventAddress {
width: 120px;
}
.eventList td.eventName {
width: 95px;
}
