@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, form, pre, address, blockquote, non {
	font-size:12px;
	line-height:150%;
	/*letter-spacing: 0.06em\9;*/
	/line-height:140%;
	line-break: strict;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	text-align: left;
	}

h1 { font-size: 40px; line-height: 124%;}
h2 { font-size: 40px; line-height: 120%; margin-bottom: 12px; }
h3 { font-size: 32px; line-height: 120%; margin-bottom: 12px; }
h4 { font-size: 14px; line-height: 140%; margin-bottom: 2px;}
h4.inblock { margin-right: 1em; }

img {
	vertical-align: bottom;
	border: none;
	outline: none;
	}

/* over write ---------------------------------------------*/

h1 { border-bottom: 0 solid white }
#page-wrap { position:relative; z-index: 0;}
/* shere */
.shareButton {position:absolute;top:20px;right:0;*top:20px;}
.shareButton li {display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.shareButton .tw {margin-right:10px;}

/*--------------------------------------------- over write */


/* 画像が暗くなるリンク ----------------------------------------*/

.dibtn {
	display: block; background-color: #fff;
	-webkit-transition: all 0s ease 0.2s;
    -moz-transition: all 0s ease 0.2s;
    -o-transition: all 0s ease 0.2s;
    transition: all 0s ease 0.2s;
	}
.no-touch .dibtn:hover {
	-webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
	background-color: #000;
	}
.dibtn span, .dibtn h4 { background-color: white; }
.dibtn img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	}
.no-touch .dibtn:hover img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.no-touch .dibtn:hover span img {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    }
.dibtn:link, .dibtn:visited, .no-touch .dibtn:hover, .dibtn:active { text-decoration: none; }
.btn:link, .btn:visited, .no-touch .btn:hover, .btn:active { text-decoration: none; }

/* フレーム付きボタン ------------------------------------------*/

.frmbtn {
	display: block;
	position: relative;
	padding: 7px 14px 7px 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	border: 1px solid #CCC;
	background: url("/img/common/arrow_right.png") no-repeat scroll 14px 50% transparent;
	}
.no-touch .frmbtn:hover {
	border: 1px solid #7F0019;
	color: #7F0019;
	}
.frmbtn .bullet { display:none; }
.frmbtn span { vertical-align: middle; }
.no-touch .frmbtn:hover .bullet { color:#333; }

.frmbtn:link, .frmbtn:visited, .no-touch .frmbtn:hover, .frmbtn:active { text-decoration: none; }

/* 疑似 inline-block ---------------------------------------*/
.inblock {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;	/* ff <3 */
	/display: inline;			/* ie */
	/zoom: 1;
	overflow: hidden;
	vertical-align: top;
	background-position: 0 0;
	}
h1.inblock,h2.inblock,h3.inblock,h4.inblock,h5.inblock {overflow: visible;}

/* --------------------------------------------------------*/
.ghost {
	display: none;
	}

.art-lead {
	padding-bottom: 8px;
	text-align: left;
	}

.gist {
	text-align: left;
	}

a.disenable {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	}
span.bullet {
	font-size: 64%;
	padding-right: 0.3em;
	}


/* ============================================================
	top navi (chapter link)
   ============================================================ */

nav {
	position: relative;
	z-index:225;
	}

#top-navi {
	margin-bottom: 22px;
	}
#top-navi li {
	width: 79px;
	margin-left: 10px;
	overflow: visible;
	}
#top-navi > li:first-child {
	margin-left: 0;
	}
/*
#top-navi li.first {
	padding-left: 0;
	}
*/
#top-navi li.opened {
	}
#top-navi a	{
	display: block;
	white-space: nowrap;
	letter-spacing:0;
	border-top: 2px solid white;
	}
.no-touch #top-navi a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #000;
	}
.no-touch #top-navi a:hover img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#top-navi li.closed a {
	border-top: 2px solid white;
	}

#top-navi span {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	}
#top-navi li.closed span { display:none; }
#top-navi span.chapTitle {
	display: block;
	padding: 4px 4px 4px 6px;
	font-weight: bold;
	}
