@charset "utf-8";
/* CSS Document */

html {
}
body {
	/*background:url(images/bg-shadow-1.png) center center no-repeat #fff;*/
	/*background-attachment:fixed;*/
/*	background:url(images/bg-shadow-1.png) top center repeat-x #0C0C0C;
*/	
	
	background: url(../images/ice-background.png) repeat-x top left #000;
	/*background:url(/DD/GoodsImage/img00/images/background.jpg) no-repeat top center;
*/	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 100%;
}
#mainWrap {
	width: 1140px;
	margin: 0 auto 20px auto;
	letter-spacing: 0.1em;
	background: url(images/bg-whiteborder.png) bottom left no-repeat rgba(0,0,0,0.9);
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#mainWrap .pan {
	margin: 10px 0;
}
#mainWrap .pan a {
	color: #FFF;
}
#mainWrap .pan p {
	float: left;
	margin: 0 15px 0 0;
}
/* header */
#mainWrap .header {
	position: relative;
	height: 100px;
	margin: 0 0 20px 0;
	display: none;
}
#mainWrap .header .logo {
	width: 110px;
	padding: 0 0 0 2.5px;
	position: absolute;
	left: 413px;
	top: -20px;
	background: url(images/bck-logo.png) center center no-repeat;
	width: 306px;
	height: 225px;
	text-align: center;
	z-index: 0;
}
#mainWrap .header .logo img {
	padding: 33px 0 0 0;
}
#spec .cartContent .alertWindow p{
	text-align:center;
}

#mainWrap .header ul:nth-child(1) {
	position: absolute;
	left: 90px;
	text-align: right;
}
#mainWrap .header ul:nth-child(1) li {
	padding: 0 !important;
}
#mainWrap .header ul:nth-child(2) li {
	float: left;
}
#mainWrap .header ul:nth-child(2) {
	position: absolute;
	right: 90px;
}
#mainWrap .header ul {
	background: transparent url(images/bck-menu.png) repeat-x left center;
	width: 400px;
	top: 35px;
	z-index: 1;
	overflow: hidden;
	height: 36px;
}
/* header */
#mainWrap .header li {
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 3.3em;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	padding: 0 30px 0 0;
}
#mainWrap #contents {
	width: 1140px;
	height: 550px;
	background: #000;
	position: relative;
	z-index: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://www.j-connection.jp/border-radius.htc);
}
#mainWrap #contents .shadows {
	background: url(images/image-underbg.png) center bottom no-repeat;
	width: 1288px;
	height: 232px;
	position: absolute;
	bottom: -140px;
	left: -70px;
	z-index: 0;
	display: none;
}
/* contentsText */
#mainWrap #contentsText {
	color: #FFF;
	padding: 30px 20px;
}
#mainWrap #contentsText p, #mainWrap #contentsText span, #mainWrap .header li {
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#spec .cartContent .alertWindow li:hover{
	opacity:0.3;
}
#mainWrap #contentsText p {
	line-height: 1.7em;
	font-size:12px;
	text-justify:inter-word;
	text-justify:inter-ideograph;
	text-align:justify;
	max-height:152px;
	overflow-y:scroll;
	width: 100%;
	padding: 0 2% 0 0;
	letter-spacing:0.3em;
}
#mainWrap #contentsText .left, #mainWrap #contentsText .right {
	float: left;
}
#mainWrap #contentsText .left {
	width: 52%;
	padding: 0 3% 0 0;
	position:relative;
}
#mainWrap #contentsText .right {
	width: 45%;
}
#mainWrap #contentsText h2 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #f68428;
}
#mainWrap #contentsText p {
}
#mainWrap #contentsText span {
}
#eventFooter {
	background: url(images/footer-bg.png) repeat-x left center;
	height: 250px;
	width: 100%;
}
/* end. contentsText */

/* colorBtn */
#colorBtn {
	margin: 20px auto 0;
	width: 460px;
	background: url(images/colorbg.png) center center no-repeat;
	height: 41px;
	z-index: 100;
	display: none;
}
#colorBtn ul {
	padding: 5px 0 0 0;
	width: 360px;
	margin: 0 auto;
}
#colorBtn li {
	float: left;
	margin: 5px 10px;
}
#colorBtn li div {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	-moz-box-shadow: 2px 2px 5px #000; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #000; /* Safari,Google Chrome */
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://www.j-connection.jp/border-radius.htc);
}
#colorBtn .black {
	background: #000;
}
#colorBtn .white {
	background: #fff;
}
#colorBtn .blue {
	background: #03F;
}
#colorBtn .green {
	background: #0C6;
}
#colorBtn .yellow {
	background: #CC0;
}
#colorBtn .orange {
	background: #C60;
}
#colorBtn .red {
	background: #C00;
}
#colorBtn .pink {
	background: #C6C;
}
#colorBtn .violet {
	background: #60F;
}
#colorBtn .gray {
	background: #999;
}
/* eventFooter */
#eventFooter {
}
#eventFooter ul {
	margin: 0 auto;
	width: 70%;
}
#eventFooter li {
	width: 33.33333%;
	float: left;
	text-align: center;
	padding: 70px 0 20px;
	position: relative;
}
#eventFooter li .new {
	background: url(images/btn-new.png) center center no-repeat;
	width: 72px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
}
#eventFooter li p {
	padding: 10px 0 0 0;
	color: #FFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
/* end. eventFooter */

#footer, #footer .nav {
	margin: 0 auto;
}
/* color */
.headerGuide a {
	color: #FFF;
}
#header {
	height: 40px;
	line-height: 40px;
	background: #0d0d0d;
	border-bottom: 1px solid #333;
	box-shadow: 0px 0px 0.5px 1px rgba(0,0,0,1) inset;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
