@charset "UTF-8"; 
 
/* スライドイメージ */ 

#topImages {
	position: relative;
	width: 960px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}
	 
/* スライド内容 */ 

.feature {
	position: relative;
	width: 960px;
	height: 380px;
}
.feature * {
	text-align: left;
}

.feature-image {
	position:absolute;
	z-index:195;
}
.feature-image img {
	transition: 0.4s;
}
.feature-image:hover img {
	margin-top: -8px;
	margin-left: -20px;
	width: 1000px;
	height: 409px;
}

.bottom-feature{
	position:absolute;
	width:960px;
	top: 20px;
	z-index:196;
}

.bottom-feature h1{
	padding: 10px 50px;
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	text-align: right;
	text-transform: uppercase;
	background-color:rgba(0,0,0,.5);
}

.bottom-feature .right,
.bottom-feature a.explore{
	display: none;
}
 
/* スライドコントロール */ 

#prevBtn, #nextBtn {
	display:block;
	height:380px;
	position:absolute;
	top:0;
	text-decoration:none;
	width:35px;
	z-index:197;
}
#prevBtn a:hover,
#nextBtn a:hover {
	background-color:rgba(0,0,0,.5);
}
#prevBtn a:active,
#nextBtn a:active {
	background-color:rgba(133,174,21,.5);
}

#prevBtn { left:0; }
#nextBtn { right:0; }

#prevBtn a {
	display:block;
	width:35px;
	height:380px;
	text-indent: -9999em;
	overflow: hidden;
	background-image:url(images/sprites_top.png);
	background-repeat:no-repeat;
	background-position:0 center;
	background-repeat:no-repeat;
}

#nextBtn a {
	display:block;
	width:35px;
	height:380px;
	text-indent: -9999em;
	overflow: hidden;
	background-image:url(images/sprites_top.png);
	background-repeat:no-repeat;
	background-position:-35px center;
	background-repeat:no-repeat;
}

 
/* 開設予定 */ 

#comingsoon {
	position:absolute;
	top: 100px;
	left: 330px;
	z-index:999;
}
  
/* 新着情報 */ 

#news {
	position: relative;
	width: 440px;
	min-height: 470px;
	margin: 10px auto 0;
	padding-left: 520px;
	padding-bottom: 125px;
	text-align: left;
	background-image: url(products/images/fsc-logo.jpg);
	background-repeat: no-repeat;
	background-position: left 885px bottom 25px;
}

.newsTitle {
	width: 440px;
	margin: 20px 0 0;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	border-bottom: 1px solid #000;
}


.newsEnd {
	clear: both;
	height: 1px;
}
	 
/* News */ 

.nowNewsArticle {
	float: left;
	width: 440px;
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.nowNewsArticle.last {
	margin-left: 30px;
	border-right-width: 0;
}
	 
.nowNewsArticle .photo { 
	float: left;
	width: 100px;
}
 
.nowNewsArticle .date { 
	float: right;
	width: 310px;
	padding-right: 10px;
	padding-bottom: 0.5em;
	line-height: 1.5;
}

.nowNewsArticle .new {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	color: #fff;
	line-height: 1;
	background-color: #000;
}
 
.nowNewsArticle .title { 
	float: right;
	width: 310px;
	padding-right: 10px;
	padding-bottom: 0.5em;
	line-height: 1.5;
}
 
.nowNewsArticle .comment { 
/*	clear: both; */
	padding: 0 0px;
	font-size: 90%;
}

/*
.nowNewsArticle .comment {
	float: right;
	width: 260px;
	padding-right: 10px;
}
*/
  
/* 一覧 BackNumber */ 

.newsArticleList {
	float: left;
	width: 425px;
	margin: 15px 0;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.newsArticleList  {
	float: left;
}

.newsArticleListTitle {
	font-size: 110%;
	font-family: 'Stardos Stencil', cursive;
}
	 
.newsArticleList dt, 
.newsArticleList dd {
}

.newsArticleList dt {
	position: relative;
	clear: left;
	float: left;
	width: 100px;
	padding: 2px 0;
	text-align: left;
}

.newsArticleList dd {
	margin-left: 100px;
	padding: 2px 10px;
	word-break: break-all;
}
 
.newsArticleList .back { 
	display: none;
}
 
.newsArticleList .backBtn { 
	clear: both;
	margin-bottom: -15px;
	text-align: center;
}
 
.newsArticleList dd.more { 
	position: relative;
}
	 
.newsArticleList .more .photo, 
.newsArticleList .more .comment {
	display: none;
}


.newsArticleList .more .photo {
	padding: 0 0px;
}
.newsArticleList .more .comment {
	padding: 0 0px 10px;
	font-size: 90%;
}
  
.newsArticleList .moreBtn { 
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	right: 4px;
	z-index: 200;
}
   	
/* facebook */ 

#facebookPagePlugin {
	position:absolute;
	width: 500px;
	top: 0px;
	left: 0px;
	z-index:300;
}

.facebookTitle {
	margin: 0 0;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	border-bottom: 1px solid #000;
}


.facebookLink {
	position:absolute;
	top: 10px;
	right: 10px;
	z-index:300;
}
 
@media screen and (max-width: 360px) { 
	 
} 
  
