/*
Theme Name: YOGAスタジオ　スタッフ管理
Theme URI:
Author: ねこねこ企画
Author URI:
Description:
Version: 1.0
*/

@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figure, figcaption, header, footer, main, nav, section, time {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
}
article, aside, details, figure, figcaption, header, footer, main, nav, section {display: block;}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
blockquote, q {
    quotes: none;
}
img {
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}
a img {border: 0;}
a:link,a:visited {text-decoration: none;}

button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}

.cf::after ,.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tar {text-align: right;}
.tac {text-align: center;}
.sp {display: none;}

.wrap1060 {margin-left: auto;margin-right: auto;width:1060px;}
.wrap1120 {margin-left: auto;margin-right: auto;width:1120px;}
.wrap1135 {margin-left: auto;margin-right: auto;width:1135px;}
.wrap1130 {margin-left: auto;margin-right: auto;width:1130px;}

/*
input[type="date"] ,
input[type="number"] ,
input[type="text"] {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="date"]:focus ,
input[type="number"]:focus ,
input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
*/

.sss::-webkit-input-placeholder{
  color: #aca49c;
  font-size: 0.875em;
}
.sss:focus::-webkit-input-placeholder{
  color: #bbb5af;
}

.sss::-moz-placeholder{
  color: #aca49c;
  font-size: 0.875em;
}

.sss:focus::-moz-placeholder{
  color: #bbb5af;
}

.sss::placeholder{
  color: #aca49c;
  font-size: 0.875em;
}

.sss:focus::placeholder{
  color: #bbb5af;
}

.sss::-ms-placeholder{
  color: #aca49c;
  font-size: 0.875em;
}

.sss:focus::-ms-placeholder{
  color: #bbb5af;
}

/* on hover placeholder */

.sss:hover::-webkit-input-placeholder{
  color: #e2dedb;
  font-size: 0.875em;
}

.sss:hover:focus::-webkit-input-placeholder{
  color: #cbc6c1;
}

.sss:hover::-moz-placeholder{
  color: #e2dedb;
  font-size: 0.875em;
}

.sss:hover:focus::-moz-placeholder{
  color: #cbc6c1;
}

.sss:hover::placeholder{
  color: #e2dedb;
  font-size: 0.875em;
}

.sss:hover:focus::placeholder{
  color: #cbc6c1;
}

.sss:hover::placeholder{
  color: #e2dedb;
  font-size: 0.875em;
}

.sss:hover:focus::-ms-placeholder{
  color: #cbc6c1;
}

input.sss {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;

  background: transparent;
  outline: none;
  color: #726659;

  border: solid 1px #b3aca7;
  border-bottom: none;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input.sss.last {
  border: solid 1px #b3aca7;
}

input.sss:hover {
  background: #b3aca7;
  background: #99FFFF;
  color: #e2dedb;
  color:#111;
}

textarea.sss {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;

  background: transparent;
  outline: none;

  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;

  border: solid 1px #b3aca7;
  border-bottom: none;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
textarea.sss.last {
  border: solid 1px #b3aca7;
}


textarea.sss:hover {
  background: #b3aca7;
  background: #9ff;
  color: #e2dedb;
  color:#111;
}


input[type="submit"],
button[class="ajaxSend"]{
  display: inline-block;
  background: #0097F5;
  text-align: center;
  margin: 15px 0;
  padding:10px 50px;
  color:#fff;
  border:0;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;

}

#sime_zumi0,
#sime_zumi1,
.addKubun,
.delBtn,
.goBack,
.editBtn {
  display: inline-block;
  background: darkgreen;
  text-align: center;
  margin: 15px 0;
  padding:10px 50px;
  color:#fff;
  border:0;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
}
.goBack {
  background: #ccc;
  color:#333;
}

.delBtn {
  background: #dc143c;
  color:#fff;
  margin-left: 15px;
}
.addKubun{
  font-size: 14px;
  padding: 5px 15px;

}

#sime_zumi0 {
  background:#dc143c;
  color:#fff;
}
#sime_zumi1 {
  background:#999;

}


#is_lessonWrap ,
#staWrap {
  padding-top: 30px;
}
#is_lessonWrap label ,
#staWrap label {
  display: inline-block;
  cursor: pointer;
  padding: 20px 40px;
  background: #eee;
  text-align: center;
  border:1px #aaa solid;
  border-right: none;

}
#is_lessonWrap label.last ,
#staWrap label.last {
  border:1px #aaa solid;
}



/* ****************************************** */
/* *** Basic Layout **************************
********************************************* */

#header {
    padding: 50px 0 0;
}

#mainContent {
  position: relative;
  float: right;
  width:calc(100% - 300px);
  padding: 10px;
  margin-bottom: 30px;
}

#sidebar {
  float: left;
  width:300px;
  padding: 10px;
  margin-bottom: 30px;

}

