@charset "euc-jp";

  /*―――――――――――――――――――――――――――――――――
                            top
――――――――――――――――――――――――――――――――――*/
.btntop {
width: 70%;
margin: 0 auto;
display: block;
}
.topinfo {
  height: 335px;
  overflow-y: scroll;
  width: 100%;
}
.topinfoinn {
  margin-top: 15px;
  border-bottom: dotted 1px #aaa;
}
 /*―――――――――――――――――――――――――――――――――
                Tooltip
――――――――――――――――――――――――――――――――――*/
.tipA a {
text-decoration: none;
color: #21759B;
}
/*―――――――――――――――――――――――――――――――――
                財務状況
――――――――――――――――――――――――――――――――――*/
.tableFinance {
  /*max-width:1000px;*/
  margin-bottom:20px;
}
.tableFinance th,.tableFinance td {
  padding:10px;
}
.tableFinance th {
  font-size:12px;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;
}
.tableFinance td {
  font-size:14px;
  font-weight:bold;
  border-top:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}


/*―――――――――――――――――――――――――――――――――
                            brand_manage  staff
――――――――――――――――――――――――――――――――――*/
.brandwrap {
border: 1px dotted #999;
border-width: 0 0 1px 0;
padding: 10px;
}
.brandwrap:hover {
background-color: #EFF8F8;
}

.brandwrapflo {
border: 3px solid #aaaaaa;
padding: 5px;
float: left;
width:120px;
min-height: 230px;
margin-right: 7px;
margin-bottom: 7px;
}
.brandwrapflo:hover {
background-color: #EFF8F8;
border: 3px solid #3a8cd1;
}
  /*―――――――――――――――――――――――――――――――――
                            pickup
――――――――――――――――――――――――――――――――――*/
.pickwrapflo {
border: 1px dotted #999;
border-width: 0 0 1px 0;
padding: 10px;
float: left;
width: 130px;
margin: 2px;
}
.pickwrapflo:hover {
background-color: #EFF8F8;
}
.pickwrapflo_check {
background-color: #FFE5EF;
border: 1px dotted #999;
border-width: 0 0 1px 0;
padding: 10px;
float: left;
width: 130px;
margin: 2px;
}
.picknow {
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-radius: 6px; /* Safari、Google Chrome */
background-color: #FFE5EF;
padding: 3px;
}

  /*―――――――――――――――――――――――――――――――――
                            gravure
――――――――――――――――――――――――――――――――――*/
.grawrap {
border: 1px dotted #999;
border-width: 0 0 1px 0;
padding: 10px;
}

.grawrap:hover {
background-color: #EFF8F8;
}

.grawrapflo {
border: 1px dotted #999;
border-width: 0 0 1px 0;
padding: 5px;
float: left;
width: 265px;
min-height: 150px;
}

.grawrapflo:hover {
background-color: #EFF8F8;
}


 /*―――――――――――――――――――――――――――――――――
                 schedule
――――――――――――――――――――――――――――――――――*/

.calendar, .calendar p, .calendar span  {
font-family: helvetica,arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.sch {
width: 100%;
border-collapse: collapse;
border: 1px solid #444;
}

.sch th, .sch td {
padding: 5px 3px;
width: 14%;
height: 70px;
border: 1px solid #444;
}

.bdnone a {
color: #fff;
}

.bdnone a:hover {
text-decoration: none !important;
color: #ddd;
}

.week {
background-color: #e7e7e7;
text-align: center;
}

.week td {
color: #111;
height: 30px !important;
}

.sat {
background-color: #96c6d8;
color: #0041D4 !important;
}

.sat p {
color: #0041D4 !important;
}

.sun {
background-color: #d8b5b7;
color: #D30023 !important;
}

.cal_none {
background-color: #ddd;
}

.popup {
background-color: #111;
color: #eee;
padding: 0px 10px 10px 5px;
}

.sch_title {
font-size: 14px;
}

.cal_event {
}

.sch_fixed_btn {
}

/*
.cal_event a {
background-color: #ffffc4;
display: block;
width: 100%;
height: 100%;
text-decoration: none !important;
}
.cal_event a:hover {
background-color: #fcff99;
}
*/


#w-schedule {
width: 100%;
margin-top: 5px;
border-collapse: collapse;
}

