@charset "utf-8";


.eventT {
width: 100%;
}
.eventT th{
text-align: left;
width: 100px;
}

.eventT th img {
padding-bottom: 5px;
}

.eventT td,
.eventT th {
padding: 15px 10px;
vertical-align: top;
border: 3px solid #fff;
background-image: url(/inc/images/global/dod_line.gif);
background-position: bottom;
background-repeat: repeat-x;
}

.time {
background-color: #EDE9E1;
color: #804F1B;
width: 180px;
}

.time a {
color: #804F18;
}

.time a:hover {
color: #e9303f;
}

/* イベント詳細*/

.syosai table td{
vertical-align: top;
padding: 5px;
}

.syosai table img{
margin: 0 5px;
}

.toichiran {
text-align: center;
margin: 20px 0;
padding: 10px 0;
border-top: dotted 1px #b3b3b3;
}

/* イベント概要*/

.eventD {
width: 80%;
margin: 10px 0 30px 65px;
}
.eventD th{
text-align: left;
width: 100px;
background-color: #EDE9E1;
color: #804F1B;
}


.eventD td,
.eventD th {
padding: 10px 10px;
vertical-align: top;
border: 3px solid #fff;
background-image: url(/inc/images/global/dod_line.gif);
background-position: bottom;
background-repeat: repeat-x;
}




