@charset "utf-8";
/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%	 11px = 85%	 12px = 93%	 13px = 100%
14px = 108%	15px = 116%	16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%	23px = 174%	24px = 182%	25px = 189%
26px = 197%
------------------------------------------------------*/
html {
  background-color: transparent;
  background-image: none;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f2 !important;
  background: #f2f2f2 url(/www/img/bg_body.png) center top;
  background-repeat: repeat-x;
  color: #333333;
  text-align: center;
  font-size: 13px;
  font-family: "Arial", "Helvetica", "sans-serif";
  -webkit-text-size-adjust: 100%;
}
body#delights_jp {
  font-size: 14px;
  font-family:
    Roboto, Arial, "Helvetica Neue", Helvetica, Verdana, 游ゴシック, YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#wrapper {
  margin: 0px auto;
  width: 920px;
  text-align: left;
}
#admin #wrapper {
  width: 1100px;
}
#header {
  position: relative;
  height: 170px;
  background: url(/www/img/bg_header.png) left top no-repeat;
}
#header_ex {
  position: absolute;
  top: 0px;
  left: -166px;
  width: 166px;
  height: 130px;
  background: url(../img/bg_header_ex.png) left top no-repeat;
}
#header img#logo {
  position: absolute;
  left: 23px;
  top: 16px;
}
#header #login {
  position: absolute;
  right: 0px;
  top: 9px;
  width: 170px;
  height: 101px;
  background: url(../img/bg_login.png) left top no-repeat;
}
#header #login .user_id {
  position: absolute;
  top: 9px;
  left: 10px;
  height: 20px;
  width: 142px;
  padding-left: 4px;
}
#header #login .user_pass {
  position: absolute;
  top: 39px;
  left: 10px;
  height: 20px;
  width: 142px;
  padding-left: 4px;
}
.tipped {
  color: #666;
  font-size: 85%;
}
#header #login .login_btn {
  position: absolute;
  top: 68px;
  left: 78px;
  height: 26px;
  width: 84px;
  background: url(../img/login_btn.png) left top no-repeat;
  border: none;
  cursor: pointer;
}
#header .flash_header {
  position: relative;
  top: 9px;
  z-index: 0;
}
#menu {
  position: absolute;
  top: 130px;
  left: 0px;
  margin: 0px;
  width: 920px;
  height: 45px;
}
#menu ul {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 38px;
  list-style-type: none;
}
#menu li a {
  display: block;
  height: 38px;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -700em;
  overflow: hidden;
  outline: none;
}
#menu li a:hover {
  background-position: 0px -38px;
}
#m_01 {
  background-image: url(../img/menu_home.png);
  width: 122px;
}
#m_02 {
  background-image: url(../img/menu_company.png);
  width: 197px;
}
#m_03 {
  background-image: url(../img/menu_stock.png);
  width: 117px;
}
#m_04 {
  background-image: url(../img/menu_terms.png);
  width: 183px;
}
#m_05 {
  background-image: url(../img/menu_flow.png);
  width: 157px;
}
#m_06 {
  background-image: url(../img/menu_contact.png);
  width: 144px;
}

.index #m_01 {
  background-position: 0px -38px;
}
.company #m_02 {
  background-position: 0px -38px;
}
.stock #m_03 {
  background-position: 0px -38px;
}
.terms #m_04 {
  background-position: 0px -38px;
}
.flow #m_05 {
  background-position: 0px -38px;
}
.contact #m_06 {
  background-position: 0px -38px;
}

#contents {
  position: relative;
  padding: 20px 40px 20px 40px;
  background: #ffffff;
  border-top: 6px solid #535353;
}
#main_wrapper {
  margin-left: 80px;
  position: relative;
}
#main {
  position: relative;
}
.index #main_wrapper {
  margin-left: 0px;
  z-index: 0;
}
.index #main {
  margin: 0px;
}
.index #main p {
  width: 490px;
}
#footer {
  clear: both;
  width: 920px;
  height: 20px;
  margin: 0 auto;
  padding-top: 2px;
  background: #535353 url(../img/bg_footer.png) repeat-x;
  text-align: center;
  color: #fff;
  font-size: 77%;
}
#admin #footer {
  width: 1100px;
}

a {
  color: #ff6600;
}
a img {
  border: none;
}

h1 {
  color: #ff4f3d;
}

h2 {
  padding: 6px 0px 0px 18px;
  margin-left: -40px;
  height: 30px;
  color: #f44c3a;
  font-size: 131%;
  letter-spacing: 1px;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.block {
  margin-bottom: 50px;
}
th,
td {
  border-color: #ccc;
}
hr {
  border: 0px;
  border-bottom: 1px solid #ddd;
}
th hr {
  margin: 4px;
}
#admin input:focus,
#admin textarea:focus {
  background-color: #ffffe0 !important;
}

/* ---------------------- page style ------------------------*/

/* Home
-------------------------------------------------------------*/
#home_img {
  background: url(../img/home_img1.png) left top no-repeat;
  width: 420px;
  height: 220px;
  position: absolute;
  top: 70px;
  left: 450px;
  z-index: -10;
}
#btn_rally {
  position: absolute;
  left: 135px;
  bottom: 10px;
}
#btn_rally img {
  width: 78%;
  height: auto;
}
#btn_rally a:hover {
  opacity: 0.9;
}
#btn_rally img:hover {
  animation: shake 0.2s linear 2;
  -webkit-animation: shake 0.2s linear 2;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 3px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
#bnr_jumvea {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* Company
-------------------------------------------------------------*/
.company p {
  width: 600px;
}

.company #main {
  background: url(../img/bg_company.jpg) right 350px no-repeat;
}
.company table {
  width: 400px;
  margin-bottom: 50px;
}
.company th,
.company td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.company th {
  text-align: right;
}

/* Stock
-------------------------------------------------------------*/
.stock #main {
  width: 760px;
}
.stock table {
  width: 700px;
  margin-bottom: 30px;
}
.stock th,
.stock td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.stock th {
  text-align: left;
}
.stock td.stock_status {
  font-size: 17px;
}
.stock td span.str_sale {
  color: #ff0000;
}
.stock td span.str_sold {
  color: #999;
}
.stock td span.str_ask {
  color: #000;
}

.stock_list td a img {
  width: 90px;
  height: auto;
}
.stock td a.img_Sold img {
  opacity: 1;
}
.stock td .cover_soldout {
  position: absolute;
  max-width: 100%;
  z-index: 100;
}
.stock td a:hover .cover_soldout {
  display: none;
}
.detail table {
  width: 500px;
  margin-bottom: 30px;
}
.detail th,
.detail td {
  border: none;
}
.detail th {
  text-align: right;
}
.db_detail td,
.db_enquire td {
  border: none;
  border-bottom: 1px solid #ccc;
}
table.detail_image_list {
  margin: 5px 0px 15px 0px;
  width: 724px;
  border: none;
  background: #333;
}
table.detail_image_list td {
  padding: 4px 0px 4px 4px;
  border: none;
}
table.detail_image_list .detail_image_main {
  position: relative;
}

.stock_img {
  position: relative;
  float: left;
}
.item_sold_out_badge > div {
  top: 24px;
  font-size: 28px;
  position: absolute;
  left: 0;
  z-index: 2;
  color: #fff;
  transform: rotate(-45deg);
  letter-spacing: 2px;
  font-weight: 600;
}
.item_sold_out_badge:after {
  border-width: 120px 120px 0 0;
  border-color: #ea352d transparent transparent transparent;
}
.item_sold_out_badge:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}

