@charset "utf-8";

#lineup>article>header{
	background:url(http://test-img.sp2.fujitv.co.jp/v/bg_gray.png);
	color:#fff;
	text-indent:0.5em;
	margin-bottom:5px;
}
#lineup>article{
	margin-bottom:5px;
	position:relative;
}
#lineup>article>ul{
	display:inline-block;
	width:100%;
	padding:10px 25px;
	padding-right:0;
	letter-spacing:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#lineup>article::after{
	display:block;
	width:100%;
	height:3px;
	content:"";
	background:url(http://test-img.sp2.fujitv.co.jp/v/bg_gray.png);
	position:absolute;
}
#lineup>article>ul>li{
	display:block;
	border-radius:5px;
	overflow:hidden;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.6);
	width:75px;
	height:75px;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
#lineup>article>ul>li>a{
	display:block;
}

#main>nav:last-child{
	text-align:center;
	padding:10px 0;
           margin-bottom: 10px;
}
#main>nav:last-child a{
	display:inline-block;
	width:60%;
	border-radius:5px;
	line-height:2.4rem;
	height:2.4rem;
	color:#fff;
	text-decoration:none;
	background: -moz-linear-gradient(top, #878787 0%, #282828 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#282828));
background: -webkit-linear-gradient(top, #878787 0%,#282828 100%);
background: -o-linear-gradient(top, #878787 0%,#282828 100%);
}

.consumer{
	margin-bottom:20px;
}

.orange{
	color:#f60;
}
.red{
	color:#ff0000;
}
.vpink{
	color:#ff0066;
}
.imatsubu{
	color:#9ccf31;
}

.facebook{
	color:#39599c;
}

#container{
background:#f5f5f5;
	color:#333;
	line-height:1.4;
	position:relative;
       margin:10px 10px 10px 10px;
       padding:5px 5px 5px 5px;
       border-radius:10px;
}
#main>div>nav:first-child{
	text-align:center;
	margin:10px 10px;
}
.center{
	text-align:center;
            margin:5px 0px 15px 0px;
}
hr{
            margin:7px;
}
.container2{
           padding:0px 0px 10px 10px;
}
.container3{
           padding:0px 0px 10px 0px;
}

#bgblack{
	background:#000000;
}

#bg2187{
	background:#660000;
}
