html {
  height: 100%;
  word-break: break-all;
}
body {
  margin: 0;
  background: #f6f6f6;
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
}
/* cflg */
#mailform-popup, #mt-mailform-popup,
#success-popup, #mt-success-popup {
    display: none;
}
/* cflg */
/*Clearfix*/
.clearfix {
zoom: 1;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.wrapper {
  width: 1024px;
  margin: 0 auto;
}

.item-section {
  pointer-events: none;
}

.disable-color {
  opacity: 0.5;
}

.terms {
  width: 1280px;
  padding-left: 50px;
}
a > img {
  border: none;
}
#main {
  min-height: 100%;
  position: relative;
}
footer {
  position: absolute;
  padding-bottom: 30px;
  bottom: 0;
  width: 100%;
}
footer .wrapper {
  margin: 0 auto;
  width: 1024px;
}
footer ul {
  float: left;
  margin: 25px 0 0;
}
footer ul li {
  float: left;
  margin-right: 15px;
}
footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #a0a0a0;
}
header {
  width: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0 3px 5px -5px #888888;

  /*
   *シアトル上書き
  */
  /*margin-bottom: 45px;*/
}
header.planning {
  margin-bottom: 0px;
}
header.planning h1 {
  margin: 0;
  display: inline-block;
  padding: 30px 0 10px;
}
header .logo {
  float: left;
  width: 212px;
  margin: 50px 0px 10px;
}
.renewal_info {
  float: left;
  margin: -30px 0px 0px;
}
header p.download_btn {
  float: right;
  margin:35px 0 10px 50px;
}
header p.download_btn a {
  font-size: 15px;
  padding: 5px 25px;
  background: #898989;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
header p.download_btn a:hover {
  color: #c9c9c9;
}
header aside {
  float: right;
  margin: 20px 0 20px;
  text-decoration: none;
}
header aside a {
  margin-left: 30px;
  color: #929292;
  text-decoration: underline;
}

header div.loginUser {
    float:left;
    margin-top:30px;
    margin-left:30px;
    text-align: left;
    width:200px;
}

header div.member {
  clear: right;
  float: right;
  margin: 0 0 30px;
}
header div.member p {
  display: inline-block;
  margin: 0 0 0 20px;
}
header div.member p a {
  padding: 7px 25px;
  background: #626262;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
header div.member p a.login {
  background: #00065b;
}
header div.member p a:hover {
  color: #c9c9c9;
}
header ul {
  clear: both;
  margin: 0;

  /**
   * シアトル追加
   */
  position: relative;

  top: 100%;
  width: 1080px;
}
header ul li {
  float: left;
  width: 120px;
  position: relative;
  padding: 20px 4px 5px 23px;
  border-right: 1px solid #dedede;
}

li.guestBread {
  width: 140px !important;
}

li.unContractBread:nth-child(4) {
    width: 180px !important;
}

li.unContractBread:nth-child(5) {
    width: 185px !important;
}

header ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 14px;
  background: url(../images/after.png) no-repeat center center;
  top: 0;
  right: 0;
}
header ul li:last-of-type {
  border: none;
}
header ul li:last-of-type:after {
  content: none;
}
header ul li h2,
header ul li p {
  margin: 0 ;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
header ul li h2 span,
header ul li p span {
  font-size: 28px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
}
header ul li p {
  color: #898989;
}
header ul li p.done {
  color: #dddddd;
}
header.planning2 {
  color:white;
  font-size:13px;
  width: 100%;
  font-family: "ＭＳ Ｐゴシック";
  letter-spacing: 1.5px;
}
.planning2 div.left {
  width: 75%;
  float: left;
  height: 32px;
  padding: 14px 0;
  background-color:black;
}
.planning2 div.right {
  float: right;
  width: 25%;
  background-color:black;
}
.planning2 div table.right {
  float: right;
}
.planning2 div .logo_image {
  width: 280px;
  margin: 0;
}
.planning2 div p img {
  width: 100%;
  float: right;
}
.planning2 table td.propertyname {
  float:left;
  padding:0 30px;
}
.planning2 table td p.property {
  border-style:solid;
  border-width:1.3px;
  padding:5px 15px;
  margin: 0;
  border-radius:50px;
}
.planning2 table td p span.title{
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
  display: inline-block;
}
.planning2 table td p span.end{
  text-align:right;
  font-size: 12px;
}
.planning2 table td.estimate_no {
  margin-left: 30px;
}
.planning2 table td p.title {
  border-bottom: 1.3px solid white;
  padding-bottom:7px;
  margin: 0;
}
#main section {
  padding: 10px 0 120px;
}
#main section h2 {
  float: left;
  font-weight: normal;
  font-size: 25px;
  color: #3d3d3d;
  letter-spacing: 3px;
}
#main section #customer_info {
  text-align: right;
  font-size: 15px;
  letter-spacing: 1px;
}
#main section #customer_info span {
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
}
#main section #clear_input,
#main section #load_data {
  float: right;
  color: #3d3d3d;
  font-size: 15px;
  margin: 35px 0;
  font-weight: bold;
}
#main section #clear_input input[type="text"],
#main section #load_data input[type="text"] {
  font-size: 13px;
  color: #d1d0d0;
  padding: 6px;
  margin-left: 15px;
}
#main section #clear_input input[type="button"],
#main section #load_data input[type="button"] {
  font-size: 15px;
  background: #00065b;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 25px;
  margin-left: 15px;
}
#main section #clear_input input[type="button"]#clear,
#main section #load_data input[type="button"]#clear {
  background: #7d0000;
}
#main section #clear_input input[type="button"]#clear:hover,
#main section #load_data input[type="button"]#clear:hover {
  color: #c9c9c9;
}

/** シアトル追記 **/
#main section #clear_input input[type="button"]#clearSofa,
#main section #load_data input[type="button"]#clearSofa {
  background: #7d0000;
}
#main section #clear_input input[type="button"]#clearSofa:hover,
#main section #load_data input[type="button"]#clearSofa:hover {
  color: #c9c9c9;
}

#main section #clear_input input[type="button"]#clearTenderWalOpxion,
#main section #load_data input[type="button"]#clearTenderWalOpxion {
  background: #7d0000;
}
#main section #clear_input input[type="button"]#clearTenderWalOpxion:hover,
#main section #load_data input[type="button"]#clearTenderWalOpxion:hover {
  color: #c9c9c9;
}

#main section #clear_input input[type="button"]#clearTenderWalOpxion,
#main section #load_data input[type="button"]#clearTenderWalOpxion {
  background: #7d0000;
}
#main section #clear_input input[type="button"]#clearTenderWalOpxion:hover,
#main section #load_data input[type="button"]#clearTenderWalOpxion:hover {
  color: #c9c9c9;
}

#main section #clear_input input[type="button"]#back_buttom,
#main section #load_data input[type="button"]#back_buttom {
  background: #00065b;
}
#main section #clear_input input[type="button"]#back_buttom:hover,
#main section #load_data input[type="button"]#back_buttom:hover {
  color: #c9c9c9;
}

#back_buttom {
  width: 115px;
}
/** シアトル追記終了 **/
#changeSpecification {
    clear: both;
}

#catalog {
    clear: both;
    color: #3d3d3d;
    font-size: 15px;
    margin: 30px 0;
    font-weight: bold;
}

#catalog a {
  color: #898989;
  text-decoration: none;
  margin: 0 9px;
}

#layout {
    clear: both;
    color: #3d3d3d;
    font-size: 13px;
    margin: 30px 0;
    font-weight: bold;
}

#layout a {
  color: #898989;
  text-decoration: none;
  margin: 0 11px;
}

