﻿/* 変数定義 */
/* 共通クラス */
body,
button,
nav,
input,
select,
textarea {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}
a {
  color: #464646;
}
/* ClearFix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
label:hover {
  background-color: none;
}
/*@media only screen and (max-width:767px) {
    thead {
        display:none;
    }
    tbody tr{
        display:block;
        margin-bottom:2em;
    }
    tbody th, tbody td{
        display:list-item;
        border:none;
    }
    tbody th {
        color:#f36;
        text-align:left;
        background:#fff;
    }
    tbody td {
        margin-left:1em;
    }
}*/
/* メインとサイドの余白調整 */
@media (max-width: 767px) {
  #leftcolumn {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main_column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  #leftcolumn {
    padding-left: 0px;
    padding-right: 15px;
  }
  #main_column {
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 20px;
  }
}
/* 共通レイアウト関連 */
.co-bg {
  background: url('/Content/images/body_bg_red.jpg') center top repeat;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.co-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0px;
}
/* ヘッダ部 */
header {
  font-size: 1.1rem;
  font-size: 11px\9;
  padding: 0 0 10px 0;
  background: #FFF;
}
.hd {
  /*h1.hd-sitelogo
    {
        float:left;
    }
    .rightcontent.cf
    {
        float: right;
        .phone 
        {
            float: left;
        }
        .basket 
        {
            float: right;
        }
    }*/
}
.hd .title-bar {
  background-color: #8C0000;
}
.hd .title {
  /*margin:0 auto;
        width:980px;*/
}
.hd .title .titleword {
  color: white;
  /*text-align:left;*/
  /*float:left;*/
}
.hd .title .social {
  /*float:right;*/
}
.hd .hd-cartinfo {
  border-style: solid;
  border-color: black;
  font-weight: bold;
}
.hd .hd-cartinfo img {
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-color: black;
  padding: 5px 5px 5px 5px;
  background: #69D5C7;
}
.hd .hd-nav .li {
  font-size: large;
}
.hd .hd-nav .li:hover {
  background-color: #808080;
}
@media (min-width: 768px) {
  .social {
    text-align: right;
  }
  .hd-phone {
    text-align: right;
  }
}
form .input-validation-error {
  background-color: lightpink;
}
form .field-validation-error {
  color: red;
}
/*ナビバー*/
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
  }
}
.navbar-collapse.oswald-300.collapse {
  background: #FFFFFF;
}
.navbar-header {
  background: #FFFFFF;
}
.navbar {
  margin: 0;
}
.navbar ul {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.title_bottom_img {
  background: url('/Content/images/header_bg_R.png') center;
  height: 30px;
}
/*会員登録ログイン*/
.geslog {
  background-color: #FFFFFF;
  border: solid 2px;
  padding: 10px;
  border-radius: 5px;
}
.geslog a {
  padding: 0 10px;
}
/*商品カテゴリサイドバー*/
.block_body.panel-body {
  padding: 0;
}
.block_body.panel-body .list-unstyled {
  margin-bottom: 0;
}
.sd-CatMenu {
  /*padding: 0;*/
  /*h1:before {
      display: block;
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 15px;
      width: 10px;
      height: 10px;
      margin-top: -8px;
      background: #FFF;
    }
 
    h1:after {
      display: block;
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 15px;
      width: 10px;
      height: 10px;
      margin-top: -13px;
      background: #9CF;
    }
 
    h1.active:before {
      margin-top: -2px;
    }
 
    h1.active:after {
      margin-top: 3px;
    }*/
  /*li a:before{
      display: block;
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 17px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      background: #9CF;
    }
 
    li a:after{
      display: block;
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 22px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      background: #F2F2F2;
    }*/
}
.sd-CatMenu h1 {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  /*color: #FFF;*/
  cursor: pointer;
  position: relative;
  border-bottom: solid 2px #D6D6D6;
}
.sd-CatMenu h1 span.badge {
  margin-left: 20px;
}
.sd-CatMenu h1:hover {
  background-color: #F2F2F2;
  color: black;
}
.sd-CatMenu li {
  border-bottom: #CCC dotted 2px;
  padding: 5px,0,5px,0;
}
.sd-CatMenu li a {
  font-size: 12px;
  text-align: left;
  position: relative;
  display: block;
  padding: 8px;
}
.sd-CatMenu li a span {
  margin-left: 20px;
}
.sd-CatMenu li a:hover {
  background-color: #F2F2F2;
  color: #FFF;
}
.img-wed {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 275px;
  max-height: 104px;
}
/*キャンペーンバナー*/
carousel-indicators {
  bottom: -30px;
}
.campaign {
  margin-bottom: 30px;
}
.campaign img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 863px;
  max-height: 159px;
}
/*ニュース*/
.topics {
  margin-top: 25px;
}
.topics .news-area-accordion {
  margin-bottom: 0;
}
/*新着アイテム*/
/*TODO【会員価格対応○】表示が隠れるので高さを調整*/
.thumbnail.newitem {
  height: 500px;
  overflow: hidden;
}
.thumbnail.newitem .itemcome {
  border-radius: 5px;
  padding: 5px;
  background-color: #16b4b4;
  color: white;
  letter-spacing: 2px;
  max-height: 140px;
}
/*新着でマウスホバー時の背景色指定*/
/*.owl-item{
    :hover{
        background-color: aliceblue;
    }
}
*/
.label-success:hover {
  background-color: #5cb85c;
}
.label-danger:hover {
  background-color: #d9534f;
}
.nomsatei {
  float: right;
}
/*商品詳細*/
.ma-ItemDetail th {
  width: 150px;
  padding-left: 10px;
}
.ma-ItemDetail td {
  text-align: left;
  padding-left: 10px;
}
.ma-ItemDetail input {
  background-color: transparent;
  border: hidden;
  font-weight: bold;
  margin: 10px,10px,10px,10px;
}
/*フッター部*/
.fo-info {
  font-size: 11px;
}
/*# sourceMappingURL=cyclyBase.css.map */