.db_image_all {
  position: relative;
  margin-left: -40px;
}
.db_image_all img {
  -ms-interpolation-mode: bicubic;
}
.stock_price {
  font-weight: bold;
  padding: 10px 0px !important;
}
.stock_price input {
  font-weight: bold;
}
.btn_to {
  width: 300px;
  margin-right: 10px;
  clear: both;
  position: absolute;
  right: 0px;
  top: 0px;
}
.btn_to a {
  width: 55px;
  margin: 0;
}
.icn_y {
  width: 2em;
  background-color: #4f699b;
  color: #fff;
  text-align: center;
  display: inline-block;
}
/* Terms
-------------------------------------------------------------*/
.terms #main {
  line-height: 1.5;
  padding-right: 100px;
}
.terms #main p {
  line-height: 1.5;
  font-size: 15px;
}
.terms ol li {
  margin-bottom: 1.5em;
  font-size: 15px;
}
.terms .ol_terms li {
  font-weight: bold;
}
.terms .ol_terms li p {
  font-weight: normal;
}
.terms .ol_terms li ul li {
  font-weight: normal;
}
.terms ul.lower-roman li {
  list-style-type: lower-roman;
  margin-bottom: 0em;
}

/* Order Flow
-------------------------------------------------------------*/
.flow dt {
  width: 580px;
  font-size: 116%;
  font-weight: bold;
  color: ff6600;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  clear: both;
}
.flow dd {
  width: 550px;
  margin-bottom: 60px;
}

.flow #main ul {
  width: 360px;
}
.flow_dl dd img {
  margin-right: 15px;
  clear: left;
  float: left;
}
.flow_dl dd p {
  overflow: auto;
  zoom: 1;
}
.flow .flow_membership {
  background: url(../img/flow_dressup.png) right 14px no-repeat;
  margin: 0px;
  width: 730px;
}
/* Contact
-------------------------------------------------------------*/
.contact table {
  width: 500px;
}
.contact th,
.contact td {
  border: none;
  border-bottom: 1px solid #ccc;
}
td.noborder {
  border: none;
}

/* MorterSports
-------------------------------------------------------------*/
.dms #main_wrapper {
  margin-left: 40px;
}
.dms p {
  line-height: 1.6;
}
.dms .block {
  margin-bottom: 30px;
  zoom: 1;
  overflow: hidden;
}
.dms #key_img {
  margin-left: -40px;
}
.dms .fr {
  float: right;
  margin: 0;
  padding: 0 0 20px 20px;
}
.dms .fl {
  float: left;
  margin: 0;
  padding: 0 20px 20px 0;
}
.dms h3 {
  color: #ff6600;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  background: url(../img/bg_h3.png) left top repeat-x;
  width: 600px;
}
.dms h3 span {
  background-color: #fff;
  margin-left: 15px;
  padding: 0 7px;
}
.dms ul.spec li {
  list-style: none;
  line-height: 1.8;
}
.knrc_youtube {
  float: right;
}
.dms .calendar {
  line-height: 1.8;
}

/* Tabs
-------------------------------------------------------------*/
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav > li {
  list-style: none;
}
.nav > li > a {
  display: block;
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* G_Menu */
#admin_g_menu {
  font-family: "Verdana";
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  _position: absolute;
  border-top: 1px solid #666666;
  background: url(/img/menu/bg_admin_g_menu_a.gif) 0px 2px repeat-x;
  z-index: 10000;
}
#admin_g_menu > ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
#admin_g_menu > ul {
  overflow: hidden;
  background-color: #888888;
}
#admin_g_menu > ul > li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
  font-size: 13px;
}
#admin_g_menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #777;
  color: #fff;
  margin: 0px 0px;
  padding: 8px 20px;
}
#admin_g_menu a:hover {
  background-color: #f67620 !important;
  color: #ffffff;
}
body.stock #admin_g_menu a.stock {
  background-color: #999;
  border-bottom: 1px solid #888;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #838383;
  background: url(/img/menu/bg_admin_g_menu_a_active.gif) top left repeat-x;
}
body.shipping #admin_g_menu a.shipping {
  background-color: #999;
  border-bottom: 1px solid #888;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #777;
  background: url(/img/menu/bg_admin_g_menu_a_active.gif) top left repeat-x;
}
body.users #admin_g_menu a.users {
  background-color: #999;
  border-bottom: 1px solid #888;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #777;
  background: url(/img/menu/bg_admin_g_menu_a_active.gif) top left repeat-x;
}
body.tasks #admin_g_menu a.tasks {
  background-color: #999;
  border-bottom: 1px solid #888;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #777;
  background: url(/img/menu/bg_admin_g_menu_a_active.gif) top left repeat-x;
}
body.sold #admin_g_menu a.sold {
  background-color: #999;
  border-bottom: 1px solid #888;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #838383;
  background: url(/img/menu/bg_admin_g_menu_a_active.gif) top left repeat-x;
}
.none {
  display: none;
}

body #menu_stock_type {
  height: 26px;
  width: 100%;
  border-left: 1px solid #9d9d9d;
  border-right: none;
  background-color: #aaaaaa;
  padding-top: 2px;
  box-sizing: border-box;
}
body.stock #menu_stock_type {
  display: block;
}
#menu_stock_type {
  font-size: 1em;
  font-family: "Verdana";
  margin: 0;
}
#menu_stock_type > ul {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
#menu_stock_type > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: 22px;
  font-size: 14px;
}
#menu_stock_type a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  border: none;
  color: #fff;
  margin: 0px 0px;
  padding: 5px 16px;
}
#menu_stock_type a:hover {
  color: #ffffff;
}
#admin_g_search {
  margin: 0;
  padding: 0px 10px 0px 16px !important;
  text-align: left;
  color: #fff;
  font-size: 0.9em;
  font-family: "Verdana";
}
#admin_g_search form {
  margin: 0;
  padding: 0;
}
#admin_g_search span {
  position: relative;
  top: -3px;
}
#menu_stock_type .btn_s {
  margin: 0px;
  padding: 0px;
  display: none;
}
#admin_g_search #g_input_s {
  font-size: 13px;
  border: solid 1px #999;
  border-bottom: none;
  background-color: #cccccc;
  color: #000;
  width: 50px;
  height: 20px;
  vertical-align: text-bottom;
  padding: 0 0 0 4px;
  margin: 0;
  box-sizing: content-box;
}
#menu_stock_type .g_input_stock {
  font-size: 13px;
  border: solid 1px #999;
  border-bottom: none;
  background-color: #cccccc;
  color: #000;
  width: 50px;
  height: 20px;
  vertical-align: text-bottom;
  padding: 0 0 0 4px;
  margin: 0;
  box-sizing: content-box;
}
#menu_stock_type .g_input_user {
  font-size: 13px;
  border: solid 1px #999;
  border-bottom: none;
  background-color: #cccccc;
  color: #000;
  width: 80px;
  height: 20px;
  vertical-align: text-bottom;
  padding: 0 0 0 4px;
  margin: 0;
  box-sizing: content-box;
}
#admin_g_search .inputHighlighted {
  /* Highlighting style */
  background-color: #ffffe0 !important;
}
body #menu_pages {
  width: 100%;
  background: #888;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: 1px solid #9d9d9d;
  border-right: none;
  cursor: pointer;
  text-align: center;
}
#menu_pages ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
#menu_pages li {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
  font-size: 13px;
}
#menu_pages li.list_border {
  height: 4px;
  background-color: #aaa;
}
#menu_pages li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #777;
  color: #fff;
  margin: 0px 0px;
  padding: 8px 20px;
}
#add_toggle_menu_pages {
  height: 4px;
  background: #888;
}
#open_menu_pages img {
  display: none;
}
#open_menu_pages {
  background-color: #888888;
  position: relative;
  top: 5px;
  width: 20%;
  margin: 0 auto;
  height: 12px;
  border-radius: 0 0 6px 6px;
}
#open_menu_pages:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  position: relative;
  top: 8px;
}
#close_menu_pages img {
  display: none;
}
#close_menu_pages {
  background-color: #888888;
  position: relative;
  top: 5px;
  width: 20%;
  margin: 0 auto;
  height: 14px;
  border-radius: 0 0 6px 6px;
}
#close_menu_pages:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  position: relative;
  top: -15px;
}

