@charset "UTF-8";
.mb200 {
  padding-bottom: 200px !important;
}

/********************PDF start**************************/
#pdfwrapper {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft25 {
  font-size: 25px;
}

.ft30 {
  font-size: 30px;
}

.ft45 {
  font-size: 45px;
}

.bg_red {
  background-color: #3399FF;
}

.hatyumidasi {
  width: 480px !important;
}

.pside {
  padding: 10 10px;
}

.listname {
  font-size: 25px;
}

.name {
  width: 80%;
}

.kazu {
  width: 10%;
}

.bikou {
  width: 40%;
}

.pddin_tb {
  padding: 10px !important;
}

#pdflist .name {
  width: 50%;
  text-align: center;
}

#pdflist .kazu,
#pdflist .total {
  width: 10%;
  text-align: center;
}

#pdflist .bikou {
  width: 30%;
  text-align: center;
}

#pdf_tittle {
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
  border-bottom: #000 solid 2px;
  font-size: 30px;
}

#pdftable, #pdfmeisai {
  width: 100%;
  margin-top: 10px;
}

#pdftable tr, td {
  padding: 5px 0;
}

#pdftable td {
  width: 20%;
}

#tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 5px;
  height: 30px;
  margin-top: 25px;
}

.w5 {
  width: 5% !important;
}

.w_meisai_name {
  width: 460px;
  text-align: center;
}

.w_meisai_price {
  width: 100px;
  text-align: center;
}

.w_meisai_tanka {
  width: 60px;
  text-align: center;
}

.w_meisai_kazu {
  text-align: center;
  width: 80px;
}

.w_meisai_hi {
  text-align: center;
  width: 100px;
}

#pdfmeisai td.text_r {
  text-align: right !important;
}

#ordersheet_tittle {
  width: 100%;
}

#ordersheet_tittle .w70 {
  width: 70%;
}

#ordersheet_tittle .text_r {
  text-align: right;
}

.border_bottm {
  border-bottom: #000 1px solid;
}

.border_bottm_d {
  border-bottom: double 3px #000;
}

.uriagelist {
  width: 500px;
}

.uriagelist td {
  border-bottom: #000 1px solid;
}

/********************見出し設定 start**************************/
h2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 7px #FFC107; /*左線*/
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: bold;
}

.whitecolor {
  color: #FFFFFF;
}

/********************見出し設定 end**************************/
/********************テーブル設定 start**************************/
.admin {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #eeeeee;
}

.admin tr {
  border-top: solid 1px #eeeeee;
}

.admin th {
  padding: 10px;
  background: #666666;
  color: #FFFFFF;
}

.admin td {
  padding: 10px;
}

.required {
  color: red;
  font-size: 15px;
  padding-right: 15px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.infotable th {
  width: 20%;
  text-align: right !important;
  padding-right: 30px !important;
}

.infotable td {
  text-align: left !important;
  padding-left: 30px !important;
}

.infotable th,
.infotable td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.infotable th {
  background: #333333;
  color: #fff;
}

table.tablelist {
  width: 100%;
}

table.tablelist th {
  background: #3399FF;
  padding: 5px 15px;
  color: #FFFFFF;
}

table.tablelist td {
  background: #eee;
  padding: 5px 15px;
}

table.tablelist tr:nth-child(odd) td {
  background: #fff;
  padding: 5px 15px;
}

/* table01 */
#table01 {
  width: 100%;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 10px 0;
  border: none;
}

#table01 th {
  width: 80%;
}

/* 請求書テーブル */
.table_seikyu {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 50px;
}

/*.table_seikyu tr:last-child {
background: #fafafb;
border-top: double 3px #666666;
font-weight: bold;
color: #eb3b5a;
  }*/
.table_seikyu th {
  padding: 10px;
  background: #778ca3;
  border: solid 1px #666666;
  color: #ffffff;
}

.table_seikyu td {
  padding: 10px;
  border: solid 1px #666666;
}

table.cart {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}

table.cart tr {
  background-color: #fff;
}

table.cart tbody tr:hover {
  background-color: #fffae9;
}

table.cart th,
table.cart td {
  padding: 0.4em 1em;
  border-bottom: 1px solid #eee;
}

table.cart thead th {
  font-size: 18px;
  padding: 13px;
}

table.cart thead tr {
  background-color: #FFC107;
  color: #fff;
}

table.cart tbody th {
  text-align: left;
  font-size: 1em;
}

.txt {
  text-align: left;
}

.price {
  text-align: right;
  color: #000;
  font-weight: bold;
}

.input_plural {
  display: flex;
  border-bottom: 1px solid #333333;
  height: 55px;
  padding: 5px;
}

