/*!
 * auPOS共通CSS
 */



 /**
 * 共通
 */
.aupos-userclass-master {}
.aupos-userclass-agency {}
.aupos-userclass-company {}

.aupos-account-name  {
  font-weight: bold;
  font-size: 150%;
}

.aupos-common-frame {
  padding: 30px;
  border:1px solid #ccc;
  box-shadow: 1px 2px 3px 1px #aaa;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.aupos-error-text {
  color: #f00;
}

.aupos-warning-frame {
  padding: 20px;
  color: #c09853;
  background: #fcf8e3;
  border:1px solid #fbeed5;
  box-shadow: 1px 2px 3px 1px #aaa;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.aupos-dialog-thumbnail {
  padding: 10px;
}

.aupos-dialog-thumbnail img {
  width: auto;
  min-height: 200px;
  max-height: 800px;
}

.aupos-dialog-thumbnail .btn:hover {
  color: #aaa;
}

.aupos-dialog-progress {
  font-size: 120%;
}

.aupos-dialog-textedit textarea {
  margin: 10px;
  resize: none;
}

.aupos-scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.aupos-filedroparea {
  background-color: #ddd;
	border: solid 3px #ccc;
	color: #000;
	min-height: 25px;
	padding: 4px;
	text-shadow: 1px 1px 0 #fff;
}
.aupos-filedroparea.dropover {
	background-color: #eee;
}

.aupos-environmentclass-local {
  background-color: #e7ffff;
}

.aupos-environmentclass-accept {
  background-color: #ffe2e7;
}

.aupos-environmentclass-develop {
  background-color: #99eebb;
}

/**
* ログイン画面
*/
.aupos-login-status  {
  font-size: 100%;
}

