@charset "utf-8";
@import "../../css/style.css";



/* --------------------------------------------------------------------------
	report/ceramide.html
-------------------------------------------------------------------------- */

/* headlocalNav */
div#content div.headlocalNav {
  width: 740px;
  height: 270px;
  margin-bottom: 10px;
}
div#content div.headlocalNav h3 {
  background: url(../images/ceramide_h01.png) no-repeat 0 0;
  width: 740px;
  height: 128px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
div#content div.headlocalNav ul {
  background: url(../images/ceramide_bg01.png) no-repeat 0 0;
  width: 740px;
  height: 142px;
  position: relative;
}
div#content div.headlocalNav ul li a {
  width: 145px;
  height: 145px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -3px;
  text-indent: -9999px;
}
div#content div.headlocalNav ul li.nav01 a {left: 57px;}
div#content div.headlocalNav ul li.nav02 a {left: 213px;}
div#content div.headlocalNav ul li.nav03 a {left: 372px;}
div#content div.headlocalNav ul li.nav04 a {left: 524px;}

div#content div.headlocalNav ul li.nav01 a:hover,
div#content div.headlocalNav ul li.nav01 a.crnt{
	background: url(../images/ceramide_bt01.png) no-repeat 0 0;
}
div#content div.headlocalNav ul li.nav02 a:hover,
div#content div.headlocalNav ul li.nav02 a.crnt  {
	background: url(../images/ceramide_bt02.png) no-repeat 0 0;
}
div#content div.headlocalNav ul li.nav03 a:hover,
div#content div.headlocalNav ul li.nav03 a.crnt {
	background: url(../images/ceramide_bt03.png) no-repeat 0 0;
}
div#content div.headlocalNav ul li.nav04 a:hover,
div#content div.headlocalNav ul li.nav04 a.crnt {
	background: url(../images/ceramide_bt04.png) no-repeat 0 0;
}

/* btnDetail */
.btnDetail {
  background:url(../images/btn_w124_plus.png) no-repeat 0 0;
  width: 124px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
.btnDetail:hover {background:url(../images/btn_w124_plus_over.png) no-repeat 0 0;}
.btnDetail a {
  width: 105px;
  height: 29px;
  padding: 11px 0 0 19px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/* footLocalNav */
div#content div.footLocalNav {
  background: url(../images/ceramide_bg02.png) no-repeat 0 5px;
  width: 740px;
  padding-top: 105px;
  clear: both;
  margin-bottom: 30px;
}
div#content div.footLocalNav ul {
  background: url(../images/ceramide_bg03.png) no-repeat 0 0;
  width: 740px;
  height: 150px;
  position: relative;
}
div#content div.footLocalNav ul li a {
  width: 145px;
  height: 145px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-indent: -9999px;
}
div#content div.footLocalNav ul li.nav01 a {left: 59px;}
div#content div.footLocalNav ul li.nav02 a {left: 215px;}
div#content div.footLocalNav ul li.nav03 a {left: 374px;}
div#content div.footLocalNav ul li.nav04 a {left: 526px;}

div#content div.footLocalNav ul li.nav01 a:hover,
div#content div.footLocalNav ul li.nav01 a.crnt {
	background: url(../images/ceramide_bt07.png) no-repeat 0 0;
}
div#content div.footLocalNav ul li.nav02 a:hover,
div#content div.footLocalNav ul li.nav02 a.crnt  {
	background: url(../images/ceramide_bt08.png) no-repeat 0 0;
}
div#content div.footLocalNav ul li.nav03 a:hover,
div#content div.footLocalNav ul li.nav03 a.crnt  {
	background: url(../images/ceramide_bt09.png) no-repeat 0 0;
}
div#content div.footLocalNav ul li.nav04 a:hover,
div#content div.footLocalNav ul li.nav04 a.crnt  {
	background: url(../images/ceramide_bt10.png) no-repeat 0 0;
}

div#content div.footLocalNav div#footLocalNavBalloon{
	position: absolute;
	opacity: 0;
	display: none;
	width: 60px;
	height: 60px;
	/*background: url(../images/ceramide_ic01.png) no-repeat 0 0;*/
}

/* infoBox */
div#content div#infoBox p.txt {width: 350px;}
div#content div#infoBox p.btn {
  background: url(../images/btn_w195.png) no-repeat 0 0;
  width: 195px;
  left: 460px;
}
div#content div#infoBox p.btn:hover {
  background: url(../images/btn_w195_over.png) no-repeat 0 0;
}
div#content div#infoBox p.btn a {
  background-position: 170px 23px;
  width: 160px;
}

div#slideNavContents {
	position: relative;
	height: 100%;
	overflow: hidden;
}

div#slideNavContents div#slideNavContentsSlider {
	position: absolute;
	top: 0;
	left: 0;
}

div#slideNavContents div#slideNavContentsSlider div#slideNavContent01 {
	position: relative;
	top: 0;
	display: none;
}


/* ======== lightbox02  ======== */
.lightboxWrapper02 .lightboxContent dl.txt {
	padding-top: 10px;
}
.lightboxWrapper02 .lightboxContent dt {
	float: left;
	width: 70px;
	font-weight: bold;
	padding-bottom: 8px;
}
.lightboxWrapper02 .lightboxContent dd {
	padding-bottom: 8px;
}

/* ======== lightbox03  ======== */
.lightboxWrapper03 .lightboxContent .txtbox {
	padding-top: 9px;
}
.lightboxWrapper03 .lightboxContent .txtbox .ttl {
	padding-bottom: 4px;
	font-weight: bold;
}
.lightboxWrapper03 .lightboxContent .txtbox .txt {
	line-height: 1.72;
	padding-bottom: 10px;
}














/* ceramide__flex */
.ceramide__flex {
  display: flex;
  justify-content: space-between;
  column-gap: calc(40 / 960 * 100%);
}
@media (max-width: 768px) {
  .ceramide__flex {
    flex-direction: column;
  }
}

.ceramide__flex.type02 {
  flex-direction: row-reverse;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .ceramide__flex.type02 {
    flex-direction: column;
    margin-top: 40px;
  }
}

.ceramide__flexImg {
  min-width: 170px;
  width: calc(170 / 960 * 100%);
}
@media (max-width: 768px) {
  .ceramide__flexImg {
    max-width: fit-content;
    margin: auto;
  }
}

.ceramide__flexText {
  width: calc(750 / 960 * 100%);
}
@media (max-width: 768px) {
  .ceramide__flexText {
    width: 100%;
    margin-top: 20px;
  }
}

.section__title--type02 {
  margin-bottom: 20px;
}

.oliveAbout__list {
  padding-left: 25px;
  list-style-type: disc;
}