@charset "UTF-8";
/* .clearfix
-----------------------------------------------------------------*/
.clearfix:after {
display:table;
clear:both;
content:"";
}

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


.mac.safari{
  
}



body{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: auto; */
  z-index: -1;
  background-color: #fff;
}
li{
  list-style: none;
}
ul{
  padding: 0;
}
#content .pageBg img{
  /* visibility: hidden; */
}

#content .pageHeader{
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
}
#content .pageHeader h1{
  float: left;
  margin-right: 30px;
}
#content .preamble{
overflow: hidden;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  text-align: center;
  background-image: url("../../images/women/160812-w-concept-bg_logo.png");
  background-position:0px 120px;
  background-repeat: no-repeat;
}
#content .preamble h1{
  clear: both;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #e60012;
}
#content .preamble .preamble_text{
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(0,41,101);
  text-align: center;
}
#content .preamble p {
  margin-bottom: 37px;
}
.preamble_logo{
  margin-bottom: 33px;
}
.border{
  width: 85px;
  border-bottom: 2px solid rgb(230,41,18);
  margin: 0 auto;
}
.preamble ul{
	width: 630px;
	margin: 40px auto 55px;
}
.preamble li{
  position: relative;
  display: inline-block;
  vertical-align: top;
	width: 170px;
	height: 170px;
	padding: 0 20px;
  list-style: none;
  cursor: pointer;
}
.preamble li a{ display: block; }

#content .preamble .text{ margin-bottom: 80px; }
/* .共通
-----------------------------------------------------------------*/
#content a {
  text-decoration: none;
  color: #002965;
}
#content .section_mainImg{
  margin-bottom: 80px;
}
#content .pageTop{
  text-align: right !important;
  margin-top: 40px;
  margin-bottom: 0px;
}
#content .pageTop img:hover{
  cursor: pointer;
}
#content h2{
  text-align: center;
  margin-bottom: 33px;
  font-size: 34px;
  font-weight: 600;
  color: #e60012;
}
#content h2 .index{
	margin-right: 36px;
}
#content h2 .sup{
	display: block;
	margin-top: 6px;
	font-size: 11px;
	color: #002965;
}
#content .text{
  margin-top: 0;
  line-height: 1.8;
  color: #002965;
  font-size: 13px;
  text-align: center;
}
#content .styling li span{
  border: 1px solid rgb(230,0,18);
  padding: 6px 5px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 10px;
  }
  /* .ホバー
-----------------------------------------------------------------*/
#content .hoverBtn_js a{
	position: relative;
	z-index: 1;
}
#content .hoverBtn_js .bg_hover{
  position:absolute;
  top:0;
  left: 0;
	width: 210px;
	height:170px;
  background-color:#fff;
  opacity:0.5;
	transition :transform 0.3s;
	-webkit-transition: transform 0.3s;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 10;
}
#content .hoverBtn_js:hover .bg_hover{
	transform: scale(1);
	-webkit-transform: scale(1);	
}
#content .hoverBtn_js img{
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:100;
}
#content .hoverBtn_js:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

#content .hoverBtn{
	transition :opacity 0.3s;
	-webkit-transition: opacity 0.3s;	
}
#content .hoverBtn:hover{
	opacity: 0.6;
}
.ie9 #content .hoverBtn:hover{
	opacity: 1;
}

/* .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{
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  color: #002965;
}
#content .pageNavList.active a{
  color: #e60012;
}
#content .pageNavList .is-disabled{
  color: #b5b5b6;
  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: #002965;
}
#content .pageNavList_stylist{
  display: none;
}
#content .pageNavList:hover a + .pageNavList_stylist{
  display: block;
}
#content .pageNavList:hover a:before{
  content: "";
  position: absolute;
  bottom: -4px;
  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{
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#content .pageHeader_fixed{
  position: fixed;
  background: rgba(255,255,255,.9);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 30px;
}
#content .pageHeaderBlock{
  height: 80px;
}
#content .pageHeader_inner{
  /*overflow: hidden;*/
  position: relative;
  width: 960px;
  margin: 0 auto 10px;
  zoom: 1;
}

