@import "reset.css";
/* 管理画面のコインバックページで使用中 */

html {
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

input {
    padding: 3px;
}

textarea {
  font-size: 9pt;
}

img {
  border: 0;
}


body {
  background:#dcdcdc;
  color : #333;
  font-size: 10pt;
}

#base {
  margin:0 auto;
  padding: 0;
  width:1230px;
  background:#fff;
}

#header {
  position: relative;
  display: block;
  width: 1200px;
  height: 40px;
  padding: 20px 15px 10px;
  background: #333;
  color: #fff;
}

#header div#menu {
  position: absolute;
  top: 15px;
  left: 190px;
}

#main {
  clear: both;
  float: left;
  margin: 10px 10px 8px 10px;
  width: 1210px;
}

#main h2#title {
  margin-left: 5px;
  padding: 3px 10px;
  font-weight: bold;
  border-left: solid 5px #333333;
  font-size: 11pt;
}

#main div#contents {

  display: block;
  margin: 0 5px;
}

#main div#contents h3 {
  margin: 15px 0 8px 0;
  padding: 1px 0 8px 20px;
  font-size: 18px;
  height: 15px;
  background: url('//static.gesoten.com/img/icn_pref.png') no-repeat;
}

#main div#contents h3 a {
  float: left;
  margin-top: 2px;
}

#main div#contents ul.pt {
  margin-top: 3px;
  padding: 5px;
  background: #dcdcdc;
}

#main div#contents ul.pt li {
    padding: 5px 5px;
    background: #ffffff;
    border-top: solid 1px #dcdcdc;
}

#main div#contents ul.pt li a.menu {
    padding: 1px 0 2px 20px;
    background: url('//static.gesoten.com/img/icn_arrwCircleBlack.png') no-repeat;
}

#footer {
  padding-bottom: 10px;
  width: 1230px;
  text-align: center;
  clear: both;
}

/* header設定*/
div#header div {
  float: left;
}
div#header div.logout {
  float: right;
}

div#header div#menu li {
  float: left;
  width: 140px;
}

div#header div#menu li div {
  width: 100%;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
}

div#header div#menu li p {
  padding: 4px 0 4px 0;
}

div#header div#menu li a {
  float: left;
  display: block;
  padding: 5px 0 4px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

div#header div#menu li a:hover {
  background: #ffffff;
  color: #333;
  text-decoration:none;
}

div#header div#menu ul.overlay li {
    border: none;
}

div#header div#menu ul.overlay a {
  float: left;
  display: block;
  padding: 6px 0 5px 0;
  width: 100%;
  background: #ccc;
  color: #666;
  font-size: 8pt;
  text-align: center;
}

div#header div#menu ul.overlay a:hover {
  background: #dcdcdc;
  color: #666;
  text-decoration:none;
}

.overlay1 {
    display: none;
}

.overlay2 {
    display: none;
}

.overlay3 {
    display: none;
}

.overlay4 {
    display: none;
}

.overlay5 {
    display: none;
}

.overlay6 {
    display: none;
}

.overlay7 {
    display: none;
}

/* definition:link */
a:link    {font-size:12px;color:#666;text-decoration:none;}
a:visited {font-size:12px;color:#666;text-decoration:none;}
a:active  {font-size:12px;color:#666;text-decoration:underline ;}
a:hover   {font-size:12px;color:#666;text-decoration:underline ;}

div#header a.top:link    {font-size: 15pt;color:#fff;text-decoration:none;}
div#header a.top:visited {font-size: 15pt;color:#fff;text-decoration:none;}
div#header a.top:active  {font-size: 15pt;color:#fff;text-decoration:none;}
div#header a.top:hover   {font-size: 15pt;color:#fff;text-decoration:none;}

div#header a.logout:link    {color:#fff;text-decoration:none;text-decoration:underline ;}
div#header a.logout:visited {color:#fff;text-decoration:none;text-decoration:underline ;}
div#header a.logout:active  {color:#fff;text-decoration:none;text-decoration:underline ;font-weight:normal;}
div#header a.logout:hover   {color:#fff;text-decoration:none;text-decoration:underline ;font-weight:normal;}


/* definition:list */
.count {
  float: left;
  padding-top: 10px;
  padding-left: 50px;
  height: 15px;
}
.search {
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}

.search p {
  padding-top: 5px;
  text-align: right;
  font-size: 8pt;
}

#list {
  clear: both;
  float: left;
  margin:5px 0 10px 25px;
  width: 1150px;
  border: solid 4px #ddd;
  vertical-align: middle;
}

#list th {
  padding: 5px 5px 3px 5px;
  background: #ccc;
}

#list td {
  padding: 8px 8px;
  border-top: solid 1px #dcdcdc;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}

#list td.check {
    padding-right: 0;
    width: 20px;
    text-align: right;
}

#list tr.small {
    font-size:7pt;
}

.tr_hover{
  background: #fbf1a2 !important;
}

