@charset "UTF-8";

/* CSS Information
==================================
CSS File for "SPECIAL × SEASON"
File name : season.css
     Date : 2009.05.04
==================================
*/

/*-----------------------------------------------------------------------------
	スペシャルボックス設定
----------------------------------------------------------------------------*/
#special-box {
	width: 870px;
	margin: 10px auto 0px;
	background-image: url(../../special/img/special_box_bg.gif);
	padding: 20px 40px;
}

/*-----------------------------------------------------------------------------
	ヘッダー設定
----------------------------------------------------------------------------*/
#special-box #header-special {
	width: 870px;
	margin: 0px auto 10px;
}

#special-box #header-special h1 {
	width: 352px;
	height: 74px;
	background-image: url(../../special/img/special_tit2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}



/*-----------------------------------------------------------------------------
	メインコンテナ設定
----------------------------------------------------------------------------*/
#special-box #container {
	width: 870px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	background-image: url(../../special/img/container_bg.gif);
	background-repeat: repeat-y;
}

#special-box #container .inn-l {
	width: 420px;
	float: left;
	overflow: hidden;
}
#special-box #container .inn-r {
	width: 420px;
	float: right;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------
	 スペシャル設定
----------------------------------------------------------------------------*/
#special-box #container .inn-l h2 {
	width: 420px;
	height: 30px;
	background-image: url(../../special/img/cap_special.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*-----------------------------------------------------------------------------
	 シーズン設定
----------------------------------------------------------------------------*/
#special-box #container .inn-r h2 {
	width: 420px;
	height: 30px;
	background-image: url(../../special/img/cap_season.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*-----------------------------------------------------------------------------
	 共通設定
----------------------------------------------------------------------------*/
#special-box #container #dtl {
	padding: 10px;	
}
#special-box #container #dtl h3 {
	font-size: 116.7%;
	margin-top: 10px;
	margin-bottom: 5px;
}
#special-box #container #dtl h3 img {
	margin-left: 5px;
	vertical-align: bottom;
}

#special-box #container #dtl #special-list {
	margin-top: 30px;	
}
#special-box #container .inn-l #dtl #special-list h4 { /* SPECIAL LIST画像 */
	width: 400px;
	height: 20px;
	background-image: url(../../special/img/special_list.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#special-box #container .inn-r #dtl #special-list h4 { /* SEASON LIST画像 */
	width: 400px;
	height: 20px;
	background-image: url(../../special/img/season_list.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#special-box #container #dtl #special-list .inn {
	width: 400px;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#special-box #container #dtl #special-list .inn dl {
	width: 400px;
	overflow: hidden;
	
}
#special-box #container #dtl #special-list .inn dl dt {
	width: 110px;
	float: left;	
}
#special-box #container #dtl #special-list .inn dl dt img {
	padding: 2px;
	border: 1px solid #eeeeee;
}
#special-box #container #dtl #special-list .inn dl dt a:hover img {
	filter: alpha(opacity=85);	/* IE */
	-moz-opacity:0.85;			/* Firefox・Netscape */
	opacity:0.85;				/* Opera・Safari */
}

#special-box #container #dtl #special-list .inn dl dd {
	width: 280px;
	float: right;	
}
#special-box #container #dtl #special-list .inn dl dd p.date {
	font-size: 83.4%;
	color: #CC3300;
}
#special-box #container #dtl #special-list .inn dl dd h3 {
	margin: 1px 0px;
	font-size: 108.4%;
}
#special-box #container #dtl #special-list .inn dl dd p {
	font-size: 91.7%;
}


