html,body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
	margin-bottom: 15px;
}

/*---ボタン色---*/
.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #046C8E;
    box-shadow: none;
}

button {
    background: #1285AF;
	padding: 10px 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top:0px;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}

/*--------追加css------*/

/*--------ログインページ------*/
#login{
width: 90%;
margin: 20px auto 30px;
color: #777;
line-height:120%;
}
#login img{
margin: 80px 0 40px;
}
#login fieldset{
}
#login legend{
text-align: center;
font-size: 90%;
font-weight: 500;
color:#666;
border-bottom: none;
}
#login .button{
display: block;
margin: 0 auto;
padding: 0;
background-color: #fff;
}
/*--------従業員登録ページ------*/
.mailto{
width: 100%;
padding: 25px 0;
margin: 0 auto;
text-align: center;
}

/*--------名簿一覧ページ------*/
#list-title{
background-color: #fff;
width: 100%;
padding: 10px;
text-align: center;
font-size: 1.2rem;
font-weight: 800;
color: #fff;
}
#fixedBox{
margin: 44px 0 0;
}
#fixedBox button{
margin: 0;
}
.ChangeElem_Btn_Content {
  display: flex;
  justify-content: space-around;
}
.ChangeElem_Btn {
  border-right: 1px solid #aaa;
  background-color: #ccc;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  color: #999;
}
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: #999;
  border-right: 1px solid #aaa;
  border-bottom: 4px solid #5185DB;
  box-sizing: border-box;
  color: #666;
}
.ChangeElem_Btn_sub {
  color: #5185DB;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.8rem;
  position: relative;
  vertical-align: middle;
  background: #fff;
  padding: 6px 0;
  margin: 0;
  border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.ChangeElem_Btn_sub:hover,
.ChangeElem_Btn_sub.is-active_sub {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
}
.gyo{
width:100%;
background-color:#ccc;
color:#666;
font-size: 0.8rem;
padding: 3px;
margin-top: 8px;
}
.list_box{
width-max: 100%;
margin: 10px;
border-bottom: #ccc dashed 1px;
}
.list_img{
width: 30%;
margin: 0 10px 10px;
display: inline-block;
vertical-align: top;
}
.list_text{
display: inline-block;
width: 60%;
}
.list_batch{
font-size: 80%;
}
.list_name{
font-size: 120%;
}
.list_company{
font-size: 70%;
}
.list_tel{
font-size: 60%;
}

/*--------メンバー紹介ページ------*/
#man{
width: 90%;
margin: 0 auto 30px;
color: #777;
line-height: 2rem;
}
#man_img{
margin: 15px auto 10px;
width: 60%;
}
#man p{
margin: 15px;
}
#man_batch{
font-size: 80%;
}
#man_name{
font-size: 200%;
font-weight: 500;
letter-spacing: 0.2rem;
}
#man_yomi{
font-size: 80%;
}
#man span{
font-size: 60%;
}
.line_hr{
width: 100%;
height: 10px;
border: none;
border-bottom: 30px #D03821 solid;
}
.man_shop{
width: 100%;
font-size: 1.0rem;
font-weight: 800;
color: #aaa;
margin-top: 10px;
}


/*--------共通MAP表示------*/
#maps{
width: 100%;
height: 250px;
}

/*--------お店・クーポン一覧ページ------*/
.category-select{
width: 100%;
padding: 5px 20px 5px 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #bbb;
background: #ccc;
background: url(/img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#e6e6e6 100%);
background: url(/img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#e6e6e6 100%);
background-size: 20px, 100%;
font-size: 16px;
}
.category-select::-ms-expand {
	display: none;
}
input[type=text] {
  font-size: 16px;
  transform: scale(0.7);
}

/*--------お店・クーポンページ------*/
.shop{
width: 90%;
margin: 0 auto 30px;
color: #777;
line-height: 2rem;
}
.shop_img{
margin: 15px auto 10px;
width: 60%;
}
.shop p{
margin: 15px;
}
.shop_name{
width: 100%;
font-size: 1.2rem;
font-weight: 800;
color: #D03821;
margin-top: 10px;
}
.shop_name img{
vertical-align: baseline;
}
.shop span{
font-size: 70%;
}
.coupon {
    background-color: #D03821;
    color: #fff;
    margin: 0 0 5px;
    padding: 1em 1.3em;
    position: relative;
	font-weight: 800;
	font-size: 120%;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	letter-spacing: 0.1em;
}
.coupon::after {
    content: "";
    border-color: #a23229 #fff #fff #a23229;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.couponimg img{
height: 250px;
}
.couponimg{
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 0;
overflow: hidden;
text-align: center;
}
.couponimg:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
.couponinfo{
line-height: 1.8em;
margin-top: 15px;
font-size: 80%;
letter-spacing: 0em;
}
#main-image-gallery{
  margin-bottom: 30px;
  background:#eee;
}
#main-image-gallery img {
  display: block;
  height: 300px;
}