#header .logo {
	position: absolute;
	left: 0px;
	top: 12px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	height: 30px;
}
#header .logo img {
	height: 60%;
}
#header .returnTop {
	font-size: 10px !important;
	position: absolute;
	right: 10px;
	padding: 0 25px 0 0;
	background: url(../images/btn-header-rtop.png)right center no-repeat;
}
#spec {
	height: 198px;/*	width:520px;
*/
	border: 1px solid rgba(51,51,51,1);
	background:#000;
	position:relative;
}
#spec .alarmClock,#spec .wallClock {
	padding: 20px;
}
#spec .alarmClock .explanation,#spec .wallClock .explanation{
	float:left;
}
#spec .alarmClock li,#spec .wallClock li {
	margin:0 0 5px;
	font-size:10px;
	line-height:1.5em;
}
#spec .alarmClock h3,#spec .wallClock h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height:1em;
	margin:0 0 5px 0;
}
#spec .alarmClock .explanation ul,#spec .wallClock .explanation ul {
	height: 100px;
	overflow-y: scroll;
	margin: 20px 0 0;
	width: 300px;
	float: left;
}
#spec .alarmClock {
	display: none;
}
#spec .cartContent {
	float: left;
	width:140px;
	text-align:center;
	margin:0 0 0 10px;
	position:relative;
}
#spec .cartBtn{
	background:url(images/btn-cartin.png) center center no-repeat;
	width:134px;
	height:38px;
	color:#FFF;
	font-weight:900;
	font-size:11px;
	line-height:3.6em;
	z-index:0;
}
#spec .cartContent .alertWindow{
	background: rgba(0, 0, 0, 0.8);
	height: 50px;
	width: 200px;
	border: #333;
	position: absolute;
	top: 110px;
	z-index: 100;
	line-height: 50px;
	font-weight:900;
	display:none;
}
#spec .cartContent .alertWindow p{
	text-align:center !important;
	overflow:auto !important;
}
#spec .cartContent .alertWindow ul{
	width:inherit;
	height:inherit;
}
#spec .cartContent .alertWindow li{
	float:left;
	width:50%;
	color:#F90;
	font-weight:400;
	cursor:pointer;
}
#mainWrap #contentsText span{
	display:none;
}
/* colorChange */
#spec .colorChange{
	position:absolute;
	right:-50px;
	top:-30px;
	background:url(images/color-bg.png) center center no-repeat;
	width:121px;

}
#spec .colorChange h3{
	display:none;
}
#spec .colorChange .mainLens{
	padding:30px;
}
#spec .colorChange .mainLens{
     -moz-border-radius: 29px;
     -webkit-border-radius: 29px;
     border-radius: 29px;
     behavior: url(http://www.j-connection.jp/border-radius.htc);
	 overflow:hidden;
}
#spec .colorChange .lens{
	width:20px;
	height:20px;
	position:absolute;
}
#spec .colorChange .lens.white{
	background:url(images/icon-lens-white.png) center center no-repeat;
	top:86px;
	right:55px;
}
#spec .colorChange .lens.black{
	background:url(images/icon-lens-black.png) center center no-repeat;
	top:77px;
	right:78px;
}
#spec .colorChange .lens.blue{
	background:url(images/icon-lens-blue.png) center center no-repeat;
	top:54px;
	right:90px;
}
#spec .colorChange .lens.green{
	background:url(images/icon-lens-green.png) center center no-repeat;
	top:30px;
	right:86px;
}
#spec .colorChange .lens.yellow{
	background:url(images/icon-lens-yellow.png) center center no-repeat;
	top:13px;
	right:69px;
}
#spec .colorChange .lens.orange{
	background:url(images/icon-lens-orange.png) center center no-repeat;

	top:9px;
	right:44px;
}
#spec .colorChange .lens.red{
	background:url(images/icon-lens-red.png) center center no-repeat;
	top:21px;
	right:22px;
}
#spec .colorChange .lens.pink{
	background:url(images/icon-lens-pink.png) center center no-repeat;
	top:43px;
	right:13px;
}
#spec .colorChange .lens.purple{
	background:url(images/icon-lens-purple.png) center center no-repeat;
	top:66px;
	right:16px;
}
#spec .colorChange .lens.gray{
	background:url(images/icon-lens-gray.png) center center no-repeat;
	top:81px;
	right:32px;
}
#spec #itemTab{
	margin:-2px 0 0 -1px;
}
#spec #itemTab div{
	float:left;
	width:288px;
	border:1px solid #333;
	border-top:none !important;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#FFF;
	background:#000;
}
#spec #itemTab .phone{
	background:#e60;
}

/* end. colorChange */

iframe{
	border:none;
}

#contentsText ::-webkit-scrollbar {
    width: 12px;
    background: rgba(100,100,100,0.3); 
}
#contentsText ::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#contentsText ::-webkit-scrollbar-thumb {
	cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background: rgba(255,102,0,1);
}
#contentsText ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,102,0,0.4);
}
#mainWrap #contentsText .left .app{
	position:absolute;
	right:-8px;
	top:0;
}
#mainWrap #contentsText .left .app p{
	text-indent:-9999px;
	overflow:hidden;
	height:0;
}
#mainWrap #contentsText .left .app ul{
	width:310px;
	margin:0 30px 0 0;
}
#mainWrap #contentsText .left .app li{
	width:150px;
	float:left;
}
#mainWrap #contentsText .left .app li:nth-child(1){
	margin:0 10px 0 0;
}