.pluralBtn {
  width: 150px;
  height: 35px;
  margin-right: 15px;
  margin-top: 5px;
}

table.cartadd {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

table.cartadd tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #bbb;
}

table.cartadd thead {
  border-bottom: 2px solid #ff9900;
}

table.cartadd tr:last-child {
  border-bottom: none;
}

table.cartadd th {
  padding: 1em 10px 1em 1em;
}

table.cartadd td {
  padding: 0em 10px 0em 1em;
}

table.cartadd th:last-child,
table.cartadd td:last-child {
  border: none;
}

table.carttax {
  border-collapse: collapse;
  padding: 0;
  width: 40%;
  table-layout: fixed;
  color: #000;
}

table.carttax tr {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #bbb;
}

table.carttax tr:last-child {
  border-bottom: none;
}

table.carttax th {
  padding: 15px 10px 15px 1em;
}

table.carttax td {
  padding: 15px 10px 15px 1em;
}

table.carttax th:last-child,
table.carttax td:last-child {
  border: none;
}

table.mail {
  width: 100%;
  margin-bottom: 50px !important;
}

table.mail thead {
  background: #d3edeb;
}

table.mail th, table.mail td {
  border: 1px solid #ccc;
  padding: 10px;
}

table.tyouhyou tr {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #bbb;
}

table.tyouhyou th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}

table.tyouhyou td {
  padding: 10px;
  vertical-align: top;
}

/********************テーブル設定 end**************************/
#w80 {
  width: 80% !important;
  text-align: left !important;
}

#w20 {
  width: 20% !important;
  text-align: left !important;
}

/********************パンクズ設定staet**************************/
.mod_breadcrumbs001 {
  display: flex;
}

.mod_breadcrumbs001 ol li {
  display: inline;
  width: 250px !important;
  height: 50px;
  background: #DDDDDD;
  padding: 5px 15px;
}

.mod_breadcrumbs001 ol li.act {
  color: #FFFFFF;
  background: #FF0066;
}

/********************パンクズ設定end**************************/
select {
  position: relative;
  width: 100%;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.selectarea {
  position: relative;
  width: 70px;
}

.zanbox {
  text-align: center;
}

.navguest {
  color: white;
  margin-right: 120px;
}

#userheader {
  width: 100vw;
  height: 80px;
  padding-left: 50px;
  color: #FFFFFF;
  display: flex;
  background-color: #666666;
  justify-content: space-between;
  align-items: center;
}

#adminheader {
  width: 100vw;
  height: 80px;
  padding-left: 50px;
  color: #FFFFFF;
  display: flex;
  background-color: #FFC107;
  justify-content: space-between;
  align-items: center;
}

.textbox {
  margin: 5px 0;
  padding: 5px 10px; /*ボックスを大きくする*/
  font-size: 14px;
  border-radius: 3px; /*ボックス角の丸み*/
  border: 2px solid #ddd; /*枠線*/
  box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}

.textbox:focus {
  box-shadow: 0 0 5px 0 rgb(255, 153, 0);
  border: 2px solid #FFF !important;
  outline: 0;
}

.btnarea {
  width: 100%;
  display: flex;
}

.contact-submit {
  width: 200px;
  height: 50px;
  margin-top: 50px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 15px 15px;
  border: none;
}

.contact-kensaku {
  width: 150px;
  height: 35px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 10px 15px;
  border: none;
}

.contact-delete {
  width: 80px;
  height: 30px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px 15px;
  border: none;
}

.contact-logout {
  width: 120px;
  height: 80px;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: none;
}

.buy-submit {
  width: 120px;
  height: 30px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 8px 15px;
  border: none;
}

.contact-url {
  width: 200px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  margin-left: 30px !important;
}

.contact-detail {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  margin-left: 30px !important;
}

.contact-squea {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  margin-left: 30px !important;
  background-color: darksalmon;
}

.contact-main {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  background-color: red;
}

.contact-edit {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  background-color: #00b300;
}

.contact-edit_on {
  width: 100px;
  height: 25px;
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  color: #ffffff !important; /* 文字色     */
  line-height: 1em !important; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  padding: 5px;
  border: none;
  background-color: #ffa500;
}

#t_login {
  width: 500px;
}

#t_login th {
  text-align: right;
  padding-right: 15px;
}

.submitcolor {
  background: #00b300;
}

.resetcolor {
  background: #FC8789;
}

.sinkicolor {
  background: #FFC107;
}

.editcolor {
  background: #38b7f3;
}

.red {
  color: #f90909;
}

.seikyucolor {
  color: #ffa500;
}

.fontbackcolor {
  background-color: #666666;
}

.fontwhite {
  color: #FFFFFF;
}

.contact-submit:hover {
  opacity: 0.5;
}