@charset "UTF-8";

body {
	font-family: Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	color: #242424;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

h1 img {
	width: 200px;
	padding-top: 3px;
}

#head_back {
	height: 35px;
	padding: 10px 0 0 10px;
}
#head_back i {
	font-size: 20px;
}

/*基本*/
p.attention { 
	font-size: 12px;
	color: #FF8300;
	margin-top: 5px;
}
.boxLink {

}
.hover {
	cursor: pointer;
}
.hover a:link, .hover a:visited {
	
	text-decoration: none;
}

/*管理ヘッダーメニュー*/
.menu_bunner {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


#contents {
	min-height: 600px;	
}


select {
	margin: 5px 0;
	padding: 6px 12px;
	font-size: 14px;
}

input[type="submit"].submitS {
	width: 100px;
	font-size: 12px;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 4px 0;
	cursor: pointer;
}

input[type="text"].ten, input[type="password"].ten, input[type="number"].ten, input[type="tel"].ten {
	width: 10%;
}
input[type="text"].twenty, input[type="password"].twenty, input[type="number"].twenty, input[type="tel"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty, input[type="number"].thirty, input[type="tel"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty, input[type="number"].forty, input[type="tel"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty, input[type="number"].fifty, input[type="tel"].fifty {
	width: 50%;
}
input[type="text"].eighty, input[type="password"].eighty, input[type="number"].eighty, input[type="tel"].eighty {
	width: 80%;
}

h4.pName {
	background-color: #eaeaea;
	padding: 8px;
	font-size: 18px;
}
.button02 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	padding: 10px 0;
	cursor: pointer;
}
.button02:hover {
	opacity: 0.7;
}
.pubIco {
	text-align: center;
}

/* エラーメッセージ */
.errorMes {
	width: 400px;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin: 18px 0;
	padding: 8px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 34px;
	position:absolute;
	width: 0;
}
input.auto { 
	ime-mode: auto; 
}
input.active { 
	ime-mode: active; 
}
input.disabled { 
	ime-mode: disabled; 
}



#contents textarea {
	padding: 8px;
	margin: 8px 0;
	line-height: 1.4;
}
#contents input[type="radio"],#contents input[type="checkbox"],#contents input[type="file"]  {
	margin: 4px 8px;
}


/* 一覧BOX設定 */
.baseBox {
	border-bottom: solid 1px #dcdcdc;
	margin-top: -1px;
	padding: 5px;
	background-color: #ffffff;
}


/*table設定*/
table {
	margin: 0;
}

table.aEntry {
	overflow: hidden;
	
}
table.aEntry th {
	text-align: left;
	padding: 4px 0;
	margin: 0;
}
table.aEntry td {
	padding: 2px 0;
	margin: 0;
}

/*削除table*/
.delBox {
	margin-top: 4px;
}
.delBox td {
	padding: 1px;
}


#header {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom :1px solid #D1C182;
}
#header #logo {
	margin: 8px 0 0 14px;
	float: left;
}
#header .boxR {
	width: 70%;
	text-align: right;
	padding: 21px 24px 10px 0;
	float: right;
}
#header .boxR h2 {
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 4px;
}
#header .boxR ul li {
	color: #cccccc;
	line-height: 1.5;
	margin-left: 24px;
	float: right;
}
#header .boxR ul li a:hover {
	color: #F6BC00;
}
#header .boxR ul li i {
	font-size: 30px;
	color: #A98E23;
}

#ad_root {
	font-size: 16px;
	color: #444444;
	background-color: #edebe1;
	padding: 8px 0 12px 8px;
}

#wrapper {

	background: #ffffff;
	margin: 0;
	overflow: hidden;
}
#menu {
	width: 211px;
	float: left;
	overflow: hidden;
}
#menu li {
	color: #B6B3B3;
	background-color: #E2E1D8;
}
#menu li.disappear {
	color: #BFBFBF;
	border-bottom: solid 1px #dcdcdc;
	padding: 12px;
	font-size: 16px;
}
#menu li a:link, #menu li a:visited {

	border-right: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	display: block;
	padding: 12px;
	font-size: 14px;
}
#menu li a:hover {
	border-right: solid 1px #dcdcdc;
	text-decoration: none;
	background-color: #FFAD68;
	position: relative;
	z-index: 1000;
}
#menu li a:link.mCurrent, #menu li a:visited.mCurrent {
	border-right: solid 1px #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 1000;
}

