@charset "utf-8";


/* ============================================================
	b1 coordinateselect
   ============================================================ */

#b1 #ahead {
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
	}
#b1 #ahead p {
	position: absolute;
	top: 0;
	left: 380px;
	font-size: 14px;
	}

#coordinateselect {
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}

#coordinateselect div.btn {
	vertical-align: top;
	width: 426px;
	height: 296px;
	border: 1px solid #ccc;
	}
#coordinateselect > div:hover { border: 1px solid #79001f; }
#coordinateselect > div.active { border: 1px solid #999999; }

#coordinateselect div.btn:first-child {
	margin-right: 24px;
	}
#coordinateselect img.view {
	display: inline;
	vertical-align: top;
	}

#coordinateselect .leg {
	display: none;
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: -32px;
	left: 0;
	overflow: hidden;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/arrow.png) no-repeat center center;
	}
#coordinateselect div.btn.active .leg {
	display: block;
	}

#coordinateselect h2 {
	position: absolute;
	top: 60px;
	left: 24px;
	font-size: 16px;
	}
#coordinateselect p.lead {
	position: absolute;
	top: 94px;
	left: 24px;
	font-size: 14px;
	}
#coordinateselect .info {
	position: absolute;
	top: 170px;
	left: 24px;
	padding: 6px 16px;
	background-color: #F5F2E9;
	}

#coordinateselect .info span {
	display: block;
	margin: 2px 0;
	}
#coordinateselect .info strong {
	display: block;
	font-weight: bold;
	letter-spacing: 1px
	}
#coordinateselect .info strong em {
	padding-top: 4px;
	font-size: medium;
	}
	
/* ============================================================
	b2 section
   ============================================================ */

#b2 {
	padding-top: 4px;
	}

#help {
	height: 25px;
	text-align: right;
	}
#help a.btn {
	margin-top: 2px;
	padding-left: 12px;
	font-weight: bold;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/help.png) no-repeat 0 1px;
	}
   
#stage, #controler {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	}
#stage {
	width: 480px;
	margin-top: 9px;
	margin-left: 40px;
	margin-bottom: 10px;
	min-height: 500px;
	padding-bottom: 30px;
	z-index: 200;
	}
#controler {
	width: 358px;
	border: 1px solid #ccc;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	z-index: 100;
	}

.type-b h4.tops { display:none; }
.type-a h4.long { display:none; }


/* ============================================================
	stage
   ============================================================ */

#b2 .zeroitem .caution,
#b2 .zeroitem label,
#b2 .lastone label {
	display: none;
	}

#stage a.coord {
	position: relative;
	display: block;
	vertical-align: top;
	width: 110px;
	height: 130px;
	margin: 0 5px 10px 5px;
	}
.type-b #stage a.coord {
	height: 200px;
	}
#stage a.coord span {
	display: none;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: white;
	}
#stage a.bad span {
	display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
#b2 .all a span {
	display: none;
	}
#stage a.coord img.loupe {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;	
	}
#stage a.coord.hv img.loupe {
	display: block;
	}

#stage a.coord img.innr, #stage a.coord img.outr {
	position: absolute;
	top: 0;
	left: 0;
	}
#stage a.lastone img.innr {
	display: none;
	}

#stage .viewcontrol {
	position: absolute;
	left: 0;
	bottom: 0;
	}
#stage p.caution {
	color: #333333;
	font-size: 11px;
	text-align:left;
}
#stage label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	}
#stage label input {
	margin-right: 4px;
	}
#stage label input,
#stage label span {
	vertical-align: middle;
	}
#stage label span { font-weight: bold; }
.step_msg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}
.type-a .zeroitem .step1 { display: block; }
.type-b .zeroitem .step1long { display: block; }
.type-a .lastone .step2 { display: block; }
.type-b .lastone .step2long { display: block; }

/*
.info1 .step1 { display: block; }
.info2 .step2 { display: block; }
*/
/*
.info2 .zeroitem .step1 { display: block; }
.info2 .zeroitem .step2 { display: none; }
*/

/* ============================================================
	pop frame
   ============================================================ */

#popframewraper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	background-color: black;
	z-index: 9997;
	position: expression('absolute');
	top: expression('0px');
	top: expression( (documentElement.scrollTop || document.body.scrollTop)+'px' );
	}