#admin_g_user a.chosen-single {
  box-shadow: none;
  border-radius: 0;
  padding: 4px 12px;
  line-height: 1;
  height: 21px;
  border: solid 1px #999;
  border-bottom: none;
  background: #ccc;
  color: #757575;
  font-size: 12px;
}
#admin_g_user a.chosen-single:hover {
  color: #fff;
}
#admin_g_user .chosen-container .chosen-results li {
  font-size: 12px;
}

/* G_Menu Users */
.user_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 344px;
}
.user_menu li {
  width: 86px;
}
body #menu_user_name {
  display: block;
  float: left;
  margin: 0;
  width: 343px;
  background: url(/img/menu/bg_menu_stock_type.gif) #aaaaaa top left repeat-x;
  color: #ffffff;
  border-right: 1px solid #9d9d9d;
  border-bottom: 0px solid #9d9d9d;
}
#menu_user_name {
  font-size: 1em;
  font-family: "Verdana";
  font-weight: bold;
  letter-spacing: 0.5px;
}
#menu_user_name ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu_user_name li {
  margin: 0;
  padding: 4px 0px 4px 0px;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#menu_user_name li a {
  margin: 0;
  padding: 0;
  display: inline;
  background: none;
  border: none;
}
#menu_user_name li a:hover {
  background: none;
  background-color: transparent !important;
}

#login_time {
  position: fixed;
  _position: absolute;
  left: 0px;
  top: 51px;
  margin: 0;
  width: 343px;
  height: 18px;
  background: #aaaaaa top left repeat-x;
  color: #ffffff;
  border-right: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  z-index: 100;
}
#menu_user_amount {
  position: fixed;
  _position: absolute;
  left: 0px;
  top: 70px;
  margin: 0;
  padding: 2px 0;
  width: 343px;
  border-right: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  z-index: 100;
}

/* Next Prev
----------------------------------------------------------- */
.btn_next {
  width: 22px;
  height: 70px;
  position: absolute;
  left: -22px;
  top: 50px;
  z-index: 90;
}
.btn_prev {
  width: 22px;
  height: 70px;
  position: absolute;
  left: 1100px;
  top: 50px;
  z-index: 90;
}

/* ADMIN PAGE STYLE
----------------------------------------------------------- */
select,
input,
button,
textarea {
  font-size: 93%;
}
body#admin input,
body#admin textarea {
  padding-left: 2px;
  padding-right: 2px;
}
body#admin {
  background-position: center -26px;
}
body#admin a {
  text-decoration: none;
}
body#admin #header {
  height: 90px;
  background: url(/www/img/bg_header.png) left top no-repeat;
}
body#admin #header img#logo {
  height: 68px;
}
body#admin #header .flash_header {
  display: none;
}
body#admin #header #login {
  display: none;
}
body#admin #header_ex {
  background-position: center -26px;
}
#admin a#top {
  background-color: #3c3c3c;
  display: block;
  height: 9px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body#admin #menu {
  display: none;
}
body#admin #contents {
  padding: 10px 0px 20px 0px;
}
body#admin #main_wrapper {
  margin: 0px;
  text-align: center;
}
body#admin table {
  margin: 0 auto;
}
body#admin #tbl_wrapper table {
  margin-bottom: 30px;
}
body#admin th,
body#admin td {
  padding: 0px;
}
body#admin .table a {
  color: #ff6600;
}
body#admin .border_table {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-color: #dddddd;
}
body#admin td.left {
  text-align: left;
}
body#admin td.right {
  text-align: right;
}
body#admin .border_table td,
body#admin .border_table th {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  font-size: 93%;
  padding: 1px;
  vertical-align: middle;
}
body#admin .no_border_table td,
body#admin .no_border_table th {
  border: none;
  text-align: left;
  padding: 1px;
}
body#admin .no_border_table th {
  font-weight: normal;
  text-align: center;
}
body#admin .detail_tbl th {
  text-align: right;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #e6eeee !important;
  padding: 4px;
  height: 25px;
}
body#admin table .td_price img {
  vertical-align: inherit;
}
.thumb_img img {
  width: 60px;
  height: auto;
}
.td_thumb img {
  width: 75px;
  height: auto;
}
a.a_nodeco {
  color: #333;
}
/* Thickbox */
#TB_ajaxContent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
#TB_ajaxContent a {
  color: #666 !important;
}

/* GLightbox */
.goverlay {
  background: rgba(0, 0, 0, 0.7);
}
.ginlined-content {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.ginlined-content a {
  color: #666 !important;
}

body#admin table td.td_consignee {
  width: 150px;
  font-size: 10px;
}
body#admin div.def_messrs {
  color: #999999;
  font-size: 9px;
}
body#admin .dl_icons a {
  margin-right: 3px;
}
body#admin .dl_icons a:hover {
  opacity: 0.7;
}
body#admin .dl_icons a img {
  height: 19px;
}
body#admin img.icn_flag {
  height: 19px;
}
body#admin div.u_note {
  width: 340px;
  max-height: 80px;
  overflow: auto;
}
body#admin div.blk_requser {
  max-width: 350px;
}
body#admin div.blk_requser a {
  color: #333333;
}
body#admin .credit {
  font-size: 150%;
  font-weight: bold;
  color: #990000;
  margin: 20px 0px;
  display: block;
}
body#admin .sub_total {
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0px;
  display: block;
}
body#admin .balance_border {
  border-left: 3px solid #ebebeb;
  height: 300px;
}
body#admin .balance_table {
  height: 700px;
  width: 250px;
  overflow: auto;
  background: #fbfbfb;
}
body#admin .balance_table2 {
  height: 700px;
  width: 320px;
  overflow: auto;
  background: #fbfbfb;
}
body#admin .blk_inv_dl {
  margin: 0 0 0 0;
}
body#admin .invdl_toggle {
  cursor: pointer;
}
body#admin .blk_inv_dl li {
  list-style-type: none;
}
body#admin .td_image {
  width: 60px;
}
.psd0 {
  color: #ccc;
}
.psd1 {
  color: #ff4f3d;
}
.psd2 {
  color: #000;
}
.psd3 {
  color: #333;
}
.psd4 {
  color: #666;
}
.psd5 {
  color: #999;
}

body#admin .btn_ordercancel {
  float: right;
  font-size: 11px;
}

#main #users td {
  padding: 3px;
}

#main #users a {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#main #users a:hover {
  background-color: #ff6600;
  color: #ffffff;
}