#main section #clear_input a,
#main section #load_data a {
  color: #898989;
  text-decoration: none;
  margin: 0 15px;
}
#main section .back_btn,
#main section .next_btn,
#main section .Cflgmail_btn {
  width: 160px;
  background: #00065b;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 20px;
  text-decoration: none;
  text-align: center;
}
#main section .Cflgmail_btn {
  display: block;
  width: 615px;
  margin: 0 auto;
}
#main section .button {
  margin-top: 20px;
}
#main section .pattern {
  width: 180px;
}
#main section .back_btn:hover,
#main section .next_btn:hover,
#main section .old_button:hover {
  color: #c9c9c9;
}
#main section .back_btn {
  float: left;
}
#main section .next_btn {
  float: right;
}
#main section .old_button {
  width: 200px;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  background: #00065b;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-left: 10px;
  padding: 7px 20px;
}
#main section #warning_message {
  float: right;
  position: relative;
  left: 10px;
  color: red;
  font-size: 14px;
}
#main section .color {
  width: calc(97% / 3 - 2px);
  float: left;
  border: 1px solid #a0a0a0;
  margin-bottom: 19px;
  margin-right: 2px;
}
#main section .color .category_name {
  display: table;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #a0a0a0;
}
#main section .color .category_name span {
  display: table-cell;
  vertical-align: middle;
}
#main section .color .color_img {
  width: 165px;
  height: 165px;
  overflow: hidden;
  display: block;
  margin: auto;
}
#main section .color .color_name {
  padding: 19px 10px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #a0a0a0;
}

#main section .color .dining_table_name,
#main section .color .tv_board_name,
#main section .color .center_table_name,
#main section .color .sofa_name,
#main section .color .tenderwall_backboard_name,
#main section .color .tenderwall_box_name,
#main section .color .tenderwall_desk_name,
#main section .color .tenderwall_tall_name,
#main section .color .tenderwall_tvdesk_name,
#main section .color .tenderwall_option_box_name,
#main section .color .tenderwall_option_wagon_name {
  padding: 16px 10px;
}
/* color layout page */
#main section #color .color_layout {
  margin-top: 20px;
}
#main section #color_select .color .color_name select {
  width: 100%;
}
#main section .color_select_btn {
  display: block;
  clear: both;
}
/*For backup (left and right)*/

/*#main section #color_select #left,
#main section #color_select #right {
  width: 50%;
  float: left;
}
#main section #color_select #left li,
#main section #color_select #right li {
  width: 100%;
  float: none;
}*/
#main section #color_select ul {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 26px;
}
#main section #color_select ul li {
  width: 324px;
  max-width: 324px;
  height: 106px;
  padding-right: 26px;
}

#main section #color_select ul li:nth-child(3n+0) {
  padding-right: 0;
}
#main section #color_select ul li:nth-child(n+4) {
  margin-top: 26px;
}
#main section #color_select .color_alignment {
  font-size: 20px;
  margin-top: 0;
  color: #3d3d3d;
}
#main section #color_select ul li:hover img,
#main section #color_select ul li.on img {
  border: 4px #7d0000 solid;
  width: 98.8%;
  max-width: 98.8%;
  height: 93%;
}
#main section #color_select ul li img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#main section #color_select ul li input[type="radio"] {
  display: none;
}

#main section #item_select_1,
#main section #item_select_2,
#main section #item_select_3, {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
#main section #item_select_1.usage_2,
#main section #item_select_1.privacy-policy,
#main section #item_select_1.planning,
#main section #item_select_1.data,
#main section #item_select_1.select,
#main section #item_select_1.finish,
#main section #item_select_2.finish,
#main section #item_select_3.finish,
#main section #item_select_1.building,
#main section #item_select_1.estimate,
#main section #item_select_1.deliver {
  background: none;
  box-shadow: none;
}
#main section #item_select_1.usage_2 > .category div.btns,
#main section #item_select_1.privacy-policy > .category div.btns,
#main section #item_select_1.planning > .category div.btns,
#main section #item_select_1.data > .category div.btns,
#main section #item_select_1.select > .category div.btns,
#main section #item_select_1.finish > .category div.btns,
#main section #item_select_1.building > .category div.btns,
#main section #item_select_1.estimate > .category div.btns,
#main section #item_select_1.deliver > .category div.btns {
  padding: 0;
  background: none;
}
#main section #item_select_1.usage_2 > .category div.btns a,
#main section #item_select_1.privacy-policy > .category div.btns a,
#main section #item_select_1.planning > .category div.btns a,
#main section #item_select_1.data > .category div.btns a,
#main section #item_select_1.select > .category div.btns a,
#main section #item_select_1.finish > .category div.btns a,
#main section #item_select_1.building > .category div.btns a,
#main section #item_select_1.estimate > .category div.btns a,
#main section #item_select_1.deliver > .category div.btns a,
#mailform-popup .btn, #mt-mailform-popup .btn,
#success-popup .btn, #mt-success-popup .btn,
#mailform-popup .btn,
#success-popup .btn,
#btnsubmit  {
  width:150px;
  padding: 7px 25px;
  background: #00065b;
  border-radius: 5px;
  color: #fff;
  float: right;
  text-align: center;
}
#main section #item_select_1.deliver > .category div.btns a.priceDisplay_btn {
  margin-left: 10px;
  width: auto;
}
#btnsubmit {
    width: 190px;
    font-size: 16px;
}
#btnsubmit:disabled {
    background: #4b5192;
}
#mailform-popup .btn, #mt-mailform-popup .btn,
#success-popup .btn, #mt-success-popup .btn,
#mailform-popup .btn,
#success-popup .btn {
  display: block;
  float: none;
  margin: 40px auto;
  border-style: none;
}
input[type="submit" i]:focus{
  outline:none !important;
  border-style: none;
}
#main section #item_select_1.usage_2 > .category div.btns a.back_btn,
#main section #item_select_1.privacy-policy > .category div.btns a.back_btn,
#main section #item_select_1.planning > .category div.btns a.back_btn,
#main section #item_select_1.data > .category div.btns a.back_btn,
#main section #item_select_1.select > .category div.btns a.back_btn,
#main section #item_select_1.finish > .category div.btns a.back_btn,
#main section #item_select_1.building > .category div.btns a.back_btn,
#main section #item_select_1.estimate > .category div.btns a.back_btn,
#main section #item_select_1.deliver > .category div.btns a.back_btn {
  float: left;
}
#main section #item_select_1.usage_2 > .category div.btns a.company_btn,
#main section #item_select_1.privacy-policy > .category div.btns a.company_btn,
#main section #item_select_1.planning > .category div.btns a.company_btn,
#main section #item_select_1.data > .category div.btns a.company_btn,
#main section #item_select_1.select > .category div.btns a.company_btn,
#main section #item_select_1.finish > .category div.btns a.company_btn,
#main section #item_select_1.building > .category div.btns a.company_btn,
#main section #item_select_1.estimate > .category div.btns a.company_btn,
#main section #item_select_1.deliver > .category div.btns a.company_btn {
  background: #898989;
}
#main section #item_select_1.usage_2 > .category div.btns a:hover,
#main section #item_select_1.privacy-policy > .category div.btns a:hover,
#main section #item_select_1.planning > .category div.btns a:hover,
#main section #item_select_1.data > .category div.btns a:hover,
#main section #item_select_1.select > .category div.btns a:hover,
#main section #item_select_1.finish > .category div.btns a:hover,
#main section #item_select_1.building > .category div.btns a:hover,
#main section #item_select_1.estimate > .category div.btns a:hover,
#main section #item_select_1.deliver > .category div.btns a:hover {
  color: #c9c9c9;
}
#main section #item_select_1.usage_2 > .category div.inner,
#main section #item_select_1.privacy-policy > .category div.inner,
#main section #item_select_1.planning > .category div.inner,
#main section #item_select_1.data > .category div.inner,
#main section #item_select_1.select > .category div.inner,
#main section #item_select_1.finish > .category div.inner,
#main section #item_select_2.finish > .category div.inner,
#main section #item_select_3.finish > .category div.inner,
#main section #item_select_1.building > .category div.inner,
#main section #item_select_1.estimate > .category div.inner,
#main section #item_select_1.deliver > .category div.inner {
  position: relative;
  padding: 0 40px 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.4);
}
#main section #item_select_1.usage_2 > .category div.inner.error .box,
#main section #item_select_1.privacy-policy > .category div.inner.error .box,
#main section #item_select_1.planning > .category div.inner.error .box,
#main section #item_select_1.data > .category div.inner.error .box,
#main section #item_select_1.select > .category div.inner.error .box,
#main section #item_select_1.finish > .category div.inner.error .box,
#main section #item_select_2.finish > .category div.inner.error .box,
#main section #item_select_3.finish > .category div.inner.error .box,
#main section #item_select_1.building > .category div.inner.error .box,
#main section #item_select_1.estimate > .category div.inner.error .box,
#main section #item_select_1.deliver > .category div.inner.error .box {
  background-color: #7d0000;
}
#main section #item_select_1.usage_2 > .category div.inner .box,
#main section #item_select_1.privacy-policy > .category div.inner .box,
#main section #item_select_1.planning > .category div.inner .box,
#main section #item_select_1.data > .category div.inner .box,
#main section #item_select_1.select > .category div.inner .box,
#main section #item_select_1.finish > .category div.inner .box,
#main section #item_select_1.building > .category div.inner .box,
#main section #item_select_1.estimate > .category div.inner .box,
#main section #item_select_1.deliver > .category div.inner .box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #898989;
  margin-right: 14px;
}
#main section #item_select_1.usage_2 > .category div.inner .title,
#main section #item_select_1.privacy-policy > .category div.inner .title,
#main section #item_select_1.planning > .category div.inner .title,
#main section #item_select_1.data > .category div.inner .title,
#main section #item_select_1.select > .category div.inner .title,
#main section #item_select_1.finish > .category div.inner .title,
#main section #item_select_1.building > .category div.inner .title,
#main section #item_select_1.estimate > .category div.inner .title,
#main section #item_select_1.deliver > .category div.inner .title {
  font-size: 18px;
  margin: 0;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}
