@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

.error-message {
  color: #c00;
}

.sp {
  display: none;
}

.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
}

.btn a {
  overflow: hidden;
  *zoom: 1;
  display: block;
  border: solid 1px #333;
  padding: 20px;
  color: #333;
  background: url("../images/arrow_black.png") 98% center no-repeat;
  text-align: center;
  font-size: 14px;
}
.btn a:hover {
  background: #333 url("../images/arrow_white.png") 98% center no-repeat;
  color: #FFF;
  text-decoration: none;
}

/*
#iframe_header {
	height: 240px;
}*/
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
/*============================
#pan
============================*/
#pan .inner {
  overflow: hidden;
  *zoom: 1;
}
#pan .inner li {
  float: left;
  width: auto;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
}
#pan .inner li:before {
  content: ">>";
  margin-right: 10px;
}
#pan .inner li:first-child {
  margin-left: 0;
}
#pan .inner li:first-child:before {
  content: none;
}
#pan .inner li a {
  color: #ff6702;
  text-decoration: underline;
}
#pan .inner li a:hover {
  text-decoration: none;
}

/*============================
.wrapper_footer
============================*/
.wrapper_footer {
  padding: 80px 0;
}
.wrapper_footer .inner h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.0;
}
.wrapper_footer .inner h4:before {
  content: "-";
  margin-right: 10px;
}
.wrapper_footer .inner h4:after {
  content: "-";
  margin-left: 10px;
}
.wrapper_footer .inner .summry {
  text-align: center;
  margin-bottom: 40px;
}

/*============================
#category
============================*/
#category {
  background-color: #f2f2f2;
}
#category .inner ul.btn {
  overflow: hidden;
  *zoom: 1;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  margin-bottom: 40px;
}
#category .inner ul.btn li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
#category .inner ul.btn li:nth-of-type(3n) {
  width: 34%;
  border-right: solid 1px #333;
}
#category .inner ul.btn li a {
  border-left: none;
  border-top: none;
}
#category .inner p.btn {
  width: 60%;
  margin: 0 auto;
}

/*============================
#price
============================*/
#price .inner ul.btn {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
#price .inner ul.btn li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
#price .inner ul.btn li:nth-of-type(3n) {
  width: 34%;
  border-right: solid 1px #333;
}
#price .inner ul.btn li a {
  border-right: none;
  border-bottom: none;
}

/*============================
#pagetop
============================*/
#pagetop {
  text-align: center;
}
#pagetop a {
  display: block;
  background-color: #ff6702;
  height: 40px;
}
#pagetop a span {
  background-color: #ff6702;
  border-radius: 50%;
  padding: 18px;
}
#pagetop a:hover {
  background-color: #333;
}
#pagetop a:hover span {
  background-color: #333;
}

footer {
  background-color: #f2f2f2;
}

/*============================
#footer_nav
============================*/
#footer_nav {
  overflow: hidden;
  *zoom: 1;
}
#footer_nav h5 {
  margin-bottom: 20px;
  line-height: 1.0;
}
#footer_nav a {
  font-size: 12px;
}

.footer_box {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 20px;
  border-left: solid 1px #CCC;
  margin-bottom: 80px;
}

/*============================
#footer_contact
============================*/
#footer_contact {
  width: 40%;
  overflow: hidden;
  *zoom: 1;
}
#footer_contact .btn {
  margin-bottom: 20px;
  font-size: 14px;
}
#footer_contact .btn a {
  background: url("../images/icon_mail.png") 20px center no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
#footer_contact .btn a:hover {
  background-color: #333;
  color: #FFF;
}

/*============================
#footer_address
============================*/
#footer_address {
  float: left;
  width: auto;
}
#footer_address dt {
  font-weight: bold;
}
#footer_address dd {
  font-size: 12px;
}
#footer_address dd > dl {
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
}
#footer_address dd > dl dt {
  float: left;
  width: 60px;
}
#footer_address dd > dl dd {
  margin-left: 60px;
}

/*============================
#pmark
============================*/
#pmark {
  float: right;
  width: 100px;
}

/*============================
#copyright
============================*/
#copyright {
  border-top: solid 1px #CCC;
  text-align: center;
  clear: both;
  margin-top: 80px;
  padding-top: 40px;
  font-weight: bold;
}

/*# sourceMappingURL=base-pc.css.map */