div.usertyping {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 340px;
}
.users .usertyping a {
  float: left;
  display: block;
  width: 15px;
  margin: 0px 5px 5px 5px;
  color: white;
  background-color: #0ca2ff;
}
.users fieldset {
  border: 1px solid #ccc;
  text-align: center;
}
.users fieldset legend {
  margin: 0px 10px 0px 10px;
}
.users .cc_JP {
  background-color: #c00;
  color: #fff;
}
.users .chzn-container {
  text-align: left;
}
.users .chzn-results li {
  text-align: left;
}

#option_check {
  line-height: 1.7;
  font-size: 90%;
  padding-bottom: 2px;
}
#option_check input {
  position: absolute;
  left: -9999px;
}
#option_check label {
  cursor: pointer;
  padding: 2px 4px;
  margin: 2px 4px 2px 5px;
}
#option_check label {
  color: #999;
  font-weight: normal;
}
#option_check .chekd {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
#send_form #messrs {
  height: 90px;
}
#send_form #messrs_old {
  height: 70px;
}
.copy_to {
  vertical-align: bottom;
}

#alert_comp {
  position: fixed;
  top: 360px;
  width: 200px;
  height: 60px;
  display: block;
  z-index: 1000;
  float: left;
  margin: 0 0 0 320px;
  background-color: #ff4f3d;
  border: 1px solid #bcbcbc;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;

  font-size: 200%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #f5f5f5;
  cursor: pointer;
  padding: 30px 0px 0px 0px; /* Links */
}

#dispTasks {
  position: relative;
  top: 0px;
  left: 0px;
  width: 320px;
  overflow: inherit;
  border: 1px solid #d9d9d9;
  background-color: #f3f3f3;
  margin: 0;
  padding: 4px 4px 4px 20px;
  font-size: 12px;
  line-height: 1.5;
}
#dispTasks a {
  color: #333;
}
#dispTasks .task_comp a {
  color: #999;
}
#dispTasks .task_dele a {
  color: #999;
  text-decoration: line-through;
}

#messrs_toggle {
  width: 170px;
  cursor: pointer;
}
#messrs_toggle2 {
  float: right;
  width: 170px;
  cursor: pointer;
}
#messrs_default,
#messrs_default2 {
  margin: 10px 0;
}
.counter {
  text-align: right;
}
.counter span {
  letter-spacing: 0px;
  font-weight: bold;
}
.logs {
  color: #777;
  text-align: left;
  width: 230px;
  margin: 10px auto 0 auto;
}
.due_alert {
  color: #ff0000;
  font-weight: bold;
}
.due_alertEX {
  color: #fff;
  font-weight: bold;
  background-color: red;
}

/* admin calendar */
#admin .ui-datepicker {
  width: 18em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background-color: #eee;
  padding: 3px;
}
.ui-datepicker table {
  font-size: 1em;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fcc;
  color: #000;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.25rem;
}
td.ui-datepicker-week-end:first-child a.ui-state-default,
td.ui-datepicker-week-end:last-child a.ui-state-default {
  background: #ddd;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #999 !important;
}
.ui-widget-content .ui-state-hover {
  background: #fff !important;
  border: 1px solid #777;
  font-weight: bold;
}

/*stock test3*/
#list_stock_img_list {
  margin: 0 auto;
  width: 900px;
  padding-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}
#list_stock_img_list ul {
  margin: 0;
  padding: 0;
}
#list_stock_img_list li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 90px;
  height: 68px;
}
#list_stock_img_list img {
  -ms-interpolation-mode: bicubic;
  float: left;
  width: 90px;
  height: 68px;
}
#list_stock_img_list li .btn_imgdel {
  display: none;
  position: absolute;
  top: 0;
  right: 4px;
  font-weight: bold;
  font-family: monospace;
}
#list_stock_img_list li:hover .btn_imgdel {
  display: block;
}
#list_stock_img_list li .btn_imgdel a {
  color: #ffffff;
}
#list_stock_img_list li .btn_imgdel a:hover {
  color: #ff6600;
}
#list_stock_img_show {
  height: 480px;
  width: 640px;
  margin: 0 auto;
}
#list_stock_img_show img {
}

.page_buttons {
  overflow: hidden;
  zoom: 1;
}

/* URL COPY BTN */
.btns_copyUrl {
  position: absolute;
  right: 0;
}
.tool {
  position: relative;
}
.tool::before,
.tool::after {
  position: absolute;
  font-family: Arial, Helvetica, "sans-serif";
  text-shadow: none;
  font-size: 10px;
  left: 50%;
  opacity: 1;
  z-index: 100;
}
.tool::before {
  font-weight: normal !important;
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  margin-left: -0.5em;
  content: " ";
}
.tool::after {
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 150%;
  color: white;
  width: 3em;
  padding: 0.7em 1em;
  margin-left: -2.5em;
  content: attr(data-tip);
}

/* Relation */
.wrap_relation {
  position: fixed;
  background-color: #f9f9f9;
  color: #fff;
  left: 0px;
  top: 90px;
  width: 22px;
  padding: 0px;
  overflow: hidden;
  z-index: 0;
}
.wrap_relation h3 {
  background-color: #535353;
  color: #fff;
  font-weight: normal;
  text-align: left;
  display: block;
  margin: 0;
  padding: 3px 0;
  cursor: move;
}
.wrap_relation h3 span {
  display: none;
}
.wrap_relation h3 i {
  cursor: pointer;
  margin-left: 4px;
}
.blk_relation {
  height: 624px;
  display: none;
}
.relation {
  margin: 0;
  padding: 0;
}
.relation li {
  position: relative;
  list-style: none;
  text-align: left;
  overflow: hidden;
  height: 56px;
  margin-top: 4px;
  padding: 0 0 0 4px;
  color: #333;
  font-size: 11px;
}
.relation li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.relation img {
  width: 75px;
  margin-right: 4px;
}
.relation .no_thumb {
  box-sizing: border-box;
  float: left;
  height: 56px;
  width: 75px;
  margin-right: 4px;
  text-align: center;
  line-height: 56px;
}
.relation .str_price {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 6px;
}
.relation .str_elp {
  font-size: 12px;
  color: #999;
  position: absolute;
  bottom: 7px;
  right: 4px;
}
.relation_btns {
  height: 20px;
}
.relation_btns .relation_btn {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  border: 1px solid #444;
  border-bottom: 2px solid #444;
  width: 25%;
  height: 20px;
  padding-top: 2px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}

.relation_btns span {
  background-color: #bbb;
}
.relation_btns .active {
  background-color: #444;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wrap_relation {
    display: block;
    top: 20px !important;
    left: 0 !important;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
  }
  .wrap_relation h3 {
    display: none;
  }
  .relation li {
    box-sizing: border-box;
    float: left;
    width: 49%;
    height: 60px;
    border-bottom: 1px solid #444;
  }
}

