/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/12/24, 13:42:19
    Author     : takahashimasatsugu
*/
@charset "UTF-8";

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 13px;
}

/* ログイン画面CSS */
.loginbox {
    background: linear-gradient(to bottom right, #33AA33, #99FF99);
    width: 420px;
    margin: 150px auto;
    padding: 30px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.loginbox .label{
    display: inline-block;
    height: 2em;
    width: 150px;
}

.loginbox .title{
    font-size: 18px;
    height: 3em;
    text-align: center;
}

/* パスワードリセット画面CSS */
.passwordresetbox {
    background: linear-gradient(to bottom right, #33AA33, #99FF99);
    width: 420px;
    margin: 150px auto;
    padding: 30px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.passwordresetbox .label{
    display: inline-block;
    height: 2em;
    width: 150px;
}

.passwordresetbox .title{
    font-size: 18px;
    height: 3em;
    text-align: center;
}

.passwordresetbox .control{
  margin-top: 10px;
}

/* パスワードを忘れた画面CSS */
.forgotpasswordbox {
    background: linear-gradient(to bottom right, #33AA33, #99FF99);
    width: 420px;
    margin: 150px auto;
    padding: 30px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.forgotpasswordbox .label{
    display: inline-block;
    height: 2em;
    width: 150px;
}

.forgotpasswordbox .title{
    font-size: 18px;
    height: 3em;
    text-align: center;
}


/*********************************************/
/* 管理ページ共通CSS */

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

/* ヘッダー */
#header {
    outline-style: ridge;
    outline-width: 1px;
    outline-color: #0F0;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    background: linear-gradient(to bottom right, #33AA33, #99FF99);
}

.header {
    padding: 10px;
}

.header2 {
    display: table;
    width: 100%;
    height: 2em;
}

.header2 .al_left {
    display: table-cell;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header2 .al_right {
    display: table-cell;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header2 .al_right a {
    color: #fff;
}

.header_m {
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}


/* メイン */

.main-block{
    width: 1100px;
}

#pagetitle {
    font-size: 18px;
}

.main-box {
    background: #fff;
}
.left-box {
  background: #afa;
}

.main-box,
.left-box {
  width: 100%;
  padding: 10px;
}

.flexbox {
    display: -webkit-flex;
    display: flex;
}

.main-box {
    -webkit-flex: 2;
    flex: 1;
    flex-basis: 950px;
    outline-style: ridge;
    outline-width: 1px;
    outline-color: #0F0;
}

.left-box {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 150px;
    outline-style: ridge;
    outline-width: 1px;
    outline-color: #0F0;
}

.left-box ul li {
  width: 100%;
  line-height: 45px;
  display: block;
  text-align: center;
  background-color: #3A3;
  color: #FFF;
  outline-style: outset;
  outline-width: 1px;
  outline-color: #0F0;
  margin-top: 5px;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  text-shadow: 1px 1px 3px #000;
}

.left-box ul li[disabled] {
  background: linear-gradient(to bottom right, #333, #666);
}

.left-box ul a {
    text-decoration: none;
}

.brankrow {
  height: 1em;
}

/* 各ページのCSS */


/*==========================================================================*/
/* エリアグループ
/*==========================================================================*/

.areagroup_num {
  display: inline-block;
  width: 25px;
  cursor: move; 
}

#sortable div:hover {
  cursor: move; 
}

select.agcheck {
  border-style: solid;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  background-image: url("/images/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  width: 200px;
}

input[type="submit"].ag {
  display: block;
  width: 200px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  margin-left: 445px;
  text-shadow: 1px 1px 3px #000;
}

/*==========================================================================*/
/* タグ
/*==========================================================================*/

.tg-item>.tag,.tg-item>.tag-read,#tg-add>.tag,#tg-add>.tag-read {
  border-style: solid;
  border-width: thin;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 7px 7px 7px 10px;
}

input[type="submit"].tg {
  display: block;
  width: 200px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  margin-left: 445px;
  text-shadow: 1px 1px 3px #000;
}

button.tag-delete,button.tag-update,button.tag-add {
  display: inline-block;
  width: 100px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  margin-left: 10px;
  text-shadow: 1px 1px 3px #000;
}

span.tag_num {
  display: inline-block;
  text-align: right;
  width: 80px;
}

/*==========================================================================*/
/* ショップ編集
/*==========================================================================*/
#shopeditfield {
  font-size: 15px;
}

table#shopeditfield {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #AAA;*/
}

#shopeditfield tr {
  vertical-align: middle;
  height: 2.5em;
  border-bottom: 1px solid #AAA;
} 

#shopeditfield tr:last-child {
  border-bottom: 0px solid #AAA;
} 

#shopeditfield td{
  padding-top: 15px;
  padding-bottom: 15px;
}

#shopeditfield td.type {
  font-size: 100%;
  font-weight: bold;
  width: 180px;
}  

#shopeditfield td.input {
  font-size: 100%;
  width: 450px;
}  

#shopeditfield td.desc {
  font-size: 90%;
  padding-left: 10px;
  width: 300px;
}  

#shopeditfield div.areacheck {
  font-size: 90%;
  margin: 1px;
  width: 100px;
}  

