
body {
     color:#555555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding:0;
    margin:0;
    line-height: 1.5;
}
h2{
    font-weight: normal;
    color:#555555;
}


a{
    text-decoration: none;
    border:1px solid #ddd;
    padding: 10px 20px;
    font-size: 12px;
    color:#777;
    margin-bottom: 30px;
    display: inline-block;
    width:200px;
}
a:hover{
    opacity:0.7;
}


.wrapper{
    text-align: center;
    
margin:0 auto;
overflow: hidden;
}
hr{
    color:gray;
    margin-top: 30px;
}
.date{
    font-size:16px;
}

.small{
    font-size:11px;
}

.subtitle{
    
    
    margin-bottom: 7px;
}

.title{
    display:inline-block;
    /* border-bottom: 1px solid #; */
    margin-bottom: 20px;
}
.event-title{
    padding-top: 10px;
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
    font-size:27px;
}
.event{
    padding: 0;
    margin:0;

}
.lead{
    max-width:580px;
    display: inline-block;
    text-align:left;
    line-height:1.5;
    margin-bottom: 30px;
}
.date{
    padding:30px;
}

h4{
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
}
.tag{
    border:1px solid #ccc;
    /* border-radius: 8px; */
    width:80px;
    /* background:#8D7955; */
    font-size:10px;
    padding-top:3px;
    padding-bottom: 3px;
    color:#777;
    display: inline-block;
    margin-top: 60px;
    letter-spacing: 0.1em;
    margin-right: 5px;

}
.sp{
    display: none;
    padding:3px;
}
.content{
    border-bottom:1px solid #777;
    color:#777;
    padding-bottom: 10px;
    display: inline-block;
    font-size:12px;
}

.left{
    display: inline-block;
    text-align: left;
}
img{
    display: inline-block;
}

@media(max-width:740px){

img{max-width:375px;

}
.lead{
    max-width: 350px;
}
.detail{
    max-width:350px;
    margin:0 auto;
}
.small{
    line-height: 1;
}

}