/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse {
  background-color: #fbad18;
  border-color: #fbad18;
  font-size: 16px;

}
.navbar-inverse .navbar-brand {
  color: #eee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eee;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /* margin-top: 20px; */
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /* border-radius: 4px; */
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.carousel-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 100%;
}
.marketing {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .carousel-inner {
      width: 1170px;
  }
  .container {
      width: 1170px;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper .container {
      padding-right: 0px;
      padding-left: 0px;
  }
  .navbar .container {
      padding-right: 15px;
      padding-left: 15px;
  }
}
.dropdown:hover > .dropdown-menu{
  display: block;
}
.col-body {
    height: 120px;
    overflow: hidden;
}

.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #fbad18;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  margin-top: auto;
  font-size: 16px;
  position: fixed; /* 要素の位置を固定する */
  bottom: 0; /* 基準の位置を画面の一番下に指定する */
}

/***************** フッター固定 ************************/
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  /* The html and body elements cannot have any padding or margin. */
}
/* Set the fixed height of the footer here */

/* #4519-#4レイアウト調整により削除 */
/* #push,
#footer {
  height: 60px;
} */
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: calc(100% - 40px);
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto 0px;
}
/***************** フッター固定 ここまで ************************/

/* LOGIN CSS
-------------------------------------------------- */

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help{
  font-size: 12px;
}

/* テーブルレイアウト
-------------------------------------------------- */
.panel-default {
  border-color: #e1e1e1;
}

.table-header {
  color: white;
  /*background-color: #1f50a0;*/
  background-color: #3e6abb;
  text-align: center;
}

.table-condensed>thead>tr>th{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* テーブルレイアウト ここまで ------------------- */

/* テーブルスクロール ------------------- */
div.scr-table {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
}

/* 入力画面の備考の横幅 ------------------- */
input.memo {
  width: 400px !important;
}

input.has-error {
  border-color: #a94442;
}

/* ヘッダー----------------------------------------------- */

.hidden-header{
  padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.page-title{
  margin-top :30px;
  margin-bottom :0px;
}

tr.has-error {
  background-color: #f2dede !important;
}

td.has-error {
  background-color: #f2dede !important;
}

/* 画面タイトル ------------------- */
  span.title {
    margin-left: 10px;
    font-size: 20px;
  }
  .title span {
    position: relative;
    display: inline-block;
    margin: 0 -.05em;
    color: rgba(0, 0, 0, .2);
  }

/* 商品詳細モーダルレイアウト
-------------------------------------------------- */
.modal-detail {
    position:fixed;
    display:none;
    z-index:2;
    width:70%;
    height:84%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-detail p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open-detail {
    /*text-decoration:underline;*/
}

.modal-open-detail:hover {
    cursor:pointer;
}
/*
.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}*/
/* モーダルレイアウト ここまで -------------------------------------------------- */

img.item-detail-size {
  /*max-width: 300px;
  height: auto;*/
    width: 200px;
    height: 200px;
}

img.item-size-xl {
  max-width: 40px;
  height: auto;
}
img.item-size-l {
  max-width: 35px;
  height: auto;
}
img.item-size-m {
  max-width: 30px;
  height: auto;
}
img.item-size-s {
  max-width: 28px;
  height: auto;
}
img.item-size-ss {
  max-width: 25px;
  height: auto;
}
img.item-size-xs {
  max-width: 20px;
  height: auto;
}

img.item-thumbnail {
  max-height: 65px;
  width: 110px;
}

#loading{
  position:absolute;
  left: 50%;
  top: 35%;
  margin-left: -30px;
  opacity: 0.5; /* 透過させる */
}

.text-red {
  color: red;
}

/* ----- 訪問済みリンク ----- */
.link:visited {
  color: purple;
}

.table > tbody > tr > td {
  padding-left: 8px;
  padding-right:8px;
  padding-top:0px;
  padding-bottom:0px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  vertical-align: middle;
}

/* ----- マウスオーバー ----- */
.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}

.control-label {
  text-align: center;
}

/* ----- col-lg ----- */
.col-lg-s1 {
  width: 2%;
}

/* ----- 注文種別 ----- */
.select-order input {
  display: none;
}
.select-order input[type="radio"]:checked.allItem + label {
  color: #f5f5f5;
  border: 2px solid #b0c4de;
  background-color: #404040;
}
.select-order input[type="radio"]:checked.newItem + label {
  color: #f5f5f5;
  border: 2px solid #b0c4de;
  background-color: #404040;
}
.select-order input[type="radio"]:checked.repeatItem + label {
  color: #f5f5f5;
  border: 2px solid #b0c4de;
  background-color: #404040;
}
.select-order label {
  color: #ddd;
  border: 2px solid #ddd;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  width: 60px;
  font-size: 12px;
}
.select-order label:hover {
    color: #aaa;
    border: 2px solid #aaa;
    cursor: pointer;
}
/* --全商品検索用form-- */
.search-all-item {
    height: 27px;
    padding: 0px 12px;
}