@charset "utf-8";



/* #main
--------------------------------------------------*/
#main h1{
font-size:116%;
line-height:1;
font-weight:bold;
color:#7a4d0e;
background:#efe8d0;
padding:15px 25px;
}

#main .section:after{
display:block;
margin-top:-1px;
height:1px;
content:"";
clear:both;
}

*+html #main .section{
min-height:1%;
}

*html #main .section{
height:1%;
overflow:visible;
}

#main .section{
width:640px;
border-bottom:5px solid #efe8d0;
padding:30px 0;
cursor:pointer;
}

#main .section .img{
float:right;
width:280px;
text-align:center;
}

#main .section .txt{
float:left;
width:335px;
}

#main .section h2{
font-size:116%;
line-height:1.5;
font-weight:bold;
margin-bottom:20px;
}

#main .section h2 a{
color:#8c6125;
}

#main .section p{
font-size:116%;
line-height:1.7;
}

#main .section p.date{
font-size:100%;
font-weight:bold;
margin-bottom:15px;
}

#main .section p.caption{
font-size:100%;
line-height:1.5;
color:#7c674a;
margin-top:15px;
}

#main .schedule{
margin-bottom:40px;
}


