@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body, h1, h2, h3, h4, h5, p, li, div, a{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
 h1, h2{
 font-weight: 900 !important;
}
 h3, h4, h5, strong, em{
 font-weight: 700 !important;
}
.raku {
    float: right;
}
.mv {
  margin: 80px auto 80px;
  background: url("https://www.rakuten.ne.jp/gold/ymworld/sale/img/17_12dai_p10_pc_1920x650.jpg");
  background-size: cover;
}
  .pc_none {
    display: none;
  }
@media screen and (max-width: 767px) {
	
  .mv {
    margin: 30px auto 40px;
  }
    .sp_none {
    display: none;
  }
    .pc_none {
    display:inline;
}
}
.mv img {
  display: none;
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: auto;
}
.mv img.active {
  display: block;
}
.mv.mv--coupon-item {
  background: url("https://www.rakuten.ne.jp/gold/ymworld/sale/img/17_12dai_p10_pc_1920x650.jpg");
}

.coupon-area .coupon {
  margin: 0 auto 80px;
  max-width: 960px;
}
.coupon-area .coupon .coupon-list {
  display: none;
  margin-bottom: 15px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.coupon-area .coupon .coupon-list.active {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
}

.coupon-area .coupon .coupon-list li {
  box-sizing: border-box;
  border: 2px solid #b81c22;
}
.coupon-area .coupon .coupon-list li:hover {
  opacity: 0.7;
}
.coupon-area .coupon .coupon-list li a {
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.coupon-area .coupon .coupon-list li a:hover {
  opacity: 0.7;
  color: inherit;
}
.coupon-area .coupon .coupon-list li a .above::before {
  content: "￥";
}
.coupon-area .coupon .coupon-list li a .above::after {
  content: "以上で";
}
.coupon-area .coupon .coupon-list li a .price {
  margin-bottom: 4px;
  font-size: 3.6rem;
  font-weight: bold;
}
.coupon-area .coupon .coupon-list li a .price::before {
  font-size: 2.5rem;
  content: "￥";
}
.coupon-area .coupon .coupon-list li a .price::after {
  font-size: 2.0rem;
  content: "OFF";
}
.coupon-area .coupon .coupon-list li a .btn {
  position: relative;
  margin: auto;
  padding: 8px;
  box-sizing: border-box;
  width: 60%;
  line-height: 1;
  color: #fff;
  border-radius: 20px;
  background: #b81c22;
}
.coupon-area .coupon .coupon-list li a .btn::after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .coupon-area .coupon .coupon-list {
    width: 96%;
    margin: 0 auto;
  }
  .coupon-area .coupon .coupon-list li {
    margin: 0 auto 10px;
    padding: 16px 10px;
    width: 80%;
  }
  .coupon-area .coupon .coupon-list li a .above {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .coupon-area .coupon .coupon-list li a .price {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .coupon-area .coupon .coupon-list li a .price::before {
    font-size: 1.6rem;
    content: "￥";
  }
  .coupon-area .coupon .coupon-list li a .price::after {
    font-size: 1.6rem;
    content: "OFF";
  }
  .coupon-area .coupon .coupon-list li a .btn {
    padding: 4px 8px;
    width: 80%;
    border-radius: 0px;
  }
}
@media screen and (min-width: 768px) {
  .coupon-area .coupon .coupon-list--4 li {
    padding: 24px 8px;
    width: 49%;
    margin-bottom: 20px;
  }
  .coupon-area .coupon .coupon-list--4 li a .above {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .coupon-area .coupon .coupon-list--4 li {
    width: 46%;
  }
  .coupon-area .coupon .coupon-list--4 li a .price {
    font-size: 2.0rem;
  }
  .coupon-area .coupon .coupon-list--4 li a .price::before {
    font-size: 1.4rem;
  }
  .coupon-area .coupon .coupon-list--4 li a .price::after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .coupon-area .coupon .coupon-list--3 li {
    padding: 24px;
    width: 32%;
  }
  .coupon-area .coupon .coupon-list--3 li .above {
    font-size: 1.4rem;
  }
}
.coupon-area .coupon .coupon__caution {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coupon-area .coupon .coupon__caution {
    font-size: 0.7rem;
  }
}
.coupon-area .coupon .coupon__limit {
  display: none;
  padding: 5px;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  background: #eee;
  margin-top: 15px;
}
.coupon-area .coupon .coupon__limit.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .coupon-area .coupon .coupon__limit {
    font-size: 0.7rem;
  }
}

.coupon--fixed .coupon {
  position: fixed;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .coupon--fixed .coupon {
    bottom: 85px;
    right: 20px;
  }
}
.coupon--fixed .coupon .coupon-list {
  display: none;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list {
    width: 100%;
  }
}
.coupon--fixed .coupon .coupon-list.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.coupon--fixed .coupon .coupon-list.beforetxt:before {
  content: "DISCOUNT COUPON";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list.beforetxt:before {
    content: none;
  }
}
.coupon--fixed .coupon .coupon-list li {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #b81c22;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .coupon--fixed .coupon .coupon-list li {
    display: none;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px dashed;
    border-color: #FFFFFF;
    background: #b81c22;
  }
  .coupon--fixed .coupon .coupon-list li:first-child {
    border-left: none;
  }
}
.coupon--fixed .coupon .coupon-list li:hover {
  opacity: 0.7;
}
.coupon--fixed .coupon .coupon-list li a {
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.coupon--fixed .coupon .coupon-list li a:hover {
  opacity: 0.7;
  color: inherit;
}
.coupon--fixed .coupon .coupon-list li a .above,
.coupon--fixed .coupon .coupon-list li a .above--free {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li a .above,
  .coupon--fixed .coupon .coupon-list li a .above--free {
    font-size: 1rem;
    line-height: 1;
    color: #FFFFFF;
  }
}
.coupon--fixed .coupon .coupon-list li a .above::before {
  content: "￥";
}
.coupon--fixed .coupon .coupon-list li a .above::after {
  content: "以上で";
}
.coupon--fixed .coupon .coupon-list li a .price,
.coupon--fixed .coupon .coupon-list li a .price--percent {
  font-size: 2.0rem;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li a .price,
  .coupon--fixed .coupon .coupon-list li a .price--percent {
    font-size: 1.7rem;
    padding: 0;
    margin-bottom: 0;
    color: #FFFFFF;
  }
}
.coupon--fixed .coupon .coupon-list li a .price::after,
.coupon--fixed .coupon .coupon-list li a .price--percent::after {
  font-size: 1.0rem;
  content: "OFF";
}
.coupon--fixed .coupon .coupon-list li a .price::before {
  font-size: 1.0rem;
  content: "￥";
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li a .price::before {
    font-size: 1.4rem;
  }
}
.coupon--fixed .coupon .coupon-list li a .btn {
  position: relative;
  margin: auto;
  padding: 6px;
  box-sizing: border-box;
  width: 80%;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #b81c22;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li a .btn {
    font-size: 1.0rem;
    padding: 4px 8px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.coupon--fixed .coupon .coupon-list li a .btn::after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0px;
  right: 16px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list li a .btn::after {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list.coupon-list--2 li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list.coupon-list--3 li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    padding: 10px 0;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .above {
    font-size: 1.0rem;
    letter-spacing: -0.1px;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .above::before {
    font-size: 0.8rem;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .above::after {
    font-size: 0.8rem;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .price {
    font-size: 1.4rem;
    letter-spacing: -0.3px;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .price::before {
    font-size: 1.0rem;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .price::after {
    font-size: 1.0rem;
  }
  .coupon--fixed .coupon .coupon-list.coupon-list--4 li a .btn {
    width: 70%;
    padding: 4px;
  }
}
.coupon--fixed .coupon .coupon__caution {
  display: none;
}
.coupon--fixed .coupon .coupon__limit {
  display: none;
}
@media screen and (max-width: 767px) {
  .coupon--fixed .coupon {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -200px;
    transition: 0.5s ease;
  }
  .coupon--fixed .coupon.active {
    bottom: -90px;
    transition: 0.5s ease;
  }
}

.page-coupon-btn {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 85px;
}
@media screen and (max-width: 767px) {
  .page-coupon-btn.active {
    display: block;
  }
  .page-coupon-btn p {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: #b81c22 url(https://www.rakuten.ne.jp/gold/ymworld/sale/season_sale/img/coupon_off.png) 0 0 no-repeat;
  background-size: contain;
}
.coupon.active + .page-coupon-btn p {
  background: #b81c22 url(https://www.rakuten.ne.jp/gold/ymworld/sale/season_sale/img/coupon_off.png) 0 0 no-repeat;
  background-size: contain;
}
}


.category-nav {
  margin: 0 auto 80px;
  max-width: 960px;
}
.category-nav::before {
  content: "ITEM CATEGORY";
  display: block;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.category-nav ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
}
.category-nav li {
  box-sizing: border-box;
  text-align: center;
}
.category-nav a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  padding: 5%;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border: 1px solid #e60012;
}
.category-nav a:hover {
  color: #fff;
  background: #e60012;
}
.category-nav a:hover span::before,
.category-nav a:hover span::after {
  background: #fff;
}
.category-nav span {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  display: table;
  margin: auto;
  font-size: 1rem;
}
.category-nav span::before, .category-nav span::after {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  width: 4px;
  height: 1px;
  content: "";
  background: #231815;
}
.category-nav span::before {
  left: -10px;
}
.category-nav span::after {
  right: -10px;
}
@media screen and (min-width: 768px) {
  .category-nav li {
    margin-top: 20px;
    margin-right: 30px;
    width: 300px;
  }
  .category-nav li:nth-of-type(3n) {
    margin-right: 0;
  }
  .category-nav li:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .category-nav {
    padding: 0 4px;
  }
  .category-nav li {
    margin-top: 8px;
    padding: 0 4px;
    width: 50%;
  }
  .category-nav li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .category-nav a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .section {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {

  .section {
    margin-bottom: 10px;
  }
}

.section__tit {
  text-align: center;
  color: #fff;
  background: #b81c22;
  letter-spacing: 4px;
  padding: 10px 0;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section__tit {
    margin-bottom: 30px;
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
}

.section__tit--main {
  font-size: 1.6rem;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .section__tit--main {
    font-size: 1.1rem;
  }
}
.section__tit--main span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .section__tit--main span {
    font-size: 1.8rem;
  }
}

.section__subtit {
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .section__subtit {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .section__subtit {
    font-size: 1.5rem;
  }
}

.item {
  margin: 0 auto 80px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .item {
    margin: 0 auto 30px;
  }
}
.item li {
  text-align: center;
}
.item a {
  text-decoration: none;
}
.item a:hover {
  color: inherit;
}
.item img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}
.item .item-name, .item .catch-lowya {
  display: none;
}
.item .description-lowya {
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .item .description-lowya {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.item .item-list__price {
  margin: 10px 0 0;
}
.item .sale-price, .item .csv-price {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
.item .sale-price:first-letter, .item .csv-price:first-letter {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .item .sale-price, .item .csv-price {
    font-size: 1.3rem;
  }
  .item .sale-price:first-letter, .item .csv-price:first-letter {
    font-size: 1.1rem;
  }
}
.item .sale-price--before {
  font-size: 1.3rem;
}
.item .sale-price--before:first-letter {
  font-size: 1.0rem;
}
.item .sale-price--before:after {
  content: " → ";
}

.item-list {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 30px auto;
}
.item-list li {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px #e2e2e2;
  -moz-box-shadow: 0px 0px 15px #e2e2e2;
  box-shadow: 0px 0px 15px #e2e2e2;
}
.item-list li a {
  text-decoration: none;
  display: block;
}
.item-list li a:hover {
  color: inherit;
}
.item-list li a:hover img {
  opacity: 0.8;
}
.item-list li img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}
.item-list li a p {
  color: #333;
}
.item-list li a p.item-name {
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .item-list li a p.item-name {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.item-list li a p.description-lowya, .item-list li a p.catch-lowya {
  display: none;
}
.item-list li a p.csv-price {
  font-size: 1.6rem;
}
.item-list li a p.csv-price:first-letter {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .item-list li a p.csv-price {
    font-size: 1.3rem;
  }
  .item-list li a p.csv-price:first-letter {
    font-size: 1.1rem;
  }
}
.item-list li a p.sale-price {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
}
.item-list li a p.sale-price:first-letter {
  font-size: 1.0rem;
}
.item-list li a p.sale-price--before {
  font-size: 1.0rem;
  letter-spacing: inherit;
  display: inline-block;
}
.item-list li a p.sale-price--before:first-letter {
  font-size: 0.8rem;
}
.item-list li a p.sale-price--before:after {
  content: " → ";
}
.item-list li a p.item-list__price {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item-list li {
    width: 23%;
    margin-bottom: 32px;
    padding: 8px 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .item-list {
    padding: 0 6px;
  }
  .item-list li {
    width: 48%;
    margin-top: 12px;
    margin-right: 2%;
    padding: 12px 12px 20px;
    -webkit-box-shadow: 0px 0px 6px #e2e2e2;
    -moz-box-shadow: 0px 0px 6px #e2e2e2;
    box-shadow: 0px 0px 6px #e2e2e2;
  }
  .item-list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .item-list li:nth-of-type(even) {
    margin-right: 0;
  }
}

.item-list__price::before {
  display: block;
  padding: 3px;
  box-sizing: border-box;
  font-size: 0.8rem;
  content: "";
  text-align: center;
  color: #fff;
  margin: 0 auto;
  letter-spacing: 1px;
}
.item .item-list__price::before {
  width: 15%;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .item .item-list__price::before {
    width: 35%;
  }
}
.item-list .item-list__price::before {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item-list .item-list__price::before {
    width: 90%;
  }
}
.csv-item--event .item-list__price::before {
  content: "CHALLENGE";
  background-color: #44e3b4;
}
.csv-item--coupon .item-list__price::before {
  content: "COUPONご利用で";
  background-color: #000000;
}
.csv-item--event .add-before .item-list__price::before {
  content: "SALE";
  background-color: #ffaa7f;
}
.add-point .item-list__price::before, .csv-item--event .add-point .item-list__price::before {
  content: "POINTx10";
  background-color: #ff7f7f;
}

.page-top-btn {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  font-size: 1rem;
}
.page-top-btn a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.14em;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.page-top-btn a:hover {
  font-weight: bold;
  color: #444;
  border: 2px solid #444;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .page-top-btn {
    right: 8px;
    bottom: 8px;
    font-size: 0.6rem;
  }
  .page-top-btn a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}

.category-link {
  width: 70%;
  max-width: 960px;
  margin: 0 auto;
}
.category-link a {
  display: block;
  width: 80%;
  margin: 0 auto 30px auto;
  padding: 20px;
  color: #b81c22;
  border: #b81c22 solid 1px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
}
.category-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .category-link a {
    font-size: 1.2rem;
    margin-bottom: 70px;
    padding: 10px;
    letter-spacing: inherit;
  }
}

.under_text, .under_text a {
    border: 1px solid #fff;
	box-sizing: border-box;
    padding: 20px 0 20px 0;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    float: left;
    background: #dcdcdc;
    color: #696969;
}

TABLE#footer_navi {
    width: 1000px;
    border: 1px #999999 solid;
    border-collapse: collapse;
    background-color: #fff;
}

TABLE#footer_navi TD {
    border: 1px #999999 solid;
    padding: 5px;
}

TD, TH {
    font-size: 13px;
    color: #333;
}

TABLE#footer_none {
    width: 100%;
    border: 0px #999999 solid;
    border-collapse: collapse;
}

TABLE#footer_none TD {
    border: 0px #999999 solid;
    padding: 5px;
}

.footer_telno {
    color: #cc0000;
    font-size: 26px;
}


.navi_rink {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}
