@charset "utf-8";

.pageHead,
.pageHead.logo:before,
.ico:before,
.shareList li img,
.print input {
  position: relative;
  behavior: url(/wp-content/themes/henri-charpentier/resources/js/PIE.php);
}
 
 /*===================================
  font  
=====================================*/

.double .pageHead,
.contTtl ,
.print input {
  color: #fff;
}
.other .pageHead,
.blockTtl {
  color: #4f1902;
}
.searchForm input[type="text"] {
  color: #a0a0a0;
}
.pageHead h1 {
  font-size: 24px;
}
.double .pageHead h1 {
  font-size: 20px;
}
.searchForm input[type="text"],
.pager,
.print input,
.back {
  font-size: 14px;
}
.contTtl,
.blockTtl {
  font-size: 17px;
}
.pager,
.other .pageHead,
.back {
  text-align: center;
}
.pager .prv {
  text-align: left;
}
.pager .nxt {
  text-align: right;
}
.pager,
.back {
  font-weight: bold;
}
.pager a:hover,
.pager .totop a,
a.undrlin {
  text-decoration: underline;
}
.pager .current a:hover,
.pager .totop a:hover,
a.undrlin:hover {
  text-decoration: none;
}

/*===================================
  layout  
=====================================*/

.wrap,
.pager ul,
.pager li,
.shareList ul {
  overflow: hidden;
  zoom: 1;
}
.content {
  padding: 0 30px;
}
.wrap {
  margin-bottom: 70px;
}

/*  double
---------------------------------*/

.double,
.double .pageHead,
.double .side {
  position: relative;
}
.double .pageHead {
  float: left;
  z-index: 50;
}
.double .content {
  float: right;
}
.double .pageHead {
  width: 220px;
  height: 160px;
}
.double .content {
  width: 620px;
}
.double .side {
  width: 220px;
  margin: 160px 0 100px;
  z-index: 60;
}
.pageHead.logo {
  height: 255px;
}
.pageHead.logo:before {
  content: "";
  display: block;
  height: 10px;
}

/*  background
---------------------------------*/

