@charset "utf-8";

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

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

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

#product h2{
	font-size: 2.8rem;
	line-height: 3rem;
	font-weight: normal;
}

#product h3{
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: normal;
}

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

#product .sans{
	font-family: 'Open Sans', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -0.0001em;
}

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

#product .detail p{
	margin:5px 0;
	padding:0;
}

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


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

.img660 a .imgL {
	display: none;
}

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

.img660 .captionA {
	position: absolute;
	display: inline;
	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;
	font-size: 1rem;
}

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

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

/*--------------------------------------
 複数イメージ 760px
---------------------------------------*/
.img760 {
	position: relative;
}

.img760 a .imgL {
	display: none;
}

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

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

.img760 a .captionB {
	display: none;
}

.img760 a:hover .captionB {
	display: inline;
	position: absolute;
	bottom: 90px;
	left: 5px;
	z-index: 9999;
	font-size: 0.85rem;
}

.img760 a .imgS {
	width: 80px;
	height: 80px;
	margin-right:5px;
}

.img760 .thumbnail{
	width:100%;
	margin-top:5px;
	font-size: 0;
}

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

#slide10{
	position: relative;
	font-size:0;
	margin:0 auto;
	width: 760px;
	height: 700px;
}

#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
複数イメージ フェード切り替え追加

20150922
#product .sans追加
#product h2
	font-size: 2.3rem→2.5rem
	line-height: 2.7rem→2.8rem
	
---------------------------------------*/