#shopeditfield select {
  border-style: solid;
  border-color: #AAA;
  padding: 7px 10px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  background-image: url("/images/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  width: 300px;
}

#shopeditfield select.minhour {
  border-style: solid;
  border-color: #AAA;
  padding: 7px 10px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  background-image: url("/images/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  width: 60px;
}

#shopeditfield input[type="text"]  {
  border: thin;
  border-style: solid;
  border-color: #AAA;
  padding: 3px;
}

#shopeditfield #map {
  height: 500px;
}

#shopeditfield input[type="submit"] {
  display: inline-block;
  width: 100px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  text-shadow: 1px 1px 3px #000;
}

/*==========================================================================*/
/* ショップ一覧
/*==========================================================================*/
#shoplistfield {
  font-size: 15px;
}

table#shoplistfield {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #AAA;*/
}

#shoplistfield tr {
  vertical-align: middle;
  height: 2em;
  border-bottom: 1px solid #AAA;
} 

#shoplistfield tr:last-child {
  border-bottom: 0px solid #AAA;
} 

#shoplistfield td{
  padding-top: 8px;
  padding-bottom: 8px;
}

#shoplistfield thead td {
  background: linear-gradient(to top, #999, #CCC);
  text-align: center;
}

#shoplistfield td.shopname {
  padding-left: 5px;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  width: 300px;
}  

#shoplistfield td.shopid {
  font-size: 75%;
  text-align: left;
  width: 90px;
}  

#shoplistfield td.shoptype {
  font-size: 90%;
  text-align: center;
  width: 70px;
}  

#shoplistfield td.category {
  font-size: 80%;
  text-align: center;
  width: 140px;
}  

#shoplistfield td.status {
  font-size: 80%;
  padding-left: 5px;
  width: 180px;
  text-align: right;
}  

#shoplistfield td.edit {
  font-size: 90%;
  padding-left: 5px;
  padding-right: 5px;
  width: 230px;
  text-align: right;
}  

#shoplistfield button {
  border-radius: 6px;
}

#shoplistfield button.initmailbutton,
#shoplistfield button.loginbutton,
#shoplistfield button.editbutton,
#shoplistfield button.enablebutton,
#shoplistfield button.disablebutton  {
  font-size: 90%;
  display: inline-block;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  text-shadow: 1px 1px 3px #000;
}

#shoplistfield button.enablebutton  {
  background: linear-gradient(to bottom right, #AA3333, #FF9999);
}


#shoplistfield button.initmailbutton{
  width: 80px;
}

#shoplistfield button.loginbutton
{
  width: 70px;
}

#shoplistfield button.loginbutton[disabled] {
  background: linear-gradient(to bottom right, #AA3333, #FF9999);
}

#shoplistfield button.editbutton,
#shoplistfield button.enablebutton,
#shoplistfield button.disablebutton  {
  width: 40px;
}

#shoplistfield button.enablebutton[disabled],#shoplistfield button.disablebutton[disabled], #shoplistfield button.initmailbutton[disabled]  {
  display: none;
}

/*==========================================================================*/
/* 代理店編集
/*==========================================================================*/
#agencyeditfield {
  font-size: 15px;
}

table#agencyeditfield {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #AAA;*/
}

#agencyeditfield tr {
  vertical-align: middle;
  height: 2.5em;
  border-bottom: 1px solid #AAA;
} 

#agencyeditfield tr:last-child {
  border-bottom: 0px solid #AAA;
} 

#agencyeditfield td{
  padding-top: 15px;
  padding-bottom: 15px;
}

#agencyeditfield td.type {
  font-size: 100%;
  font-weight: bold;
  width: 140px;
}  

#agencyeditfield td.desc {
  font-size: 90%;
  padding-left: 10px;
}  

#agencyeditfield input[type="text"]  {
  border: thin;
  border-style: solid;
  border-color: #AAA;
  padding: 3px;
}

#agencyeditfield input[type="submit"] {
  display: inline-block;
  width: 100px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  text-shadow: 1px 1px 3px #000;
}

/*==========================================================================*/
/* パスワード変更
/*==========================================================================*/
#changepasswordfield {
  font-size: 15px;
}

table#changepasswordfield {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #AAA;*/
}

#changepasswordfield tr {
  vertical-align: middle;
  height: 2.5em;
  border-bottom: 1px solid #AAA;
} 

#changepasswordfield tr:last-child {
  border-bottom: 0px solid #AAA;
} 

#changepasswordfield td{
  padding-top: 15px;
  padding-bottom: 15px;
}

#changepasswordfield td.type {
  font-size: 100%;
  font-weight: bold;
  width: 140px;
}  

#changepasswordfield td.desc {
  font-size: 90%;
  padding-left: 10px;
}  

#changepasswordfield input[type="text"]  {
  border: thin;
  border-style: solid;
  border-color: #AAA;
  padding: 3px;
}

#changepasswordfield button {
  display: inline-block;
  width: 200px;
  border-style: solid;
  background: linear-gradient(to bottom right, #33AA33, #99FF99);
  color: #FFF;
  line-height: 2.5em;
  text-shadow: 1px 1px 3px #000;
}