#top-navi span.bullet {
	padding-left: 8px;
	}

/* sub navi --------------------------------------------------- */

#top-navi .sub-navi {
	position: absolute;
	left: 0;
	padding-bottom: 2px;
	background-color: #fff;
	}
#top-navi > li.last .sub-navi {
	left: auto;
	right: 0;
	}
#top-navi .sub-navi li {
	margin-left: 0;
	}
#top-navi li .sub-navi a {
	display: block;
	width: auto;
	padding: 2px 8px 2px 0px;
	background-color: #eee;
	/*border-top: 1px solid #fff;*/
	}
#top-navi li .sub-navi span {	
	white-space: nowrap;
	}
#top-navi .sub-navi li, #top-navi .sub-navi span.title {
	width:auto;
	}
#top-navi li.closed .sub-navi {
	display: none;
	}
#top-navi .sub-navi .title {	
	margin-top: 0.4em;
	}
#top-navi .sub-navi .bullet {	
	margin-bottom: 0.4em;
	}

/* ============================================================
	section navi (tab)
   ============================================================ */

nav.tab {
	border-bottom: 1px solid #666;
	}
.tab {
	padding: 0;
	margin-top: 0;
	margin-bottom: 24px;
	overflow: visible;
	border-bottom: 1px solid #333;
	}
.tab a {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	padding: 6px 10px 12px 12px;
	text-decoration: none;
	border-right: 1px solid #e8e8e8;
	zoom: 1;
	}
.tab a:first-child {
	border-left: 1px solid #e8e8e8;
	}

.tab a.current {
	color:#c4c4c4;
	background-color: #f4f4f4;
/*	background: #f4f4f4 url(/img/store/homewares/combinable/uni/tab_current.gif) no-repeat 15px bottom; */
	}
.tab span { font-size:12px; font-weight:bold; }
.tab em {
	display: block;
	position: absolute;
	width: 50%;
	height: 11px;
	left: 0px;
	bottom: -1px;
	}	
.tab em img {
	display: block;
	position: absolute;
	top:0;
	right:-14px;
	}


.tab a.current, div.tab div.current a > * {
	cursor: default;
	}

.no-touch .tab a.current:hover { color: #c4c4c4 }


/* ============================================================
	chapter
   ============================================================ */

#page-header,
#page-body,
#page-footer {
	position: relative;
	}
#page-header {
	margin-top:8px;
	z-index: 250;
	}
#page-body {
	z-index: 200;
	width:880px;
	/*overflow: hidden;*/ /* ie6 debug */
	}

/* ============================================================
	section
   ============================================================ */

.section {
	position: relative;
	margin: 0 0 48px 0;
	padding-top: 16px;
	padding-bottom: 0px;
	width: 880px; /* ie6 */
	clear: both;
	}
.wborder {
	margin-bottom: 24px;
	border-bottom: 1px solid #333;
	}
.hasCart {
	border-bottom-color: #cccccc;
	}
.section.yet div { display:none }

#sTop {
	margin-top: 0;
	padding-top: 80px;
	}
.section.first { padding-bottom:20px; border-top:none; }
.section.last { margin-bottom: -36px; border-bottom: none; }
#b0 {margin-top: 0;} /* ie6 */

.sub-section {
	position: relative;
	margin: 0px 0 -60px 0;
	/*padding-top: 96px;*/
	padding-bottom: 76px;
	/*
	border-bottom: 1px solid #666;
	border-top: 1px solid white;*//*  ie6 */

	}

/*.sub-section.first { padding-top: 16px; }*/
.sub-section.first { margin-top: -80px; }
.sub-section.last {  border-bottom: none; }


/* multiview - 画像切り替えエリア --------------------------------- */

.multiview {
	position: relative;
	width: 880px;
	/*padding-bottom: 20px;*/
	margin-bottom: 24px;
	text-align: left;
	/*border-bottom: 1px solid #ccc;*/
	}


.images {
	position:relative;
	}
.images img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition: all .2s ease .1s;
	-moz-transition: all .2s ease .1s;
	-ms-transition: all .2s ease .1s;
	-o-transition: all .2s ease .1s;
	transition: all .2s ease .1s;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	}
