@charset "UTF-8";
/*---------- 共通 ----------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
html {
	font-size:85%;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 0;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-image: url(../images/store_bg.jpg);
	background-repeat: repeat;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#333;
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
input, select {
	vertical-align:middle;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
header {
	width:100%;
}
article {
	width: 100%;
}
#div_bg {	
	position: relative;
	z-index: 1;
	}
#div_long {
	position: absolute;
	width: 33%;
	padding: 66% 0 0 2%;
	z-index: 2;
	}
#div_therapy {
	position: absolute;
	width: 33%;
	padding: 66% 0 0 33%;
	z-index: 2;
	}
#div_leggings {
	position: absolute;
	width: 33%;
	padding: 66% 0 0 64%;
	z-index: 2;
	}
#div_store {
	position: absolute;
	width: 23%;
	padding: 2% 0 0 0;
	z-index: 3;
	left: 75%;
	top: ;
	}
#div_lineup {
	position: absolute;
	width: 30%;
	padding: 31% 0 0 13%;
	z-index: 3;
	}

footer {
	width:100%;
}
#copy {
	width:100%;
	border-top: 0px;
	border-bottom: 0px;
}
#copy img {
	float: left;
}