@charset "UTF-8";
#content{
  width: 100%;
  min-width: 960px;
  font-family: helvetica,arial,sans-serif;
  font-weight: normal;
}

body{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: auto; */
  /* background: center center url(/inesfw/common/images/women/160812-w-about-bg_about.png) no-repeat; */
  /* background-size: cover; */
  background: url(/inesfw/common/images/women/160812-w-about-bg_about.png) center center / cover no-repeat;
  z-index: -1;
}

#content .pageBg img{
  /* visibility: hidden; */
}


.mac.safari #content .profileInfo p{
  font-weight: 900;
}
.mac.safari #content .preamble h1{
  font-weight: bold;
}
.mac.safari #content .preamble p{
  font-weight: 900;
}
.mac.safari #content .pageNavList a{
  font-weight: 900;
}

/* .nav
-----------------------------------------------------------------*/
#content .pageNav{
  width: 100%;
  position: relative;
}
#content .pageNav ul{
  display: table;
  margin: 0 auto;
}
#content .pageNavList{
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  padding: 0 15px 20px;
  font-size: 11px;
}
#content .pageNavList_inner{
  position: relative;
  text-align: center;
}
#content .pageNavList a{
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

#content .pageNavList.active a{
  color: #e60012;
}
#content .pageNavList .is-disabled{
  color: #9fa0a0;
  font-weight: bold;
}
#content .pageNavList_stylist{
  display: block;
  position: absolute;
  width: 300px;
  top: 33px;
  left: 50%;
  margin-left: -150px;
  padding-top: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#content .pageNavList_stylist{
  display: none;
}
#content .pageNavList:hover a + .pageNavList_stylist{
  display: block;
}
#content .pageNavList:hover a:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  border-top: 3px solid #e60012;
}

#content .pageNavList:first-child a:before{
  content: none;
}

#content .pageNav .pageNavList_underLine{
  display: block;
  position: absolute;
  height: 2px;
  top: 23px;
  left: 0;
  background: #f00;
  opacity: 0;
}
#content .pageHeader_fixed{
  position: fixed;
  background: rgba(255,255,255,.9);
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 15px;
}
#content .pageHeaderBlock{
  height: 80px;
}
#content .pageHeader_inner{
  /*overflow: hidden;*/
  position: relative;
  width: 960px;
  margin: 0 auto 10px;
  zoom: 1;
}

#content .pageHeader{
  overflow: hidden;
  width: 960px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  zoom: 1;
}
#content .pageHeader h1{
  float: left;
  margin-right: 30px;
}

#content .preamble{
  overflow: hidden;
  width: 960px;
  margin: 0 auto 35px;
  zoom: 1;
}
#content .preamble::after{
  display: block;
  content: "";
  width: 85px;
  height: 1px;
  margin: 30px auto 0;
  border-bottom: 2px solid #fff;
}
#content .preamble h1{
  clear: both;
  margin-bottom: 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #e60012;
}
#content .preamble p{
  line-height: 1.75;
  margin: 0 170px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#content .profile{
  overflow: hidden;
  width: 770px;
  margin: 0 auto 55px;
}
#content .profileImage{
  float: left;
  margin-right: 30px;
}
#content .profileInfo{
  width: 770px;
  margin-left: 220px;
  color: #fff;
}

#content .profileInfo p{
  line-height: 1.45;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  width: 550px;
}

/* Safariのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .profileInfo p {
		font-weight: 600;
	}
}

#content .profileInfo .profileName{
  line-height: 1.45;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#content .instaListBlock{
  width: 960px;
  margin: 0 auto 10px;
  position: relative;
}
#content .instaListBlock p{
  margin-bottom: 35px;
  text-align: center;
}
#content .instaListBlock ul{
  overflow: hidden;
  margin-left: 100px;
  zoom: 1;
}
#content .inesdelafressangeofficial img:hover{
  opacity: 0.8;
}
#content .inesdelafressangeofficial_hover{
  margin-top: -108px;
}
#content .instaList{
  float: left;
  /* display: block; */
  /* display: none; */
  position: relative;
  width: 109px;
  height: 109px;
  margin-right: 56px;
  margin-bottom: 56px;
  cursor: pointer;
}
#content .instaList a {
  display: block;
  position: relative;
  width: 1px;
  left: 1px;
  top: 50%;
  left: 50%;
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
#content .instaList a::after{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  background: #fff;
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
#content .instaList img{
  width: 100%;
}


  /* .ホバー
-----------------------------------------------------------------*/
#content .bg_hover{
  position:absolute;
  top:54.5px;
  left:54.5px;
  background-color:#fff;
  opacity:0.3;
  display: none;
}

/* youtube Modal */
#movieModal_bg {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: alpha(opacity=75) !important;
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}
#content .insta_logo{
  margin-bottom: 80px !important;
}
#movieModal_content {
  width: 960px;
  height: 540px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin-top: -260px;
  margin-left: -480px;
  display: none;
}

#movieModal_content #movieModal_close {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -37px;
  right: 0px;
}

#movieModal_content #movieModal_movie {
  width: 960px;
  height: 540px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
}


#footer{
	background-color: #e6e6e6;
}