#w-schedule th, #w-schedule td {
text-align: center;
border: 1px solid #999;
padding: 6px 0;
}

#w-schedule th {
background-color: #eee;
}

#w-schedule td {
background-color: #fff;
color: #000;
}

#w-schedule td.mitei {
color: #616161 !important;
}

#w-schedule td.hol {
color: #FF6565 !important;
}

.sat {
color: #005CC3 !important;
}

.sun {
color: #EA0021 !important;
}


.sch-staff-wrap {
width: 230px;
float: left;
}

.sch-time {
float: left;
width: 90px;
text-align: center;
}

.sch-conf {
border-collapse: collapse;
margin: 8px 0;
width: 60%;
}

.sch-conf tr:nth-child(odd) {
background-color: #EFEFEF;
}


.sch-conf td {
padding: 5px;
boder: 1px solid #ccc;
text-align: left;
}



 /*―――――――――――――――――――――――――――――――――
                 hotel
――――――――――――――――――――――――――――――――――*/

.hotel-detail {
border-collapse: collapse;
margin: 10px 0;
width: 600px;
}

.hotel-detail th, .hotel-detail td {
padding: 5px;
border: 1px solid #666;
}

.hotel-detail th {
background: -moz-linear-gradient(top, #F0E2B2, #D3C79C); /* Firefox 用 */
background: -webkit-gradient(linear, left top, left bottom, from(#F0E2B2), to(#D3C79C)); /* Safari,Google Chrome用 */
}

 /*―――――――――――――――――――――――――――――――――
                 service_banner
――――――――――――――――――――――――――――――――――*/
.service_page {
width: 60%;
height: 200px;
overflow: auto;
border: 1px solid #ddd;
background-color: #000;
padding: 7px;
}

.service_page p {
color: #fff;
}

 /*―――――――――――――――――――――――――――――――――
                 manage
――――――――――――――――――――――――――――――――――*/

.fixed_btn {
position: absolute;
bottom: 3px;
right: 3px;
}

 /*―――――――――――――――――――――――――――――――――
                 一覧用
――――――――――――――――――――――――――――――――――*/

.regist_list {
width: 100%;
border:2px solid #E6E6DB;
border-collapse: collapse;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-radius: 6px; /* Safari、Google Chrome */
}

.regist_list th, .regist_list td {
padding: 3px;
}

.regist_list th {
border:1px solid #E6E6DB;
background-color: #F5F5E6;
font-weight: bold;

}

.regist_list td {
border:1px solid #E6E6DB;
}

.regist_list tr.odd {
background-color: #fff;
}

.regist_list tr.even {
background-color: #F6F5ED;
}

.regist_list tr.odd:hover, .regist_list tr.even:hover {
background-color: #EFF8F8 !important;
}

 /*―――――――――――――――――――――――――――――――――
                 table
――――――――――――――――――――――――――――――――――*/

.table2 {
border-collapse: collapse;
width: 48%;
}

.table2 th, .table2 td {
border: 1px solid #aaa;
padding: 3px 5px;
}

.table2 th {
background-color: #eee;
text-align: left;
}

.table3 {
border-collapse: collapse;
width: 30%;
float: left;
margin-right: 1%;
}

.table3 th, .table3 td {
border: 1px solid #aaa;
padding: 3px 5px;
}

.table3 th {
text-align: left;
}

.table3 tr:nth-child(odd) {
background-color: #F6F2ED;
text-align: left;
}

.table3 td {
width: 5%;
}

.table3 td select, .table3 td select option {
font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro W6',meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 13px;
}

.table8 {
border-collapse: collapse;
text-align: left;
/*max-width: 1000px;*/
}
.table8 th {
font-size: 10px;
border: 1px solid #aaa;
padding: 0.5em;
}
.table8 td {
font-size: 10px;
border: 1px solid #aaa;
padding: 0.5em;
}
.bgw {background: #fff!important;}
.bgyellow {background: #FFFACD;}
.bgyell2 {background: #fdfae3;}
.bgred {background: #ffdfef;}
.bgblue {background: #d7ebfe;}
.bgore {background: #ffe6d0;}
.bggreen {background: #d9ffd9;}
.bggrey {background: #f1f1f1;}
.bgsoftg {background: #f6f3f3;}
.bgpink {background: #FFC6D0;}
td.bb {
border-bottom: 3px double #aaa;
}

.table9 {
border: 1px solid #aaa;
border-collapse: collapse;
position: relative;
/*max-width: 1000px;*/
}
.table9 th p, .table9 td p {
font-size: 10px;
}
.table9 th, .table9 td {
font-size: 10px;
border: 1px solid #aaa;
padding: 0.5em;
}
.absoimg {
position: absolute;
top: 0;
right: 0;
}
.table9 th a, .table9 td a, .aborderlink {
color: #21759B;
text-decoration: none;
cursor: pointer;
}
.table10 {
/*max-width: 1000px;*/
border-collapse: collapse;
text-align: center;
}
.table10 th p, .table10 td p {
font-size: 10px;
}
.table10 th, .table10 td {
font-size: 10px;
border: 1px solid #aaa;
padding: 0.18em;
}
.table10 th a, .table10 td a {
color: #21759B;
border-bottom: 1px solid #21759B;
text-decoration: none;
}
.clickable:hover {
background: #FDFAE3;
}

.word_break {
  word-break:break-all;
  word-wrap:break-word;
  overflow:hidden;
}

.salaryTable th,.salaryTable td {
width: 50px;
}

.tableinp {
border-collapse: collapse;
text-align: left;
/*max-width: 1000px;*/
}
.tableinp th {
font-size: 11px;
border: 1px solid #E2E2E2;
border-bottom: 1px solid #fff;
background: #E5E5E5;
padding: 0.7em 0.5em 0.7em 1em;
}
.tableinp td {
font-size: 11px;
border: 1px solid #E2E2E2;
padding: 0.7em 0.5em 0.7em 1em;
}

 /*―――――――――――――――――――――――――――――――――
                 salary_staff
――――――――――――――――――――――――――――――――――*/
.salaryStaffR {
float: right;
position: relative;
}
.salaryStaffR table.table10 {
margin-top: 8px;
bottom: 0;
right: 0;
}
.shopselectTable {
background: #efefef;
border: 1px solid #E2E2E2;
max-width: 980px;
}
#shopselect {
}
#shop span {
margin-right: 10px;
}
.salaryhq {
padding: 15px 0;
}
 /*―――――――――――――――――――――――――――――――――
                 customer
――――――――――――――――――――――――――――――――――*/
.form_table2 {
text-align: left;
font-size: 1.2em;
padding: 3px;
text-align: center;
}

.form_table2 tr {
border: 1px solid #9F9F9F;
padding:8px;
#height: 60px;
}

.form_table2 th {
background-color: #c0c0c0;
border: 1px solid #E3E3E3;
padding: 8px;
text-align: left;
width: 30%;
}

.form_table2 td {
border: 1px solid #E3E3E3;
padding: 8px;
text-align: left;
word-wrap: break-word;
}

form table.search_form {
width: 740px;
padding: 2px;
font-size: 12px;
float: left;
}

table.search_form td.category {
background-color: #333;
color: #FFF;
text-align: center;
width: 90px;
}

table.search_form td.select {
width: 200px;
}

table.search_form td.select input,table.search_form td.select select {
width: 240px;
}

table.search_form .serchbutton {
width: 90px;
}

table.form_table_list {
border-collapse: collapse;
border: 5px solid #aaa;
color: #333;
background: #FFF;
font-size: 12px;
}
table.form_table_list td, table.form_table_list th {
border: 1px solid #aaa;
padding: .7em;
text-align: left;
}
table.form_table_list td a {
text-decoration: none;
}
table.form_table_list td a:hover {
color: #D60000;
border-bottom: 1px dotted #72724c;
}
table.form_table_list th, td {
vertical-align: middle;
line-height: 1.6;
}
table.form_table_list .odd {
color: #333;
background: #EFEEEE;
text-align: center;
}
table.form_table_list tbody tr:hover {
color: #333;
background: #ECF2FA;
}
table.optionlist tbody tr:hover td,
table.optionlist tbody tr:hover th,
table.optionlist tbody tr.odd:hover th {
color: #333;
background: #f7f5dc;
line-height: 1.6;
}
 /*―――――――――――――――――――――――――――――――――
                 sales
――――――――――――――――――――――――――――――――――*/
.sales_monthR {
overflow: auto;
float: left;
margin-left: 5px;
width: 78%;
}
.sales_staff {
border-top: 2px dotted #aaa;
padding: 10px 0;
}
.sales_arrowance {
border-bottom: 2px dotted #aaa;
margin-top: 15px;
padding: 10px 0;
}


 /*―――――――――――――――――――――――――――――――――
                 petty
――――――――――――――――――――――――――――――――――*/
.pettybox {
float: left;
background-color: #EFEFEF;
border: solid 1px #e2e2e2;
padding: 10px;
margin-right: 5px;
}

 /*―――――――――――――――――――――――――――――――――
                 petty
――――――――――――――――――――――――――――――――――*/

.table9 td.bgExpenceCnt {
background: #ffb8dc;
border-top: 3px double #999;
}

 /*―――――――――――――――――――――――――――――――――
                 allowancelist
――――――――――――――――――――――――――――――――――*/
.allowancelist {
border-bottom: 1px dotted #aaa;
padding: 10px;
background: #e2e2e2;
}
.allowancelist2 {
border-bottom: 1px dotted #aaa;
padding: 10px;
}

 /*―――――――――――――――――――――――――――――――――
                 master_open
――――――――――――――――――――――――――――――――――*/
.mt37 {margin-top:37px;}

 /*―――――――――――――――――――――――――――――――――
                 master_close
――――――――――――――――――――――――――――――――――*/
.closetabletd {
position: relative;
}
.closeplus {
position: absolute;
top: 5px;
right: 10px;
}
 /*―――――――――――――――――――――――――――――――――
                 notify
――――――――――――――――――――――――――――――――――*/
.notifyinfo {
  border-bottom: dotted 1px #aaa;
  padding: 10px 0 25px;
  word-wrap:break-word;
}
.notifybtn {
  padding: 5px 15px;
  /*margin-bottom: 10px;*/
}
 /*―――――――――――――――――――――――――――――――――
                 shop_report_daily shop_report_monthly
――――――――――――――――――――――――――――――――――*/
.datestat_1 {
  background: #FFFFFF;
  padding: 10px;
  margin: 10px 0;
}
.datestat_2 {
  background: #D7EBFE;
  padding: 10px;
  margin: 10px 0;
}
.datestat_3 {
  background: #FFDFEF;
  padding: 10px;
  margin: 10px 0;
}
 /*―――――――――――――――――――――――――――――――――
                 all_staff_detail
――――――――――――――――――――――――――――――――――*/
/*クロムだけここを通す*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .allprintbb {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 50px;
    width: 100%;
  }
}
 /*―――――――――――――――――――――――――――――――――
                parking
――――――――――――――――――――――――――――――――――*/
.boxParking {
  padding: 5px 0;
  border-bottom: 3px dotted #aaa;
}

 /*―――――――――――――――――――――――――――――――――
                fpc
――――――――――――――――――――――――――――――――――*/
.btnpos{
margin: 0px 15px 10px;
border-radius:7px;
}

.mt5{
  margin-top:5px;
}

.labelpdg{
  padding:2px;
}

@media screen and(max-width: 768px) {
  .lpsm14{
    font-size:14px;
  }

  .lpsm16{
    font-size:16px;
  }


}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}