#main section #item_select_1 .category div.inner .title .main-title {
  font-weight: bold;
}
#main section #item_select_1.usage_2 > .category div.inner .title span,
#main section #item_select_1.privacy-policy > .category div.inner .title span,
#main section #item_select_1.planning > .category div.inner .title span,
#main section #item_select_1.data > .category div.inner .title span,
#main section #item_select_1.select > .category div.inner .title span,
#main section #item_select_1.finish > .category div.inner .title span,
#main section #item_select_1.building > .category div.inner .title span,
#main section #item_select_1.estimate > .category div.inner .title span,
#main section #item_select_1.deliver > .category div.inner .title span {
  color: #7d0000;
  font-size: 15px;
}
#main section #item_select_1.usage_2 > .category div.inner table,
#main section #item_select_1.privacy-policy > .category div.inner table,
#main section #item_select_1.planning > .category div.inner table,
#main section #item_select_1.select > .category div.inner table,
#main section #item_select_1.finish > .category div.inner table,
#main section #item_select_1.building > .category div.inner table,
#main section #item_select_1.estimate > .category div.inner table,
#main section #item_select_1.deliver > .category div.inner table{
  margin-left: 16px;
  font-size: 15px;
  width: 100%;
}
#main section #item_select_1.data > .category div.inner table{
  font-size: 15px;
  width: 100%;
}
#mailform-popup table, #mt-mailform-popup table{
  width: 730px;
  margin: 0 auto;
  font-size: 15px;
}
#main section #item_select_1.usage_2 > .category div.inner table td,
#main section #item_select_1.privacy-policy > .category div.inner table td,
#main section #item_select_1.planning > .category div.inner table td,
#main section #item_select_1.data > .category div.inner table td,
#main section #item_select_1.select > .category div.inner table td,
#main section #item_select_1.finish > .category div.inner table td,
#main section #item_select_1.building > .category div.inner table td,
#main section #item_select_1.estimate > .category div.inner table td,
#main section #item_select_1.deliver > .category div.inner table td,
#mailform-popup table td, #mt-mailform-popup table td {
  vertical-align: top;
  padding: 15px 0;
  letter-spacing: 2px;
  position: relative;
  line-height: 32px;
}
#main section #item_select_1.usage_2 > .category div.inner table td p,
#main section #item_select_1.privacy-policy > .category div.inner table td p,
#main section #item_select_1.planning > .category div.inner table td p,
#main section #item_select_1.data > .category div.inner table td p,
#main section #item_select_1.select > .category div.inner table td p,
#main section #item_select_1.finish > .category div.inner table td p,
#main section #item_select_1.building > .category div.inner table td p,
#main section #item_select_1.estimate > .category div.inner table td p,
#main section #item_select_1.deliver > .category div.inner table td p {
  margin: 0;
}
#main section #item_select_1.usage_2 > .category div.inner table td.error:before,
#main section #item_select_1.privacy-policy > .category div.inner table td.error:before,
#main section #item_select_1.planning > .category div.inner table td.error:before,
#main section #item_select_1.data > .category div.inner table td.error:before,
#main section #item_select_1.select > .category div.inner table td.error:before,
#main section #item_select_1.finish > .category div.inner table td.error:before,
#main section #item_select_1.building > .category div.inner table td.error:before,
#main section #item_select_1.estimate > .category div.inner table td.error:before,
#main section #item_select_1.deliver > .category div.inner table td.error:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/check.png) no-repeat center center;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 12px;
}
#main section #item_select_1.usage_2 > .category div.inner table td .btn,
#main section #item_select_1.privacy-policy > .category div.inner table td .btn,
#main section #item_select_1.planning > .category div.inner table td .btn,
#main section #item_select_1.data > .category div.inner table td .btn,
#main section #item_select_1.select > .category div.inner table td .btn,
#main section #item_select_1.finish > .category div.inner table td .btn,
#main section #item_select_1.building > .category div.inner table td .btn,
#main section #item_select_1.estimate > .category div.inner table td .btn,
#main section #item_select_1.deliver > .category div.inner table td .btn {
  margin-left: 20px;
  padding: 9px 25px;
  background: #00065b;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#main section #item_select_1.usage_2 > .category div.inner table td .btn:hover,
