@charset "UTF-8";


/* nav
----------------------------------------------- */
nav {
	display: none;
	position: fixed;
	top: -1000px;
	padding: 5px;
	background: #fff;
	border: solid 2px #fcb;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999;
	z-index: 999;
}

nav li {
	padding: 4px;
}

a#top {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #bce;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
}

/* information
----------------------------------------------- */
.information {
	width: 920px!important;
}

.information b {
	font-weight: bold;
	color: #c30;
}

.information strong {
	font-weight: bold;
	color: #a33;
}

.information ul {
	text-align: left;
	list-style: square;
}

.information li {
	margin: 0.5em 0 0.5em 2.5em;
	font-size: 14px;
	line-height: 1.7;
}

/* product nav
----------------------------------------------- */
.proNav {
	padding-bottom: 30px;
}

.proNav ul {
	width: 846px;
	margin: auto;
}

.proNav li {
	float: left;
	width: 94px;
	margin-bottom: 10px;
}

/* その他
----------------------------------------------- */
.product {
	position: relative;
	width: 900px;
	margin: auto;
	padding: 20px;
	background: #ffe;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* product bg
----------------------------------------------- */
.bg01 { border: 1px solid #fcb; }
.bg02 { border: 1px solid #fbc; }
.bg03 { border: 1px solid #bcd; }

.bgImg01 { background-image: url('../images/product/01/bg.jpg'); }
.bgImg02 { background-image: url('../images/product/02/bg.jpg'); }
.bgImg03 { background-image: url('../images/product/03/bg.jpg'); }
.bgImg04 { background-image: url('../images/product/04/bg.jpg'); }
.bgImg05 { background-image: url('../images/product/05/bg.jpg'); }
.bgImg06 { background-image: url('../images/product/06/bg.jpg'); }
.bgImg07 { background-image: url('../images/product/07/bg.jpg'); }
.bgImg08 { background-image: url('../images/product/08/bg.jpg'); }
.bgImg09 { background-image: url('../images/product/09/bg.jpg'); }

/* photo
----------------------------------------------- */
.proPhoto {
	float: left;
	width: 440px;
}

.thum {
	float: left;
}

/* -- ul li -- */
.thum ul li {
	margin: 0 15px 15px 0;
	box-shadow: 2px 2px 3px #999;
}

.thum ul li img {
	display: block;
	border: solid 1px #666;
}

.thum ul li img:hover {
	border: solid 1px #99f;
}

/* -- .photo -- */
.photo {
	float: left;
	width: 350px;
	height: 560px;
	background: #cdf;
	border: solid 1px #99f;
	box-shadow: 2px 2px 3px #999;
}

.photo p {
	height: 40px;
	padding: 10px 0;
	border-top: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #36c;
	text-shadow: 1px 1px 0 #fff;
}

/* caption
----------------------------------------------- */
.proCaption {
	float: left;
	text-align: left;
	width: 460px;
}

.proCaption .shop {
	text-align: center;
	margin-top: 21px;
}

/* zoom
----------------------------------------------- */
.zoom {
	display: inline-block;
	position: relative;
	cursor: crosshair;
}

.zoomWindow {
	position: absolute;
	border: 1px solid #666;
	overflow: hidden;
	width:  460px;
	height: 500px;
}

.zoomWindow img {
	display: block;
	position: absolute;
}

.scope {
	top: 0;
	position: absolute;
	background: #000;
}

/* ----------------------------------------------- */
