@charset "utf-8";

/* --------------------------------------------------
  行頭を表示するときは「##」で検索してください。
-------------------------------------------------- */

/* --------------------------------------------------
  ##基本設定
-------------------------------------------------- */
/* body */
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
  text-align: center;
}
/* IE6用 */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* タイトル */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* 定義 */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* テーブル・ボックス */
table {
  border: 0;
  border-collapse: collapse;
}
th,
td {
  padding: 0;
  font-size: 100%;
}
div {
  margin: 0;
  padding: 0;
}

/* イメージ */
img,
a img {
  border: 0;
}

/* フォーム */
form {
  margin: 0;
  padding: 0;
}

/* 段落 */
p {
  margin: 0;
  padding: 0;
}

/* リンク */
a {
  color: #666;
}
a:hover {
  color: #f00;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 購入ボタン */
.cart-box .txt2 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-box .txt2-1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.cart-box .kosuu {
  padding: 0 4px;
  font-size: 20px;
  height: 40px;
  border: 1px #ccc solid;
  text-align: center;
  border-radius: 4px;
}
.cart-box .btn {
  margin-left: 6px;
  cursor: pointer;
  padding: 0 4px;
  font-size: 20px;
  width: 160px;
  height: 40px;
  border: 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #c1272d;
  transition: all 200ms 0s ease;
}
.cart-box .btn:hover {
  opacity: 0.8;
}

/* header */
.header {
  width: 100%;
  height: 72px;
  position: relative;
}
.header__logo {
  position: absolute;
  top: 6px;
  left: 6px;
}
.headerBtns {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 6px;
  display: flex;
}
.headerBtns__btn {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
  ##枠
-------------------------------------------------- */
div#wrapper-inner {
  margin: 0 auto;
  width: 950px;
  background-color: #fff;
  text-align: left;
}

div#contents-inner {
  margin: 0 0 0 15px;
  width: 660px;
}
#side .s-btn {
  margin: 0 20px;
}
#top #side .s-btn {
  margin: 0;
}
.s-btn {
  border: 1px #bfbfbf solid;
  background: url(../img_com/bg_btn1.jpg) repeat-x left top;
  height: 37px;
  line-height: 1.4;
  color: #000;
  font-size: 75%;
  text-align: center;
}
.s-btn img {
  vertical-align: middle;
}
.s-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.s-btn a:hover {
  color: #000;
  text-decoration: underline;
}

/* --------------------------------------------------
  ##pankuzu
-------------------------------------------------- */
div#pankuzu:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div#pankuzu {
  margin: 0 0 18px;
  width: 660px;
  /*\*/ /*/
  overflow:hidden;
  /**/
}
div#pankuzu li {
  white-space: nowrap;
}
div#pankuzu ol {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}
div#pankuzu li {
  margin: 0;
  padding: 0 18px 0 0;
  display: inline;
  line-height: 18px;
  color: #757575;
  background: url(../img_com/p_icon.gif) no-repeat right center;
  font-size: 12px;
}
div#pankuzu li a {
  color: #757575;
}
div#pankuzu li a:hover {
  color: #f00;
}
div#pankuzu h2 {
  display: inline;
  line-height: 18px;
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}
div#pankuzu h1 {
  display: inline;
  line-height: 18px;
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

/* --------------------------------------------------
  ##footer
-------------------------------------------------- */
div#footer {
  clear: both;
  margin: 0;
  padding: 13px 0 10px;
  width: 950px;
  background: url(../img/bg_footer.jpg) repeat-x left top;
}
#f-link {
  margin-bottom: 8px;
  line-height: 18px;
  color: #4f2e00;
  font-size: 12px;
  text-align: center;
}
#f-link a {
  color: #4f2e00;
}
#f-link a:hover {
  color: #f00;
}
#copyright {
  color: #737373;
  font-size: 10px;
  text-align: center;
}