#main section #item_select_1.privacy-policy > .category div.inner table td .btn:hover,
#main section #item_select_1.planning > .category div.inner table td .btn:hover,
#main section #item_select_1.data > .category div.inner table td .btn:hover,
#main section #item_select_1.select > .category div.inner table td .btn:hover,
#main section #item_select_1.finish > .category div.inner table td .btn:hover,
#main section #item_select_1.building > .category div.inner table td .btn:hover,
#main section #item_select_1.estimate > .category div.inner table td .btn:hover,
#main section #item_select_1.deliver > .category div.inner table td .btn:hover {
  color: #c9c9c9;
}
#main section #item_select_1.usage_2 > .category div.inner table td input[type="text"],
#main section #item_select_1.privacy-policy > .category div.inner table td input[type="text"],
#main section #item_select_1.planning > .category div.inner table td input[type="text"],
#main section #item_select_1.data > .category div.inner table td input[type="text"],
#main section #item_select_1.select > .category div.inner table td input[type="text"],
#main section #item_select_1.finish > .category div.inner table td input[type="text"],
#main section #item_select_1.building > .category div.inner table td input[type="text"],
#main section #item_select_1.estimate > .category div.inner table td input[type="text"],
#main section #item_select_1.deliver > .category div.inner table td input[type="text"] {
  width: 90%;
  line-height: 28px;
  /** ここからシアトル修正 **/
  height: 30px;
  /** シアトル修正終了 **/
}
#main section #item_select_1.usage_2 > .category div.inner table td span,
#main section #item_select_1.privacy-policy > .category div.inner table td span,
#main section #item_select_1.planning > .category div.inner table td span,
#main section #item_select_1.data > .category div.inner table td span,
#main section #item_select_1.select > .category div.inner table td span,
#main section #item_select_1.finish > .category div.inner table td span,
#main section #item_select_1.building > .category div.inner table td span,
#main section #item_select_1.estimate > .category div.inner table td span,
#main section #item_select_1.deliver > .category div.inner table td span,
#mailform-popup table td span, #mt-mailform-popup table td span {
  color: #7d0000;
}
#main section #item_select_1.usage_2 > .category div.inner p span,
#main section #item_select_1.privacy-policy > .category div.inner p span,
#main section #item_select_1.planning > .category div.inner p span,
#main section #item_select_1.data > .category div.inner p span,
#main section #item_select_1.select > .category div.inner p span,
#main section #item_select_1.finish > .category div.inner p span,
#main section #item_select_1.building > .category div.inner p span,
#main section #item_select_1.estimate > .category div.inner p span,
#main section #item_select_1.deliver > .category div.inner p span {
  font-size: 14px;
}
#main section #item_select_1.usage_2 > .category div.inner p input[type="text"],
#main section #item_select_1.privacy-policy > .category div.inner p input[type="text"],
#main section #item_select_1.planning > .category div.inner p input[type="text"],
#main section #item_select_1.data > .category div.inner p input[type="text"],
#main section #item_select_1.select > .category div.inner p input[type="text"],
#main section #item_select_1.finish > .category div.inner p input[type="text"],
#main section #item_select_1.building > .category div.inner p input[type="text"],
#main section #item_select_1.estimate > .category div.inner p input[type="text"],
#main section #item_select_1.deliver > .category div.inner p input[type="text"] {
  width: 50%;
  margin-right: 20px;
  height: 25px;
}
#main section #item_select_1.usage_2 .category,
#main section #item_select_1.privacy-policy .category,
#main section #item_select_1.data .category,
#main section #item_select_1.finish .category,
#main section #item_select_1.building .category {
  width: 100%;
}
#main section #item_select_1.usage_2 .category div.inner,
#main section #item_select_1.privacy-policy .category div.inner,
#main section #item_select_1.data .category div.inner,
#main section #item_select_1.finish .category div.inner,
#main section #item_select_1.building .category div.inner {
  margin-bottom: 20px;
}
#main section #item_select_1.building .category div.inner .property_agree {
  margin-top: -45px;
  margin-left: 318px;
}
#main section #item_select_1.building .category div.inner .property_agree .property_agree_txt {
  margin: 5px;
}
#main section #item_select_1.building .category div.inner input[readonly] {
  cursor: auto;
  border: 1px solid #999999;
  background-color: #F0F0F0;
  color: #666;
  outline: none;
}
#main section #item_select_1.usage_2 .category div.inner.btns a,
#main section #item_select_1.privacy-policy .category div.inner.btns a,
#main section #item_select_1.data .category div.inner.btns a,
#main section #item_select_1.finish .category div.inner.btns a,
#main section #item_select_1.building .category div.inner.btns a {
  background: #00065b;
  letter-spacing: 3px;
  padding: 10px 25px;
  width: 150px;
  text-align: center;
}
#main section #item_select_1.usage_2 .category div.inner.btns a.back_btn,
#main section #item_select_1.privacy-policy .category div.inner.btns a.back_btn,
#main section #item_select_1.data .category div.inner.btns a.back_btn,
#main section #item_select_1.finish .category div.inner.btns a.back_btn,
#main section #item_select_1.building .category div.inner.btns a.back_btn {
  width: 120px;
}
#main section #item_select_1.usage_2 .category div.inner.btns a:hover,
#main section #item_select_1.privacy-policy .category div.inner.btns a:hover,
#main section #item_select_1.data .category div.inner.btns a:hover,
#main section #item_select_1.finish .category div.inner.btns a:hover,
#main section #item_select_1.building .category div.inner.btns a:hover {
  color: #c9c9c9;
}
#main section #item_select_1.usage_2 .category div.inner table,
#main section #item_select_1.privacy-policy .category div.inner table,
#main section #item_select_1.data .category div.inner table,
#main section #item_select_1.finish .category div.inner table,
#main section #item_select_1.building .category div.inner table {
  padding: 40px 0;
}
#main section #item_select_1.usage_2 .category div.inner table td,
#main section #item_select_1.privacy-policy .category div.inner table td,
#main section #item_select_1.data .category div.inner table td,
#main section #item_select_1.finish .category div.inner table td,
#main section #item_select_1.building .category div.inner table td {
  padding: 20px 0;
}
#main section #item_select_1.finish .category div.inner {
  padding: 30px 50px;
}
#main section #item_select_1.finish .category div.inner .text {
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 1px;
}
#main section #item_select_1.finish .category div.inner .text a {
  color: #00065b;
}
#main section #item_select_1.select .category div.inner {
  margin: 0;
}
#main section #item_select_1.select .category div.inner .box {
  background: #c9c9c9;
}
#main section #item_select_1.select .category div.inner .box.focus {
  background: #7d0000;
}
#main section #item_select_1.select .category div.inner .box.done {
  background: url(../images/check_white.png) #707070 no-repeat center center;
}
#main section #item_select_1.select .category div.inner .box.done p {
  display: none;
}
#main section #item_select_1.select .category div.inner .box p {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#main section #item_select_1.select .category div.inner > a {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 40px;
  color: #3d3d3d;
}
#main section #item_select_1.select .category div.inner > ul {
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  overflow: hidden;
}
#main section #item_select_1.select .category div.inner > ul li {
  float: left;
  width: 33.33%;
}
#main section #item_select_1.select .category div.inner > ul > span {
  display: block;
  margin: 0px;
  text-align: center;
  width: 66%;
  font-size: 12px;
  letter-spacing: 1px;
}
#main section #item_select_1.select .category div.inner > ul li > p {
  margin: 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
#main section #item_select_1.select .category div.inner > ul li.on table {
  background: #ddddde;
}
#main section #item_select_1.select .category div.inner > ul li.on table th {
  background: #333;
}
#main section #item_select_1.select .category div.inner > ul li.on:hover table {
  background: #ddddde;
}
#main section #item_select_1.select .category div.inner > ul li.on:hover table th {
  background: #333;
}

/** シアトル追記**/
#main section #item_select_1.select .category div.inner > ul li.standard:hover table {
  background: #fff;
}
/** シアトル追記終了**/

#main section #item_select_1.select .category div.inner > ul li:hover table {
  background: #f5f5f5;
}
#main section #item_select_1.select .category div.inner > ul li:hover table th {
  background: #666;
}
#main section #item_select_1.select .category div.inner > ul li table {
  margin: 0;
  border-spacing: 0px;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