.b_csv {
  display: block;
  margin-top: 5px;
  padding: 5px 3px;
  background: #ccc;
  color: #333;
  border: solid 1px #666;
  text-align: center;
  font-weight: bold;
}

.b_csv:hover {
  font-weight: bold;
  color: #666;
  text-decoration:none;
}


/* definition:form */
.form-msg {
  clear:both;
  float:left;
  margin: 20px 10px;
  padding: 15px 10px;
  width: 630px;
  border: solid 1px #FFE4c4;
  background: #ffebcd;
  font-size: 9px;
}

#main #contents .form-msg span {
  color: #ff6666;
  font-size: 9pt;
  font-weight: bold;
}

.form-label {
  clear:both;
  float:left;
  margin-bottom: 12px;
  padding: 5px 12px 18px;
  width: 230px;
  background: #ccc;
  color: #333;
}

.form-label span {
  display: block;
  width: 220px;
  text-align: center;
  padding: 10px 0 0;
}

.form-label span.small {
    display: block;
    color: #666;
    font-size: 7px;
}

.form-value {
  float:left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.form-value p {
    margin-top: 5px;
    font-size: 8px;
}

input.i-m {
  width: 250px;
}

input.i-year {
  width: 30px;
  text-align: center;
}

input.i-month {
  width: 20px;
  text-align: right;
}

input.i-coin {
  width: 30px;
  text-align: right;
}

input.i-date {
  width: 70px;
}

input.copy {
  position: relative;
  top: -15px;
  left: 530px;
}

#textarea {
  width:480px;
}

#desc {
  clear:both;
  margin: 3px 0 5px 0;
  padding: 5px 8px;
  width:473px;
  border: dotted 2px #ccc;
}

/* definition:button-area */
.button-area {
  clear:both;
  margin-top: 10px;
  padding: 5px 10px;
  height: 28px;
  background: #999;
}

.button-area input {
    margin-left: 10px;
    padding: 3px 10px;
}

.button-area a.back {
  display: block;
  float: right;
  margin-left: 10px;
  padding: 5px 8px;
  background: #ccc;
  color: #333;
  font-weight: bold;
  font-size: 9px;
  text-decoration:none;
}

.button-area a.back:hover {
    background: #dcdcdc;
    text-decoration: none;
}

.end_msg {
  clear:both;
  float:left;
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
}

.msg {
  clear:both;
  margin-left: 10px;
  margin-bottom: 40px;
  font-size: 9pt;
}


/* definition:errors */
.error_msg {
  clear:both;
  float:left;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.error_msg2 {
  clear:both;
  float:left;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.errors {
  clear: both;
  margin: 5px 0 0 0;
  padding: 10px;
  width: 450px;
  background: #FFEFD5;
  border: solid 1px #FFE4C4;
  font-size: 12px;
  font-weight: bold;
  color: #f4a460;
}


/* message-box */
#del_msg_box {
    display: none;
    margin: 15px 0;
}

#error_msg_box {
    display: none;
    margin: 15px 0;
}

#msg_box {
    display: none;
    margin: 15px 0;
}

/* 配置設定*/
.float_l {
    float: left;
}


/* 文字装飾設定*/
.strong {
  color: #ff6666;
  font-weight: bold;
}

.small {
  font-size: 9px;
}

.small_n {
  font-size: 9px;
  font-weight: normal;
}

.comment {
  color: #999;
  font-size: 9px;
}

.comment2 {
  padding-top: 2px;
  font-size: 9px;
  text-align: right;
}

.comment3 {
  padding: 3px 0;
  color: #ff6666;
  font-size: 9px;
}

.comment4 {
  padding-top: 3px;
  color: #666;
  font-size: 8pt;
}

.clear {
  clear: both;
}

.f_bold {
    font-weight: bold;
}

.alert_message {
    color:#f00;
}

.preview_btn {
  width: 200px;
  height: 42px;
  background: #ff458c;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 5px;
  border-bottom: solid 3px #df085a;
  display: block;
  margin: 8px 0 0;
}

.block {
  margin: 30px 20px;
}

.common-table h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.authority-table {
  margin-bottom: 10px;
}

.authority-table th {
  text-align: left;
}

.authority-table td {
  padding-right: 10px;
}

.authority-table__select {
  width: 200px;
}

.authority-table__input-date {
  width: 120px;
  margin-right: 5px;
}

.authority-table__input-hour,
.authority-table__input-day,
.authority-table__input-rate,
.authority-table__input-count {
  width: 80px;
  margin-right: 5px;
}

.howto-link {
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.coinback-note {
  clear: both;
  margin: 20px auto 100px;
  width: 90%;
  padding: 10px 10px 50px 10px;
}

.coinback-note p {
  font-weight: bold;
  margin-bottom: 10px;
}

.coinback-note ul,
.coinback-note ol {
  margin-left: 10px;
}

.coinback-note li {
  margin-bottom: 10px;
  line-height: 24px;
}

.common-title h2 {
  margin-bottom: 20px;
  font-size: 20px;

}
