@charset "utf-8";

/* ------- Set ------- */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color:#999;
  text-decoration: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  background: #fafafa;

}

h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight:normal;
}
p {
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1.5em;
}


/*  clearFix  */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#bg{
  width:100%;
  height:auto;
  position:relative;
}
.bn{
  position:absolute;
  bottom:0px;
  overflow:hidden;
  z-index:111;
}
.bn li img{
  /*
  width:350px;
  height:auto;
  */
}
.bn li{
  float:left;
}

/* ------- header ------- */

#header {
  width: 100%;
  height: 90px;
  background:url(../img/line.jpg) repeat-x;
}

#header_inner {
  width:960px;
  margin:0 auto;
  position:relative;
}
h1{
  margin-top:14px;
  float:left;
  background:url(../img/logo.png) no-repeat;
  text-indent:-9999px;
  width:230px;
  height:60px;
}

#head_menu {
  float:right;
}

#head_menu ul{
  padding-top: 25px;
  font-size: 11px;
  float: left;
}

#head_menu ul li {
  padding: 0 15px;
  float: left;
}

#head_menu ul li#line {
  border-right: 1px solid #C7BDBA;
}

#head_menu #cart {
  padding-top: 20px;
  float:right;
}
.headerlist{
  overflow:hidden;
  float:right;
  list-style:url(../img/icon01.png) disc inside;
  width:355px;

}

.headerlist a:hover{
  color:#999;
}
.headerlist li{
  float:right;
  margin-top:60px;
  padding-left:5px;
  text-align: right;
  padding-right: 10px;
}
.headerlist li:nth-child(1){
  padding-right: 0;
}
.listsito{
}
.listsito2{
}
.entory{
  position:absolute;
  right:0;
  top:15px;
}

/* ------- wrapper ------- */

#wrapper{
  margin: 0px auto;
  width: 960px;
}

#osusume{
  margin: 0px auto;
  width: 989px;
}


#contents {
  width: 960px;
  background: #FFF;
/*  float: right;*/
  position: relative;
}

/* ------- navi ------- */

#nav{
  background:url(../img/bknav.jpg) repeat-x;
  height:40px;
  margin-bottom:20px;
}
#nav ul{
  overflow:hidden;
  margin:0 auto;
  width:960px;
}

#nav ul li{
  float:left;
}

#nav2{
  background:#a9cd2d;
  }
  

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

#osusume #title {
  margin: 25px 0 20px 0;
  height:31px;
  background: url(img/line.gif) repeat-x 0px 30px;
}

#osusume #title img {
  float:left;
}

#osusume #title a {
  padding-top: 9px;
  float:right;
  font-size: 11px;
}

#image-viewer {
  padding:0 10px 0 0;
  float: left;
  width: 350px;
}

#main-image {
  width:340px;
  height:270px;
}

#main-image img {
  position:absolute;
  border: 1px solid #B6ABA0;
}

ul#thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#thumbnail li {
  float: left;
  width:60px;
  height:60px;
  margin:10px 10px 0 0;
}

ul#thumbnail li img {
  border: 1px solid #B6ABA0;
}

#spec {
  float: right;
  width: 340px;
  
}

#spec h1 {
  padding: 5px 0 5px 10px;
  background: #5B463E;
  color: #FFF;
}

#spec p {
  line-height: 2;
}

/* ------- footer ------- */

#footer {
  position: relative;
  background:#a9cd2c;
  width: 100%;
  overflow:hidden;
  padding:15px 0;
  color:#fff;

}
.midori{
  border-left: medium solid #a9cd2d;
    margin-left: 10px;
    padding: 15px;
}

.pink2 {
    border-left: medium solid #ff83f5;
    margin-left: 10px;
    padding: 15px;
}
.pink2 li a{
position: relative;
}

.pink2 li a:beofore{
position: absolute;
left:0;
display:block;
width:20px;
height:20px;
}
.pink2 li:nth-child(1) a:before{content: "01. ";}
.pink2 li:nth-child(2) a:before{content: "02. ";}
.pink2 li:nth-child(3) a:before{content: "03. ";}
.pink2 li:nth-child(4) a:before{content: "04. ";}
.pink2 li:nth-child(5) a:before{content: "05. ";}
.pink2 li:nth-child(6) a:before{content: "06. ";}
.pink2 li:nth-child(7) a:before{content: "07. ";}
.pink2 li:nth-child(8) a:before{content: "08. ";}
.pink2 li:nth-child(9) a:before{content: "09. ";}
.pink2 li:nth-child(10) a:before{content: "10. ";}


#footer_inner{
  width:960px;
  margin:0 auto;
  padding-top:15px;
}
#FooterLogo{
  font-size:17px;
  margin-bottom:0;
  margin-top:20px

  }
#FooterAdd{
  margin:5px 0 20px;
  letter-spacing: 2px;
}

.cpy{
  color:#fff;
  font-size: 14px;
  letter-spacing: 1px;

}
.copyright{
  font-size:10px;
  margin-top:95px;
}

.nav_list img{
  margin-left:20px;
}
.Footernav{
  overflow:hidden;
  color:#fff;
  letter-spacing:1px;
  margin-bottom:30px;
}
.Footernav a{
  color:#fff;
}
.Footernav a:hover{
  color:#999;
}
.Footernav li{
  float:left;
  padding:0 7px;
}
.rightbd{
  border-right:1px solid #fff;
}

/* ------- 共通 ------- */
.m-bottom30{
  margin-bottom:30px;
}
.m-bottom20{
  margin-bottom:20px;
}
.m-bottom10{
  margin-bottom:10px;
}
.m-top5{
  margin-top:5px;
}
.m-top50{
  margin-top:50px;
}
.m-top70{
  margin-top:70px;
}
.font23{
  font-size:23px;
  margin-top:5px;
  margin-bottom:0;
}
.font13{
  font-size:13px;
}
.a100{
  border-bottom:#CCC solid 1px;
}
h2{
  width:960px;
  margin:0 auto;
  color:#474747;
  font-size:30px;
  letter-spacing:0.2em;
  padding-bottom:25px;
}
h2 span{
  font-size:12px;
  color:#a9cd2d;
  margin-left:10px;
  letter-spacing:0.1em;
  vertical-align:middle;
  
}

.content{
  position:relative;
}

#page-top{
  position:relative;
}
#page-top a{
  position:fixed;
  right:40px;
  bottom:208px;
  display:block;
}
h3{
  font-size:20px;
  background:#a9cd2c;
  color:#fff;
  padding:5px 15px;
  letter-spacing:1px;
  margin:20px 0;
}
h4{
  font-size:20px;
  color:#a9cd2c;
  letter-spacing:1px;
}
.mapnav a:hover{
  color:#999;

}
.mapnav a{
  font-weight:bold;
}
.red{
  color:red;
}
.mr8{
  padding-right:8px;
}
.mr10{
  margin-right:10px;
}
  