#main section #item_select_1.select .category div.inner > ul li table th {
  text-align: center;
  vertical-align: middle;
  background: #a0a0a0;
  width: 60px;
  height: 60px;
}
#main section #item_select_1.select .category div.inner > ul li table td {
  padding: 3px;
  vertical-align: middle;
}
/* option in kitchen item select screen */
#main section #item_select_1.select .category .option-comp div.inner > ul li table tr:first-child {
  height: 74px;
}
/* item select screen */
#main section #item_select_1.select .category div.inner > ul li table tr:last-child {
  height: 40px;
}
/* option in kitchen item select screen */
#main section #item_select_1.select .category .option-comp div.inner > ul li table tr:last-child {
  height: 40px;
}
#main section #item_select_1.select .category div.inner > ul li table td img {
  //width: 100%;
  vertical-align: middle;
  display: block;
  margin: auto;
  width: 150px;
  height: 100px;
}
#main section #item_select_1.select .category div.inner > ul li table td p {
  margin: 0 10px;
  line-height: 1.2;
  word-break: break-all;
}
#main section #item_select_1.select .category div.outer {
  padding-bottom: 10px;
  border-left: 5px solid #c9c9c9;
}
#main section #item_select_1.select .category div.outer:last-of-type {
  border-bottom: 5px solid #c9c9c9;
  padding-bottom: 0;
}
#main section #item_select_1.select .category div.outer.focus {
  border-left: 5px solid #7d0000;
}
#main section #item_select_1.select .category div.outer.focus:last-of-type {
  border-bottom: 5px solid #7d0000;
}
#main section #item_select_1.select .category div.outer.done {
  border-left: 5px solid #707070;
}
#main section #item_select_1.select .category div.outer.done:last-of-type {
  border-bottom: 5px solid #707070;
}
#main section #item_select_1.select .list2 div ul li {
  padding: 5px 0;
  // height: 50px;
  min-height: 70px;
}
#main section #item_select_1.select .list2 div ul li p {
  font-size: 15px;
}
#main section #item_select_1.select .list2 div ul li p.price {
  bottom: 5px;
}
#main section #item_select_1.select .list2 div ul li p.item {
  //position: absolute;
  left: 0;
  bottom: 5px;
}
#main section #item_select_1.select .list2 div ul li.total p {
  font-size: 15px;
}
#main section #item_select_1.select .list2 div ul li.total p.price {
  font-size: 15px;
}
#main section #item_select_1.data .pdf_btn, .pdf_btn {
  background: #003567;
  color: #fff;
  border: none;
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
#main section #item_select_1.data .old_pdf_btn, .old_pdf_btn {
  background: #5e6cbf;
  color: #fff;
  border: none;
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  margin:5px 0 0 5px;
}
#main section #item_select_1.data .pdf_btn:hover {
  color: #c9c9c9;
}
#main section #item_select_1.data .dxf_btn {
  background: #7d0000;
  color: #fff;
  border: none;
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}
#main section #item_select_1.data .dxf_btn:hover {
  color: #c9c9c9;
}
#main section #item_select_1.data .category div.inner table {
  padding: 10px 0;
  font-size: 14px;
  border-collapse: collapse;
}
#main section #item_select_1.data .category div.inner table th {
  text-align: center;
  border: solid 1px #939393;
  vertical-align: middle;
  padding: 10px;
  background-color: #ccc;
}
#main section #item_select_1.data .category div.inner table td {
  text-align: center;
  border: 1px solid #939393;
  vertical-align: middle;
  padding: 10px;
}
#main section #item_select_1.planning .category .img {
  position: relative;
  margin: 0 0 10px;
}
#main section #item_select_1.planning .category .img img {
  vertical-align: middle;
}
#main section #item_select_1.planning .category .img .ps {
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
#main section #item_select_1.planning .category ul {
  overflow: hidden;
}
#main section #item_select_1.planning .category ul li {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
#main section #item_select_1.planning .category ul li p {
  font-size: 13px;
  letter-spacing: 0;
}
#main section #item_select_1.planning .category ul li.width_3 {
  width: 490px;
}
#main section #item_select_1.planning .category ul li.width_4 {
  width: 100%;
  margin: 0;
}
#main section #item_select_1.planning .category ul li.width_4 div {
  float: left;
  margin-right: 15px;
  min-height: 250px;
}
#main section #item_select_1.planning .category ul li h3 {
  font-size: 15px;
  font-weight: normal;
}
#main section #item_select_1.planning .list2 div ul li {
  padding: 5px 0;
  height: auto;
}
#main section #item_select_1.planning .list2 div ul li p {
  color: #333;
  font-size: 13px;
  margin: 5px 0;
}
#main section #item_select_1.planning .list2 div ul li p.item {
  text-align: right;
}
#main section #item_select_1.planning .list2 div ul li:last-of-type {
  border: none;
}
#main section #item_select_1.history {
  background: none;
  box-shadow: none;
}
#main section #item_select_1.history .category {
  width: 100%;
}
#main section #item_select_1.history .category .form {
  width: 100%;
}
#main section #item_select_1.history .category .form tr th {
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
}
#main section #item_select_1.history .category .form tr td {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0;
  font-size: 13px;
}
#main section #item_select_1.history .category .pagination {
  float: right;
  margin-top: 30px;
}
#main section #item_select_1.history .category .pagination a {
  color: #898989;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}
#main section #item_select_1.history .category .pagination a.on {
  color: #333;
}
#main section #item_select_1.history .category .pagination a.next {
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  position: relative;
}
#main section #item_select_1.history .category .pagination a.next:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-left-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-right-width: 0;
  border-left-color: #c9c9c9;
}
#main section #item_select_1.history .category .pagination a.prev {
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  position: relative;
}
#main section #item_select_1.history .category .pagination a.prev:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-right-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-left-width: 0;
  border-right-color: #c9c9c9;
}
#main section #item_select_1.history .category .btns {
  float: left;
  margin-top: 30px;
}
#main section #item_select_1.history .category .btns .back_btn {
  width: 200px;
}
#main section #item_select_1.history .category .btns .back_btn:hover {
  color: #c9c9c9;
}
#main section #item_select_1.usage_2 .category div.inner > p,
#main section #item_select_1.privacy-policy .category div.inner > p,
#main section #item_select_1.usage_2 .category div.inner ul li,
#main section #item_select_1.privacy-policy .category div.inner ul li {
  font-size: 14px;
  line-height: 2.2;
  margin-left: 16px;
}
#main section #item_select_1.scta {
  background: none;
  box-shadow: none;
}
#main section #item_select_1.scta .category {
  width: 100%;
}
#main section #item_select_1.scta .category .form {
  width: 100%;
}
#main section #item_select_1.scta .category .form tr th {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: top;
}
#main section #item_select_1.scta .category .form tr td {
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
  font-size: 13px;
  line-height: 2;
}
#main section #item_select_1 #generate_msg_MT{
  color: white;
  border: solid 1px;
  border-radius: 6px;
  /* float: right; */
  text-align: center;
  padding: 7px 25px;
  border-color: #983e00;
  background: #983e00;
}
#main section #item_select_1 .public_flg{
  float:right;
  line-height: 1;
  margin: 10px 0;
}
#main section #item_select_1 .public_flg span{
   vertical-align: top;
   line-height: 30px;
}
#main section #item_select_1.scta .category .form tr.last th,
#main section #item_select_1.scta .category .form tr.last td {
  border: none;
}
#main section #item_select_1.usage_1 {
  background: none;
  box-shadow: none;
}
#main section #item_select_1.usage_1 .category {
  width: 100%;
}
#main section #item_select_1.usage_1 .category > p {
  font-size: 13px;
}
#main section #item_select_1.usage_1 .category table td {
  vertical-align: top;
}
#main section #item_select_1.usage_1 .category table td.first h3,
#main section #item_select_1.usage_1 .category table td.first img,
#main section #item_select_1.usage_1 .category table td.first p {
  margin-left: 0;
}
#main section #item_select_1.usage_1 .category table td.history {
  background: #fff;
  padding: 20px;
}
#main section #item_select_1.usage_1 .category table td.history img {
  vertical-align: middle;
  margin-right: 20px;
  float: left;
}
#main section #item_select_1.usage_1 .category table td.history h3 {
  padding-top: 30px;
}
#main section #item_select_1.usage_1 .category table td.history p {
  margin: 0;
}
#main section #item_select_1.usage_1 .category table td img {
  border: 1px solid #bfbfbf;
  margin: 0 0 10px 65px;
  padding: 0;
}
#main section #item_select_1.usage_1 .category table td h3 {
  margin: 0 0 3px 65px;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
}
#main section #item_select_1.usage_1 .category table td p {
  font-size: 13px;
  margin: 0 0 60px 65px;
  padding: 0;
}
#main section #item_select_1 .category {
  float: left;
  width: 75%;
}
#main section #item_select_1 .category .ordered5 .contents,
#main section #item_select_1 .category .ordered6 .contents,
#main section #item_select_1 .category .ordered7 .contents,
#main section #item_select_1 .category .ordered8 .contents,
#main section #item_select_1 .category .number .contents,
#main section #item_select_1 .category .buliding .contents,
.announceText {
  margin-left: 16px;
  float: left;
}
#main section #item_select_1 .category .ordered5 .contents h3,
#main section #item_select_1 .category .number .contents h3,
#main section #item_select_1 .category .buliding .contents h3 {
  font-size: 21px;
}
#main section #item_select_1 .category .ordered4 .text,
#main section #item_select_1 .category .ordered5 .contents .text,
#main section #item_select_1 .category .ordered6 .text,
#main section #item_select_1 .category .ordered7 .text,
#main section #item_select_1 .category .ordered8 .text,
#main section #item_select_1 .category .number .contents .text,
#main section #item_select_1 .category .buliding .contents .text {
  font-size: 12px;
}

