/* 2015-8-4 yasuoka スクロールグリッド */
/*----------------------------------------------------*/
#scroll-grid-base {
	clear:both;
	float:none;
	margin:auto;
	width:1080px;
	display: block;
}
#scroll-grid {
	clear:both;
	float:none;
	margin:auto;
	width:1080px;
	display: none;
}
.scroll-grid-button:hover {
	cursor:pointer;
}
.scroll-grid-button{
	color:#199de3;
}
#top_grid li .icon-s {
	position: absolute ;
	z-index: 0;
}
#top_grid li .icon-s-l {
	position: absolute ;
	z-index: 1;
}
#top_grid li .box {
	position: absolute ;
	z-index: 2;
}
/*検索のフォントを大きくした*/
#search dt input {
	font-size: 2.4em;
}
#banner ul li {
    background-color: #fff;
    border-style: none;
    float: left;
    height: 80px;
    margin: 5px;
    width: 170px;
}
