@charset "Shift_JIS";

/***********************************************
　ベース
***********************************************/
.BG_Base{
	background:#fff;
}
#Special_index img{
	width:100%;
}
#Special_index a:hover img{
	opacity:1.0;
}
/***********************************************
　中身
***********************************************/

/*-----タイトル-----*/
.SP_Title{
	width:100%;
	margin:0 0 3% 0;
	background:url(/special/img/index/index_tit_bg.gif) repeat-x top;
}

/*-----期間限定
#Special_index #limited{
	margin:0 0 3% 0;
	padding:2% 2% 0 2%;
	background:url(/special/img/halloween/bk_halloween.gif) ;
	background-size:100%;
}
#Special_index #limited_tit{
	font-size:25px;;
	line-height:30px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:bold;
	color:#D1780C;
	text-align:center;
	margin:0 0 3% 0;
	position:relative;
}
#limited img{
	margin:0 0 15px 0;
}
-----*/

/*-----通常特集-----*/
#col_special ul{
	width:100%;
	background:#ffffff;
	margin-bottom:10%;
	font-size:0;
	text-align:left;
}
#col_special li{
	width:48%;
	margin:0 1% 4%;
	display:inline-block;
}
#col_special li img{
	width:100%;
}
