/* CSS Document */

/* CSS for Modify */

.header .navbar {
    background-color: #fff;
}

.header {
    padding-bottom: 2px;
    border-bottom: solid 1px #eee;
}

.navbar-inverse {
    background-image: none;
    background-color: #fff;
    border-color: #fff;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #222;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #eee;
    color: #000;
}

.navbar-inverse .navbar-nav>.dropdown>a,
.navbar-inverse .navbar-nav>.dropdown>a:hover,
.navbar-inverse .navbar-nav>.dropdown>a:focus {
    background-color: #fff;
    color: #000;
}

.nav>li {
    position: relative;
    display: block;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.nav>li:last-child {
    border-right: 1px solid #bbb;
}

li.oshirase {
    color: red;
    margin-top: 10px;
}

.content {
    padding-top: 15px;
    padding-bottom: 25px;
}

a img:hover {
    opacity: 0.7;
}


/*
#top-menu {}
*/

ul.top-my-menu-list {
    width: 950px;
    margin: 0 auto;
    list-style: none;
}

ul.top-my-menu-list li {
    margin: 10px;
    width: 280px;
    height: 240px;
    text-align: center;
    float: left;
    font-size: 22px;
    color: black;
    border: 3px solid #aaa;
    border-radius: 10px;
}

ul.top-my-menu-list li img {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.top-my-menu-list li a {
    font-weight: 700;
    color: black;
}

#top-info {
    position: relative;
    width: 97%;
    margin: 0 auto;
    display: block;
    height: 120px;
}

#top-info-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    height: 100%;
    float: left;
    background-color: white;
}

#top-info-left ul {
    list-style: none;
    margin: 10px 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

#top-info-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 64%;
    height: 100%;
    float: right;
    background-color: white;
}

#top-info-right table {
    width: 98%;
    height: 98%;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    border: solid 2px orange;
    border-radius: 2px;
}

#top-info-right table th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 3px;
    color: white;
    background-color: orange;
}

#top-info-right table td {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    color: black;
    background-color: white;
}

ul.my-menu-list {
    width: 950px;
    margin: 0 auto;
    list-style: none;
}

ul.my-menu-list li {
    margin: 10px;
    width: 280px;
    height: 240px;
    text-align: center;
    float: left;
    font-size: 22px;
    color: black;
    border: none;
}

ul.my-menu-list li img {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.my-menu-list li a {
    font-weight: 700;
    color: black;
}

#nav-info {
    width: 100%;
    margin: 0 auto;
    padding: 1px 10px 1px 10px;
    display: inline-block;
    position: relative;
}


/*#nav-info a {
    font-size: 1.2em;
    font-weight: bold;
  }*/

#top-name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}


/* お知らせ スクロール */

.scroll {
    margin-left: 80px;
    margin-top: 5px;
    width: 50%;
    font-size: 14px;
    line-height: 1.1em;
    text-align: left;
    border: 1px solid #bbb;
    color: red;
    background: #fff;
    overflow: hidden;
    padding-left: 5px;
    height: 45px;
    display: inline-block;
}

.scroll span {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.2em;
    animation: scrollAnime 16s ease infinite;
}

@keyframes scrollAnime {
    0% {
        transform: translateY(45px)
    }
    100% {
        transform: translateY(-100%)
    }
}

.nav-info-bunner {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.header .navbar-collapse {
    display: inline-block !important;
    float: right;
}

#create-input .control-label {
    min-width: 200px;
}

#create-input .form-control {
    width: 270px;
}

#create-input input#inputZip1,
#create-input input#inputZip2 {
    width: 80px !important;
}


/* Order Sheet */

#order-sheet-input-area {
    width: 99%;
    margin: 0 auto;
}

ul.order-sheet-input-ul {
    width: 100%;
    list-style: none;
    padding: 0;
}

li.order-sheet-input-item {
    /*width: 180px;*/
    width: 217px;
    /*padding: 5px 3px;*/
    padding: 5px 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
}

li.order-sheet-input-item-s {
    /*width: 200px;*/
    width: 216px;
    padding: 5px 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
}

li.order-sheet-input-item-l {
    /*width: 230px;*/
    width: 217px;
    padding: 5px 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
}