.images img.current {
	-webkit-transition: all .2s ease 0;
	-moz-transition: all .2s ease 0;
	-ms-transition: all .2s ease 0;
	-o-transition: all .2s ease 0;
	transition: all .2s ease 0;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
	}
.images img:first-child {
	position:relative;
	}

.selector {
	position: absolute;
	top:0;
	right:0;
	width: 135px;
	}

.selector a {
	margin-bottom: 8px;
	padding: 0 0 0px 0;
	overflow: visible;
	}
.selector a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	left:0;
	bottom: -8px;
	}

.first .multiview { margin-bottom: 0; }
/*
.multiview .btn {
	display: block;
	position: relative;
	float: right;
	margin: 12px 0;
	padding: 4px 8px;
	border: 1px solid #CCC;
	text-decoration: none;
	}
.multiview .btn span {
	vertical-align: middle;
	}
.multiview .btn:link,
.multiview .btn:visited,
.multiview .btn:active { color: #333; }
.multiview .btn:hover { border: 1px solid #7F0019; color: #7F0019; }
.multiview .btn:hover span.bullet  { color: #333; }
*/

/* headline block --------------------------------------------- */

.headline {
	margin-bottom: 20px;
	text-align: left;
	}
.itemarea .headline,
.sub-section .headline {
	margin-bottom: 10px;
	}
.headline h2 { font-size: 40px;}
.headline h3 { font-size: 32px; margin-right: 24px; }
.headline h4 { margin-right: 16px; }

.due h3 span {
	display:block;
	font-size:20px;
	line-height:160%;
	}
.due * { vertical-align: bottom; }
.due p { margin-bottom: 12px; }

.lead {
	font-size: 12px;
	}

.lead2 {
	font-size: 14px;
	}
.lead4 {

	}

#page-header .headline {
	height: 150px;
	background-repeat: no-repeat;
	background-position: right top;
	}
#page-header h2 {
	padding-top: 22px;
	}
#page-header .lead {
	font-size: 14px;
	font-weight: bold;
	}


/* galler area ------------------------------------------------ */

.galler {
	position: relative;
	/*margin-bottom: 60px;*/
	text-align: left;
	}
	
.galler li {
	margin-bottom: 24px;
	overflow: hidden;
	}
.galler h4 {
	margin: 0.4em 0;
	}
.galler p {
	width: 100%;
	overflow: hidden;
	}
.galler .open-sim p {
	width: auto
	}

/* item area -------------------------------------------------- */

.itemarea {
	position: relative;
	/*margin-bottom: 60px;*/
	text-align: left;
	}

.itemarea ul,
.itemarea li,
.itemarea div.single,
.itemarea div.double,
.itemarea div.free,
.itemarea div.tight,
.itemarea div.wide {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;	/* ff <3 */
	/display: inline;			/* ie */
	/zoom: 1;
	/*overflow: hidden;*/
	vertical-align: bottom;
	}

.itemarea li {
	margin-bottom: 24px;
	text-align: center;
	}

.split2 { width:912px; margin-left:-15px; margin-right:-17px; }
.split3 { width:906px; margin-left:-13px; margin-right:-13px; }
.split4 { width:896px; margin-left: -8px; margin-right: -8px; }
.split5 { width:905px; margin-left:-12px; margin-right:-13px; }
.split6 { width:894px; margin-left: -7px; margin-right: -7px; }
.split8 { width:888px; margin-left: -4px; margin-right: -4px; }

.split2 li { margin-left:15px; margin-right:17px; }
.split3 li { margin-left:13px; margin-right:13px; }
.split4 li { margin-left: 8px; margin-right: 8px; }
.split5 li { margin-left:12px; margin-right:13px; }
.split6 li { margin-left: 7px; margin-right: 7px; }
.split8 li { margin-left: 4px; margin-right: 4px; }

