/* container */
body {
  background-color: #eed;
}
body .container {
  background-color: #fff;
}
header {
  background-color: #fff;
}
header #headmenu {
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding: 3px 0;
  background-color: #333;
}
header #headmenu a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
header #headmenu .container {
  background-color: transparent;
}
header #title {
  padding-top: 10px;
}
header #submenu {
  margin-top: 7px;
}
header #submenu a {
  margin-bottom: 6px;
}
header .headcaption {
  color: #666;
  font-size: 10px;
  padding: 3px 0;
}
@media (max-width: 768px) {
  header #submenu {
    margin-top: 10px;
  }
  header #submenu a {
    margin-bottom: 10px;
  }
  header .headcaption {
    text-align: left;
    padding: 0 0 10px 10px;
  }
}
header #menu {
  background-color: #333;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header #menu .container {
  padding: 0;
  border-left: solid 1px #444;
}
#main {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  box-shadow: 0 6px 3px 3px rgba(0, 0, 0, 0.05);
}
#main.contaier {
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}
footer {
  padding-top: 0;
  background-color: #fff;
  border-bottom: solid 5px #333;
  border-top: solid 1px #eed;
}
footer .container {
  background-color: transparent;
}
footer #profile {
  padding: 25px 0;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.04) inset;
}
footer #banner {
  background-color: #eed;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer #banner a {
  margin-right: 20px;
}
footer #link {
  background-color: #eed;
  padding: 8px 0 5px 0;
  text-align: right;
}
footer #link a {
  margin-left: 15px;
}
footer #copyright {
  color: #fff;
  background-color: #444;
  padding-top: 10px;
  padding: 3px;
  text-align: right;
  border-top: solid 1px #ddd;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.04) inset;
}
/* navigation */
.mainmenu {
  background-color: #333;
  display: table;
  width: 100%;
}
.mainmenu a {
  color: #fff;
  display: table-cell;
  width: 15%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-right: solid 1px #444;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .mainmenu {
    display: table !important;
  }
  .mainmenu a {
    width: 50%;
  }
}
.mainmenu a:hover {
  color: #ccc;
  background-color: #666;
}
.mainmenu a.active {
  color: #000;
  background-color: #fff;
}
/* side banner */
.banner_side a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .banner_side {
    display: table;
    margin-bottom: 20px;
  }
  .banner_side a {
    display: table-cell;
  }
}
/* general elements */
a {
  color: #333;
}
a:hover {
  color: #DD7B27;
}
h2 {
  font-size: 1.8em;
  margin: 0 0 30px 0;
  padding: 25px 0 20px 100px;
  height: 80px;
  color: #000;
  background-image: url(../images/h2.jpg);
  background-repeat: no-repeat;
  border: solid 2px #999;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
h2 small {
  float: right;
  padding-right: 20px;
  line-height: 25px;
  text-shadow: none;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.2em;
    padding-left: 80px;
  }
  h2 small {
    padding-top: 5px;
    line-height: 12px;
  }
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px;
  background-color: #d9b671;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a84), to(#d9b671));
  background-image: -webkit-linear-gradient(#a84, #d9b671);
  background-image: -moz-linear-gradient(#a84, #d9b671);
  background-image: -o-linear-gradient(#a84, #d9b671);
  background-image: linear-gradient(#a84, #d9b671);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
body h3:first-child {
  margin-top: 0;
}
h4 {
  color: #a84;
  border-left: solid 7px #a84;
  padding: 4px 7px;
}
ul,
ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
ul li {
  list-style-image: url(../images/square.jpg);
  margin-bottom: 10px;
}
ol li {
  margin-bottom: 10px;
}
dd .glyphicon {
  color: #a84;
}
/* general class */
.price {
  color: #c00;
  margin: 10px 0 10px 0;
  font-size: 120%;
  font-weight: bold;
}
.price small {
  font-weight: normal;
  color: #666;
}
/* jquery validation */
.error {
  color: #f00;
}
/* bootstrap override */
.panel-default .panel-heading {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background-color: #d9b671;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a84), to(#d9b671));
  background-image: -webkit-linear-gradient(#a84, #d9b671);
  background-image: -moz-linear-gradient(#a84, #d9b671);
  background-image: -o-linear-gradient(#a84, #d9b671);
  background-image: linear-gradient(#a84, #d9b671);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary {
  background-color: #DC1C1C;
  border-color: #900;
}
.btn-primary:hover {
  background-color: #f90;
  border-color: #c60;
}
.well {
  background-color: #ecece0;
}
.panel {
  border: solid 1px #999;
}
/*
.table th,
.table td {
	border-bottom: 1px solid #999 !important;
}
*/
.container {
  max-width: 970px;
}
.carousel-indicators {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 10px;
  left: 5%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.3);
}
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
}
/* product list */
.order-qty {
  margin-top: 1cm;
}
.category-header {
}
.category-description {
  margin: 20px 0 30px 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #f2f2f2 !important;
  border-color: #ddd !important;
  color: #333 !important;
}
.order-qty-label {
  margin-right: 15px;
}
.order-qty-select {
  width: 80px !important;
}
/* scroll pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
/* Calender */
.calender th {
  text-align: center;
  color: #fff;
  background-color: #d9b671;
  padding: 2px !important;
  border-color: #b95 !important;
}
.calender td {
  text-align: center;
  padding: 2px !important;
  border-color: #d9b671 !important;
}
.calender .selected {
  color: #fff;
  background-color: #e54;
}
.calender .rinji {
  color: #fff;
  background-color: #F0AD4E;
}
.calender .othermonth {
  color: #ccc;
}
.calender h4 {
  border: none;
}
/* img control */
.img-resize {
  margin: 10px;
  width: 250px;
}
@media (max-width: 768px) {
  .img-resize {
    width: 150px;
  }
}
/* shijimi/product.htm */
#product h4 {
  font-weight: bold;
}
#product table {
  margin-top: 20px;
  border: none;
}
#product table td {
  vertical-align: middle;
}
#product table:not(.table-bordered) td {
  border: none;
}
#product h4 {
  color: #000;
  border: none;
  padding: 0 0 7px 0;
}
/* shijimi/index.htm */
#topimg {
  background-color: #000;
  box-shadow: 0 8px 8px 5px rgba(0, 0, 0, 0.1);
}
#topimg img {
  margin: 0 auto;
}
#banner_seizou {
  background-color: #000;
}
#banner_seibun {
  background-color: #87BD42;
}
#banner_shopping {
  background-color: #F7931E;
}
#banner_katsu {
  background-color: #2E3192;
}
#banner_belleange {
  background-color: #dd0000;
}
#banner_cm {
  background-color: #000000;
}
#banner_seizou img,
#banner_seibun img,
#banner_shopping img,
#banner_english img,
#banner_belleange img,
#banner_katsu img {
  margin: 0 auto 15px auto;
}
#banner_cm {
  margin: 0 auto 15px auto;
}
.banner_shopping {
  margin-bottom: 15px;
}
.dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}
@media (max-width: 768px) {
  #topimg {
    margin-bottom: 0;
  }
}
#info {
  max-height: 560px;
  overflow-y: auto;
}
#info dt {
  color: #762;
}
#info dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}
.icon {
  height: 36px;
}
/* shijimi/shopping.htm */
.categorydesc {
  margin: 20px 0 30px 0;
}
#product img.img-thumbnail {
  margin-bottom: 15px;
}
#product table.table-bordered th {
  background-color: #eed;
  border: solid 1px #999;
}
#product table.table-bordered td {
  border: solid 1px #999;
}
.soryo {
  border: solid 1px #900;
  border-radius: 5px;
  color: #fff;
  background-color: #c31;
  padding: 20px 20px 20px 20px;
  margin: 0 0 30px 0;
}
.soryo .h2 {
  color: #fd0;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.6em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.soryo #soryodesc {
  background-color: #fff;
  color: #000;
  margin-top: 20px;
  padding: 20px 40px;
}
.soryo #soryodesc .h3 {
  margin: 10px 0 15px 0;
}
@media (max-width: 768px) {
  .soryo #soryodesc {
    padding: 20px 10px;
  }
  .soryo #soryodesc ul {
    padding-left: 20px;
  }
}
.warning {
  background-color: #ff9;
  padding: 10px 15px;
}
.warning .text-danger {
  color: #d00;
}
/* shijimi/tabekata.htm */
#tabekata .alert {
  padding-top: 20px;
}
/* shijimi/cart.htm */
#cart > div.row {
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
#card,
#todokesaki-details {
  margin-top: 15px;
}
.orderprogress {
  font-size: 14px !important;
  margin-bottom: 20px;
  color: #999;
  font-size: 16px;
}
.orderprogress span {
  margin-right: 15px;
}
.orderprogress span.active {
  color: #900;
  font-weight: bold;
}
.orderprogress div {
  margin-right: 15px;
}
.order-row {
  margin-bottom: 15px;
}
.order-row label {
  text-align: right;
}
/* shijimi/qa.htm */
.detail {
  margin-bottom: 7px;
}
.nav-tabs {
  margin-bottom: 10px;
}
/* shijimi/info.htm */
#article .image {
  margin-left: 20px;
  margin-bottom: 20px;
}
#article .summary {
  font-size: 120%;
  margin-left: 20px;
  margin-bottom: 15px;
}
#article .description {
  margin-left: 20px;
  margin-bottom: 30px;
}