li.order-sheet-input-item-s p.input-title,
li.order-sheet-input-item-l p.input-title,
li.order-sheet-input-item p.input-title {
    display: block;
    width: 100%;
    border: 2px solid #FB7C00;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

li.order-sheet-input-item-s p.input-title img,
li.order-sheet-input-item-l p.input-title img,
li.order-sheet-input-item p.input-title img {
    width: 30px;
    margin: 5px 10px 5px 0;
}

p.order-sheet-message {
    font-size: 12px;
}

span.inner-button {
    padding: 5px 10px 5px 20px;
}

span.look-red {
    color: red;
    font-size: 18px;
}

.new-order-sheet-container {
    width: 1325px;
}

table.new-order-sheet-table thead td,
table.new-order-sheet-table thead td {
    text-align: center;
}

span.order-sheet-url-add-button {
    display: inline-block;
    text-align: center;
    width: 95%;
    padding: 3px;
    color: #fff;
    background-color: #4481ce;
    margin-bottom: 3px;
    cursor: pointer;
}

table.order-sheet-head-table3 td,
table.order-sheet-head-table3 th {
    height: 30px;
    vertical-align: middle;
}

table.order-sheet-head-table3 td.order-sheet-th3,
table.order-sheet-head-table3 th.order-sheet-th3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 80px;
    height: 30px;
    background-color: #505050;
    /*#707070;*/
    vertical-align: middle;
}

table.order-sheet-head-table3 td.font-total {
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    vertical-align: middle;
}

p.order-sheet-head-p3 {
    margin-left: 30px;
}

div.order-sheet-head-table-container-new {
    margin-right: 30px;
}

table.order-sheet-head-table3 th.order-sheet-th3:hover {
    background-color: #707070;
}

.th-td-nohover {
    pointer-events: none;
}

table.new-order-sheet-send-table {
    width: 600px;
}

table.new-order-sheet-send-table td.common-list-table-short3 {
    text-align: center;
    width: 45px;
}

table.new-order-sheet-send-table td.common-list-table-short2 {
    text-align: center;
    width: 68px;
}

table.new-order-sheet-send-table td.common-list-table-short {
    text-align: center;
    width: 100px;
}

table.new-order-sheet-send-table2 {
    width: 650px;
}

table.new-order-sheet-send-table2 td.common-list-table-short3 {
    text-align: center;
    width: 45px;
}

table.new-order-sheet-send-table2 td.common-list-table-short2 {
    text-align: center;
    width: 68px;
}

table.new-order-sheet-send-table2 td.common-list-table-short {
    text-align: center;
    width: 100px;
}

.text-button {
    text-align: center;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
}

.text-button2 {
    text-align: center;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

td.text-button2 button.btn {
    padding-bottom: 1px;
}

.order-sheet-header2-textarea {
    width: 200px !important;
    height: 108px !important;
    padding: 3px 4px;
    line-height: 150%;
}


/*
input#delivery_label_option_onlyamount,
input#delivery_label_option_newfba {
  width: 20px;
  float: left;
}
*/

div.delivery_label_option_input {
    width: 100%;
}

div.delivery_label_option_input label {
    width: 195px;
    float: right;
}

.form-control-box-2 {
    padding-left: 3px !important;
}

.order-sheet-label-option {
    min-width: 215px;
    word-wrap: break-word;
    padding: 1px;
    border: none;
    border-radius: 5px;
}

.ajax-file-upload-green1 {
    font-size: 18px !important;
    padding: 3px 22px !important;
}

.modal-ym {
  top: 10%;
  width: 800px !important;
  /*height: 400px !important;*/
  margin: 0 auto;
}
.modal-ym-in {
  width: 90%;
  margin: 0 auto;
}

div.modal-content {
  border-radius: 15px;
  border: 3px solid #FB7C00;
}

div.modal-ym h5.modal-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #e65562;
  margin-top: 15px;
}

span.confirmmsg-normal {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
	color: #525252;
}

span.confirmmsg-red {
  display: block;
  text-align: center;
  font-size: 22px;
	font-weight: 600;
  background-color: #f83805;
  color: #fff;
  margin: 0 auto;
}

span.confirmmsg-btn {
  display: block;
  text-align: center;
  padding: 20px;
  width: 350px;
  /*height: 80px;*/
  border-radius: 10px;
}

span.confirmmsg-btn:link {
  text-decoration: none;
}

span.confirmmsg-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

span.confirmmsg-small {
	display: block;
  font-size: 14px;
  margin-left: 25px;
}