#main section #item_select_1 .category .ordered5 .contents .note,
#main section #item_select_1 .category .number .contents .note,
#main section #item_select_1 .category .buliding .contents .note {
  font-size: 13px;
}

#main section #item_select_1 .category .ordered4 .btn.pdf,
#main section #item_select_1 .category .number .btn,
#main section #item_select_1 .category .buliding .btn,
#category .ordered6 .building_pdf_field .btn,
#category .ordered6 .kitchen_panel_field .btn,
#category .ordered6 .process_sheet_field .btn {
  margin: 20px 0;
  background: #00065b;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 25px;
  text-decoration: none;
  float: right;
}
.download_btn{
  float: right;
  margin: 25px 0;
}
.download_btn .btn_pdf {
  background: #003567;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 25px;
  text-decoration: none;
}
.download_btn .btn_dxf {
  background: #7d0000;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 25px;
  text-decoration: none;
}
#main section #item_select_1 .category .number .cflg_btn{
  width: 263px;
  text-align: center;
  margin: 25px 15px 10px;
}
#main section #item_select_1 .category .ordered4 .btn:hover,
#main section #item_select_1 .category .number .btn:hover,
#main section #item_select_1 .category .buliding .btn:hover {
  color: #c9c9c9;
}
#main section #item_select_1 .category .item table.tg {
  width: 100%;
}
#main section #item_select_1 .category .item table.tg td {
  padding: 15px 0 15px 16px;
  font-size: 15px;
}
.space {
  width: 100px;
}
#main section #item_select_1 .category .item table.tg td.pdf a {
  background: #003567;
  color: #fff;
  border: none;
  padding: 2px 10px;
  text-decoration: none;
  float: right;
  border-radius: 3px;
}
#main section #item_select_1 .category .item table.tg td.pdf a:hover {
  color: #c9c9c9;
}
#main section #item_select_1 .category .item table.tg td.dxf a {
  background: #7d0000;
  color: #fff;
  border: none;
  padding: 2px 10px;
  text-decoration: none;
  float: right;
  border-radius: 3px;
}
#main section #item_select_1 .category .item table.tg td.dxf a:hover {
  color: #c9c9c9;
}
#main section #item_select_1 .category .item p.total {
  float: right;
  font-size: 20px;
  margin: 40px 0;
}
#main section #item_select_1 .category .item p.total span {
  font-size: 14px;
  margin-right: 20px;
}
#main section #item_select_1 .category > .btns {
  padding: 0;
  background: none;
}
#main section #item_select_1 .category > .btns .back_btn {
  width: 150px;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 0;
  text-decoration: none;
  float: left;
  clear: both;
  text-align: center;
}
#main section #item_select_1 .category > ul {
  margin: 0;
}
#main section #item_select_1 .category > ul li {
  float: left;
}
/*#main section #item_select_1 .category > ul li:hover {
  background: #dcdcdc;
}*/
#main section #item_select_1 .category > ul li a {
  text-decoration: none;
  color: #333;
}
#main section #item_select_1 .category > ul li a img {
  vertical-align: bottom;
}
#main section #item_select_1 .category > ul li p {
  margin: 0;
  padding: 10px 5px 30px;
  border-right: 1px solid #eee;
}
#main section #item_select_1 .list {
  //float: right;
  //width: 22%;
  //padding: 15px 1.5%;
}
#main section #item_select_1 .list h3 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 18px;
}
#main section #item_select_1 .list ul {
  margin: 0;
}
#main section #item_select_1 .list ul li {
  border-bottom: 1px solid #eee;
  height: 55px;
  position: relative;
}
#main section #item_select_1 .list ul li p {
  margin: 0;
  font-size: 15px;
  color: #cdcdcd;
}
#main section #item_select_1 .list ul li p.price {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main section #item_select_1 .list ul li a {
  display: none;
  position: absolute;
  top:21px;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 10px;
  text-decoration: none;
  color: white;
}

#main section #item_select_1 .list ul li a.edit {
  background-color: #1b5d9b;
}

#main section #item_select_1 .list ul li a.remove {
  background-color: #c51b1b;
  left: 58px;
}

#main section #item_select_1 .list ul li a.edit:hover,
#main section #item_select_1 .list ul li a.remove:hover {
  color: #c9c9c9;
}

#main section #item_select_1 .list ul li.done a,
#main section #item_select_1 .list ul li.total a {
  display: inline-block;
}
#main section #item_select_1 .list ul li.done p,
#main section #item_select_1 .list ul li.total p {
  color: #333;
}
#main section #item_select_1 .list ul li.done p.price,
#main section #item_select_1 .list ul li.total p.price {
  display: block;
}

#main section #item_select_1 .list ul li.total {
  padding-top: 10px;
  border: none;
}
#main section #item_select_1 .list ul li.total p.price {
  font-weight: bold;
}
#main section #item_select_1 .list2 {
  float: right;
  width: 24%;
}
#main section #item_select_1 .list2 div {
  background: #fff;
  padding: 15px;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.4);
}
#main section #item_select_1 .list2 div h3 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 18px;
}
#main section #item_select_1 .list2 div ul {
  margin: 0;
}
#main section #item_select_1 .list2 div ul li {
  border-bottom: 1px solid #eee;
  min-height: 65px;
  position: relative;
  padding: 25px 0;
}
#main section #item_select_1 .list2 div ul li p {
  margin: 0;
  font-size: 15px;
  color: #cdcdcd;
}
#main section #item_select_1 .list2 div ul li p.price {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 0;
}
#main section #item_select_1 .list2 div ul li a {
  display: none;
  position: absolute;
  top: 5px;
}
#main section #item_select_1 .list2 div ul li a.edit {
  background: url(../images/edit_btn.png) no-repeat center center;
  width: 13px;
  height: 13px;
  right: 20px;
}
#main section #item_select_1 .list2 div ul li a.remove {
  background: url(../images/remove_btn.png) no-repeat center center;
  width: 13px;
  height: 13px;
  right: 0px;
}
#main section #item_select_1 .list2 div ul li.done a,
#main section #item_select_1 .list2 div ul li.total a {
  display: inline-block;
}
#main section #item_select_1 .list2 div ul li.done p,
#main section #item_select_1 .list2 div ul li.total p {
  color: #333;
}
#main section #item_select_1 .list2 div ul li.done p.price,
#main section #item_select_1 .list2 div ul li.total p.price {
  display: block;
}
#main section #item_select_1 .list2 div ul li.total {
  border: none;
}
#main section #item_select_1 .list2 div ul li.total p {
  font-size: 18px;
}
#main section #item_select_1 .list2 div ul li.total p.price {
  font-size: 18px;
}
#main section #item_select_1 .list2 .next_btn {
  width: 100%;
  padding: 7px 0;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0;
}
#main section #item_select_1 .next_btn {
  background: #00065b;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 7px 25px;
  text-decoration: none;
  float: right;
  margin: 40px 0;
}
#main section #item_select_1 .next_btn:hover {
  color: #c9c9c9;
}
#main section .main_content {
  clear: both;
}
#login {
  background: url(../images/login_bg.jpg) no-repeat center center;
  background-size: 100%;
  min-width: 1045px;
  min-height: 680px;
  overflow: hidden;
}
#login section {
  width: 1045px;
  margin: 0px auto 0;
  display: table;
}
#login section .outer {
  display: table-row;
}
#login section .outer .inner {
  display: table-cell;
  vertical-align: middle;
}
#login section .outer .inner h1 {
  margin: 50px 60px;
}
#login section .outer .inner table {
  background: rgba(246, 246, 246, 0.4);
  width: 100%;
  padding: 5% 20%;
  color: #fff;
  font-size: 15px;
}
#login section .outer .inner table td {
  padding: 10px 0;
  letter-spacing: 1px;
}
#login section .outer .inner table input[type="button"] {
  background: #00065b;
  padding: 5px 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 15px;
}
#login section .outer .inner table input[type="button"]:hover {
  color: #c9c9c9;
}
#login section .outer .inner table input[type="text"] {
  width: 100%;
  line-height: 25px;
}
#login section .outer .inner table input[id="customer-id-msg"] {
    width: 98%;
}
#login section .outer .inner table #message {
    width: 98%;
}
#login section .outer .inner p {
  margin: 30px auto;
  padding: 35px 0;
  text-align: center;
  font-size: 15px;
  color: #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