/* SEARCH PAGE STYLE
----------------------------------------------------------- */
form.search_page {
  font-size: 116%;
}
form.search_page input {
  margin: 5px;
}
#search_btns {
  padding: 10px 0 20px 20px;
}
#download_btns {
  padding: 10px 0 0px 20px;
}
.search fieldset {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0px;
}
.search_page2 fieldset {
  height: 40px;
  display: inline-block;
  padding: 10px;
}
.search fieldset legend {
  padding: 0px 10px 0px 10px;
  font-size: 15px;
}
.search table {
  width: 95%;
}
.search td {
  padding: 4px 0px;
}
.search tr.search_border {
  border-bottom: 1px solid #eee;
}
.search .search_text_small {
  font-size: 0.9rem;
}
.search .search_text_small .icn_flag {
  vertical-align: top;
}
.search .search_text_xsmall {
  font-size: 0.75rem;
}
body#admin .no_border_table td.text_r {
  text-align: right;
}
body#admin .no_border_table td.text_c {
  text-align: center;
}
body#admin .no_border_table .search_result_total {
  font-weight: bold;
  text-align: center;
}
body#admin .no_border_table .search_result_total span {
  border-bottom: 3px double #666;
}
body#admin .no_border_table .search_result_total span#show_sum_proce {
  display: inline-block;
  margin-top: 4px;
}
body#admin .no_border_table .search_result_total span strong {
  font-size: 167%;
}
body#admin .blk_search_result {
  float: left;
  text-align: left;
}
body#admin .blk_sform {
  position: relative;
  top: 1rem;
  left: 0;
  text-align: left;
  font-size: 20px;
}
body#admin #sel_model {
  width: 120px;
}
body#admin .search_result {
  font-size: 15px;
}
body#admin .search_result td {
  padding: 2px;
}
body#admin .search_result th {
  text-align: left;
}
body#admin .search_result td.td_hr {
  border-top: 2px solid #ccc;
}
.blk_search_result {
  width: 100px;
  font-weight: bold;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blk_search_result span {
  border-bottom: 3px double #666;
}
.blk_search_result span strong {
  font-size: 167%;
}
.elapsed_alert {
  background-color: #ff9494;
}

/* YARD PAGE STYLE
----------------------------------------------------------- */
body.yard h2 {
  margin-left: 20px;
}
body.yard #main_wrapper {
  text-align: left !important;
}

body.yard-add td {
  font-size: 15px;
}
body.yard .border_table td {
  position: relative;
}
.yard_table_chassis p {
  padding: 0;
  margin: 0;
}
a.btn_taskDel {
  position: absolute;
  top: -1em;
  right: 0px;
  width: 16px;
  height: 16px;
  display: none;
  background: url(../../img/icon/cross_black.png);
}
.yard_table_chassis:hover a.btn_taskDel {
  display: block;
  opacity: 0.8;
  cursor: pointer;
  background: url(../../img/icon/cross_black.png);
}
.yard_table_chassis:hover a.btn_taskDel:hover {
  background: url(../../img/icon/cross.png);
}
.feedback {
  margin: 4px 0 0 6px;
  padding: 0 0 0 4px;
  border-left: 2px solid #ff4f3d;
  color: #900;
  width: 400px;
}
.no-wrap {
  white-space: nowrap;
}
.tr_yokohama {
  background-color: #e9edf5;
}
.tr_moji {
  background-color: #f6ecf2;
}

.icn_yokohama {
  width: 24px;
  height: 20px;
  display: block;
  background: url(../../img/icon_y.png) left top no-repeat;
  text-indent: -9999em;
}
.icn_moji {
  width: 24px;
  height: 20px;
  display: block;
  background: url(../../img/icon_m.png) left top no-repeat;
  text-indent: -9999em;
}

/* OrderList PAGE STYLE
----------------------------------------------------------- */
.fr {
  float: right;
  margin-right: 10px;
}
.orderlist #main {
  text-align: left;
  padding: 0 10px;
}
.orderlist ul.nav {
  margin: 0;
}
.odtable a.btn_taskDel {
  position: absolute;
  top: 0em;
  right: 0px;
  width: 16px;
  height: 16px;
  display: none;
  background: url(../../img/icon/cross_black.png);
}
.replyback {
  margin: 4px 0 0 6px;
  padding: 0 0 0 4px;
  color: #900;
}
ul.reply-list {
  margin: 6px 5px 0 0;
}
li.reply {
  padding: 4px 4px;
  border-top: 1px solid #dfdfdf;
  border-left: 2px solid #ff4f3d;
  list-style-type: none;
}
h4.reply-heading span {
  font-size: 90%;
}
table.order_table td.td_od_request {
  padding: 6px 0 2px 4px !important;
}

/* MEMO PAGE STYLE
----------------------------------------------------------- */
.memo fieldset {
  border: 1px solid #ccc;
  padding: 15px;
}
.memo fieldset legend {
  padding: 0px 10px;
}
/* INFO PAGE STYLE
----------------------------------------------------------- */
body.info #contents {
  padding: 20px 0 40px 40px !important;
}
body.info #main_wrapper {
  text-align: left !important;
  margin-left: 40px !important;
}
body.info fieldset {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 770px;
}
#admin .info_box {
  margin-bottom: 5em;
  width: 790px;
  font-size: 14px;
}
#admin .show_2 {
  opacity: 0.6;
}
#admin .info_box h3 {
  font-size: 17px;
}
#admin .info_box h4 {
  background-color: #ededed;
  padding: 4px 4px 2px 6px;
  border-left: 5px solid #666;
}
.info_box p {
  line-height: 1.5;
}
/* calendar PAGE STYLE
----------------------------------------------------------- */
body.tasks {
  overflow-y: scroll;
}
.calendar_box {
  margin: 10px 20px;
  width: 970px;
}
.calendar_box h3 {
  display: inline-block;
  float: left;
  margin: 7px;
  font-size: 22px;
}
.calendar_box h3 a {
  color: #444;
}
.calendar_box .calendar_ex {
  float: right;
}
.calendar_box .calendar_ex div {
  float: left;
  position: relative;
  padding: 2px 8px 1px 8px;
  margin-bottom: 1px;
  border-radius: 3px;
  margin: 0 2px;
  font-size: 11px;
}
body#admin .calendar_box table {
  margin: 0;
  background-color: #eee;
}
body#admin .calendar {
  position: relative;
  width: 970px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: inherit;
  border-spacing: 2px;
}
body#admin .calendar th {
  position: relative;
  width: 14%;
  height: 30px;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
body#admin .calendar th.Sun {
  color: #f00;
}
body#admin .calendar th.Sat {
  color: #4858ea;
}
body#admin .calendar td {
  position: relative;
  width: 14%;
  height: 80px;
  padding: 0 0 5px 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 12px;
}
body#admin .calendar td.today {
  border-color: #d4d4d4;
  background-color: #f7f7f7;
}
body#admin .calendar td.blank {
}
body#admin .calendar td div {
  position: relative;
  padding: 2px 0 1px 4px;
  margin-bottom: 1px;
}
body#admin .calendar td div.day {
  padding: 0px 0 1px 4px;
  margin-bottom: 3px;
}
.day a {
  position: relative;
  left: 0px;
  top: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.sun .day a {
  color: #f00;
}
.sat .day a {
  color: #4858ea;
}
td.holiday .day a {
  color: #f00;
}
div.holiday {
  color: #f00;
}
.action span {
  font-weight: bold;
}

.schedule {
  border-radius: 3px;
  margin: 0 2px;
  background-color: #fef2d3;
  border: 1px solid #fad165;
}
.schedule a {
  display: block;
  color: #000;
}
.new_event {
  background: #fce0e9 !important;
  border: 1px solid #f9a9c3;
}
.new_event a {
  color: #000;
}
.change_event {
  background: #ffd8c7 !important;
  border: 1px solid #fa9162;
}
.change_event a {
  color: #000;
}

.calendar td.drop_state_over {
  background-color: #ffc !important;
}

.tasks .mail_div {
  width: 400px;
}
/* Combine PAGE STYLE
----------------------------------------------------------- */
#salesdl {
  text-align: left;
  font-size: 120%;
  line-height: 1.8;
}
#salesdl2 {
  text-align: left;
  font-size: 120%;
  line-height: 1.8;
}
body#admin table#tbl_combine {
  border: none;
  margin: 0;
}
#tbl_combine th {
  text-align: left;
  border: none;
  border-top: 1px solid #c4c4c4;
}
body#admin #tbl_combine td {
  padding-bottom: 20px;
  padding-right: 10px;
  border: none;
}
#tbl_combine input {
  width: 80px;
}
/* LG PAGE STYLE
----------------------------------------------------------- */
#admin #lg_box {
  line-height: 2;
}
#admin #lg_box table {
  margin: 0;
  border: none;
}
#admin #lg_box table td {
  border: none;
}

