@charset "utf-8";

/**/

/*イベントレポート
-------------------------------------------------------------*/
.year {
  margin-top:20px;
}

.event_lineup {
	width: 900px; padding: 10px 0; color: #fff; }

.eventlist {
	display: block;
	margin: 10px auto 40px;
	width: 575px;
}

.eventlist dt, .eventlist dd {
	float: left;
	margin-top: 5px;
	padding: 5px;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	line-height: 26px;
}

.eventlist dt {
	background-color: #666666;
}

.eventlist dd {
	background-color: #f1ecd8;
	width: 465px;
	color: #ff6600;
	font-weight: bold;
	border-left: 1px solid #000000;
}

.eventlist dt img {
	float: left;
	margin: 6px 5px 6px 0;
}

.eventlist dt p{
	display: block;
	float: left;
}

.eventlist dd a {
	text-decoration: underline;
}

/*　////////////////////////////////////////////////////////

■ イベントレポート　テンプレ max2013以降

//////////////////////////////////////////////////////// */
#reportCol {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	}
	
dl#reportCol-inner{
	width: 958px;
	height: auto;
	background: url(/image/report/common/bg_frame.gif) repeat-y top center;
	}
dl#reportCol-inner dt{
	width: 894px;
	background: url(/image/report/common/bg_cont-top.jpg) no-repeat top center;
	padding: 60px 0 0 64px;}
	
dl#reportCol-inner dd{
	width: 958px;
	background: url(/image/report/common/bg_cont-btm.jpg) no-repeat bottom center;
	padding-bottom: 60px;}

.pagecontents{
	width: 830px;
	margin: 0 auto;
	color: #000;
	}

.pagecontents a:hover { opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; }

/* デッキレシピ /////////////////////////////////////// */
ul.deckrecipe{
	width: 722px;
	margin: 10px auto;
}

ul.deckrecipe li{
	width: 351px;
	margin: 5px 0 0 5px;
	float:left;
}

ul.deckrecipe li.col1{
	width: auto;
	margin: 5px;
	float: none;
  text-align: center;
}

ul.deckrecipe li a:hover{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; }