@charset "utf-8";


#index #head{
	width:100%;
	min-width:960px;
	height:500px;
	background-image:url(../images/top/main_visual001.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}


#index #head2,#content{
	width:960px;
	margin:0 auto;
}
#index #index_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:30px;
	line-height:3rem;
	text-align:center;
	margin:150px auto;
	text-shadow: 0px 0px 5px #333333;
	letter-spacing: 0.1rem;
}
#index #index_title span{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:15px;
	text-shadow: 0px 0px 5px #333333;
	letter-spacing:normal;
}
#index #top_nav{
	width:960px;
	height:70px;
	margin:0 auto;
}
#index .news{
	width:229.9px;
	height:200px;
	float:left;
	text-align:center;
	padding:10px 45px;

}
#index .news h2{
	font-size:18px;
}

#index .news p {
	width:230px;

}


/*===============================================================
製品カタログページ　トップ
================================================================*/
#mainVS{
	width:100%;
	height:390px;
	background-color:#F7F7F7;
	/*max-width:960px; ※画面幅一杯画像　6月30日修正
	background-image:url(../images/prod/topvisual002.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin:0 auto;*/
}
#VSwrap{
	width:960px;
	height:390px;
	background-image:url(../images/prod/topvisual002.jpg);
	background-position:center top;
	margin:0 auto;
	position: relative;
}
#VSwrap section{
	position: absolute;
	display: block;
	bottom:20px;
	right:10px;
	width:230px;
	height:80px;
	background-color: rgba(255,255,255,0.6);
	z-index:10;
	-moz-border-radius: 2px 2px 2px 2px; /* Firefox3.6 */
	border-radius: 2px;
	padding:10px;
}
#VSwrap section h2, #VSwrap section p{
	color:#666;
}
#VSwrap section h2{
	padding-bottom:0.5rem;
	font-size:1.3rem;
	}
#slid_btn{
	width:75px;
	height:20px;
	margin:0 auto;
	overflow:hidden;
}
#slid_btn p{
	width:5px;
	height:5px;
	margin:5px 10px;
	float:left;
	background-color:#FFF;
	-moz-border-radius: 50% 50%; /* Firefox3.6 */
	border-radius: 50% 50%;
	/*border-radius: 50%;*/
	-moz-box-shadow: inset 0 0 2px 2px #ddd; /* Firefox3.6 */
	-webkit-box-shadow: inset 0 0 2px 2px #ddd; /* Safari5 */
	box-shadow: inset 0 0 2px 2px #ddd;
}
#slid_btn p.on{
	background-color:#999;
	-moz-box-shadow: inset 0 0 2px 1px #333; /* Firefox3.6 */
	-webkit-box-shadow: inset 0 0 2px 1px #333; /* Safari5 */
	box-shadow: inset 0 0 2px 1px #666;
}
#prod_list{
	display: block;
	width:960px;
	margin:10px auto;
	overflow:hidden;
}
#prod_list li{
	display: block;
	padding:4px;
	margin:0 5px 10px;
	width:140px;
	height:150px;
	border:1px solid #898989;
	float:left;
	background-color:#FFF;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

#prod_list li:hover{
	background-color:#FFF;
	-moz-box-shadow: 0px 0px 7px 0px #555; /* Firefox3.6 */
	-webkit-box-shadow: 0px 0px 7px 0px #555; /* Safari5 */
	box-shadow: 0px 0px 7px 0px #555;
}
#prod_list li a{
	text-decoration: none;
}
#prod_list li a:hover h2,#prod_list li a:hover p{
	color:#333;
}
#prod_list li a:visited {
	color:#898989;
}
#prod_list li a:hover .prod{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	background:#FFF;
}
#prod_list li .prod{
	width:140px;
	height:105px;
}