/* CALC POP STYLE
----------------------------------------------------------- */
body#admin #calc_table table {
  margin: 0;
}
body#admin #calc_table th {
  text-align: left;
  border-bottom: 1px solid #bbb;
}
body#admin #calc_table td {
  text-align: right;
  padding: 2px;
  border-bottom: 1px solid #bbb;
}
body#admin #calc_table input {
  text-align: right;
  ime-mode: disabled;
}
body#admin #calc_table th.calc_table_head {
  text-align: center;
  color: #fff;
  background: #777;
}
#calc_table_setting {
  float: right;
  width: 160px;
}

/* CARVIEW DL STYLE
----------------------------------------------------------- */
body#carview_dl {
  text-align: left;
  background: none;
  padding: 10px;
}

/* LOGIN PAGE STYLE
----------------------------------------------------------- */
#login_user {
  width: 300px;
  margin-left: 240px;
}
#login_user label {
  display: block;
  float: left;
  text-align: right;
  width: 90px;
  margin: 0px 0px 0px 0px;
}
#login_user dl {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#login_user dt {
  width: 200px;
  margin: 0px 0px 10px 0px;
  padding: 1px 0px 0px 0px;
}
#login_user input {
  margin: 0px;
  padding: 0px;
  width: 100px;
}
#login_user input.btn_login {
  padding: 4px;
  width: 80px;
  height: 50px;
  float: right;
}

/*
 KENYA STYLE
----------------------------------------------------------- */
body.kenya a#top {
  background-color: #bb0000 !important;
  display: block;
  height: 9px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.kenya {
}
body.kenya #header_ex {
}
body.kenya #header {
}
body#admin .kenya_tbl {
  border-collapse: separate;
  border-spacing: 2px;
}
body#admin .kenya_tbl th {
  font-weight: bold;
  text-align: justify;
  background-color: #ececec;
  padding: 4px 5px;
}
body#admin .kenya_tbl td {
  font-weight: normal;
  padding: 4px;
}
.dktbl_ex {
  background-color: #aaa !important;
}
.cal_dk {
  ime-mode: inactive;
}
.kenya_textarea {
  width: 235px;
}
body.kenya main {
  text-align: left;
}
body.kenya h2 {
}
body.info fieldset {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 770px;
}

/*
 UGANDA STYLE
----------------------------------------------------------- */
.ugtbl_ex {
  background-color: #aaa !important;
}

/* PARTNER PAGE STYLE
----------------------------------------------------------- */
#partners a {
  text-decoration: none;
}
#partners #main_wrapper {
  margin-left: 20px;
  position: relative;
}
#partners #header {
  height: 117px;
  background: url(/www/img/bg_header.png) left top no-repeat;
}
#partners .flash_header {
}
#partners #login {
  display: none;
}
#partners #menu {
  display: none;
}
#partners #partners_menu {
  float: right;
  width: 550px;
  position: absolute;
  right: -40px;
  top: -75px;
}
#partners #partners_menu ul {
  padding: 0px;
  margin: 0px;
}
#partners #partners_menu li {
  list-style: none;
  background-color: #555;
  float: right;
  margin-left: 0px;
}
#partners #partners_menu li a {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 2px;
}
#partners #partners_menu li a:hover {
  background: #f60;
}
#partners #partners_menu li#ul_stock a:hover {
  background: #555;
}
#partners #partners_menu li.partners_menu_sub {
  background-color: #999;
  margin-top: 6px;
}
#partners #partners_menu li.partners_menu_sub a {
  color: #fff;
  font-size: 90%;
  padding-top: 0px;
  width: 110px !important;
}
#partners #partners_menu li.request a {
  width: 120px !important;
}
#partners #partners_menu #li_stock {
  position: absolute;
  width: 90px;
  right: 360px;
  top: 32px;
  background-color: rgb(85, 85, 85);
  display: none;
}
#partners #partners_menu #li_stock a {
  color: rgb(255, 255, 255);
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  width: 90px;
}
#partners #partners_menu #li_stock div a:hover {
  background: none repeat scroll 0 0 rgb(255, 102, 0);
}

#partners #partners_menu .li_soh {
  font-size: 12px;
}
#partners #partners_menu .li_soh a {
  line-height: 12px;
  height: 26px;
  padding-top: 6px;
}

#partners .border_table td,
#partners .border_table th {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  font-size: 93%;
  padding: 1px 2px;
}
#partners .no_border_table td,
#partners .no_border_table th {
  border: none;
  text-align: left;
  padding: 1px;
}
#partners .no_border_table th {
  font-weight: normal;
  text-align: right;
}

#partners h1 {
  padding: 20px 0px 14px 4px;
  color: #ab0303;
}
#partners td p {
  margin-left: 40px;
}
#partners td p span {
  color: #004999;
  font-weight: bold;
}
#partners td.td_r {
  padding-right: 6px;
}
#partners .due_alert {
  color: #ff0000;
  font-weight: bold;
}
#partners .due_alertEX {
  color: #fff;
  font-weight: bold;
  background-color: red;
}
#partners .info_box {
  margin-bottom: 5em;
}
#partners .info_box h3 {
  padding-left: 30px;
  font-size: 17px;
}
#partners .info_box h4 {
  background-color: #ededed;
  padding: 4px 4px 2px 6px;
  border-left: 5px solid #666;
}
#partners .info_box p {
  padding-left: 30px;
}
.info_area {
  width: 650px;
}
.info_area h3 {
  font-size: 16px;
}
.info_area p {
  line-height: 1.5;
  margin-bottom: 1.3em;
}

#partners div#detail_image {
  height: 480px;
}
#partners div#detail_imagelist {
  width: 632px;
  padding: 4px 4px 2px 4px;
  background-color: #333;
}
#partners table#detail_imagelist img {
  margin-right: 2px;
}

#partners table#detail_specsheet {
  width: 640px;
  border: 1px solid #ddd;
  margin: 2px 0px 10px 0px;
}
#partners table#detail_specsheet caption {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

#partners table#detail_specsheet th {
  background: #999999;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
  padding: 2px;
}
#partners table.detail_specsheet2 th {
  background: #be4c34 !important;
}
#partners table#detail_specsheet th.stockno {
  background: #666;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  padding: 6px;
}
#partners table#detail_specsheet td.total {
  color: #444;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding: 10px;
}
.old_price {
  text-decoration: line-through;
}
.sale_price {
  color: #c00;
  font-weight: bold;
}
#partners table#detail_specsheet td {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 4px;
}
#partners table#detail_specsheet div.option_list {
  height: 60px;
}
#partners table.detail_specsheet2 img {
  margin-top: 6px;
  margin-right: 4px;
}