#popframewraper.ready {
	filter: alpha(opacity=15);
	opacity: 0.15;
	}
#popframecontainer {
	position: fixed;
	top: 50%;
	left: 50%;
	padding:6px;
	overflow: hidden;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 7px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	z-index: 9998;
	}
#popframecontainer.ready {
	opacity: 1;
	}
#popframecontainer .popframecloser {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/btn-closer.png) no-repeat 0 0;
	}
#popframecontainer .popframecloser:hover { background-position: 0 -22px; }

#helpframe {
	position: relative;
	}

#previewframe {
	position: relative;
	width: 365px;
	height: 430px;
	/*overflow: hidden;
	overflow-x: hidden;
	overflow-y: visible;*/
	overflow: visible;
	}
#previewframe.long {
	height: 670px;
	}
#previewframe .innr, #previewframe .outr {
	position: absolute;
	top: 0;
	left: 0;
	}
#previewframe.lastone .innr {
	display: none;
	}
#previewframe img {
	display: block;
	height: 100%;
	}

#previewsubject {
	position: relative;
	margin-top: red;
	text-align: center;
	}

/* ============================================================
	controler
   ============================================================ */

#controler {
	padding-bottom: 12px;
	}

#controler .membrane {
	margin: 0 11px;
	/* background-color: yellow; */
	}
#stocker .membrane { width: 336px; padding: 19px 0 0 0; }
#shape .membrane   { width: 325px; padding: 11px 6px 12px 6px; }
#color .membrane { width: 318px; padding: 16px 2px 7px 2px; margin-left:18px; border-top: 1px solid #e6e6e6; }


#controler h4 {
	margin-top: 8px;
	margin-left: 18px;
	}

#controler a.cur { border: 1px solid #999; }
.no-touch #controler a:hover { border: 1px solid #79001f; }
.touch #controler a:active { border: 1px solid #79001f; }

#stocker {
	position: relative;
	padding-bottom: 20px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
	}
#stocker .mark {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 16px;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/arrow.png) no-repeat 24px 0;
	}

#stocker a {
	margin: 0 8px;
	vertical-align: top;
	border: 1px solid #e6e6e6;
	}
#stocker span {
	position: relative;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.type-a #stocker span { width: 66px; height: 74px; }
.type-b #stocker span { width: 66px; height:120px; }

#stocker.num1 .mark { background-position:  34px 0; }
#stocker.num2 .mark { background-position: 118px 0; }
#stocker.num3 .mark { background-position: 202px 0; }
#stocker.num4 .mark { background-position: 286px 0; }

#stocker.num1 #st-1, #stocker.num2 #st-2,
#stocker.num3 #st-3, #stocker.num4 #st-4 { border: 1px solid #999; background-color: white; }

#stocker a.a span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-a.png) }
#stocker a.b span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-b.png) }
#stocker a.c span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-c.png) }
#stocker a.d span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-d.png) }
#stocker a.e span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-e.png) }
#stocker a.f span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-f.png) }
#stocker a.g span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-g.png) }
#stocker a.h span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-h.png) }
#stocker a.i span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-i.png) }
#stocker a.j span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-j.png) }
#stocker a.k span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-k.png) }
#stocker a.l span { background-image: url(/img/store/clothes/mix-match-tops/c3/st-l.png) }

.type-a #stocker span.c01 { background-position: 1px     0px; }
.type-a #stocker span.c02 { background-position: 1px   -75px; }
.type-a #stocker span.c03 { background-position: 1px  -150px; }
.type-a #stocker span.c04 { background-position: 1px  -225px; }
.type-a #stocker span.c05 { background-position: 1px  -300px; }
.type-a #stocker span.c06 { background-position: 1px  -375px; }
.type-a #stocker span.c07 { background-position: 1px  -450px; }
.type-a #stocker span.c08 { background-position: 1px  -525px; }
.type-a #stocker span.c09 { background-position: 1px  -600px; }
.type-a #stocker span.c10 { background-position: 1px  -675px; }
.type-a #stocker span.c11 { background-position: 1px  -750px; }
.type-a #stocker span.c12 { background-position: 1px  -825px; }
.type-a #stocker span.c13 { background-position: 1px  -900px; }
.type-a #stocker span.c14 { background-position: 1px  -975px; }
.type-a #stocker span.c15 { background-position: 1px -1050px; }
.type-a #stocker span.c16 { background-position: 1px -1125px; }
.type-a #stocker span.c17 { background-position: 1px -1200px; }
.type-a #stocker span.c18 { background-position: 1px -1275px; }
.type-a #stocker span.c19 { background-position: 1px -1350px; }
.type-a #stocker span.c20 { background-position: 1px -1425px; }
.type-a #stocker span.c21 { background-position: 1px -1500px; }
.type-a #stocker span.c22 { background-position: 1px -1575px; }

