@charset "Shift_JIS";

/* --------------------------------------------------------------------
	イベントページ　イベント商品上部
--------------------------------------------------------------------- */

/*イベントコンテンツ共通*/
.ev_contents_ {
	overflow: hidden;
	font-size: 100%;
}

/*セクション内の画像（センター）*/
.ev_contents_ section img {
	max-width: 850px;
	display: block;
 	margin: 0 auto;
}

/*セクション内見出し 共通*/
.ev_contents_ section h2.ev01,h3.ev01 {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 18px;
}

/*セクション内見出し2*/
.ev_contents_ section h2.ev01 {
	color: #af9d5f;
	border-bottom: dotted 2px #af9d5f;
	padding:10px 20px 5px 0px;
	margin: 40px;
}

/*セクション内見出し3*/
.ev_contents_ section h3.ev01 {
	background-color: #af9d5f;
	color: #ffffff;
	padding:15px 20px 10px 20px;
	margin: 80px 0;
}

/*セクション内リンクボタン共通*/
.ev_contents_ section div.link-LR,div.link-C {
    background-color: #f1ead1;
    border: solid 2px #af9d5f;
    text-decoration: none;
    width: 180px;
    height: 10px;
    text-align: center;
    line-height: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}

/*セクション内リンクボタン左右並び*/
.ev_contents_ section div.link {
    width: 490px;
 	overflow: hidden;
 	margin: 40px auto;
}

/*セクション内リンクボタン左*/
.ev_contents_ section div.link-LR {
    float: left;
 	margin: 0 10px;
}

/*セクション内リンクボタンセンター*/
.ev_contents_ section div.link-C {
 	margin: 40px auto;
}

/*セクション内リードエリア*/
.ev_contents_ section div.lead {
	padding:40px 20px 20px 20px;
}

/*セクション内リードテキスト*/
.ev_contents_ section div.lead-text {
	line-height: 1.5em;
	font-size: 20px;
    	text-align: center;
	font-weight: bold;
}

/*セクション内リストエリア（ナンバーor※）*/
.ev_contents_ section div.list {
	padding: 10px 20px 0 20px;
	max-width: 850px;
	margin: 0 auto;
}

/*セクション内リストテキスト（ナンバーor※）*/
.ev_contents_ section div.list-text {
}