@charset "UTF-8";
/* CSS Document */
body {
  background-image: url(../commonImage/bg.jpg);
  background-position: left top;
}
/*
==========================================================
#header
==========================================================
*/
#header {
  width: 100%;
  height: 540px;
  overflow: hidden;
  background-image: url(../topImage/header_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
#head_container {
  width: 1020px;
  height: 540px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../topImage/head_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
/*
==========================================================
#head_nv
==========================================================
*/
#head_nv {
  width: 250px;
  height: 500px;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  background-image: url(../topImage/nv_bg.jpg);
  background-position: left top;
}
#head_nv p.logo {
  width: 220px;
  height: 54px;
  margin: 46px auto 0 auto;
  padding: 0;
}
#head_nv p.logo a {
  width: 220px;
  height: 54px;
  display: block;
  background-image: url(../topImage/logo.png);
  background-position: left top;
}
#head_nv ul {
  width: 236px;
  height: 301px;
  margin: 35px auto 0 auto;
  overflow: hidden;
  padding: 0;
}
#head_nv ul li {
  width: 236px;
  height: 60px;
  margin: 0;
  overflow: hidden;
}
#head_nv ul li a {
  width: 236px;
  height: 60px;
  display: block;
}
#head_nv ul li.home a {
  background-image: url(../topImage/top_nv.png);
  background-position: 0 0;
}
#head_nv ul li.about a {
  background-image: url(../topImage/top_nv.png);
  background-position: 0 -60px;
}
#head_nv ul li.products a {
  background-image: url(../topImage/top_nv.png);
  background-position: 0 -120px;
}
#head_nv ul li.shouga a {
  background-image: url(../topImage/top_nv.png);
  background-position: 0 -180px;
}
#head_nv ul li.customer a {
  background-image: url(../topImage/top_nv.png);
  background-position: 0 -240px;
}
#head_nv ul li.home a:hover {
  background-image: url(../topImage/top_nv.png);
  background-position: -236px 0;
}
#head_nv ul li.about a:hover {
  background-image: url(../topImage/top_nv.png);
  background-position: -236px -60px;
}
#head_nv ul li.products a:hover {
  background-image: url(../topImage/top_nv.png);
  background-position: -236px -120px;
}
#head_nv ul li.shouga a:hover {
  background-image: url(../topImage/top_nv.png);
  background-position: -236px -180px;
}
#head_nv ul li.customer a:hover {
  background-image: url(../topImage/top_nv.png);
  background-position: -236px -240px;
}
/*
==========================================================
#top_slide
==========================================================
*/
#top_slide {
  width: 570px;
  height: 540px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  float: right;
}

/*
==========================================================
contents
==========================================================
*/
#contents_wrap {
  clear: both;
  width: 100%;
  overflow: hidden;
  background-image: url(../commonImage/contents_bg.jpg);
}
#contents {
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}
/*
==========================================================
side
==========================================================
*/

#side {
  width: 250px;
  overflow: hidden;
  margin: 52px 0 0 0;
  padding: 0;
  float: right;
}
#side .contact {
  width: 246px;
  height: 108px;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  border: 1px solid #688f5e;
  background-color: #fff;
}
#side .contact .tel {
  width: 246px;
  height: 66px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../topImage/tel_img.jpg);
}
#side .likeBox {
  width: 250px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}

#side a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/*
==========================================================
main
==========================================================
*/

#contents #main {
  width: 730px;
  float: left;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 0;
}
#main .news {
  width: 730px;
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
#main .news h1 {
  width: 730px;
  height: 56px;
  margin: 0;
  padding: 0;
  background-image: url(../topImage/news_title.png);
  background-position: left top;
  background-repeat: no-repeat;
}
#main .news ul {
  width: 730px;
  height: 485px;　/*485px*/
  margin: 12px 0 0 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#main .news ul li {
  width: 725px;
  height: 100px;
  margin: 0px 0 8px 5px;
  padding: 0;
  overflow: hidden;
}
#main .news ul li .news_ph {
  width: 100px;
  height: 100px;
  margin: 0 10px 0 0;
  float: left;
}
#main .news ul li .news_day {
  width: 615px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #3c6222;
  font-size: 14px;
  font-weight: bold;
}
#main .news ul li .news_title {
  width: 615px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #d90000;
  font-size: 14px;
  font-weight: bold;
}
#main .news ul li .news_title a {
  color: #d90000;
}
#main .news ul li .news_title a:hover {
  color: #f36;
}
#main .news ul li .news_txt {
  width: 615px;
  height: 52px;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  color: #111;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
#main .news ul li .news_txt a {
  color: #111;
}
#main .news ul li .news_txt a:hover {
  color: #555;
}

#main .shop {
  width: 730px;
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
#main .shop h2 {
  width: 730px;
  height: 56px;
  margin: 0;
  padding: 0;
  background-image: url(../topImage/shop_title.png);
  background-position: left top;
  background-repeat: no-repeat;
}
#main .shop ul {
  width: 760px;
  height: 80px;
  margin: 12px 0 0 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#main .shop ul li {
  width: 220px;
  height: 80px;
  margin: 0px 30px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
#main .shop ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/*
==========================================================
top_products
==========================================================
*/

#products_wrap {
  clear: both;
  width: 100%;
  height: 535px;
  overflow: hidden;
  background-image: url(../topImage/top_products_bg.jpg);
  background-repeat: repeat-x;
}
#products {
  width: 1020px;
  height: 535px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
#products h3 {
  height: 56px;
  margin: 20px 0 5px 0;
  padding: 0;
  background-image: url(../topImage/products_titile.png);
  background-position: left top;
  background-repeat: no-repeat;
}
#products .item {
  width: 1020px;
  overflow: hidden;
  margin: 0;
}
#products .item ul {
  width: 1024px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#products .item ul li {
  width: 249px;
  height: 204px;
  float: left;
  overflow: hidden;
  margin: 0 7px 7px 0;
}
#products .item ul li a {
  width: 249px;
  height: 204px;
  display: block;
}

#products .item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.donation {
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  margin-top: 52px;
  margin-bottom: 20px;
  background-image: url(../topImage/bg-donation.jpg);
  background-size: 100% auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}
.donation a {
  text-decoration: none;
  color: #111;
}
.donation .title {
  padding: 15px 0 5px 0;
  text-align: center;
  font-size: 26px;
  line-height: 1;
}
.donation .title time {
  display: block;
  padding: 0.3em 0 0 0;
  font-size: 60%;
  font-feature-settings: "palt";
}
.donation .title time:after {
  content: "現在";
  padding: 0 0 0 0.3em;
}
.donation p {
  margin: 0;
  text-align: center;
}
.donation p.result {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
.donation p.result:after {
  content: "円";
  padding: 0 0 0 0.3em;
  font-size: 70%;
}