#prod_list .new,#prod_list .sale{
	position:relative;
}
#prod_list li .label{
	position:absolute;
	top:5px;
	right:5px;
	width:45px;
	height:45px;
}
#prod_list li p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*===============================================================
製品カタログ　製品ページ
================================================================*/
#product{
	width:960px;
	height:500px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#product #topic_path{
	height:25px;
	padding-left:20px;
	font-family: 'Raleway', sans-serif;
}
#product #prd_img{
	float:left;
	width:620px;
	padding:0 8px; /* prd_prcずれによる余白調整 */
}
#product #prd_inf{
	width:310px;
	height:200px;
	float:right;
	margin-right:10px;
}
#product #prd_inf h1{
	font-size:1.5rem;
}
#product #prd_inf p{
	margin:20px 0px;
}
#product #prd_prc{
	width:310px;
	height:110px;
	float:right; /* HTML5用自動余白調整 */
	margin-right:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#product #prd_prc dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 4rem;
  padding-left: 2px;
}

#product #prd_prc dd {
  margin-bottom: 0.2em;
  margin-left: 4rem;
}
#product #prd_prc img{
	float:left;
	margin:5px;
}
#product #prd_prc span{
	display:block;
	margin:10px 0;
}
#product #prd_sbimg{
	width:315px;
	float:right;
	margin-right: 5px;
	}
#product #prd_sbimg img{
	width:100px;
	height:75px;
	margin:0;
	padding:0;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	-webkit-filter: grayscale(80%);
	filter: gray;
	opacity: 0.6;
	 filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
}
#product #prd_sbimg img:hover{
	-webkit-filter: grayscale(0%);
	filter: none;
	opacity: 1;
	 filter: alpha(opacity=100);
	 -moz-opacity: 1;
}
/*---------------
お勧めカルーセル
----------------*/

.wrapper {
	background-color: white;
	width: 940px;
	height:120px;
	margin: 20px auto;
	padding: 0px;
	border:solid 1px #222;
	position:relative;
}
.list_carousel {
	background-color: #ccc;
	margin: 0;
	width: 740px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	top:0;
	left:70px;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #fff;
	border: 1px solid #999;
	width: 99px;
	height: 99px;
	padding: 5px;
	margin: 5px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}


a.prev, a.next {
	background: url(../images/icon/arrow.gif) no-repeat transparent;
	width: 18px;
	height: 50px;
	display: block;
	position: absolute;
	top: 40px;
}
a.prev {
	left: 45px;
	background-position: 0 0;
}
a.prev:hover {
	background-position: 0 -50px;
}
a.prev.disabled {
	background-position: 0 -100px !important;
}
a.next {
	right: 158px;
	background-position: -60px 0;
	}
a.next:hover {
	background-position: -60px -50px;
}

a.next.disabled {
	background-position: -60px -100px !important;
}

a.prev.disabled, a.next.disabled {
	cursor: default;
}
a.prev span, a.next span {
	display: none;
}
#rcm_sort{
	position:absolute;
	top:0;
	right:0;
	width:135px;
	height:100px;
	background-color:#222;
	padding:10px;
}
#rcm_sort h3{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.list_carousel #foo2 li{
	display: block;
	width:99px;
	height:99px;
	border:1px solid #898989;
	margin:5px 2px;
	padding:5px;
	float:left;
	background-color:#FFF;
	text-align:left;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.list_carousel #foo2 li:hover{
	background-color:#FFF;
	-moz-box-shadow: 0px 0px 7px 0px #555; /* Firefox3.6 */
	-webkit-box-shadow: 0px 0px 7px 0px #555; /* Safari5 */
	box-shadow: 0px 0px 7px 0px #555;
}
.list_carousel #foo2 li a{
	text-decoration: none;
}
.list_carousel #foo2 h2{
	font-weight:normal;
	font-size:1rem;
}

.list_carousel #foo2 li a:hover h2,.list_carousel #foo2 li a:hover p{
	color:#333;
}
.list_carousel #foo2 li a:visited {
	color:#898989;
}
.list_carousel #foo2 li a:hover .prod{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFF;
}
.list_carousel #foo2 li .prod{
	width:100px;
	height:75px;
}

.list_carousel #foo2 .new, .list_carousel #foo2 .sale{
	position:relative;
}
.list_carousel #foo2 li .label{
	position:absolute;
	top:5px;
	right:5px;
	width:45px;
	height:45px;
}