#side_fixed {
    position:fixed;
    width:70px;
    height:170px;
    right:0;
    top:50%;
    margin-top:-85px;

}

footer {
  clear: both;
  width:100%;
  border-top:3px double #666;
  margin:50px 0 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;

}

/* *** END Basic Layout ********************** */

/* ****************************************** */
/* *** SectionInner Layout ********************
********************************************* */

header h1 {
  width:300px;
  margin-left:auto ;
  margin-right:auto;
  text-align: center;

}

header h1 img {
  display: block;
  margin-bottom: 10px;
}

header h1 a:link ,
header h1 a:visited {
  font-size: 14px;
  color: #999;
}


header nav {
  background: #61AA31;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

header ul {}
header ul li {
  display: inline-block;
}
header ul li a {
  display: block;
  padding: 15px 20px;
}

header ul li a:link ,
header ul li a:visited {
  color:#fff;
}


#sidebar h2 {
  padding: 1.65rem 2rem;
  padding: 1.25rem 0;
  text-align: center;
  color: #22ac38;
  font-size:24px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #dfeeb9 25%, transparent 25%, transparent 75%, #dfeeb9 75%, #dfeeb9),
    linear-gradient(-45deg, #dfeeb9 25%, transparent 25%, transparent 75%, #dfeeb9 75%, #dfeeb9);
  background-size: 24px 24px;
}

#mainContent h2 {
  font-size:30px;
  border-bottom: 10px solid #61AA31;
  margin:0 0 20px 0;
}

#mainContent h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;

}

#mainContent h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 8px 8px;
}

#newEntry {
  display: none;
  padding-top: 30px;
}

#newEntry input[type='checkbox'],
#newEntry input[type='radio']{
  display: none;
}

#calendarArea {
  padding: 15px 0 ;

}
#calendarArea h3{
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #aaa;
  padding: 5px;
  margin-bottom: 5px;



}
#calendarArea table {
  width:100%;
  border:1px #aaa solid;
  border-collapse: collapse;

}
#calendarArea table th {
  padding: 7px 0;
}
#calendarArea table th ,
#calendarArea table td {
  text-align: center;
  font-size:14px;
  border:0.5px #aaa solid;
}
#calendarArea table td a {
  display: block;
  padding: 7px 0;
}

#calendarArea table td a:link,
#calendarArea table td a:visited {
  color:#000;
}


#calendarArea table tr {}

#calendarArea .ym_navi {}
#calendarArea .ym_navi {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  font-size:15px;
}
#calendarArea .ym_navi a {
  cursor: pointer;
}

#subMenu {}
#subMenu a{
  display: inline-block;
  background: #437522;
  padding: 10px 20px;
  text-align: center;
  color:#fff;
  font-size: 15px;
  letter-spacing: .2em;
  border-right:1px #ccc solid;
}

#subMenu a:link,
#subMenu a:visited{
  color:#fff;
}

#subMenu a:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#subMenu a:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


#content_title {
    font-size:26px;
    margin:25px 10px 30px 10px;
    padding: 5px 0 5px 20px;
    border-left:10px #555 solid;
    border-bottom:2px #aaa dotted;
}

#housyuForm label ,
#staffForm label {
  font-size:18px;
}

table#config,
table#person_fee,
#jisseki_enter,
#housyuTable ,
#staffTable ,
#staffDetail {
  border:1px #999 solid;
  border-collapse:collapse;
  margin:15px 0;
}
table#config th,
table#person_fee th,
#jisseki_enter th,
#housyuTable th,
#staffTable th,
#staffDetail th{
  background:#eee;
}

table#config th,table#config td,
table#person_fee th,table#person_fee td,
#jisseki_enter th,#jisseki_enter td,
#staffTable th,#staffTable td,
#housyuTable th,#housyuTable td,
#staffDetail th,#staffDetail td{
  padding:3px 5px;
  border:1px #aaa solid;
}

#jisseki_enter caption {
  font-size:14px;
  padding: 10px 0;
  text-align: center;
  background: #437522;
  color:#fff;

}

table#person_fee th {
  padding: 15px 10px;
}
table#person_fee th span {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  color:#333;

}

#jisseki_enter td .housyu_detail {
  position: relative;
  border-bottom:1px solid #aaa;
  margin:0 0 5px 0 ;
  padding: 5px 35px 5px 5px;
}

#jisseki_enter td .housyu_detail h3 {
  font-size:14px;
  background: #f3f3f3;
}
#jisseki_enter td .housyu_detail h4 {
  margin-bottom: 8px;
  font-size:13px;
}
#jisseki_enter td .housyu_detail p{
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
}

#jisseki_enter td .housyu_detail .total {
  display: block;
  text-align: right;
  background: #eee;
}

