@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright© R-FAITH  All Rights Reserved.

HTML CSS Selectors business

$Revision: 1.0 $
--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */
.separator {
	background-image: url(../img/business/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 85px;
	width: 100%;
}


/*ループスライダー*/
#loopslider {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EFEFEF;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 180px;
}
#loopslider_wrap {
	top: 10px !important;
}
#loopslider ul {
	height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
	width: 290px;
	height: 180px;
	float: left;
    display: inline;
	overflow: hidden;
	
}
#loopslider ul li img {
	padding-right: 5px;
	padding-left: 5px;
}

/*#loopslider ul:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}*/
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/*コンテンツ*/
#contents-detail {
	width: 540px;
	padding-right: 310px;
	min-height: 530px;
	padding-bottom: 15px;
	position: relative;
}
#contents-detail h3 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 130px;
	width: 850px;
	background-position: center top;
}
#contents-detail div#copy {
	position: absolute;
	top: 130px;
	right: 0px;
}
#contents-detail p a,
#contents2-detail p a {
	text-decoration: underline;
}



/*MOVIE*/
#movie-block {
	padding-left: 30px;
}
#movie-block > div {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#movie-block > div:nth-of-type(3n+1) {
	clear: left;
}
#movie-block > div a {
	font-size: 14px;
	line-height: 120%;
	text-decoration: underline;
	text-align: center;
	color: #333;
}
#movie-block > div a img {
	padding-bottom: 8px;
	display: block;
	height: auto;
	width: 250px;
}
#movie-block > div a span {
	text-align: center;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}

/*STORY*/
#story-slider {
	height: 580px;
	width:852px;
	position: relative;
	left: -1px;
}
#story-slider .caroufredsel_wrapper {
	height: 530px;
	width: 850px;
	border: 1px solid #DCDCDC;
}
#story-slider li {
	float: left;
	text-align: center;
	width:850px;
	height:530px;
}


a.prev, a.next {
	width: 40px;
	height: 50px;
	display: block;
	position: absolute;
	top: 245px;
	background-color: transparent;
	background-image: url(../img/business/btn_slide.png);
	background-repeat: no-repeat;
}
a.prev {
	left: -20px;
	background-position: left top;
}
a.next {
	right: -20px;
	background-position: right top;
}
a.prev.disabled, a.next.disabled {
	cursor: default;
	display: none !important;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
	padding-top: 20px;
}
.pagination a {
	width: 30px;
	height: 8px;
	margin: 0 5px 0 5px;
	display: inline-block;
	background-color: #DCDCDC;
}
.pagination a.selected {
	cursor: default;
	background-color: #EA2B22;
}
.pagination a span {
	display: none;
}








/*---------------------------------------------------------------------------------
CUTIE CHANNEL
--------------------------------------------------------------------------------- */
#page-cc {
}
#page-cc #contents-detail {
}
#page-cc #contents-detail h3 {
	background-image: url(../img/business/cc_ttl.png);
}





/*---------------------------------------------------------------------------------
DREAM MANAGEMENT
--------------------------------------------------------------------------------- */
#page-dm {
}
#page-dm #contents-detail {
}
#page-dm #contents-detail h3 {
	background-image: url(../img/business/dm_ttl.png);
}

#page-dm #contents2-detail {
	padding-top: 124px;
}
#page-dm #contents2-detail h3 {
} 





/*---------------------------------------------------------------------------------
WEB / MOVIE
--------------------------------------------------------------------------------- */
#page-web {
}
#page-web #contents-detail {
}
#page-web #contents-detail h3 {
	background-image: url(../img/business/web_ttl.png);
}

#web-block {
	padding-bottom: 50px;
}
#web-block h4 {
	text-align: center;
}
#web-block li {
	float: left;
	width: 260px;
	padding-right: 35px;
	padding-bottom: 45px;
}
#web-block li:nth-of-type(3n) {
	padding-right: 0px;
}
#web-block li:nth-of-type(3n+1) {
	clear: left;
}

#web-block li a {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	color: #999;
}
#web-block li a img {
	padding-bottom: 8px;
	display: block;
	height: auto;
	width: 250px;
}
#web-block li a span {
	text-align: center;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}


#movie-block h4 {
	text-align: center;
	padding-right: 30px;
}





/*---------------------------------------------------------------------------------
BUSINESS MATCHING
--------------------------------------------------------------------------------- */
#page-matching {
}
#page-matching #contents-detail {
}
#page-matching #contents-detail h3 {
	background-image: url(../img/business/matching_ttl.png);
}


