@charset "utf-8";

/*年間行事*/

article{
background-image:url(../event/images/page-bg.jpg);
}


/*年間行事表*/

#season{
}

#season td{
width:50%;
padding:5px;
}

#season .title{
color:#FFFFFF;
}

#season td.spring{
background-image:url(../event/images/spring-bg.png);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#FFE6DC;
}

#season td.spring .title{
padding-left:10px;
background-color:#FF88D9;
}

#season td.summer{
background-image:url(../event/images/summer-bg.png);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#E0FFD4;
}

#season td.summer .title{
padding-left:10px;
background-color:#55DD5C;
}

#season td.autumn{
background-image:url(../event/images/autumn-bg.png);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#FFF3DA;
}

#season td.autumn .title{
padding-left:10px;
background-color:#FFB85F;
}

#season td.winter{
background-image:url(../event/images/winter-bg.png);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#E1FBFF;
}

#season td.winter .title{
padding-left:10px;
background-color:#74A6FF;
}

.othertitle{
padding-left:10px;
background-color:#E7E7E7;
}


.lay-L{
float:left;
width:460px;
}

.lay-R{
float:right;
width:460px;
margin-left:20px;
}

.lay-L img{
width:100%;
height:auto;
border:solid 4px #fff6df;
box-shadow:0 0 5px rgba(118,118,118,0.5);
}