#login section .outer .inner p a {
  color: #fff;
}
#login footer {
  background: #f6f6f6;
  padding-top: 20px;
  bottom: inherit;
  min-width: 980px;
}
#main section .wrapper {
  text-align: left;
}
#main section .wrapper #contents {
  width: 80%;
  float: left;
}
#main section .wrapper #contents h2 {
  font-size: 15px;
  float: none;
  letter-spacing: 0px;
  font-weight: 900;
}
#main section .wrapper #contents p {
  font-size: 14px;
}
#main section .wrapper #contents .clearfx .tel_list {
  float: left;
  height: 80px;
  width: 50%;
}
#main section .wrapper #contents .clearfx .tel_list h4 {
  margin-bottom: 5px;
  padding-left: 4px;
  border-left: 3px solid #CCCCCC;
}
#main section .wrapper #contents .attention em {
  font-size: 14px;
  color: #990000;
  font-style: normal;
}
#main section .wrapper #contents table {
  width: 100%;
}
#main section .wrapper #contents table th {
  padding: 15px;
  border-right: 1px solid #CCCCCC;
  width: 200px;
  font-size: 14px;
}
#main section .wrapper #contents table th em {
  font-size: 11px;
  color: #990000;
  font-style: normal;
}
#main section .wrapper #contents table td {
  padding: 15px;
  font-size: 14px;
  width: 250px;
}
#main section .wrapper #contents table td input {
  height: 28px;
}
#main section .wrapper #contents table td dl {
  margin: 0 5px;
  float: left;
}
#main section .wrapper #contents table td dl dt {
  margin-right: 2px;
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
#main section .wrapper #contents table td dl dd {
  float: right;
  margin-left: 7px;
}
#main section .wrapper #contents table td dl dd input {
  height: 28px;
}
#main section .wrapper #contents table td li {
  margin-right: 4px;
  float: left;
}
#main section .wrapper #contents div input {
  width: 220px;
  font-size: 13px;
  padding: 5px;
  margin-left: 20px;
  padding: 9px 25px;
  background: #00065b;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border: none;
}

/** シアトル追記 **/
#ewFix1 {
  width: 190px;
}

#ewFix2 {
  width: 220px; 
}


.tend-op-price {
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    line-height: 0px !important;
}

.item-detail {
    height:60px;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 20px !important;
}


.editItem {
  float: right;
  margin-right: 2px;
  padding: 2px 3px;
  background-color: #1b5d9b;
  color: white !important;
  font-size: 13px;
  font-weight: bold;
  visibility: hidden;
}

.removeItem {
  float: right;
  margin: 0px;
  padding: 2px 3px;
  background-color: #c51b1b;
  color: white !important;
  font-size: 13px;
  font-weight: bold;
  visibility: hidden;
}

.editItem:hover,
.removeItem:hover {
  color: #c9c9c9 !important;
}

p.catalogNote {
    font-size: 12px;
    padding-top: 5px;
    line-height:normal;
    font-weight:bold;
    color:#222113;
}

div.warning {
    float:left;
    padding-left:30px;
    color:#f00;
}

.sizePadding1 {
    padding:15px 0px 0px 0px !important;
}

.sizePadding2 {
    padding:30px 0px 0px 0px !important;
}


.colorPadding {
    padding:15px 0px 0px 0px !important;
}

.topPadding {
    padding:30px 0px 0px 0px !important;
}

.noPadding {
    padding:0px !important;
}

 #main section #item_select_1 .category div.inner table.table-manual {
   width: 100%;
   margin-left: 0px;
   margin-top: 15px;
}

#main section #item_select_1 .category div.inner table.table-manual th#kitchen-backset,
#main section #item_select_1 .category div.inner table.table-manual th#tenderwall,
#main section #item_select_1 .category div.inner table.table-manual th#furniture,
#main section #item_select_1 .category div.inner table.table-manual th#housework-desk,
#main section #item_select_1 .category div.inner table.table-manual th#kitchen,
#main section #item_select_1 .category div.inner table.table-manual th#backset,
#main section #item_select_1 .category div.inner table.table-manual th#kitchen-backset-common {
   font-weight: bold;
   background-color: #fff;
}

#main section #item_select_1 .category div.inner table.table-manual td.manual-item {
   text-align: left;
}

.tooltip {
   display: inline-block !important;
   position: absolute !important;
   background-color: #fff;
   border: solid 1px;
}

.emphasis{
    color:#ff0000 !important;
}

.colorSeries {
  min-height: initial!important;
}

.colorSeries img{
  border:#bebebe solid 1px;
}

.colorConfirmColorSeries {
  border:#bebebe solid 1px;
}

.discountOldPrice{
    text-decoration:line-through;
}

.discountNewPrice{
    color:red !important;
}

.discountTotal{
    min-height: 0px !important;
    border:0px !important;
}

table.constructTable{
    border-collapse:separate;
    border-spacing:0px;
    font-size:12px !important;
    margin:0px !important;
    width:100% !important;
}

table.constructTable th.none1{ 
    border: 0px #000000 solid !important;
    border-bottom: 1px #939393 solid !important;
    background-color: #FFFFFF;
}

table.constructTable th.none2{
    border: 0px #000000 solid !important;
    border-right: 1px #939393 solid !important;
    border-bottom: 1px #939393 solid !important;
    background-color: #FFFFFF;
}

table.constructTable th{
    border: 1px #939393 solid !important;
    border-left: 0px #939393 solid !important;
    vertical-align:middle !important;
    padding:0px !important;
    line-height:20px !important;
    word-break: break-all;
    text-align: center;
    background-color: #CCCCCC;
}

table.constructTable td{
    height:40px;
    border: 1px #939393 solid !important;
    border-top: 0px #939393 solid !important;
    border-left: 0px #939393 solid !important;
    vertical-align:middle !important;
    padding:2px !important;
    line-height:20px !important;
    text-align: center;
    word-break: break-all;
}

table.constructTable td.select{
    border: 1px #939393 solid !important;
    border-top: 0px #939393 solid !important;
    border-right: 0px #939393 solid !important;
    background-color: #CCCCCC;
    font-size:12px !important;
}

table.constructTable td.title{
    border: 1px #939393 solid !important;
    border-top: 0px #939393 solid !important;
    background-color: #CCCCCC;
    font-size:12px !important;
}

table.sumiOptionTable {
  border-collapse:separate;
  border-spacing:0px;
  font-size:12px !important;
  margin:15px 0px 0px 0px !important;
}

table.sumiOptionTable th.none {
  border: 0px #000000 solid !important;
  border-bottom: 1px #939393 solid !important;
  border-right: 1px #939393 solid !important;
  background-color: #FFFFFF;
}

table.sumiOptionTable th{
  border: 1px #939393 solid !important;
  border-left: 0px #939393 solid !important;
  vertical-align:middle !important;
  padding:0px !important;
  line-height:20px !important;
  word-break: break-all;
  text-align: center;
  background-color: #CCCCCC;
}

table.sumiOptionTable td{
  height:40px;
  border: 1px #939393 solid !important;
  border-top: 0px #939393 solid !important;
  border-left: 0px #939393 solid !important;
  vertical-align:middle !important;
  padding:2px !important;
  line-height:20px !important;
  text-align: center;
  word-break: break-all;
}

table.sumiOptionTable td.select{
  border: 1px #939393 solid !important;
  border-top: 0px #939393 solid !important;
  background-color: #CCCCCC;
}