.aupos-login-frame {
  width: 350px;
  margin: 10px auto 10px auto;
  padding: 30px auto 30px auto;
  background: #ffd2b3;
  border:1px solid #ccc;
  box-shadow: 1px 2px 3px 1px #aaa;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

form.aupos-login-form {
  margin: 20px auto 20px auto;
}

form.aupos-login-form td,
form.aupos-login-form th {
  padding: 5px;
}

form.aupos-login-form input[type="submit"],
form.aupos-login-form input[type="button"],
form.aupos-login-form button {
  margin: 10px;
  width: 150px;
}

form.aupos-login-form button.password-reset {
  line-height: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

form.aupos-login-form button.password-reset .help-text {
  font-size: .9rem;
}

/**
 * アカウント管理画面
 */
.aupos-account-frame {
  margin: 10px;
}

.aupos-account-frame table {
  width: 80%;
}
.aupos-account-frame td {
  border:1px solid #ccc;
  padding: 5px 50px 5px 10px;
  vertical-align: top;
}
.aupos-account-frame td:nth-of-type(1) {
  width: 30%;
}
.aupos-account-frame td:nth-of-type(2) {
  width: 70%;
}

.aupos-account-frame input[type="submit"],
.aupos-account-frame input[type="button"] {
  margin: 20px 10px 10px 10px;
}

/* 検索画面 */
.aupos-account-upload-listarea table {
  width: 100%;
}

.aupos-account-frame .aupos-account-search table td,
.aupos-account-frame .aupos-account-upload-listarea table td {
  width: auto;
  border-left: none;
  border-right: none;
}

.aupos-account-frame .aupos-account-search table {
  width: auto;
}

.aupos-account-frame .aupos-account-search table td {
  border: none;
  padding: 5px;
}

.aupos-account-frame .aupos-account-upload-listarea table th:nth-child(1) {
  width: 16rem;
}
.aupos-account-frame .aupos-account-upload-listarea table th:nth-child(2),
.aupos-account-frame .aupos-account-upload-listarea table th:nth-child(4){
  width: 14rem;
}


/**
 * 拠店マスタ
 */
.aupos-shopmaster-frame {
  margin: 10px;
}
.aupos-shopmaster-upload > * {
  width: 70%;
}
.aupos-shopmaster-upload table {
  border:1px solid #ccc;
}
.aupos-shopmaster-upload td,
.aupos-shopmaster-upload th {
  border:1px solid #ccc;
  padding: 10px;
}
.aupos-shopmaster-search td,
.aupos-shopmaster-search th {
  padding: 8px;
}

/**
* トップ画面
*/
.aupos-top-frame {
  width: 70%;
  margin: 10px auto 10px auto;
}

.aupos-top-frame td,
.aupos-top-frame th {
  padding: 10px;
}

.aupos-top-frame img {
  width: 25%;
  height: auto;
  margin: 10px;
}

.aupos-top-btn-area a[class~="btn"] {
  margin: 10px;
  width: 180px;
}


/**
* パスワード変更画面
*/
.aupos-changepassword {
  padding-left: 20px;
  padding-right: 20px;
}

.aupos-changepassword > * {
  margin-top: 20px;
  margin-bottom: 20px;
}

.aupos-changepassword-table {
  width: 100%;
  border:1px solid #ccc;
}

.aupos-changepassword-table td,
.aupos-changepassword-table th {
  border:1px solid #ccc;
  padding: 10px;
  width: 50%;
}

.aupos-changepassword-btn {
  margin: 10px;
}


/**
 * ダウンロード画面
 */
.aupos-download-frame {
  border:1px solid #ccc;
  margin: 10px;
  padding: 10px;
}


.aupos-download-frame table {
  width: 500px;
  background: #f5c201;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 10px;
}

.aupos-download-title {
  font-size: 120%;
  padding-top: 10px;
}
.aupos-download-button {
  float: right;
}

.aupos-download-frame tr:nth-child(odd) {
  background: #fdf4e7;
}
.aupos-download-frame tr:nth-child(even) {
  background: #fff;
}
.aupos-download-frame td {
  padding: 5px 30px 5px 30px;
}


/**
 * 申請一覧
 */
.aupos-entrylist-title {
  margin: 5px 10px 10px 30px;
}

.aupos-entrylist-searcharea {
  margin: 10px 10px 10px 50px;
}
.aupos-entrylist-searcharea td {
  padding: 5px;
}
.aupos-entrylist-searcharea td > input {
  margin-left: 10px;
}

.aupos-entrylist-contentarea {
  margin: 10px;
}


/**
 * 申請
 */
.aupos-entryedit-contentarea {
  margin: 20px;
}

.aupos-entryedit-total td:nth-child(n+2) {
  text-align: right;
}


/**
 * 利用規約
 */
 .aupos-term-of-use {
   margin: 10px;
 }
 .aupos-term-of-use-contentarea {
   min-width: 600px;
   height: 300px;
   overflow-y: scroll;
   border: #ddd solid 1px;
   padding: 10px;
 }


 /**
  * メールテンプレート
  */
.aupos-mailtemplate {
  margin: 20px;
}
.aupos-mailtemplate-address-subject {
  margin: 10px;
}
.aupos-mailtemplate-address-subject td {
  padding: 4px;
}
.aupos-mailtemplate-body {
  border:1px solid #ccc;
  margin: 10px;
  padding: 10px;
  width: 70%;
}


/**
 * POSベンダーの拠店検索
 */
.aupos-posvendor-shopsearch {
  margin: 10px;
}

/**
 * 申込選択
 */
 .select-frame {
  width: 80%;
  margin: 10px auto 10px auto;
}
.select-btn {
    width: 100%;
    padding: 80px 40px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.select-frame div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 800px;
}

.select-frame div.box div.item {
  margin: 20px;
}

.select-frame div.box.cl2 div.item {
  flex: 0 0 29%;
}

.select-frame div.box.cl3 {
  width: 100%;
}
.select-frame div.box.cl3 div.item {
  flex: 0 0 26%;
}

.select-frame div.box div.item a {
  height: 185px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 18px;
}


/**
 * 利用規約管理画面
 */
 .aupos-manage-terms-of-use-frame {
  margin: 10px;
  width: 80%;
}

.aupos-manage-terms-of-use-frame table {
  width: 100%;
  margin: 10px 0;
}
.aupos-manage-terms-of-use-frame td {
  border:1px solid #ccc;
  padding: 5px 50px 5px 10px;
  vertical-align: top;
}
.aupos-manage-terms-of-use-frame td:nth-of-type(1) {
  width: 30%;
}
.aupos-manage-terms-of-use-frame td:nth-of-type(2) {
  width: 70%;
}

.aupos-manage-terms-of-use-frame .aupos-account-search table td,
.aupos-manage-terms-of-use-frame .aupos-account-upload-listarea table td {
  width: auto;
  border-left: none;
  border-right: none;
}

.aupos-manage-terms-of-use-frame .aupos-account-search table {
  width: auto;
}

.aupos-manage-terms-of-use-frame .aupos-account-search table td {
  border: none;
  padding: 5px;
}

.aupos-manage-terms-of-use-frame .aupos-account-upload-listarea table th:nth-child(1) {
  width: 16rem;
}
.aupos-manage-terms-of-use-frame .aupos-account-upload-listarea table th:nth-child(2),
.aupos-manage-terms-of-use-frame .aupos-account-upload-listarea table th:nth-child(4){
  width: 14rem;
}

.aupos-newpos-login-info-frame {
  padding: 20px;
}

.aupos-newpos-login-info-frame table {
  width: 80%;
  font-size: 16px;
}

.aupos-newpos-login-info-frame table td {
  padding: 4px 0;
}
.aupos-newpos-login-info-frame table td:nth-child(odd) {
  width: 20%;
}
.aupos-newpos-login-info-frame table td:nth-child(even) {
  width: 80%;
}
