body {
  background: #f6f6f6;
  color: #333;
  font-family: 'ＭＳ 明朝',serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* ここからヘッダー */
header {
  background: url(../image/header-bg.png) no-repeat;
  border-bottom: 1px solid #666666;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  width: 1100px;
}

.head-logo {
  height: 27px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 196px;
}

.head-logo img:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ここからグローバルナビ */
.navigation {
  height: 30px;
  margin: 10px auto 10px auto;
  padding: 0;
  width: 600px;
}

.navi-deco,
.navi-birth,
.navi-stamp,
.navi-gift {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-position: center;
  list-style: none;
  width: 150px;
  height: 30px;
}

.navi-deco a {
  display:block;
  float: left;
  margin: 0;
  padding: 0;
  font-size:0;
  background: url(../image/navi-deco.png) no-repeat;  background-position:center;
  list-style:none;
  width:150px;
  height:30px;
}

.navi-birth a {
  display:block;
  float: left;
  margin: 0;
  padding: 0;
  font-size:0;
  background: url(../image/navi-birth.png) no-repeat;  background-position:center;
  list-style:none;
  width:150px;
  height:30px;
}

.navi-stamp a {
  display:block;
  float: left;
  margin: 0;
  padding: 0;
  font-size:0;
  background: url(../image/navi-stamp.png) no-repeat;  background-position:center;
  list-style:none;
  width:150px;
  height:30px;
}

.navi-gift a {
  display:block;
  float: left;
  margin: 0;
  padding: 0;
  font-size:0;
  background: url(../image/navi-gift.png) no-repeat;  background-position:center;
  list-style:none;
  width:150px;
  height:30px;
}

.navi-deco a:hover,
.navi-birth a:hover,
.navi-stamp a:hover,
.navi-gift a:hover {
  display:block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ここからメインコンテンツ */
#wrapper {
  background: #ffffff;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  width: 1200px;
}
#wrapper a:hover{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ここからメインコンテンツの上段 */
#cont-dcollection {
  height: 360px;
  margin:0 auto 0 auto;
  padding:0;
  width: 1100px;
}

.primary-dcotext {
  width: 500px;
  height: 350px;
  margin: 0;
  padding: 0;
  float:left;
}

.primary-dcoimage {
  width: 600px;
  height: 350px;
  margin: 0;
  padding: 0;
  float:right;
}

/* ここからメインコンテンツの中段 */
#cont-deco {
  height: 610px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 1100px;
}

.primary-decoimage {
  float:left;
  height: 350px;
  margin: 0;
  padding: 0;
  width: 600px;
}

.primary-decotext {
  float:left;
  height: 250px;
  margin: 0;
  padding: 0;
  width: 600px;
}

.primary-design {
  float:right;
  height: 600px;
  margin: 0;
  padding: 0;
  width: 490px;
}

/* ここからメインコンテンツの下段 */
#cont-gift {
  height: 610px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 1100px;
}

.primary-birthimage {
  float: left;
  height: 350px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 600px;
}

.primary-gifttext {
  float: right;
  height: 220px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 480px;
}

.primary-stampimage {
  float: left;
  height: 350px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 600px;
}

.primary-giftimage {
  float: right;
  height: 480px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 490px;
}

/* ページトップへのやつ */
#return {
  border-bottom:1px solid #666666;
  clear: both;
  height: 40px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 1100px;
}

.return {
  color: #666666;
  float: right;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 150px;
}

.return a {
  color: #666666;
  font-size: 15px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 150px;
}

.return a:hover{
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#table-return {
  background: url(../image/table-return.png) no-repeat #fff;
  background-position: right bottom;
  clear: both;
  height: 37px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
}

.table-return {
  color: #666666;
  float: right;
  font-size: 13px;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 130px;
}

.table-return a {
  color: #666666;
  font-size: 13px;
  float: right;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 130px;
}

.table-return a:hover{
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* 商品紹介らへん */

#deco-h2 {
  background: url(../image/deco-h2.png) no-repeat;
  background-position:left;
  font-size: 0;
  height: 70px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 900px;
}

#birth-h2 {
  background: url(../image/birth-h2.png) no-repeat;
  background-position:left;
  font-size: 0;
  height: 70px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 900px;
}

#stamp-h2 {
  background: url(../image/stamp-h2.png) no-repeat;
  background-position:left;
  font-size: 0;
  height: 70px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 900px;
}

#gift-h2 {
  background: url(../image/gift-h2.png) no-repeat;
  background-position:left;
  font-size: 0;
  height: 70px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 900px;
}

#deco-cont,
#birth-cont,
#stamp-cont,
#gift-cont {
  background: url(../image/accordion-dtbg.png) no-repeat #fff;
  background-position: top;
  border: 1px solid #cccccc;
  height:auto;
  margin: 5px auto 50px auto;
  padding: 60px 0 0 0;
  width: 900px;
}

.item-title {
  color: #666;
  font-size: 17px;
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: left;
  text-indent: 18px;
  width: 900px;
}

.item-table {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  float:left;
  margin: 5px 0 20px 15px;
  padding: 0;
  width: 280px;
}

.item-image {
  margin: 0;
  padding: 10px 0 10px 10px;
  text-align: left;
  width: 130px;
  vertical-align: top;
}

.item-image img {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 2px;
}

.item-name {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: left;
  vertical-align:middle;
  width: 140px;
}

.item-spec {
  color: #696969;
  font-size:13px;
  width: 140px;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: left;
  vertical-align:middle;
}

.item-price {
  color: #cc0000;
  font-size: 20px;
  font-weight: bold;
  width: 140px;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: right;
  vertical-align: middle;
}
.itemtable-tax {
  font-size: 13px;
  margin: 0 5px 0 2px;
}

.item-icon {
  width: 140px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align:middle;
}

.item-icon img {
  margin: 0 3px 0 0;
}

.item-cart {
  width: 280px;
  height: 41px;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: center;
  vertical-align:middle;
}

/* フッター */
footer {
  background: #ccc;
  height: auto;
  margin: 50px 0 0 0;
  padding: 10px 0 0 0;
  text-align: center;
  width: 100%;
}

.foot-navi {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  width: 500px;
}

.footnavi-li {
  margin: 0;
  padding: 0 0 10px 0;
  float:left;
  font-size:13px;
  list-style:none;
  width: 100px;
}

.footnavi-li a{
  color: #333;
  text-decoration: none;
}

h3 {
  background: #333;
  clear:both;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

h3 a {
  color: #fff;
  text-decoration: none;
}

.footnavi-li a:hover,
h3 a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/* ページトップのやつ */
.pagetop {
  bottom: -40px;
  position: fixed;
  right: 50px;
}

.pagetop a {
  background-color: #333;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
