@charset "utf-8";
/* CSS Document */




/* ラインナップポイント */

#point2BG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#ffffff;
}
#point2 {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px 0 20px;
	text-align:center;
}
#point2 ul {
	list-style-type: none;
}
#point2 ul li {
	float:left;
	vertical-align: top;
	width:240px;
}
#point2 ul li h5 {
	font-size:14px;
	line-height:24px;
	margin:10px 0 0 0;
	text-align:left;
}
#point2 ul li p {
	margin:10px 20px 0 0;
	text-align:left;
}


/* トップポイント */

#pointBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#ffffff;
}
#point {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
	text-align:center;
}
#point ul {
	list-style-type: none;
}
#point ul li {
	float:left;
	vertical-align: top;
	width:240px;
}
#point ul li h5 {
	font-size:14px;
	line-height:24px;
	margin:10px 0 0 0;
	text-align:left;
}
#point ul li p {
	margin:10px 20px 0 0;
	text-align:left;
}


/* トップギャラリー */

#galleryBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#gallery {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px 40px 20px;
}
#gallery h3 {
	font-size:16px;
	line-height:24px;
	color:#000000;
	background-image: url(../img/icon_maru.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: normal;
	padding-left: 15px;
}
#gallery .gaslider {
	margin:0;
}
#gallery .gaslider li {
}
#gallery .gaslider p {
	margin:10px 0 0 0;
}
#gallery .gaslider a {
	display: inline-block;
	padding:15px;
}
#gallery .gaslider a:hover {
}
#gallery .bx-wrapper{
    max-width: 880px!important;
    margin: 0 auto!important;
}
#gallery .bx-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
}
#gallery .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 45%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-left: -50%;
    margin-top: -25px;
    background: url(images/controls_sub.png) no-repeat 0 -42px;
}
#gallery .bx-wrapper .bx-controls-direction a.bx-next{
    right: -5%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-left: 45.750%;
    margin-top: -20px;
    background: url(images/controls_sub.png) no-repeat -42px -42px;
}
#gallery .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 0 0;
}
#gallery .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -42px 0;
}






/* トップラインナップ */

#lineupBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#edf1f0;
}
#lineup {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}
#lineup h3 {
	font-size:16px;
	line-height:24px;
	color:#000000;
	background-image: url(../img/icon_maru.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: normal;
	padding-left: 15px;
}
#lineup ul.house {
	list-style-type: none;
	margin:15px 0 0 0;
}
#lineup ul.house li {
	position: relative;
	float:left;
	vertical-align: top;
	margin:0 30px 0 0;
}
#lineup ul.house li:nth-child(3) , #lineup ul.house li:nth-child(5) {
	margin:0;
}
#lineup ul.house li span {
	position: absolute;
	top:10px;
	left:-10px;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	background-color:#73001a;
	padding:5px 20px;
}
#lineup ul.house li span:before {
	content: "";
	position: absolute;
	bottom:-10px;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #333333 transparent transparent;
}
#lineup ul.house li p {
	font-size:12px;
	line-height:18px;
	margin:5px 0 17px 0;
}




/* トップニュース */

#newsBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#news {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}
#news .bxslider {
	height:450px;
	list-style-type: none;
	overflow: hidden;
}
#news .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 2%;
    width: 42px;
    height: 42px;
    background: url(images/controls_top.png) no-repeat 0 -42px;
}
#news .bx-wrapper .bx-controls-direction a.bx-next{
    right: 2%;
    width: 42px;
    height: 42px;
    background: url(images/controls_top.png) no-repeat -42px -42px;
}
#news .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 0 0;
}
#news .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -42px 0;
}
#news .bx-wrapper .bx-pager {
	bottom: -42px;
}
#news .bx-wrapper .bx-pager.bx-default-pager a {
 	background: #dddddd;
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 6px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#news .bx-wrapper .bx-pager.bx-default-pager a:hover,
#news .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}



#news .newsBANER {
	float:right;
	list-style-type: none;
	font-size: 0px;
	line-height:0px;
}
#news .newsBANER li {
	margin:0 0 0 0;
}
#news .newsLIST {
	float:left;
	width:630px;
}
#news .newsLIST h3 {
	font-size:16px;
	line-height:24px;
	color:#000000;
	border-bottom:1px dotted #999999;
	height:35px;
	background-image: url(../img/icon_maru.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: normal;
	padding-left: 15px;
}
#news .newsLIST h3 span {
	float:right;
}
#news .newsLIST ul {
	list-style-type: none;
	margin:0;
}
#news .newsLIST li a {
	display:block;
	padding:11px 0;
}
#news .newsLIST li a:hover {
	background-color: #fdefdf;
	color:#333333;
	text-decoration:none;
}
#news .newsLIST li span {
	margin-right:20px;
}
#news .newsLIST li {
	border-bottom:1px dotted #999999;
}
