/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html,body{
height: 100%;
font-size: 62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,
th,td,a,img {margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
ul{list-style-type: none;}
img {border:none;}

body{-webkit-text-size-adjust : 100%!important ; 
	font-size: 14px;
	font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	line-height: 1.5;
}

a {text-decoration: underline;} 
a:link {color: #444;}
a:visited {color: #444;}
a:hover {color: #999;}
a:active {color: #444;}

#header a {text-decoration: none;} 
#header a:link {color: #444;}
#header a:visited {color: #444;}
#header a:hover {color: #999;}
#header a:active {color: #444;}

div.tape a {text-decoration: none;} 
div.tape a:link {color: #444;}
div.tape a:visited {color: #444;}
div.tape a:hover {color: #999;}
div.tape a:active {color: #444;}

a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

.clear {clear: both; }
.clear-right {clear: right; }	
h1 {font-size : 18px;
} 
h2 {
	color: #222;
	font-size : 14px;
	line-height: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
} 


/* ベース */ 
#maximage {
    display: none;
}
#loading {width: 80px;
    margin: 30% auto;
}
#wrapper{
	width: 100%;
	min-height: 1000px;
	display: none;
	background-size: cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
	}
.back-home{	
	background-image: url(../img/parts/back-home.jpg);
	}
	
.back-about{
	background-image: url(../img/parts/back-about.jpg);
	}
	
.back-space{
	background-image: url(../img/parts/back-space.jpg);
	}

.back-brand{
	background-image: url(../img/parts/back-brand.jpg);
	}
	
.back-wholesale{
	background-image: url(../img/parts/back-wholesale.jpg);
	}

.back-sewing{
	background-image: url(../img/parts/back-sewing.jpg);
	}
	
.back-recruit{
	background-image: url(../img/parts/back-recruit.jpg);
	}

#main{
	width: 100%;
	min-width: 800px;
}	
#header{
	width: 100%;
	min-width: 800px;
	position: fixed;
	z-index: 2;}

div.sentence{
	margin: 0 0 24px 0;
	clear:both;
	}

div.tape{
	display:inline-block;
	background-image: url(../img/parts/tape-left.png),url(../img/parts/tape-right.png);
	background-position:left,right;
	background-size:4px;
	background-repeat:repeat-y;
	min-width: 180px;
	}	
	
div.tape p{
	padding:6px 10px;
	margin: 0 4px;
	background-image: url(../img/parts/tape-center.png);
	background-position:left;
	background-size:6px;
	/*background: rgba(255, 255, 255, 0.3);
	 */
	}	

	
#shop-title{background: rgba(255,255,255,0.9);
}
#shop-title h1{
padding: 10px 0px 0px 100px;
}

#menu{font-size: 16px;
	clear:both;
}
#menu ul{
	width: 100%;
	padding-left:100px;
	float:left;
	height: 60px;
	background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0.9), rgba(255,255,255,0));
}
#menu li{
	float:left;
	margin: 16px 20px 18px 20px;
}

#menu-under{
	width: 100%;
	height: 10px;
	clear:both;
	
}

#content{
	padding-top: 140px;
	padding-left: 120px;
	clear:both;
	position: relative;
	}
	
#top ul{
	padding-top: 200px;
	padding-left: 120px;
	clear:both;
	position: relative;
	}
	
#top li{
	margin: 60px 0px;
	}

.item-list img{
		margin: 20px 0px;
		margin: 2rem 0rem;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		}
#information{width: 500px;
	}
	

dt{font-size: 12px;
	font-size: 1.2rem;
}
dd{
	margin-bottom: 30px;
	margin-bottom: 3rem;
	}
.title{
	margin: 0 0 14px 4px;
	margin: 0 0 1.4rem 0.4rem;
	}
.content{
	margin: 0 6px;
	margin: 0 0.6rem;
	}

#footer{
	margin-top: 50px;
	height: 100px;
	padding-left: 150px;
	clear:both;
}

/* 詳細 */ 


#menu img{
	padding: 0px;
	margin: 0px;
}
	
#wrapper #toPageTop {
	position: fixed;
	bottom: 150px;
	right: 25%;
}

#wrapper #toPageTop a {
	display: block;
	width: 50px;
}