.wrap,
.double .content,
.other .pageHead {
  background-color: #fff;
}
.special .wrap,
.mailmagazine .wrap {
  background: #fff4e1;
}
.double:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #fff4e1;
  z-index: 10;
}
.double .pageHead {
  background: -webkit-gradient(linear, 100 0, 0 100, from(#ab987f), color-stop(0.40, #967e5f), to(#967e5f));
  background: -webkit-linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
  background: -moz-linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
  background: -ms-linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
  background: -o-linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
  background: linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
  -pie-background: linear-gradient(135deg, #ab987f, #967e5f 40%, #967e5f);
}
.pageHead.logo {
  background: url(../images/base/pagehead_logo.png) no-repeat 50% 29px;
}
.pageHead.logo:before {
  /*background: -webkit-gradient(linear, left top, right top, from(#906a00), color-stop(0.07, #ecc968), color-stop(0.36, #d99f00), color-stop(0.48, #906a00), color-stop(0.93, #906a00), to(#663300));
  background: -webkit-linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);
  background: -moz-linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);
  background: -ms-linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);
  background: -o-linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);
  background: linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);
  -pie-background: linear-gradient(left, #906a00, #ecc968 7%, #d99f00 36%, #906a00 48%, #b7a164 93%, #906a00);*/
  background: url(../images/base/bg_pagehead_before.png) no-repeat 0 0;
}

/*  sprite
---------------------------------*/

.subst,
.sideMenu h2:before,
.searchForm input[type="submit"],
.ico:before,
.print:after {
  background-image: url(../images/base/sprite.png);
  background-repeat: no-repeat;
}
.pageHead h1 .subst,
.pageHead h1:after,
.pageHead.logo h1 img {
  background-image: url(../images/base/sprite_title.png);
  background-repeat: no-repeat;
}
.sideMenu h2:before,
.sideMenu .def li:before,
.ico:before,
.print:after {
  content: "";
}
.ico:before {
  float: left;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: .7;
}

/*  icon
---------------------------------*/

.pager .ico:before,
.more.ico:before,
.back.ico:before {
  width: 19px;
  height: 19px;
  background-color: #d2b25b;
  box-shadow: 1px 1px 0 0 #dedede;
}
.pager .ico:hover:before {
  box-shadow: none;
}
.pager .prv.ico:before {
  background-position: -500px -620px;
}
.pager .nxt.ico:before,
.more.ico:before,
.back.ico:before {
  background-position: -550px -620px;
}
.more.ico:before,
.back.ico:before {
  margin-right: 5px;
}
.back.ico:before {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.back.ico {
  line-height: 19px;
}
.pager .ico:hover:before,
.more.ico:hover:before,
.back.ico:hover:before {
  box-shadow: none;
}


/*  border-radius
---------------------------------*/

.pager .ico:before,
.more.ico:before,
.back.ico:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.shareList li img,
.print input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/*  image
---------------------------------*/

.imgLeft {
  float: left;
  margin: 0 2em 1em 0;
}
.imgRight {
  float: right;
  margin: 0 0 1em 2em;
}
.imgCent {
  margin: 0 auto 1em;
}

 /*===================================
  element  
=====================================*/

/*  pageHead
---------------------------------*/

.double .pageHead h1 {
  padding: 62px 0 0 25px;
}
.double .pageHead h1 .subst {
  width: 160px;
  height: 20px;
}
.double .pageHead h1:after,
.other .pageHead h1:after {
  content: "";
  display: block;
}
.double .pageHead h1:after {
  margin-top: 7px;
}
.other .pageHead h1 {
  font-weight: bold;
  padding: 70px 0 45px;
}
.other .pageHead h1:after {
  margin: 11px auto 0;
}
.other .pageHead.logo h1 {
  padding: 117px 0 0;
}
.other .pageHead.logo h1:after {
  display: none;
}
.pageHead.logo h1 img {
  width:379px;
  height: 75px;
  margin: 0 auto;
}

/*  form
---------------------------------*/

input[type="text"],
input[type="submit"],
input[type="button"],
textarea,
select  {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
input[type="submit"] {
  text-indent: -999em;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

/*  text
---------------------------------*/

.contTtl,
.blockTtl {
  margin-bottom: 1.3em;
  padding: 0.5em 0.8em 0.4em;
  line-height: 1.2;
}
.contTtl {
  border-bottom: solid 2px #a48e72;
  background: #967e5f;
}
.blockTtl {
  font-weight: bold;;
  border-top: solid 2px #eee8d8;
  background: #fff4e1;
}

/*  list
---------------------------------*/

.dem li {
  list-style: inside decimal;
  padding-left: 1em;
  text-indent: -1em;
}
.dem li li {
  list-style: inherit;
  padding-left: inherit;
  text-indent: inherit;
}
.inln li {
  display: inline;
}

/*  print btn
---------------------------------*/

.print {
  position: relative;
  float: right;
  padding-right: 1px;
}
.print input[type="button"] {
  position: relative;
  z-index: 1;
  width: 185px;
  height: 32px;
  background: #7d7d7d;
  box-shadow: 1px 1px 0 0 #d9d9d9;
  line-height: 32px;
  text-indent: 35px;
}
.print:after {
  display: block;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 12px;
  width: 22px;
  height: 22px;
  background-position: -400px -750px;
}

/*===================================
  side  
=====================================*/

/*  sideMenu
---------------------------------*/

.sideMenu {
  padding-top: 18px;
}
.sideMenu h2 {
  margin: 0 0 13px 15px;
  line-height: 15px;
}
.sideMenu h2:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-position: -400px -620px;
  vertical-align: bottom;
}
.sideMenu ul {
  margin-bottom: 25px;
  padding: 0 0 20px 15px;
  border-bottom: solid 1px #d7cdbc;
}
.sideMenu ul.def {
  padding-bottom: 10px;
}
.sideMenu .def li {
  margin-bottom: 1em;
}
.sideMenu .def li:before {
  float: left;
  width: 5px;
  height: 5px;
  margin: 5px 7px 0 0;
  background: #d2b25b;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sideMenu .banner ul {
  border: none;
}
.sideMenu .banner li {
  width: 190px;
  margin-bottom: 15px;
}

/*-- form --*/

.searchForm {
  position: relative;
}
.searchForm input[type="text"] {
  width: 188px;
  height: 33px;
  border: solid 1px #c8c8c8;
  background: #fff;
  text-indent: 1em;
  line-height: 34px;
}
.searchForm input[type="submit"] {
  position: absolute;
  top: 9px;
  left: 176px;
  width: 17px;
  height: 17px;
  background-position: -450px -620px;
}

/*===================================
  pager  
=====================================*/

.pager {
  padding: 23px 0 26px;
}
.pager li {
  display: inline-block;
  line-height: 20px;
}
.pager li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 11px 0 12px;
  background: #ddd;
  vertical-align: middle;
}
.pager li:nth-last-child(2):after,
.pager li.ico:after {
  display: none;
}
.pager .prv {
  float: left;
}
.pager .nxt,
.pager .nxt.ico:before {
  float: right;
}
.pager .prv.ico:before {
  margin-right: 6px;
}
.pager .nxt.ico:before {
  margin-left: 6px;
}

/*===================================
  sns  
=====================================*/

.shareList {
  margin-bottom: 60px;
  padding: 26px 0 33px 32px;
  background: #fff4e1 url(../images/base/bg_candle.png) no-repeat 455px 100%;
}
.single .shareList {
  padding-left: 152px;
  background-position: 574px 100%;
}
.shareList .subst {
  width: 158px;
  height: 11px;
  margin-bottom: 18px;
  background-position: 0 -700px;
}
.shareList li {
  float: left;
  margin: 0 23px 1px 0;
}
.shareList li img {
  box-shadow: 1px 1px 0 0 #cfcbc2;
}
.shareList li:hover img {
  box-shadow: none;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
  
  
  /*===================================
    font  
  =====================================*/
  
  .other .pageHead {
    color: #fff;
  }
  .double .pageHead h1,
  .other .pageHead h1 {
    font-size: 20px;
  }
  .sideMenu h2,
  .searchForm input[type="text"],
  .pager,
  .back {
    font-size: 20px;
  }
  .contTtl,
  .blockTtl {
    font-size: 22px;
  }
  .print input {
    font-size: 18px;
  }
  .other .pageHead {
    text-align: left;
  }
  
  /*===================================
    layout  
  =====================================*/
  
  .wrap {
    overflow: visible;
  }
  .double:after {
    display: none;
  }
  .wrap {
    margin-bottom: 0;
  }
  /*.wrap.single {
    margin-bottom: -50px;
    padding-bottom: 10px;
  }*/

  .content {
    padding: 0;
  }
  .double .pageHead,
  .double .content {
    float: none;
  }
  .double .pageHead {
    height: auto;
  }
  .double .pageHead,
  .double .content,
  .double .side {
    width: auto;
  }
  .double .side,
  .side {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /*  background
  ---------------------------------*/

  .double .pageHead,
  .other .pageHead {
    background: -webkit-gradient(linear, 100 0, 0 100, from(#ab987f), color-stop(0.12, #967e5f), to(#967e5f));
    background: -webkit-linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
    background: -moz-linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
    background: -ms-linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
    background: -o-linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
    background: linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
    -pie-background: linear-gradient(135deg, #ab987f, #967e5f 12%, #967e5f);
  }
  .other .pageHead.logo {
    background: none;
    background: url(../images/base/pagehead_logo.png) no-repeat 50% 39px;
  }
  .side {
    border-top: solid 1px #d7cdbc;
    border-bottom: solid 3px #d7cdbc;
    background: #fff4e1;
  }
  
  /*  icon
  ---------------------------------*/
  
  .pager .ico:before,
  .more.ico:before,
  .back.ico:before {
    width: 26px;
    height: 26px;
  }
  .pager .prv.ico:before {
    background-position: -500px -650px;
  }
  .pager .nxt.ico:before,
  .more.ico:before,
  .back.ico:before {
    background-position: -550px -650px;
  }
  .back.ico {
    line-height: 26px;
  }
  
  /*===================================
    element  
  =====================================*/
  
  /*  pageHead
  ---------------------------------*/
  
  .double .pageHead,
  .other .pageHead {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 20px 0 0;
    border-top: solid 1px #b3a18a;
  }
  .double .pageHead h1,
  .other .pageHead h1 {
    padding: 10px 0 10px 20px;
  }
  .double .pageHead h1:after,
  .other .pageHead h1:after {
    float: right;
    margin-top: 7px;
  }
  .double .pageHead h1 .subst {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
  }
  .double .pageHead h1:before {
    display: inline-block;
  }
  
  .other .pageHead.logo {
    height: 285px;
    margin: 0 -30px 0;
    padding: 0;
    border: none;
  }
  .other .pageHead.logo h1 {
    padding: 127px 0 0;
  }
  .other .pageHead.logo h1:after {
    display: none;
  }
  
  /*  print btn
  ---------------------------------*/
  
  .print input[type="button"] {
    width: 233px;
    height: 45px;
    line-height: 45px;
    text-indent: 42px;
  }
  .print:after {
    top: 8px;
    left: 11px;
    width: 28px;
    height: 28px;
    background-position: -450px -750px;
  }

  /*===================================
    side  
  =====================================*/
  
  /*  sideMenu
  ---------------------------------*/
  
  .sideMenu {
    padding-top: 24px;
  }
  .sideMenu h2 {
    margin: 0 0 20px;
    line-height: 20px;
  }
  .sideMenu h2:before {
    width: 21px;
    height: 21px;
    margin-right: 6px;
    background-position: -400px -650px;
  }
  .sideMenu ul {
    margin: 0 -30px 26px;
    padding: 0 30px 33px;
  }
  .sideMenu .searchForm ul {
    border: none;
  }
  .sideMenu .def {
    overflow: hidden;
  }
  .sideMenu .def li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .sideMenu .def li {
    margin-bottom: 1.5em;
  }
  .sideMenu .def li:before {
    width: 7px;
    height: 7px;
  }
  .sideMenu .banner ul {
    overflow: hidden;
    padding: 0 0 16px 36px;
  }
  .sideMenu .banner li {
    float: left;
    width: 277px;
    margin: 0 18px 20px 0;
  }
  
  /*-- form --*/
  
  .searchForm input[type="text"] {
    width: 357px;
    height: 48px;
    margin: 0 auto;
    line-height: 49px;
  }
  .searchForm input[type="submit"] {
    top: 12px;
    left: 430px;
    width: 23px;
    height: 23px;
    background-position: -450px -650px;
  }
  
  /*===================================
    pager  
  =====================================*/
  
  .pager {
    padding: 25px 0 28px;
  }
  .pager li {
    line-height: 26px;
  }
  .pager li:after {
    width: 3px;
    height: 21px;
    margin: 0 10px 0 11px;
  }
  
  /*===================================
    sns  
  =====================================*/
  
  .shareList,
  .single .shareList {
    padding: 26px 0 33px 22px;
    background-position: 400px 100%;
  }
  .shareList .subst {
    width: 234px;
    height: 14px;
    margin-bottom: 22px;
    background-position: 0 -750px;
  }
  .shareList li {
    margin-right: 15px;
  }
  
}

