#title {border-top: 5px solid #1b1b89;}
#tabMenuSeason_box{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 10px auto 0;
}
#tabMenuSeason{text-decoration:none!important;}
#tabMenuSeason:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#tabMenuSeason li{
	width: calc(20% - 2px);
    float: left;
    margin: 0 1px 0;
    padding: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    background: #e0e0e0;
}
#tabMenuSeason li a{
	display: block;
	line-height: 2.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 13px;
	color: #555;
	text-decoration:none!important;
}

/*scrollbar*/
#tabMenuSeason_box::-webkit-scrollbar {height: 5px;}
#tabMenuSeason_box::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 5px;
}
#tabMenuSeason_box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*下部*/
#saleLinkBox {
	width:950px;
	background:url(../images/bg.gif);
	margin:30px 0 15px 0;
	padding:0 0 1px 0;
	position:relative;
}
#saleLinkBox h3 {
	background:url(../images/ti_sale.png) no-repeat 50% 0%;
	height: 85px;
	width: 950px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px;
	clear:both;
}
#saleLinkBox ul {
	padding:14px 0 10px 1px;
	margin:10px;
	display:block;
	overflow:hidden;
	list-style:none;
	background:#FFF;
}
#saleLinkBox li {
	float:left;
	width:170px;
	font-size:14px;
	line-height:14px;
	padding:0px 0px 0 0px;
	margin:0px 0px 0px 13px;
	text-align:center;
	font-weight:bold;
}
#saleLinkBox li img {
	margin-bottom:10px;
	width:170px;
	height:auto;
}


#saleLinkBox li a{
text-decoration:none!important
}

#saleLinkBox li a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

#saleLinkBox p a{
	position:absolute;
	top:-10px;
	left:65px;
	width:119px;
	height:91px;
	background:url(../images/bg_top.png) no-repeat;
	padding:27px 0 0 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	display:block;
	font-weight:bold;
	color:#0081A3;
	
}

#saleLinkBox p a:hover{
	text-decoration:none!important;
	background:url(../images/bg_top.png) no-repeat 0 -118px;
	color:#0081A3;
}