#partners table#detail_enquire {
  margin: 20px 0px 10px 40px;
}
#partners table#detail_enquire strong {
  font-size: 110%;
}
#partners table#detail_enquire .enquire_block {
  border-bottom: 1px dashed #ababab;
}

#partners .border_table {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
#partners .border_table td,
#partners .border_table th {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
#partners table td.td_consignee {
  width: 140px;
  font-size: 10px;
}
#partners table tr.row_stock {
  cursor: pointer;
}

#partners div.def_messrs {
}

#partners #cart {
  float: right;
  width: 150px;
  border: 1px solid #ccc;
  background: #fafafa;
}
#partners #cart {
  position: absolute;
  top: 54px;
  right: 0px;
}

#partners #cart h3 {
  margin: 0px;
  padding: 4px 4px;
  background: #ff4f3d;
  color: #fff;
}
#partners #cart h4 {
  font-size: 93%;
  margin: 2px 4px 0px 4px;
  padding: 2px 4px;
  color: #333;
  border-bottom: 1px solid #999;
  border-left: none;
  text-align: center;
}
#partners #cart p {
  padding: 4px 6px;
  margin: 0px;
}
#partners #cart .total {
  margin-bottom: 4px;
  font-size: 116%;
  font-weight: bold;
  text-align: center;
  color: #f30;
}
#partners #cart .btn_order {
  margin-bottom: 3px;
}
#partners .pt_message_box {
  width: 680px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
#partners .pt_message_box p {
  margin: 0;
}

#info_pop_tbl {
  margin-top: 10px;
  border: medium none;
}
#info_pop_tbl h3 {
  font-size: 15px;
  margin-bottom: 2px;
}
#info_pop_tbl td {
  padding-bottom: 10px;
  border: none;
}
#pop_reject {
  height: 120px;
  width: 400px;
}
#pop_reject .box_id_img {
}
#pop_reject .cur_id_img {
  max-height: 150px;
  max-width: 120px;
}

#partners #info_pop_tbl .td_center {
  text-align: center;
}
.cboxIframe body {
  background: none;
}
#cboxClose {
  display: none;
}
#confirm {
  background: none;
  text-align: left;
}
#confirm .td_btn {
  padding: 0;
}

/* STOCK SEARCH
----------------------------------------------------------- */
#admin .pt_stock {
  width: 680px;
  text-align: left;
  margin: 0 auto;
}
#admin .pt_stock td {
  padding: 4px;
}
.pt_stock #pt_search_box {
  width: 720px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.pt_stock p#pt_search_p {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.pt_stock p#pt_search_p img {
  margin-right: 4px;
  vertical-align: text-top;
}
.pt_stock #pt_search_box table {
  margin: 0 20px 0 70px;
}
.pt_stock #pt_search_box td {
  border: none;
}
.pt_stock #pt_search_box th {
  width: 40px;
  text-align: left;
  border: none;
}
#pt_search_box #sel_model {
  min-width: 120px;
}
#pt_search_box .search_btns {
  margin-left: 140px;
  width: 255px;
  text-align: center;
}
#admin #pt_search_box .search_btns {
  box-sizing: border-box;
  margin-left: 0px;
  padding-left: 140px;
  width: 100%;
  text-align: center;
}

/* OUTER SEARCH
----------------------------------------------------------- */
.stock #pt_search_box {
  width: 680px;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.stock p#pt_search_p {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.stock p#pt_search_p img {
  margin-right: 4px;
  vertical-align: text-top;
}
.stock #pt_search_box table {
  width: 600px;
  margin: 0 20px 0 80px;
}
.stock #pt_search_box td {
  border: none;
}
.stock #pt_search_box th {
  width: 40px;
  text-align: left;
  border: none;
}
#pt_search_box #sel_model {
  min-width: 120px;
}
#pt_search_box .search_btns {
  margin-left: 140px;
  width: 320px;
  text-align: center;
}
.stock .pt_message_box {
  width: 670px;
  padding: 15px;
  font-size: 15px;
}
.stock .pt_message_box p {
  margin: 0;
}

.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* PROFILE
----------------------------------------------------------- */
.profile form {
  line-height: 1.5;
}
.profile input {
}
.profile .passbox {
  float: left;
}
.profile label.error {
  color: #c00;
  font-weight: bold;
  margin-left: 6px;
}
.profile #profile_table {
  width: 600px;
  margin-bottom: 30px;
}
.profile #profile_table th,
.profile #profile_table td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.profile #profile_table th {
  text-align: left;
  vertical-align: top;
  width: 130px;
}
.profile #pwchange {
  display: block;
  width: 506px;
  background-color: #eee;
}
.profile #pwchange table {
  width: 500px;
  margin: 3px;
  background-color: #fff;
}
.profile #pwchange table th {
  padding: 6px;
  width: 160px;
  text-align: left;
  font-weight: normal;
}

/* ACCOUNT
----------------------------------------------------------- */
.account table {
  margin: 0 auto;
  font-size: 150%;
  width: 650px;
  border: medium none;
}
.account table td {
  border: medium none;
  border-bottom: 2px solid #333;
  padding: 0;
}
.account table td.no-border {
  border: medium none;
}
.account table td.small {
  font-size: 70%;
}

/* REQUEST
----------------------------------------------------------- */
#partners .request_table {
  width: 500px;
}
#partners .request_table td {
  padding: 4px;
}
#partners .request_table th {
  background-color: #999;
  padding: 6px;
  text-align: left;
  color: #fff;
}
#partners .request_table td span {
  padding-right: 10px;
}
#partners .request_table td a {
  display: block;
  float: right;
}
.request #add_form {
  display: inline-block;
  width: 506px;
  background-color: #f39738;
}
.request #add_form table {
  width: 500px;
  margin: 3px;
  background-color: #fff;
}
.request #add_form table th {
  padding: 6px;
  text-align: left;
  background: #f9cb9c;
}
.request #add_form span.txt_s {
  font-size: 90%;
}

/* CART POPUP STYLE
----------------------------------------------------------- */
#partners #TB_title {
  background: #ff4f3d;
  color: #fff;
}
#partners #TB_title a {
  color: #fff;
}
#TB_window h3 {
  margin-bottom: 2px;
}
#TB_window #box_alloys {
  width: 590px;
  margin: 0px -15px 0px 10px;
  overflow: hidden;
  _zoom: 1;
}
#TB_window .list_alloys {
  float: left;
  width: 110px;
  margin: 0px 15px 15px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
#TB_window .list_alloys p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
#TB_window .list_alloys p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
#TB_window .list_alloys span.spec_alloys {
  font-weight: normal;
  font-size: 85%;
}

#TB_window .list_audio {
  float: left;
  width: 100px;
  margin: 0px 0px 15px 15px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
#TB_window .list_audio p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
#TB_window .list_audio p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
#TB_window .list_audio span.spec_audio {
  font-weight: normal;
  font-size: 90%;
}
#TB_window .list_audio label {
  display: block;
  cursor: pointer;
}

#TB_window #box_tires {
  width: 590px;
  margin: 0px -15px 0px 10px;
  overflow: hidden;
  _zoom: 1;
}
#TB_window .list_tires {
  float: left;
  width: 110px;
  margin: 0px 15px 15px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
#TB_window .list_tires p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
#TB_window .list_tires p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
#TB_window .list_tires .spec_tires {
  font-weight: normal;
  font-size: 100%;
}
#TB_window .list_tires label {
  display: block;
  cursor: pointer;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible !important;
}

/* OPTION PAGE STYLE
----------------------------------------------------------- */