.split2 .single { width:424px; margin-left:15px; margin-right:17px; }
.split2 .full   { width:880px; margin-left:15px; margin-right:17px; }
.split3 .single { width:276px; margin-left:13px; margin-right:13px; }
.split3 .double { width:578px; margin-left:13px; margin-right:13px; }
.split3 .free   { width:auto; margin-left:13px; margin-right:13px; }
.split3 .full   { width:880px; margin-left:13px; margin-right:13px; }
.split4 .single { width:208px; margin-left: 8px; margin-right: 8px; }
.split4 .full   { width:880px; margin-left: 8px; margin-right: 8px; }
/*.split6 li { width:135px; }*/
.split6 .single { width:135px; margin-left: 7px; margin-right: 7px; }
.split6 .double { width:284px; margin-left: 7px; margin-right: 7px; }
.split6 .full   { width:880px; margin-left: 7px; margin-right: 7px; }

.split2 .split2 { width:444px; margin-left:-10px; margin-right:-10px; }
.split2 .split3 { width:441px; margin-left: -8px; margin-right: -9px; }

.split2 .split2 li { margin-left:10px; margin-right:10px; }
.split2 .split2 li.single { width:202px; }
.split2 .split2 li.full   { width:424px; }

.split2 .split3 li { margin-left: 8px; margin-right: 9px; }
.split2 .split3 li.single { width:130px; }
.split2 .split3 li.full   { width:424px; }
/*
.split2 .split6 li { margin-left: 7px; margin-right: 7px; }
.split2 .split6 li.single { width:135px; }
.split2 .split6 li.full   { width:880px; }
*/
.split3 .split0 { width:294px; margin-left:-8px; margin-right:-8px; }
.split3 .split0 li { width:276px; margin-left: 8px; margin-right: 8px; }

.split3 .split2 { width:294px; margin-left:-8px; margin-right:-8px; }
.split3 .split2 li { width:130px; margin-left: 8px; margin-right: 8px; }
.split3 .split2 li.full { width: 276px; }
.split3 .free ul { width:auto; margin-left: -13px; margin-right: -13px; }

.split3 .split6 li { margin-left: 7px; margin-right: 7px; }
.split3 .split6 li.single { width:135px; }
.split3 .split6 li.full   { width:880px; }

.split3 .double .split2 { width:604px; margin-left:-13px; margin-right:-13px; }
.split3 .double .split3 { width:597px; margin-left: -9px; margin-right:-10px; }
.split3 .double .split4 { width:592px; margin-left: -7px; margin-right: -7px; }
.split3 .double .split2 li { width:276px; margin-left:13px; margin-right:13px; }
.split3 .double .split3 li { width:180px; margin-left: 9px; margin-right:10px; }
.split3 .double .split4 li { width:134px; margin-left: 7px; margin-right: 7px; }
.split3 .double .split2 li.full { width:578px; }
.split3 .double .split3 li.full { width:578px; }
.split3 .double .split4 li.full { width:578px; }
.split3 .double .split4 li.double { width:282px; }

.split4 .split0 { width:208px; margin-left:0px; margin-right:0px; }
.split4 .split0 li { width:208px; margin-left: 0px; margin-right: 0px; }

.align-top li { vertical-align: top; }
.align-btm li { vertical-align: bottom; }

/* ------------------------------------------------------------ */

.shopitem {
	text-align: center;
	overflow: visible;
	}

.itemarea input,
.shopitem input {
	margin: 8px auto 4px auto;
	}

.itemarea span,
.shopitem span {
	display: block;
	position: relative;
	}
.shopitem a span {
	text-decoration: underline;
	vertical-align: baseline;
	}
.shopitem a.yet span {
	text-decoration: none;
	}
.no-touch .shopitem a.yet:hover span {
	color: #333333;
	}
.shopitem span.yet {
	margin-bottom:-10px;
	}
.shopitem ins {
	text-decoration: none;
	font-style: normal;
	}

.itemarea .price {
	padding-top: 4px;
	font-size: inherit;
	}
.shopitem em,
.itemarea .price em {
	padding-left: 0.2em;
	padding-right: 0.1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}
