@charset "utf-8";
/* CSS Document */

@-moz-document url-prefix() {
	html {
		margin-top: -40px;
	}
}

html{
	margin-top:0px !important;
	padding-top:0px !important;
}

/*ここからヘッダー*/
.top-bar {
	background-color:#000;
    height: 40px;
    width: 100%;
	margin-top:0px;
}

#title{
	width:auto;
	height:auto;
	margin-left:30px;
	margin-top:30px
	
}

#header_content{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


#nav{
	width:auto;
	height:auto;

	font-family: 'EB Garamond', serif;
	font-size:20px;
	margin-top:40px;
	margin-left:30px;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}

a {
text-decoration: none;
}

.nav_home{
	width:auto;
	height:auto;
	margin-right:46px;
	margin-left: 46px;
}

.nav_news{
	width:auto;
	height:auto;
	margin-right:46px;
}

.nav_blog{
	width:auto;
	height:auto;
	margin-right:46px;
}

.nav_lookbook{
	width:auto;
	height:auto;
	margin-right:46px;
}

.nav_brand{
	width:auto;
	height:auto;
	margin-right:46px;
}

.nav_shop{
	width:auto;
	height:auto;
	margin-right:46px;
}

.nav_store{
	width:auto;
	height:auto;
	margin-right:46px;
}

p.box {
   border-bottom: 1px solid #000;
   width:920px;
   }
   
#route{
	width:auto;
	height:auto;
	margin-left:30px;
	margin-top:20px;
	font-size:10px;
	color:#000;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:20px;
}

