@charset "utf-8";

/*--------------------------------------
 商品ページ
---------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#product {
	width:660px;
	font-size:0.85rem;
	line-height: 1.35rem;
	line-height: 1.25\9; /* IE8用 */
}

.w760 {
	width:760px !important;
}

#product h2,h3 {
	font-family: "kozuka-mincho-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin:15px 0 27px;
	color: #000;
}

#product h2{
	font-size: 2.3rem;
	line-height: 2.7rem;
	font-weight: normal;
}

#product h3{
	font-size: 2.0rem;
	line-height: 2.5rem;
	font-weight: normal;
	border: 0;
}

#product h4{
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin:15px 0;
}

#product .detail{
	margin-bottom:75px;
}

#product .detail p{
	margin:5px 0;
	padding:0;
	font-size: 0.85rem;
	color: #000;
}

#product .detail .text{
	margin-left:10px;
}


/*--------------------------------------
 複数イメージ 660px
---------------------------------------*/
.img660 {
	position: relative;
	font-size:0;
}

.img660 a .imgL {
	display: none;
}

.img660 a:hover .imgL {
	display: block;
	position: absolute;
	top: 0px;
	z-index:999;
	opacity: 1;
}

.img660 .captionA {
	position: absolute;
	bottom: 90px;
	left: 5px;
	z-index: 999;
}

.img660 a .captionB {
	display: none;
}

.img660 a:hover .captionB {
	display: inline;
	position: absolute;
	bottom: 90px;
	left: 5px;
	z-index: 9999;
}

.img660 a .imgS {
	width: 80px !important;
	height: 80px;
	margin-right:5px;
}

.img660 .thumbnail{
	width:100%;
	margin-top:5px;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#product {
	width: 100%;
}
}

/*--------------------------------------
 複数イメージ  660px フェード切り替え
---------------------------------------*/
#slide1,#slide2,#slide3,#slide4,#slide5,#slide6,#slide7,#slide8,#slide9 {
	position: relative;
	font-size:0;
	margin:0 auto;
	width: 660px;
	height: 660px;
}

#slide1 img,#slide2 img,#slide3 img,#slide4 img,#slide5 img,#slide6 img,#slide7 img,#slide8 img,#slide9 img {
	position:absolute;
	left:0;
	top:0;
}

/*--------------------------------------
変更履歴
20150910
#product h3
	font-size: 1.65rem→2.0rem
	line-height: 2.1rem→2.5rem
複数イメージ フェード切り替え追加
---------------------------------------*/