/* #RIVE_DROITE
-----------------------------------------------------------------*/
#content #RIVE_DROITE{
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  text-align: center;
  margin-bottom: 40px;
  background-image: url("../../images/women/160812-w-concept-bg_logo.png");
  background-position:0px 800px;
  background-repeat: no-repeat;
}
#RIVE_DROITE .section_mainImg img{
  border-top: 3px solid rgb(0,41,101);
  border-bottom:  3px solid rgb(0,41,101);
}
#content #RIVE_DROITE .styling_wrap{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-top: 55px;
}
#content #RIVE_DROITE .styling{
  padding-left: 82px;
  margin-bottom: 0px;
}
#content #RIVE_DROITE .styling li{
  float: left;
  width: 369px;
}
#content #RIVE_DROITE .styling .btnArea{
  position: relative;
}
#content #RIVE_DROITE .styling li p{
  font-size: 10px;
  text-align: left;
  margin-top: 22px;
}
#content #RIVE_DROITE .styling .first{
  margin-right: 58px;
}
#content #RIVE_DROITE .styling .sns{
  position: absolute;
  top: 0;
  right: 0;
}
#content #RIVE_DROITE .styling .sns li{
  width: 22px;
  float: left;
  margin-left: 30px;
}
/* #RIVE_GAUCHE
-----------------------------------------------------------------*/
#content #RIVE_GAUCHE{
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  text-align: center;
  margin-bottom: 20px;
  background-image: url("../../images/women/160812-w-concept-bg_logo.png");
  background-position:0px 1150px;
  background-repeat: no-repeat;
}
#RIVE_GAUCHE .section_mainImg img{
  border-top: 3px solid rgb(230,0,18);
  border-bottom:  3px solid rgb(230,0,18);
}
#content #RIVE_GAUCHE .styling_wrap{
  width: 796px;
  margin: 50px auto 0;
  text-align: center;
}
#content #RIVE_GAUCHE .styling li{
  width: 796px;
}
#content #RIVE_GAUCHE .styling .btnArea{
  position: relative;
}
#content #RIVE_GAUCHE .styling li p{
  font-size: 10px;
  text-align: left;
  margin-top: 22px;
}
#content #RIVE_GAUCHE .styling .first{
  margin-bottom: 40px;
}
#content #RIVE_GAUCHE .styling .sns{
  position: absolute;
  top: 0;
  right: 0;
}
#content #RIVE_GAUCHE .styling .sns li{
  width: 22px;
  float: left;
  margin-left: 30px;
}
/* #section70s
-----------------------------------------------------------------*/
#content #section70s{
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  text-align: center;
  margin-bottom: 110px;
  background-image: url("../../images/women/160812-w-concept-bg_logo.png");
  background-position:0px 1180px;
  background-repeat: no-repeat;
}
#section70s .section_mainImg img{
  border-top: 3px solid rgb(0,41,101);
  border-bottom:  3px solid rgb(0,41,101);
}
#content #section70s .styling_wrap{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-top: 55px;
  margin-left: 82px;
}
#content #section70s .styling li{
  width: 796px;
}
#content #section70s .styling .btnArea{
  position: relative;
}
#content #section70s .styling li p{
  font-size: 10px;
  text-align: left;
  margin-top: 22px;
}

#content #section70s .styling .first{
  margin-bottom: 40px;
  margin-right: 58px;
}
#content #section70s .styling .first,
#content #section70s .styling .second{
  float: left;
  width: 369px;
}
#content #section70s .styling .sns{
  position: absolute;
  top: 0;
  right: 0;
}
#content #section70s .styling .sns li{
  width: 22px;
  float: left;
  margin-left: 30px;
}


/* bxSlider
-----------------------------------------------------------------*/
.bx-wrapper .bx-viewport{
  box-shadow: none;
  border-top: 3px solid rgb(230,0,18);
  border-bottom: 3px solid rgb(230,0,18);
  border-left: none;
  border-right: none;
  height: 526px !important;
  left: 0
}
.bx-viewport{
  margin:  0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: rgb(230,0,18);
}
.bx-wrapper .bx-pager{
  position: absolute;
  bottom: 22px;
  padding-top: 14px;
}
.bx-wrapper{
  max-width: 960px;
}
.bx-viewport{
  width: 960px !important;

}
.bx-wrapper li{
  width: 960px !important;
}
.bxslider{
  margin-top: 0;
}
.bx-wrapper .bx-prev {
    left: -50px;
    background: url("/feature/uq/inesfw/women/160812-w-concept-btn_left.png") no-repeat 0 0px;
}
 
.bx-wrapper .bx-next {
    right: -50px;
    background: url("/feature/uq/inesfw/women/160812-w-concept-btn_right.png") no-repeat 0px 0px;
}
.bx-wrapper .bx-controls-direction a{
  width: 34px;
  height: 34px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #fff;
}
.bx-wrapper{
  width: 960px;
  margin-bottom: 95px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  margin: 0 9px;
  border: 1.5px solid rgb(230,0,18);
  box-sizing: border-box;
}

/* 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;
}

#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;
}
#content #RIVE_DROITE .styling .btnArea,
#content #RIVE_GAUCHE .styling .btnArea,
#content #section70s .styling .btnArea {
	height: 15px;
	margin-top: 22px;
}