#menu li a {
	color: #2F2E2E;
}
#contents {
	width: 100%;	/*default:768px*/
	background: #ffffff;
	border-left: solid 1px #dcdcdc;
	margin-left: -1px;
	padding: 14px 24px 24px 24px;
	float: left;
	overflow: hidden;
}
#contents h2 {
	font-size: 18px;
	border-bottom: solid 1px #999999;
	padding: 8px 12px;
	border-left: 6px solid #696969;
}
/*#### login.php ####*/
#login {
	width: 500px;
	background: #f5f5f5;
	border: solid 1px #e1e1e1;
	margin:  40px auto;
	padding: 24px 40px 40px 40px;
}
#login h2 {
	border-bottom: solid 6px #cccccc;
	margin-bottom: 24px;
	padding-bottom: 18px;
}
#login h3 {
}
#login table td {
	padding: 4px;
}

#login table .logAtt {
	font-size: 11px;
	padding: 24px;
}

/*#### index.php ####*/


/*table設定*/
.cusList {
	border-collapse: collapse;
	margin: 0 auto;
}
.cusList th {
	width: calc(50%/8);
	padding: 5px 2px;
	margin: 12px;
	text-align: center;
	font-size: 14px;
	color: #894F06;
	font-weight: bold;
	background-color: #E6E5DE;
	
	
	
}
.cusList td {
	width: calc(100%/8);
	padding: 8px 2px;
	margin: 2px;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #AFAEAE;
}

.cusList td.padd {
	padding: 1px 14px;
}
.cusList td.paddR {
	padding: 1px 14px 1px 0;
}
.tList {
	border-collapse: collapse;
	margin: 0 auto;
}
.tList th {
	width: calc(50%/7);
	padding: 5px 2px;
	margin: 12px;
	text-align: center;
	font-size: 14px;
	color: #894F06;
	font-weight: bold;
	background-color: #F2F2F2;
	
	
	
}
.tList td {
	width: calc(100%/7);
	padding: 8px 2px;
	margin: 2px;
	text-align: center;
	font-size: 13px;
	/*
	border-bottom: 1px solid #AFAEAE;
	*/
}

.tList td.padd {
	padding: 1px 14px;
}
.tList td.paddR {
	padding: 1px 14px 1px 0;
}

.point {
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}



/*#### entry.php ####*/
.aEntry h3 {
	font-size: 15px;
	background-color: #edebe1;
	margin: 8px 0;
	padding: 6px 12px;
	color: #444444;
	border-radius: 8px;
}
#contents .pConfirm {
	width: 340px;
	color: #ffffff;
	text-align: center;
	border-radius: 14px;
	font-size: 14px;
	background: #2eaf37;
	margin: 18px 0;
	padding: 4px 14px;
	position:relative;
}
#contents .pConfirm:after {
	border: 14px solid transparent;
	border-top-color: #2eaf37;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 34px;
	position:absolute;
	width: 0;
}
#contents .pDelete {
	width: 340px;
	color: #ffffff;
	text-align: center;
	border-radius: 14px;
	font-size: 14px;
	background: #DA1C1C;
	margin: 18px 0;
	padding: 4px 14px;
	position:relative;
}

#contents h3.dTitle {
	margin: 14px 0 10px 0;
	padding: 0 0 10px 0;
}
#contents .dDate {
	color: #999999;
	float: left;
}
#contents .dTitle {
	font-size: 20px;
}
#contents .eveDate {
	background: #eeeeee;
	margin-bottom: 24px;
	padding: 4px 4px 4px 14px;
}
#contents .dDetail {
	font-size: 14px;
	line-height: 1.8;
	padding: 14px 0 24px 0;
}

.sOption {
	border: solid 1px #cccccc;
	padding: 10px;
	border-radius: 6px;
	margin: 20px 0;
	background-color: #F8F9DD;
	clear: both;
}

#footer {
	text-align: left;
	background: #000000;
	border-top: solid 1px #dcdcdc;
	padding: 14px 0;
	color: #ffffff;
}
#footer address {
	width: 500px;
	padding-right: 24px;
	text-align: right;
	float: right;
	font-size: 12px;
}
#footer ul {
	padding: 0 0 15px 30px;
}
#footer ul li {
	line-height: 1.5;
	float: left;
	font-size: 12px;
}
#footer ul li a {
	color: #ffffff;
}
#footer ul li a:hover {
	color: #ABEA44;
}
.b03 {
	background-color: red;
}

