﻿@charset "UTF-8";
/* CSS Document */

/* COMMON */

::-moz-selection {
	color: #000000;
	background-color: #ffff00;
	/*
	color: #3c3c3c;
	background-color: #cccccc;
	*/
	}
	
::selection {
	color: #000000;
	background-color: #ffff00;
	/*
	color: #3c3c3c;
	background-color: #cccccc;
	*/
	}




/* LOADING */

.QOverlay {
	background-color: #f7f7f7;
	z-index: 9999;
	}
	
.QLoader {
	background-color: #333333;
	height: 1px;
	}
	
	
	
	
	
html {
	min-height: 100%;
	}

body {
	color: #333333;
	background-color: #fff;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	height: auto;
	font-size: 13px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	_font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0;
    -webkit-text-size-adjust: none;

	}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

.clear {
	clear: both;
	}


#bg_base {
	background-color: #FFFFFF;
}



/* HEADER */

header {
	width: 294px;
	height: auto;
	position:fixed;
	padding: 0;
	top: 25px;
	left: 50%;
	margin-left: -147px;
	z-index: 9999;
	}





/* CONTAINDER */

#container {
	width: 100%;
	min-width: 800px;
	height: 100%;
	position: relative;
	left: 0px;
	}






/* SLIDER */

.cbp-fwslider {
	padding:50px 0 0 0;
	}
	
.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
	}


.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
	}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}
	

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
	}

.cbp-fwslider nav span:hover {
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* For IE 8 */
	}

.cbp-fwslider nav span.cbp-fwnext {
	right: 20px;
	}

.cbp-fwslider nav span.cbp-fwprev {
	left: 20px;
	}

.cbp-fwdots {
	margin:10px 0 20px 0;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	z-index: 8888;
	/*
	width: 500px;
	height: auto;
	position:fixed;
	padding: 0;
	bottom: 20px;
	left: 50%;
	margin-left: -250px;
	z-index: 9999;
	*/
	}

.cbp-fwdots span {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: #ffffff;
	margin: 4px 12px 4px 4px;
	border: solid 1px #000000;
	cursor: pointer;
	}
	
.cbp-fwdots span:first-child {
	display: inline-block;
	width: 50px;
	height: 70px;
	background: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	background:url(../img/01_s.png);
	}	


.cbp-fwdots span:nth-child(2) {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	background:url(../img/02_03_s.png);
	}

.cbp-fwdots span:nth-child(3) {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	background:url(../img/04_05_s.png);
	}
	
.cbp-fwdots span:nth-child(4) {
	display: inline-block;
	width: 100px;
	height: 70px;
	background: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	background:url(../img/06_07_s.png);
	}	

.cbp-fwdots span:last-child {
	display: inline-block;
	width: 50px;
	height: 70px;
	background: #ffffff;
	border: solid 1px #000000;
	cursor: pointer;
	background:url(../img/08_s.png);
	}

.cbp-fwdots span:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
	}

.cbp-fwdots span.cbp-fwcurrent {
	border:#693 solid 1px;
	}





/* LINK */

#detail_min_list > li > div {
  position: relative;

  margin: 0 auto;
}

#detail_min_list .d_link_wrapper span a {
  display: block;
  position: absolute;
  background: #000000;
  z-index: 2;
}

#d_link01 a:link {
	top: 476px;
	left: 179px;
	width: 136px;
	height: 23px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link01 a:visited {
	top: 476px;
	left: 179px;
	width: 136px;
	height: 23px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link01 a:hover {
	top: 476px;
	left: 179px;
	width: 136px;
	height: 23px;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* For IE 8 */
	}

#d_link02 a:link {
	top: 438px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link02 a:visited {
	top: 438px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link02 a:hover {
	top: 438px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* For IE 8 */
	}

#d_link03 a:link {
	top:456px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link03 a:visited {
	top:456px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE 8 */
	}

#d_link03 a:hover {
	top:456px;
	left: 572px;
	width: 129px;
	height: 14px;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* For IE 8 */
	}





/* PAGE NATION */

#pagenation_next {
	position: fixed;
	top: 46%;
	right: 30px;
	width: 28px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 300;
	text-align: right;
	}

#pagenation_back {
	position: fixed;
	top: 46%;
	left: 30px;
	width: 28px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 300;
	text-align: left;
	}





/* OTHER MENU */

#isetan_doc {
	position: fixed;
	top: 25px;
	left: 30px;
	width: 96px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 500;
	text-align: left;
	}
	
#sns_doc {
	position: fixed;
	top: 25px;
	right: 30px;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 500;
	text-align: right;
	}

ul#sns_icon {
	margin: 0;
	padding: 0;
	}

ul#sns_icon li {
	list-style: none;
	list-style-position: none;
	width: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	}

ul#sns_icon li#tw {
	list-style: none;
	list-style-position: none;
	width: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	}

ul#sns_icon li#fb {
	list-style: none;
	list-style-position: none;
	width: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	}

#language_doc {
	position: fixed;
	top: 60px;
	right: 34px;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 500;
	text-align: right;
	}

ul#language_icon {
	margin: 0;
	padding: 0;
	}

ul#language_icon li {
	color: #dddddd;
	font-size: 100%;
	list-style: none;
	list-style-position: none;
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	}

ul#language_icon li a:link {
	color: #dddddd;
	text-decoration: none;
	}

ul#language_icon li a:visited {
	color: #dddddd;
	text-decoration: none;
	}

ul#language_icon li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #000000 solid;
    padding-bottom: 3px;
	}

ul#language_icon li a.current {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #000000 solid;
    padding-bottom: 3px;
	}

#info_doc {
	color: #dddddd;
	position: fixed;
	bottom: 20px;
	left: 30px;
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9000;
	text-align: left;
	}

#info_doc a:link {
	color: #dddddd;
	text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	}
	
#info_doc a:visited {
	color: #dddddd;
	text-decoration: none;
	}

#info_doc a:hover {
	color: #333333;
	opacity: 1;
	text-decoration: none;
	}

#copyright_doc {
	color: #dddddd;
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9000;
	text-align: right;
	}





/* ZOOM */

.img_doc {
	width: 737px;
	height: 550px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	}

.loupe {
	width: 200px;
	height: 200px;
	border: 4px solid #ffffff;
	border-radius: 100px; /* CSS3 */
　　-webkit-border-radius: 100px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 100px; /* Firefox用 */
	}

/*
.loupe {
	width: 240px;
	height: 240px;
	color: #ffffff;
	border: 4px solid #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	}
*/





/* FONT */

/* H1 FONT */

h1#logo {
	font-size: 100%;
	font-weight: normal;
	line-height: 2;
	margin: 0;
	padding: 0;
	}




/* H2 FONT */

h2#copyright {
	font-size: 77%;
	font-weight: normal;
	line-height: 2;
	margin: 0;
	padding: 0;
	}




/* P FONT */

p.txt {
	font-size: 77%;
	margin: 0;
	padding: 0;
	line-height: 2;
	}



/* SPAN FONT */

span.icon {
	font-size: 55%;
	margin: 0;
	padding: 0 4px 2px 0;
	vertical-align: middle;
	}



#link01 {
	position: absolute;
	bottom: 70px;
	right:25px;
}
#link02 {
	position: absolute;
	bottom: 105px;
	right:25px;
}