@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

#content .w980 > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.eventMain{
	margin-bottom: 60px;
}

.eventMain h3{
	text-align: left;
	padding: 10px;
	font-size: 18px;
}

.eventMain .edit_date {
	text-align: right;
}

.shopImg{
	height: 570px;
    background: #fff;
    text-align: center;
}

.shopImg img{
    max-height: 570px;
	height: 570px;
    width: auto;
}

.eventInfo tr{
	border-bottom: #c8c9ca 1px solid;
}

.eventInfo tr:first-child{
	border-top: #c8c9ca 1px solid;
}

.eventInfo tr th{
	font-family:"メイリオ","FOT-UD角ゴ_ラージ Pr6 B", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	width: 20%;
	padding: 10px;
}

.eventInfo tr td{
	padding: 10px;
}

.yet{
	padding: 5px;
	background: #fff;
    color: #a9894a;
	margin-left: 10px;
    margin-right: 10px;
}
.now{
	padding: 5px;
	background: #fff;
    color: #a9894a;
	margin-left: 10px;
}
.end{
	padding: 5px;
	background: #fff;
    color: #a9894a;
	margin-left: 10px;
}
.etc{
	color:#FFF;
	background: #595757;
	padding: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.eventnews{
	color:#a9894a;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
	font-size: 14px;
}