.bArea {
	margin: 0 auto;
}
.eButton {
	
	float: right;
	text-align: center;
	font-weight: bold;	
	margin-top: 20px;
	font-size: 14px;
}
.eButton a {
	padding: 5px 24px;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.toCode {
	font-weight: bold;
}

h3 {
	font-size: 24px;
	padding: 10px;
	clear: both;
	margin-top: 30px;
}
.container {
	margin: 0 auto;
	text-align: center;
}

.entryBox {
	background-color: #EAEAEA;
	padding: 10px;
	border: solid 1px #cccccc;
	border-radius: 8px;
}	

h4 {
	font-size: 28px;
	padding: 15px;
	border-bottom: solid 2px #03824F;
	margin: 20px 0;
	background-color: #04A364;
	color: #ffffff;
	font-weight: bold;
}
.atten2 {
	color: red;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}
.linkbox {
    position: relative;
	margin-bottom: 10px;
	padding: 10px;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/* 以下見た目をわかりやすくするための設定*/
.linkbox {
    border: solid 1px #cccccc;
	border-radius: 8px;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #7D7B7B;
}	

.sIcon {
	width: 100px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 3px 0;
	font-size: 12px;
	float: left;
}
.s01 {
	background-color:#F98C15; 
}
.s02 {
	background-color:#D5D5D5; 
}
.customerList {
	margin-bottom: 15px;
}


.customer {
	border: solid 1px #F2EDDC;
	background-color: #FFFBEF;
	border-radius: 8px;
	font-size: 26px;
	color: #545454;
	overflow: hidden;
	margin-bottom: 20px;
}
.customer .boxL {
	width: 45%;
	float: left;
	margin: 1%;
}
.customer .boxR {
	float: right;
	width: 45%;
	font-size: 14px;
	margin: 1%;
	text-align: right;
}
.karteBase {
	width: 99.5%;
	background-color: #FCF8F0;
	border: solid 1px #cccccc;
	margin: 20px 0;
	padding: 10px;
	box-shadow: 5px 5px 5px #AEAEAE;
}
p.id {
	width: 120px;
	border-radius: 8px;
	font-size: 13px;
	color: #ffffff;
	background-color:#4A4A4A;
	padding: 2px 4px;
	text-align: center;
}
.cusdetail {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.7;
}
.cusdetail i {
	width: 16px;
}
.male i {
	color: #388EC0;
}
.female i {
	color: #EA7BE1;
}
.search {
	margin: 15px 0;
	background-color: #F7F7F7;
	border-radius: 8px;
	padding: 10px;
	border: solid 1px #D3D3D3;
	
}
.customerList {
	margin: 15px 0;
}

.cusData {
	width: 100px;
	padding: 5px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #1B86CD;
	margin: 0 auto;
}
.cusData a {
	color: #FFFFFF;
}
.karteAdd {
	width: 100px;
	padding: 5px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #D9B756;
	margin: 0 auto;
}
.karteAdd a {
	color: #FFFFFF;
}
.karteData {
	width: 100px;
	padding: 5px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #BB9117;
	margin: 0 auto;
}
.karteData a {
	color: #FFFFFF;
}
/*新規顧客登録ボタン*/
.button-49 {
	margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    float: right;
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #2589d0;
    background-color: #2589d0;
    color: #ffffff;
    font-size: 12px;
}
.button-49 a:hover {
	opacity: 0.5;
}
/*受付チェックボックス*/
.decoration-cb-oval input[type="checkbox"] {
  display: none;
}
.decoration-cb-oval input[type="checkbox"]+label {
  display: inline-block;
  padding-left: 58px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  top: -11px;
}
.decoration-cb-oval input[type="checkbox"]+label::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left:0px;
  width: 55px;
  height: 24px;
  border-radius: 12px;
  background-color: #aaa;
  transition: background-color 0.5s;
}
.decoration-cb-oval input[type="checkbox"]+label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height:20px;
  border-radius: 10px;
  background-color:#ffffff;
  left:3px;
  top:2px;
  transition: left 0.5s;
}
.decoration-cb-oval input[type="checkbox"]:checked+label::before {
  background-color: #C18C00;
  transition: background-color 0.5s;
}
.decoration-cb-oval input[type="checkbox"]:checked+label::after {
  background-color:#ffffff;
  left:32px;
  transition: left 0.5s;
}