.type-b #stocker span.c01 { background-position: 1px     2px; }
.type-b #stocker span.c02 { background-position: 1px  -118px; }
.type-b #stocker span.c03 { background-position: 1px  -238px; }
.type-b #stocker span.c04 { background-position: 1px  -358px; }
.type-b #stocker span.c05 { background-position: 1px  -478px; }
.type-b #stocker span.c06 { background-position: 1px  -598px; }
.type-b #stocker span.c07 { background-position: 1px  -718px; }
.type-b #stocker span.c08 { background-position: 1px  -838px; }
.type-b #stocker span.c09 { background-position: 1px  -958px; }
.type-b #stocker span.c10 { background-position: 1px -1078px; }
.type-b #stocker span.c11 { background-position: 1px -1198px; }
.type-b #stocker span.c12 { background-position: 1px -1318px; }
.type-b #stocker span.c13 { background-position: 1px -1438px; }
.type-b #stocker span.c14 { background-position: 1px -1558px; }
.type-b #stocker span.c15 { background-position: 1px -1678px; }
.type-b #stocker span.c16 { background-position: 1px -1798px; }
.type-b #stocker span.c17 { background-position: 1px -1918px; }
.type-b #stocker span.c18 { background-position: 1px -2038px; }
.type-b #stocker span.c19 { background-position: 1px -2158px; }
.type-b #stocker span.c20 { background-position: 1px -2278px; }
.type-b #stocker span.c21 { background-position: 1px -2398px; }
.type-b #stocker span.c22 { background-position: 1px -2518px; }


#stocker a.z span { background-image: url(/img/store/clothes/mix-match-tops/c3/maisu.png); background-position: 0 center; }
#stocker #st-1.z span { background-position: 1px center; }
#stocker #st-2.z span { background-position: -62px center; }
#stocker #st-3.z span { background-position: -125px center; }
#stocker #st-4.z span { background-position: -191px center; }

#switcher {
	position: relative;
	}

#shape a {
	width: 58px;
	height: 66px;
	margin: 3px 3px 4px 2px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	border: 1px solid transparent;
	}
#shape a#sp-z {
	border: 1px solid #e6e6e6;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/s7/sp-z2.png) no-repeat center center;
	}
#shape a#sp-z.cur {
	border: 1px solid #999;
	background: transparent url(/img/store/clothes/mix-match-tops/c3/s7/sp-z1.png) no-repeat center center;
	}
#shape a.cur { border: 1px solid #999; }
#shape #sp-z:hover { border: 1px solid #79001f; }

/*.type-a #shape a img {padding-top: 2px; }*/
.type-b #shape a { height: 95px; }
/*.type-b #shape a img {padding-top: 3px; }*/

.type-b #sp-a { display: none; }
.type-b #sp-b { display: none; }
.type-b #sp-c { display: none; }
.type-b #sp-d { display: none; }
.type-b #sp-e { display: none; }
.type-b #sp-f { display: none; }
.type-b #sp-g { display: none; }
.type-b #sp-h { display: none; }
.type-a #sp-i { display: none; }
.type-a #sp-j { display: none; }
.type-a #sp-k { display: none; }
.type-a #sp-l { display: none; }

.type-b	#cl-02 { display: none; }
.type-b	#cl-07 { display: none; }
.type-b	#cl-08 { display: none; }
.type-b	#cl-13 { display: none; }
.type-b	#cl-14 { display: none; }
.type-b	#cl-19 { display: none; }
.type-b	#cl-20 { display: none; }

.mask #slim-bd { display: none; }
.mask #fat-bd { margin-bottom: 53px; }

#color a {
	width: 43px;
	height: 43px;
	margin: 1px;
	padding: 3px;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 50%;
	}
#color a.cur { border: 1px solid #999; }
#color img { border-radius: 50%; }


