@charset "utf-8";

/* basics */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a { text-decoration: none; cursor: pointer; color: #000}
a:hover { text-decoration: none; cursor: pointer; color: #444}

.taC { text-align: center; }
.left {	float: left; }
.right { float: right; }

.mgR10 { margin-right: 10px; }
.mgR20 { margin-right: 20px; }
.mgR30 { margin-right: 30px; }
.mgR40 { margin-right: 40px; }
.mgR50 { margin-right: 50px; }

.sns_vero { margin-left: 2px!important; }
.mgL10 { margin-left: 10px; }
.mgL20 { margin-left: 20px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgL50 { margin-left: 50px; }

.mgT10 { margin-top: 10px; }
.mgT20 { margin-top: 20px; }
.mgT30 { margin-top: 30px; }
.mgT40 { margin-top: 40px; }
.mgT50 { margin-top: 50px; }

.mgB10 { margin-bottom: 10px; }
.mgB20 { margin-bottom: 20px; }
.mgB30 { margin-bottom: 30px; }
.mgB40 { margin-bottom: 40px; }
.mgB50 { margin-bottom: 50px; }

.pdT10 { padding-top: 10px; }
.pdT20 { padding-top: 20px; }
.pdT30 { padding-top: 30px; }
.pdT40 { padding-top: 40px; }
.pdT50 { padding-top: 50px; }

.w250 { width: 250px}
.w300 { width: 300px}
.w400 { width: 400px}
.w490 { width: 490px}
.w450 { width: 450px}
.w500 { width: 500px}

.pdL20 { padding-left: 20px; }

.fs25 { font-size: 25px; }
.posiR { position: relative; }

.fcGray { color: #616161;}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* contents style start */

body {
  /*font-family: 'Roboto', 'Noto Sans Japanese' , sans-serif;*/
  font-family: 'Noto Sans Japanese' , sans-serif;
  font-size: 11px;
  /*font-weight: lighter;*/
}

#header {
  position: relative;
}

h1.logo {
  margin: 50px 0 20px;
  text-align: center;
}

#navi {
    font-size: 12px;
}

.brandimg {

}

#container {
  width: 960px;
  margin: 0 auto;
}

#footer {
  margin-bottom: 30px;
  margin-top: 5px;
  position: relative;
}

#copyright {
  font-size: 1em;
  padding-left: 10px;
  padding-top: 7px;
}

#footermenu {
  position: absolute;
  right: 130px;
  top: 7px;
}

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

.sns {
  position: absolute;
  right: 0;
  top: 0;
}

.sns li {
    margin-left: 10px;
}

.instaText {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.instaText li {
  margin-left: 24px;
}

.collection {
  margin: 0 auto;
  width: 800px;
}

.collectionTitle {
  margin: 10px auto;
  width: 800px;
}

.imgbox01 {
  margin-bottom: 10px;
}

.storesNavi {
  margin-left: 50px;
  margin-top: 35px;
}

.stores {
  margin: 50px auto 30px;
  width: 790px;
}

.storelistArea {

}

.storelist {
  border-bottom: 1px dotted #ccc;
  line-height: 1.5em;
  padding: 10px 0;
}

.areaTitle {
  color: #797979;
}

.areaname {
    line-height: 1.5em;
}

/*news page*/

#newsArea {
  margin: 50px auto 30px;
  width: 700px;
}

.newsBox {
  border-bottom: 1px dotted #ccc;
  line-height: 1.5em;
  padding: 30px 5px;
}

.date {
  border-left: 1px solid;
  color: #797979;
  font-size: 0.9em;
  margin-bottom: 1em;
  padding-left: 1em;
}

.newsTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.newsImg {
  margin-bottom: 1em;
  position: relative;
}

.newsText {

}

.caption {
  background-color: #fff;
  bottom: 10px;
  font-size: 0.6em;
  padding: 0 8px;
  position: absolute;
  right: 5px;
}

/*international page*/

#internationalArea {
  line-height: 1.5em;
  margin: 50px auto;
  width: 700px;
}

#internationalArea a {
    color: #00a0ff;
}

#internationalArea a:hover {
    color: #444;
}

/*profile page*/

#profileArea {
  line-height: 1.5em;
  margin: 50px auto;
  width: 700px;
      text-align: center;
}

#profileArea a {
    color: #00a0ff;
}

#profileArea a:hover {
    color: #444;
}

/*contact page*/

#contactArea {
  line-height: 1.5em;
  margin: 50px auto;
  width: 700px;
}

#contactArea a {
    color: #00a0ff;
}

#contactArea a:hover {
    color: #444;
}