table.sumiOptionTable td.title{
  border: 1px #939393 solid !important;
  border-top: 0px #939393 solid !important;
  border-left: 0px #939393 solid !important;
  background-color: #CCCCCC;
  font-size:12px !important;
}

fieldset {
    width:600px;
    padding-left:30px;
    margin-top:25px;
}

img.furnitureopxionImg{
    height:150px !important;
    width:auto !important;
}

/* 取付動画画面 */
div.video-wrapper {
  margin: 0 0 80px 0;
}
span.video-title {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 60px 8px 12px;
  /*border: 1px solid #bbb;*/ 
}
div.video-content {
  text-align: center;
  margin: 30px 0 15px;
}

div.video-extra > p > span {
  font-size: 16px;
  padding: 8px 12px;  
}

div.video-extra.main {
  float: left;
  max-width: 55%;
  margin: 0 0 0 5%;
  font-weight: bold;

  border: 1px solid #bbb;
}
div.video-extra.sub {
  float: left;
  text-align: center;
  width: 20%;
  border: 1px solid #bbb;
}
div.video-back  {
  text-align: right;
}

/* スマホのみ表示するコンテンツ　*/
.mobile_show {
  display: none;
}
/** シアトル追記終了 **/
#loading {
  width: 1190px;
  margin: 200px auto;
  text-align: center;
}
#loading img {
  width: 50px;
}

/*for handle color on color-select*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}
.multi-color {
  width: 662px;
  border: 1px solid #a0a0a0;
  margin-right:2px;
}
.multi-color-confirm {
  border: 1px solid #a0a0a0;
  margin-right:2px;
  width: 456px;
}
.multi-color-worktop {
  width: 99%;
}
.innerContainer {
  display: flex;
}

.sameClass {
  width: 50%;
}
/* .img-color {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  text-align: center;
  margin: 0;
  padding: 10px 0 3px;
}
.img-color img{
  display: block;
  padding: 3.5px 97px;
} */
/* .img-color .img-color-confirm{
  padding: 3.5px 37px !important;
} */
#item-loading {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.504);
  z-index: 99;
}
#item-loading-image {
  z-index: 100;
}
.htimg_color {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  padding: 10px 90px 9.8px;
  margin: 0;
}
.beimg_color {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  padding: 10.5px 90px 9.8px;
  margin: 0;
}
.textCenter {
  text-align: center;
}

.selectOption {
  width: 100%;
  padding: 20px;
}
.selectOptionItem
  {
  width: 91%;
  display: block;
  margin: 0 auto;
}
.htimg_name {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.beimg_name {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.multi-color h5.textCenter {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
.multi-color-confirm h5.textCenter {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

.padB {
  padding-bottom: 4px;
}

.unavailable-item-disabled {
    background-color: gray;
}
.unavailable-item-disabled:hover table{
    background-color: gray !important; 
}
.unavailable-item-disabled-img {
    opacity: 0.5;
}

.unavailable-item-disabled-img:hover {
    opacity: 0.5 !important;
}

/*For firefox Browser only*/
@-moz-document url-prefix() {
  .selectOption {
    padding: 19.3px;
  }
}

/*For Microsoft Edge only*/
@supports (-ms-ime-align:auto) {
  .selectOption {
    padding: 19.5px;
  }
}

/*For Internet explore only*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .selectOption {
    padding: 19.7px;
  }
}

.color-confirm-padding {
  padding-top: 14.4px;
  padding-bottom: 14.4px;
}

.margin-left-unset {
  margin-left: 0;
}

.color_img {
  width: 165px;
  height: 165px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.color_img img {
  padding: 10px;
  margin: auto;
  display: block;
}

.color_img .color_select_img {
  height: 145px;
}

.color_img .handle_color {
  margin: 11.5% auto;
}

.img-border {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}


/* Large desktop */
@media (min-width: 1200px) {
 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .wrapper {
    width: 98%;
  }
  #main section #color_select ul li {
      width: 48%;
      max-width: 48%;
      padding-right: 4%;
      height: auto;
  }

  #main section #color_select ul li:hover img,
  #main section #color_select ul li.on img {
    border: 4px #7d0000 solid;
    width: 98%;
    max-width: 98%;
  }

  #main section #color_select ul li:nth-child(2n+0) {
      padding-right: 0;
  }
  #main section #color_select ul li:nth-child(3) {
    padding-right: 4%;
  }

  #main section #color_select ul li:nth-child(n+4) {
    margin-top: 1rem;
  }

  #main section #color_select ul li:nth-child(3n+0) {
          margin-top: 1rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .wrapper {
    width: 98%;
  }
  #main section #color_select ul li {
      width: 48%;
      max-width: 48%;
      padding-right: 4%;
  }

  #main section #color_select ul li:hover img,
  #main section #color_select ul li.on img {
    border: 4px #7d0000 solid;
    width: 98%;
    max-width: 98%;
    height: 93%;
  }

  #main section #color_select ul li:nth-child(2n+0) {
          padding-right: 0;
  }
  #main section #color_select ul li:nth-child(3) {
    padding-right: 4%;
  }

  #main section #color_select ul li:nth-child(n+4) {
    margin-top: .8rem;
  }

  #main section #color_select ul li:nth-child(3n+0) {
      margin-top: 0.8rem;
  }
}

/*Landscape phones and down*/
@media (max-width: 480px) {
  #main section #color_select ul li {
      width: 98%;
      max-width: 98%;
      padding-right: 0;
      margin: 0 auto;
  }

  #main section #color_select ul li:hover img,
  #main section #color_select ul li.on img {
    border: 4px #7d0000 solid;
    width: 98%;
    max-width: 98%;
    height: 93%;
  }

  #main section #color_select ul li:nth-child(2n) {
        margin-top: .5rem;
  }
  #main section #color_select ul li:nth-child(3) {
    padding-right: 0;
  }
  #main section #color_select ul li:nth-child(n+4) {
    margin-top: .5rem;
  }
  #main section #color_select ul li:nth-child(3n+0) {
      margin-top: .5em;
  }
}
/*Menu bar warning message overflow parent div*/
.extended-content-container {
  width: 500%;
  margin-top: 5%;
}

.extended-content-container p{
  margin: 0 0 0 10px;
}

.full-page-width {
  overflow: hidden;
}

p.c_flg_para {
  line-height: 1.8;
  color: red;
}

a.red_text {
  color: red !important;
}

#drawing_file {
  width: 130px;
  color: white;
  float: right;
  border: solid 1px #983e00;
  border-radius: 6px;
  padding: 1px 10px;
  background: #983e00;
  font-size: 11px;
  line-height: 2;
}

/* guest transfer new site div*/
.sale-close-content {
  text-align: center;
  margin: 100px;
}

/* placeholder design */
::placeholder {
  opacity: 0.5;
}

.constructionInfo {
  padding: 5px;
  height:35px; 
  resize: none; 
}

.announceText {
  color: red;
}
#btn_planning_with_announce {
  margin-top: -58px !important;
}

.announceTextCflag {
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}

.reorder-reestimate-disable-btn {
  background: #00065b;
  color: #fff !important;
  border-radius: 5px;
  border: none;
  width: 60px;
  cursor: pointer;
}

.reorder-reestimate-disable-btn:disabled {
  opacity: 0.5;
}

.coupon-data {
  width: 660px;
  background-color: white;
  padding: 20px;
  margin: auto;
}

.coupon-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.coupon-header {
  background-color:#CCCCCC;
  font-size: 15px;
  border: 1px solid gray;
  text-align: center;
  margin-bottom: 10px;
}

.coupon-none1 {
  width: 170px;
}

.coupon-data table,
.block2 table {
  border-collapse: collapse;
}

.coupon-data td,
.block2 td {
  border: 1px solid gray;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.block2 td {
  padding: 0 !important;
  letter-spacing: 0px !important;
}

.bulk_TJM_ASSEMBLE_notice {
  color: red;
  font-size: 10px;
  margin-left: 35px;
}

.omenu_text {
  color: red;
  font-size: 9px;
  letter-spacing: 1px;
}

.p-left-16-usage {
  padding-left: 16px;
}