@charset "UTF-8";
body
{
	overflow: hidden;
	width: 896px;
	height: 490px;
	margin-left: auto;
	margin-right: auto;
}
.outerBox {
	width: 896px;
	height: 490px;
	position: relative;
	top: 50px;
}
.slides{
	height: 306px;
	width: 500px;
	position: absolute;
	top: 25px;
	left: 198px;
}
.GB {
	height: 365px;
	width: 550px;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	left: 173px;
	background-position: center center;
}
/*ここからTicker用のスクリプト*/
.ticker {
	width: 460px;
	position: absolute;
	left: 198px;
	top: 315px;
	text-align: center;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}
.ticker ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	cursor: default;
	font-size: 20px;
}
.gucho  {
	width: 896px;
	text-align: center;
	position: absolute;
	top: 10px;
}
.outerBox .madein {
	width: 896px;
	text-align: center;
	position: absolute;
	bottom: 80px;
}
.outerBox #instagram {
	position: absolute;
	/*top: 220px;*/
	top: 110px;
	right: 10px;
}
#instagram a img {
	display: block;
	margin-bottom: 50px;
}