.option h1 {
  font-size: 180%;
  padding: 8px 0px 8px 10px;
  border: 1px solid #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #ff4f3d;
}
.option h3 {
  background: #ff4f3d;
  color: #fff;
  padding: 4px;
  padding-left: 8px;
  border: 1px solid #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.option td p {
  margin-left: 0px !important;
}
.option p span {
  margin-left: 15px;
  font-size: 90%;
  font-weight: bold;
  color: #004999;
}
.option p strong {
  color: #ff0000;
  font-weight: bold;
  padding: 4px 0px;
}
.option td.choosing_td {
  padding-left: 5px;
  height: 60px;
  vertical-align: top;
}
.option td.choosing_td div {
  height: 58px;
  border: 1px solid #ccc;
  margin-right: 3px;
}
.option td.choosing_td p {
  margin: 0px;
  padding: 0px;
}
#choosing_audio input,
#choosing_alloys input,
#choosing_tires input {
  display: none;
}
#choosing_audio p span,
#choosing_alloys p span,
#choosing_tires p span {
  margin: 0;
  padding: 0px;
}
.option #selected_clear {
  display: none;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
}
.option .select {
  border: 1px solid #ff4f3d;
  background: url(img/audio_bg_selected.png) left top;
}
.option_noitem {
  margin-left: 40px;
  font-weight: bold;
  color: #cc0000;
}
/* AUDIO --------------------------*/
.option .list_audio {
  float: left;
  width: 100px;
  margin: 0px 0px 15px 15px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
.option .list_audio p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.option .list_audio p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
.option .list_audio span.spec_audio {
  font-weight: normal;
  font-size: 90%;
}
.option .list_audio label {
  display: block;
  cursor: pointer;
}
#choosing_audio {
  float: left;
  width: 200px;
}
#choosing_audio .spec_audio {
  display: none;
}

#choosing_audio img {
  padding-right: 4px;
  float: left;
}

#audio_popup {
  width: 800px;
  color: #ffffff;
}
#audio_select {
  background: #fff none;
}
.audio_list {
  float: left;
  width: 80px;
  margin: 10px;
  height: 100px;
}
/* ALLOYS --------------------------*/
.option #box_alloys {
  width: 740px;
  margin: 0px -15px 0px 10px;
  overflow: hidden;
  _zoom: 1;
}
.option .list_clear {
  clear: both;
}
.option .list_alloys {
  float: left;
  width: 110px;
  margin: 0px 15px 15px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
.option .list_alloys p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.option .list_alloys p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
.option .list_alloys span.spec_alloys {
  font-weight: normal;
  font-size: 85%;
}
.option .list_alloys label {
  display: block;
  cursor: pointer;
}
#alloys_popup {
  width: 400px;
  color: #ffffff;
}
#choosing_alloys {
  float: left;
  width: 200px;
}
#choosing_alloys .spec_alloys {
  display: none;
}
#choosing_alloys img {
  padding-right: 4px;
  float: left;
}

/* TIRES --------------------------*/
.option #box_tires {
  width: 590px;
  margin: 0px -15px 0px 10px;
  overflow: hidden;
  _zoom: 1;
}
.option .list_tires {
  float: left;
  width: 110px;
  margin: 0px 15px 15px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
}
.option .list_tires p {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.option .list_tires p span {
  font-weight: bold;
  margin: 0px;
  font-size: 110%;
  color: #333;
}
.option .list_tires .spec_tires {
  font-weight: normal;
  font-size: 100%;
}
.option .list_tires label {
  display: block;
  cursor: pointer;
}
#tires_popup {
  width: 400px;
  color: #ffffff;
}
#choosing_tires {
  float: left;
  width: 115px;
}
#choosing_tires .spec_tires {
  display: none;
}

.option .select {
  border: 1px solid #ff4f3d;
  background: url(/img/audio_bg_selected.png) left top;
}

.hide_op {
  display: none;
}

.show_op {
  display: block;
}

/*
 CHECK STYLE
----------------------------------------------------------- */
.chk_ok {
  color: #009900;
}
.chk_error {
  color: #ff0000;
}
.error {
  color: #ff0000;
}

/*
 Paging
----------------------------------------------------------- */
#paging {
  font-family: "Verdana";
  margin: 20px 0px;
  text-align: center;
}
#paging a,
#paging strong {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #eff0ea;
  margin: 0pt 5px 0pt 0pt;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
}
#paging strong {
  background-color: #eee;
  color: #000000;
  font-size: 107%;
  font-weight: normal;
}
#paging a:hover {
  background: #ff6600 none repeat scroll 0% 0%;
  color: #ffffff;
}
.str_result {
  font-size: 15px;
  font-weight: bold;
}

Input,
textarea {
}
.inputHighlighted {
  /* Highlighting style */
  background-color: #ffffe0 !important;
}

/* Filtering style */
#_filterText0,
#_filterText2,
#_filterText3,
#_filterText4,
#_filterText5,
#_filterText6,
#_filterText7 {
  display: none;
}
.filterColumns input {
  width: 40px;
  ime-mode: disabled;
}

.dirty {
  color: white;
  background-color: #0ca2ff;
}
.nodisplay {
  display: none;
}

/* 展開ブロック */
#add_toggle {
  cursor: pointer;
  margin: 0px;
  padding: 1px;
}
.toggle_div {
  margin: 0px auto;
  padding: 4px 6px 4px 6px;
  width: 520px;
  background-color: #f3f8f7;
  border: 1px solid #ddd;
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  text-align: left;
}
.toggle_div table {
  background-color: transparent;
}
.toggle_div table th,
.toggle_div table td {
  border: none;
}
.toggle_div form label {
  cursor: pointer;
}

body#admin .toggle_send_form {
  width: 600px;
}
body#admin .toggle_send_form table td {
  padding: 4px 0;
}
/* BUTTONS */
.buttons a,
.buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #bcbcbc;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;

  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #565656;
  cursor: pointer;
  padding: 5px 10px 6px 7px; /* Links */
}
.buttons button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
  padding: 4px 10px 5px 7px; /* Firefox */
  line-height: 17px; /* Safari */
}
*:first-child + html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img,
.buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

/* STANDARD */
.buttons button:hover,
.buttons a:hover {
  background-color: #dff4ff;
  border: 1px solid #c2e1ef;
  color: #336699;
}
.buttons a:active {
  background-color: #6299c5;
  border: 1px solid #6299c5;
  color: #fff;
}

/* POSITIVE */
button.positive,
.buttons a.positive {
  color: #529214;
}
.buttons a.positive:hover,
button.positive:hover {
  background-color: #e6efc2;
  border: 1px solid #c6d880;
  color: #529214;
}
.buttons a.positive:active {
  background-color: #529214;
  border: 1px solid #529214;
  color: #fff;
}

/* NEGATIVE */
.buttons a.negative,
button.negative {
  color: #d12f19;
}
.buttons a.negative:hover,
button.negative:hover {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #d12f19;
}
.buttons a.negative:active {
  background-color: #d12f19;
  border: 1px solid #d12f19;
  color: #fff;
}

/*
 Bootstrap ありスタイル
----------------------------------------------------------- */
body#admin .row_main {
  max-width: 95%;
  margin: 0 auto;
  text-align: left;
}
body#admin .row_main td,
body#admin .row_main th {
  padding: 8px;
}

/* Breadcrumb */
.breadcrumb {
  margin-bottom: 15px;
  font-size: 13px;
}
.breadcrumb li {
  list-style: none;
}
