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

a {
text-decoration:none;
color: #000;
}

body {
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
}

.event_box {

}

.item {
margin-bottom: 20px;
box-sizing:border-box;
}

.item img {
width: 640px;
}

.ec_tittle {
font-size: 24px;
width: 640px;
text-align: left;
margin: 0 auto 0;
padding-left: 3px;
box-sizing:border-box;
}

.ec_text {
font-size: 16px;
width: 637px;
text-align: left;
margin: 0 auto 0;
padding: 0 3px;
box-sizing:border-box;
}

.ec_emphasize {
    font-size: 30px;
	width: 640px;
    text-align: center;
    margin: 0 auto 5px;
}