/*
.directcart .shopitem span {
	margin-top: 1.2em;
	}
.directcart div.price {
	position: relative;
	}
.directcart span.cb {
	display: block;
	position: absolute;
	width: 100%;
	top: -5em;
	}
*/

/* cart ------------------------------------------------------- */

.cart {
	position: relative;
	margin-left:auto;
	margin-right: 17px;
	margin-bottom: 24px;
	/*
	bottom: 24px;
	right: 0;
	*/
	width:276px;
	vertical-align: bottom;
	}
.itemarea > .cart { margin-right: 0px; }
.split2 > .cart { margin-right: 17px; }
.split3 > .cart { margin-right: 13px; }

.absbtm {
	position: absolute;
	bottom: 0;
	right: 17px;
	}
.itemarea > .absbtm { right: 0px; }
.split2 > .absbtm { right: 17px; }
.split3 > .absbtm { right: 13px; }

.cart div {
	position: relative;
	/*float: right;*/
	height: 50px;
	padding: 6px 6px;
	margin-bottom: 6px;
	_padding-bottom: 0;
	background-color: #f3f3f3;
	}
.cart div img {
	margin-bottom: 9px;
	}
.cart div p {
	position: relative;
	float: left;
	width: 150px;
	height: 21px;
	margin: 0 8px 0 0;
	padding: 2px 4px 0 4px;
	text-align: right;
	background-color: white;
	border: 1px solid #cccccc;
	}
.cart div p span {
	float: left;
	padding-top: 1px;
	color: #444444;
	}

.cart .cartin {
	display: block;
	position: relative;
	float: left;
	width: 95px;
	height: 23px;
	margin: 0;
	padding: 0;
	
	cursor: default;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	
	color: white;
	border: 0px solid black;
	border-radius: 2px;
	background-color: #ccc;
	}
.cart a.active {
	cursor: pointer;
	background-color: #333;
	}
.no-touch .cart a.active:hover {
	background-color: #79001f;
	}

.cart p.cap {
	clear: both;
	text-align: left;
	text-indent: -1.3em;
	margin-left: 1.8em;
	font-size: 11px;
	letter-spacing: 0\9;
	margin-top: 2px\9;
	}
.cart strong,
.cart em {
	padding-left: 0.2em;
	padding-right: 0.1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}


.cart.yet div, .cart.yet p { display:none; }

/* scene cart section ----------------------------------------- */

.cart-section {
	position: relative;
	width: 880px;
	text-align: right;
	}

#set-summary {
	padding-top: 14px;
	text-align: left;
	}
.cart-section th {
	padding-right: 0.6em;
	text-align: right;
	}
.cart-section td {
	}

.cart-section var {
	padding-left: 0.4em;
	color: #79001f;
	font-size: smaller;
	font-style: normal;
	}

/* tiein section ---------------------------------------------- */

.tiein li {
	position: relative;
	margin-bottom: 24px;
	text-align: right;
	}

.tiein p.summary {
	margin: 8px 0 0 0;
	line-height: 120%;
	}

.tiein p.summary {
	vertical-align: baseline;
	min-height:48px;
	text-align: left;
	}

.tiein p.summary span {
	padding-right: 12px;
	white-space: nowrap;
	}
.tiein p.summary var {
	padding-left: 0.2em;
	color: #79001f;
	font-size: smaller;
	font-style: normal;
	}
.tiein .shopitem {
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: left;
	}
.tiein .shopitem img {
	margin-top: 4px;
	padding-right:2px;
	}

.tiein a.btn {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 8px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	
	color: white;
	border: 0px solid black;
	border-radius: 2px;
	background-color: #79001f;
	}

.tiein.split3 .discount span {
	font-size: smaller;
	}
.tiein.split3 .btn {
	display: block;
	position: absolute;
	bottom: 8px;
	right:0;
	}
.tiein li.yet {
	display: none !important;
	}


/* bargain section ---------------------------------------------- */

.bargain .single {
	margin-bottom: 20px;
	}

.bargain img {
	margin-bottom: 8px;
	}

.bargain .discount {
	margin-top: 6px;
	color: #79001f;
	}