/*---従業員登録---*/
#mybackground{
width: 100%;
min-height: 100vh;
background-color: #DBC5B6;
}
#mytitle{
color: #000;
padding: 1em;
background-color: #fff;
}
#mytitle ul {
display:table;
width:100%;
margin:0;
padding:0;
}
#mytitle ul li {
display:table-cell;
list-style:none;
width: 15%;
}
#mytitle .myphoto{
padding-right: 15px;
}
#mytitle .myphoto img{
border-radius: 50%;
}
#mytitle .list-title{
font-size: 120%;
font-weight: 800;
letter-spacing: 0.2em;
color: #000;
width: 25%;
line-height: 1.1em;
}
#mytitle .list-title span{
font-size: 70%;
font-weight: 500;
letter-spacing: 0.1em;
}
#mytitle .mylink{
width: 10%;
}
#mytitle .mylink img{
width: 100%;
padding-left: 5px;
}
#mymenu{
width: 100%;
height: 100%;
padding: 1em;
color: #000;
text-align: center;
}
#mymenu .mytab{
width: 100%;
}
#mymenu .mytab p{
font-size: 70%;
}
#mymenu .tab-l{
width: 50%;
padding: 5px;
text-align: center;
display: inline-block;
background-color: #DBC5B6;
color: #000;
border: 1px solid #3A220C;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#mymenu .tab-r{
width: 50%;
padding: 5px;
text-align: center;
display: inline-block;
background-color: #DBC5B6;
color: #000;
border: 1px solid #3A220C;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#mymenu .tab-active{
background-color: #3A220C;
color: #DBC5B6;
}
#mymenu ul {
width:100%;
margin:0;
padding:0;
}
#mymenu ul li {
display:inline-block;
list-style:none;
width: 30%;
padding:10px 0 0;
text-align: center;
font-size: 80%;
line-height: 1.2em;
vertical-align: top;
}
#mymenu ul li img{
padding: 2%;
margin-bottom: 5px;
}
#mymenu ul li a{
color: #000;
}
#mymenu .mybutton{
width:90%;
margin:0 auto;
}

/*---登録リスト---*/
#emlist_info{
padding: 1em;
}
#emlist_info .title{
width: 100%;
text-align: center;
font-size: 120%;
font-weight: 700;
} 
#emlist_info .text{
font-size: small;
} 
#emlist_info .menber{
padding: 0.3em 0.4em;
font-size: 75%;
font-weight: 300;
color: #fff;
background-color: #3A220C;
border-radius:3px;
margin-right: 10px;
}
#emlist_info input{
border:1px solid #3A220C;
border-radius:10px;
box-shadow: none;
padding: 5px 8px;
}

/*---従業員登録---*/
#emregist_info{
padding: 1em;
}
#emregist_info .title{
width: 100%;
text-align: center;
font-size: 120%;
font-weight: 700;
} 
#emregist_info .text{
font-size: small;
}
#emregist_info input{
border:1px solid #3A220C;
border-radius:10px;
box-shadow: none;
padding: 5px 8px;
}

/*---登録終了---*/
#smssent_info{
padding: 1em;
}
#smssent_info .title{
width: 100%;
text-align: center;
font-size: 150%;
font-weight: 900;
color: #3A220C;
margin: 20% auto 15%;
} 
#smssent_info .text{
width: 100%;
text-align: center;
font-size: 100%;
color: #3A220C;
}
#smssent_info .logo_brown{
width: 50%;
margin: 10% auto;
}


/*---クーポンリスト---*/
#couponlist_info{
padding: 0 1em 1em;
font-size: 90%;
line-height: 1.8em;
}
#couponlist_info a{
color: #000;
}


/*---クーポン設定---*/
#couponup_info{
padding: 0 1em 1em;
font-size: 75%;
}
#couponup_info input{
border:1px solid #3A220C;
border-radius:10px;
box-shadow: none;
padding: 5px 8px;
}
#couponup_info .photoup{
width:100%;
text-align: center;
display: block;
}
#couponup_info .photoup input{
border:none;
box-shadow: none;
padding: 5px 8px;
}


/*-----トピックス 登録 ---*/
.topics-title{
background-color: #D03821;
width: 100%;
padding: 10px;
text-align: center;
font-size: 1.2rem;
font-weight: 800;
color: #fff;
}

#android_menu{
	background:#eee;
	width:100%;
	padding:5px;
	text-align: center;
}
#android_menu img{
	margin:5px;
	margin-left:3%;
	margin-right:3%;
}
.company{
	color:red;
}
