﻿@charset "utf-8";

#container_linkBnrHoshu {
	width: 100%;
	text-align: left;
}

#linkBnrHoshu {
	margin: 0;
    padding-top: 0;
	width: 100%;
	height: 238px;
	text-align: left;
	position: relative;
}

#linkBnrHoshu_prev,
#linkBnrHoshu_next {
	top: 10px;
	width: 30px;
	height: 238px;
	position: absolute;
}

#linkBnrHoshu_prev {
	left: 0;
	background:transparent url(/info/new-smp/css/img/slider-prev.png) no-repeat top left;
}
#linkBnrHoshu_next {
	right: 0;
	background:transparent url(/info/new-smp/css/img/slider-next.png) no-repeat top left;
}


#linkBnrHoshu ul li {
	width: 780px;
	float: left;
	display: inline;
}


/* =======================================
	ClearFixElements
======================================= */
#linkBnrHoshu ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#linkBnrHoshu ul {
	display: inline-block;
	overflow: hidden;
}

/* A:hover img  {
        opacity:0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
} */