#jisseki_enter td .housyu_detail .deleteBtn {
  position: absolute;
  cursor: pointer;
  width:20px;
  height:20px;
  top:5px;
  right:5px;

}


.sta {
  font-size:90%;
  display:inline-block;
  padding:3px 5px;
  color:#fff;
}
.sta2 {background:darkgreen;}
.sta0 {background:#444;}
.sta1 {background:#aaa;color:#000;}

#housyuTable .sta1 {background:darkgreen;color:#fff;}
#housyuForm .sta1 {background: darkgreen;}

tr.disN {display: none;}

.brNone{display: none;}

.allShow {
  position: absolute;
  cursor: pointer;
  top:100px;
  right:10px;
  display: block;
  width:150px;
  height:30px;
  line-height: 30px;
  text-align: center;
  background: #dc143c;
  color:#fff;
  font-size: 16px;
  margin: 20px 0 10px auto;
  border-radius: 20px;

}

#stepNavi {
	text-align:center;
    margin:10px 0;
    padding: 10px ;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#stepNavi span {
    display: inline-block;
    margin:0 15px;
    padding: 10px 20px;
    border: 2px solid #888;
    background: #aaa;
}

#stepNavi span.act {
    background: #dc143c;
    border-color:#f00;
    color:#fff;
}

#stepNavi span.editable {
	cursor:pointer;
    background: #2693FF;
    border-color:#04f;
    color:#000;
}

.message,
.alrt {
	background:#fee;
	border:1px #dc143c solid;
	border-radius:5px;
	padding:10px;
	margin:10px;
  line-height: 1.4;
}
.alrt strong {color:#dc143c;font-weight: bold;}
.message {
  background:lightgreen;
  border-color:green;
}

.ym {
  margin:10px 0;
  padding: 15px 0;
  font-size:16px;
  border-top:1px #aaa solid;
  border-bottom:1px #aaa solid;
}
.ym a {
  width:15%;
  display: inline-block;
}
.ym .prev {text-align: left;}
.ym .next {text-align: right;}

.ym span {
  display: inline-block;
  width:67%;
  text-align: center;
}

.is_lesson1 {
  display: inline-block;
  background:darkorange;
  color:#fff;
  font-size: 14px;
  padding: 3px 10px;

}

.houtyuMiEnterBtn,
.houtyuEnterBtn,
.toHousyuEnter,
.toJisseki {
  display: inline-block;
  margin:10px 10px 10px 0;
  padding: 3px 5px;
  font-size: 14px;
  background:darkblue;
  color:#fff;

}

.toHousyuEnter { background: darkgreen;}
.toHousyuEnter.housyuZumi {background:#888;}
.houtyuEnterBtn {background: darkred;cursor: pointer;}
.houtyuMiEnterBtn {background:#aaa;color:#666;}

#staffHousyuEnter {}
#staffHousyuEnter h1 {
  position: relative;
  padding-bottom: 15px;
}

#staffHousyuEnter h1 .staff {
  display: block;
  float: left;
  width:20%;
  text-align: left;
}
#staffHousyuEnter h1 .fee {
  display: block;
  float: right;
  width:20%;
  text-align: right;
}

#staffHousyuEnter h1 .yyyymmdd {
  display: block;
  float: left;
  width:59%;
  text-align: center;
}
#staffHousyuEnter .kubun {
  width:50px;
}

#staffHousyuEnter #wrapKubun {
  min-height: 200px;
  padding: 20px 15px ;
  text-align: left;
}

#staffHousyuEnter #frm_title {
  height:30px;
  font-size: 18px;
  padding: 3px;
}

#staffHousyuEnter #wrapFrm_title {
  padding-left: 10px;
  text-align: left;
}

#staffHousyuEnter #frm_titleL {
  display: inline-block;
  margin-right: 15px;
}

#staffHousyuEnter #warning {
  display: none;
  margin:10px 0;
  padding: 5px 10px;
  border: 1px #dc143c solid;
  background: #fee;
  border-radius: 3px;
  text-align: left;

}

.tiny_kubun_list {
  padding: 10px 5px;

}
.tiny_kubun_list li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.housyu_cate_sonota {
  margin:30px 0 0 0;
}
.housyu_cate_sonota h4{
  margin:10px 10px 10px 10px;
  padding: 10px 0 5px 10px;
  border-left:5px #777 solid;
  border-bottom:1px #aaa solid;
}

table#person_fee td{
  text-align: center;
  padding-left: 16px;
}

table#person_fee input {
  text-align: right;
  width:70px;
  height:30px;
  font-size:16px;
  margin-right:5px;

}

#jisseki_info table {
  border:1px #aaa solid;
  border-collapse:
}
#jisseki_info table th,
#jisseki_info table td{
  border:1px #aaa solid;
  padding: 5px 10px;
}


@media screen and (max-width: 960px) {
}
@media screen and (max-width: 480px) {
}