.normal-price {
	display: none;
	margin-top: 6px;
	color: grey;
	}
.normal-price em {
	padding-left: 0.2em;
	padding-right: 0.1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}

/* ============================================================
	simulator
   ============================================================ */

.open-sim {
	display: block;
	position: relative;
	width: 838px;
	margin-bottom: 24px;
	padding: 20px;
	clear: both;
	cursor:pointer;
	border: 1px solid #f6f2e8;
	background-color: #f6f2e8;
	}
.no-touch .open-sim:hover {
	border: 1px solid #79001f;
	}

.open-sim > div { height: 158px; }
.open-sim div:first-child {
	margin-right: 40px;
	}
.open-sim h3 { font-size:22px; }
.open-sim .chap-lead {
	width: auto;
	margin-top: 16px;
	font-size: 14px;
	}

.open-sim button {
	position: absolute;
	bottom: 0px;
	right: 15px;
	padding: 6px 8px 6px 28px;
	border: 1px solid #ccc;
	background: white url(/img/store/homewares/combinable/uni/popicon.gif) no-repeat 12px 10px;
	}
.no-touch .open-sim:hover button {
	border: 1px solid #79001f;
	}

/* simulation view ---------------------------------------------- */

html,body { height: 100%; }

#sim-wrap {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: black;
	
	opacity:0.15;
	-moz-opacity:0.15;
	filter: alpha(opacity=15);
	
	z-index: 9997;
	
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression('0px');
	top: expression( (documentElement.scrollTop || document.body.scrollTop)+'px' );
	}
#sim-container {
	position: fixed;
	top:50%;
	left:50%;
	background-color: white;
	border: 1px solid #aaa;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	/*border-radius: 7px;*/
	z-index: 9998;
	opacity:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	}
#sim-container.ready {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity:1;
	}
#sim-container.sim-shelf   {width:910px;height:569px;margin-left:-455px;margin-top:-285px;}
#sim-container.sim-cabinet {width:910px;height:569px;margin-left:-455px;margin-top:-285px;}
#sim-container.sim-sus     {width:910px;height:650px;margin-left:-455px;margin-top:-325px;border-radius: 7px;padding-top: 10px;}

#sim-container > div { display:block; position: absolute; }
#sim-container .top, #sim-container .btm { width:100%; height:20px; background-image:url(/js/fancybox/fancybox-x.png); background-repeat:repeat-x; }
#sim-container .top { top:0; left:0; margin-top:-20px; background-position: 0 0; }
#sim-container .btm { bottom:0; left:0; margin-bottom:-20px; background-position: 0 -20px; }
#sim-container .lft, #vbox .rgt { width:20px; height:100%; background-image:url(/js/fancybox/fancybox-y.png); background-repeat:repeat-y; }
#sim-container .lft { top:0; left:0; margin-left:-20px; background-position: 0 0; }
#sim-container .rgt { top:0; right:0; margin-right:-20px; background-position: -20px 0; }

#sim-container .ctl,#sim-container .ctr,#sim-container .cbl,#sim-container .cbr {
	width:20px; height:20px; background-image: url('/js/fancybox/fancybox.png'); background-repeat: no-repeat;
	}
#sim-container .ctl { top: -20px; left: -20px; background-position: -40px -122px; }
#sim-container .ctr { top: -20px; right: -20px; background-position: -40px -162px; }
#sim-container .cbl { bottom: -20px; left: -20px; background-position: -40px -142px; }
#sim-container .cbr { bottom: -20px; right: -20px; background-position: -40px -182px; }

#sim-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#sim-closer {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent url('/js/fancybox/fancybox.png') no-repeat -40px 0px;
	z-index: 9999;
	}
#sim-container.sim-sus #sim-closer {
	font: 0/0 a; text-shadow: none; color: transparent;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	background: transparent url(http://www.muji.net/sizesearch/img/btn_close_s.png) no-repeat;
	background-position: 0 0;
	/*border-radius : 0 0 0 7px;*/
	}
.no-touch #sim-container.sim-sus #sim-closer:hover {
	background-position: 0 -28px;
	}
