@charset "utf-8";
/* CSS Document */
/*******************
child css
********************/

#fv {
  background: url(../../products/img/child-fv-bg.png) repeat-x bottom left;
  border-bottom: 1px solid #bfbfbf;
  height: 182px;
  overflow: hidden;
  width: 100%;
  position:relative;
}
#fv:after {
  content: "";
  background: url(../../products/img/child-fv-bg2.png) repeat-x bottom left;
  height: 182px;
  width: 50%;
  position:absolute;
  bottom: 0;
  right:0;
}
#fv .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;;
  position: relative;
  max-width: 1120px;
  z-index: 2;
}


/* pan
---------------------------------*/
.pan{
  padding: 6px 10px;
  margin: 6px auto;
  width: 1100px;
}
.pan li{
  color: #313131;
  font-size:14px;
  float: left;
  margin-left: 2px;
  letter-spacing: 0.02em;
}
.pan li a{
  color: #313131;
}
.pan li a:hover{
  text-decoration: underline;
}
.pan li:after {
  content: ">";
  margin-left: 2px;
}
.pan li:last-child:after {
  content: "";
}

/*main --*/

#content {
  margin-top: 0;
}


#main {
  width: 800px;
  float: right;
}

.checklist{
  margin-bottom: 10px;
}
.checklist li{
  background: url(../../products/img/check.png) no-repeat;
  background-position: 2px 1px;
  padding: 2px 0;
  padding-left: 26px;
}
.checklist li.nocheck{
  background: url(../../products/img/nocheck.png) no-repeat;
}

#main .bold {
  font-weight:bold;
  font-size: 1.285em;
  line-height: 0.7em;
  vertical-align: middle;
}
#main .underline {
  position:relative;
}
#main .underline:after {
  content: "";
  border-bottom: 1px solid #b8090c;
  position: absolute;
  bottom: 4px;
  left: -2px;
  height:0;
  width: 101%;
}






/* side --*/

#side {
  width: 270px;
  margin-right: 10px;
  float: left;
}
#side .s-nav {
  border-top: 3px solid #b8090c;
}
#side .s-nav li a{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #313131;
  padding: 0 10px 0 32px;
  background: url(../../products/img/child-nav-bg.png) repeat-x;
  background-size: auto 100%;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  line-height: 58px;
  min-height: 58px;
}
#side .s-nav li a:before{
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid #b8090c;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  position:absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}
#side .s-nav li a:hover:before ,  #side .s-nav li a.current:before{
  content: "";
  border-left: 6px solid #fff;
}
#side .s-nav .s-nav-top a:before ,
#side .s-nav .s-nav-top a:hover:before {
  content: none;
}
#side .s-nav li a:hover , #side .s-nav li a.current{
  background: url(../../products/img/child-nav-current.png) repeat-x;
  color: #fff;
}
#side .s-nav li.s-nav-top a{
  padding-left: 10px;
}
#side .s-nav li.s-nav-top a:hover{
  background: url(../../products/img/child-nav-bg.png) repeat-x;
}
#side .s-nav li.s-nav-top img{
  margin-top: 18px;
  margin-bottom: 18px;
}

#side .s-nav li.l2 a{
  line-height: 18px;
  padding: 16px 20px 16px 34px;
}
#side .s-nav li img {
  vertical-align: middle;
}
