@charset "utf-8";
/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
 * @link          https://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       https://opensource.org/licenses/mit-license.php MIT License
 */

* {
	margin:0;
	padding:0;
	font-size: 11pt;
}

/** General Style Info **/
body {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	margin: 0;
	background-color: #dcdcdc;
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 100vw;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	outline:none;
}
a:hover {
	color: #367889;
	text-decoration:none !important;
}
a img {
	border:none;
	outline:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#0000cd;
	color: #bce2e8;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}

/*ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}*/

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 0px 0px;
	background: #fafafa;
}
#header h1 {
	line-height:20px;
	color: #000;
	padding: 0px 20px;
}
#header h1 a {
	color: #fff;
	background: #fafafa;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
div.header {
	float:right; 
	margin:20px 20px 0 0; 
	color: #fff;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: center;
	padding:4px;
	background-color: #90CC3D;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ?';
}
th a.desc:after {
	content: ' ?';
}
table tr td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	line-height: 22px;
}
table tr {
	background: #f9f9f9;
}
table tr:nth-child(odd){
	background: #e6e6fa;
}
/* 偶数番目の指定*/
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0 6px;
	padding:2px 5px;
}
table.border0 {
	border: 0;
}

/* 予約状況照会 */
table.reservation_infos_list {
	width: auto;
	margin: 0;
}
table.reservation_infos_list tr td {
	width: 88px;
	height: 53px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
table.reservation_infos_list tr td span.date {
	position: absolute;
	top: 2px;
	right: 8px;
}
table.reservation_infos_list tr td.disabled {
	background-color: #efefef;
}
table.reservation_infos_list tr td .reservation {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #136fff;
	border-radius: 5px;
	width: 80%;
	height: 20px;
	color: #fff;
	font-size: 10.5px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
}

table.base2 tr th {
	background: #990000;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	color: #ccc;
	clear:both;
	float: right;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 3px 8px;
	display: inline-block;
	font-weight: normal;
	border: 1px none #ccc;
	font-size: 85%;
}
.paging a {
	text-decoration: underline;
}
.paging > span {
	display: inline-block;
}
.paging > span:hover {
}
.paging .prev {
	background:#dcdcdc;
}
.paging .next {
	background:#dcdcdc;
}
.paging .disabled {
	color: #000;
}
.paging .disabled:hover {
	background: #dcdcdc;
}
.paging .current {
	background: #f7d7e2;
	color: #000;
	border: 1px solid #e0c3cd;
	font-weight: bold;
}
.paging span.current:hover {
	background: #f7d7e2;
	color: #000;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin: 5px;
}
form .input {
	color: #444;
	font-weight: bold;
}

form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	clear: both;
	margin-top: 10px;
}
label {
	display: inline;
	font-weight: bold;
}
input, textarea {
	clear: both;
	font-family: monospace,"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	padding: 1px;
}
select {
	clear: both;
	padding: 1px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 4px 0px 0px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	width: auto;
}
form .submit input[type=submit] {
	background:#fff;
	border-color: #0000cd;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0) 0px -1px 0px;
	padding: 10px 10px;
}
form .submit input[type=submit]:hover {
	background: #e6e6fa;
}

table form .submit input[type=submit] {
	background:#62af56;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	font-weight: bold;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #dd0000;
	font-weight: bold;
	padding: 7px 0 20px 0;
}
/*　処理は無事に完了しました　のデザイン*/
.success {
	clear: both;
	color: #0000ee;
	font-weight: bold;
	padding: 7px 0 20px 0;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	padding: 0.8em;
	margin: 1em 0;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0 1px 0;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 4px 10px 2px;
	font-family: sans-serif;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

/** Admin_default Style Info **/
/** 2012-06-08 設定サイドメニューで使用している。**/
/** マウスを置くと背景色が変わるという設定**/
#menu_container
{
	position: absolute;
	margin: 0 0 0 0px;
	width:95%;
}
#menu_container dl
{
	margin: 0 0 0 0px;
	float:right;
	width:auto;
}
#menu_container dt
{
}
#menu_container dd
{
	width: 100%;
	display: none;
	margin: 0;
}
#menu_container dl:hover dd
{
	display: block;
}
/*  サイドメニューのリンク文字の設定  */
#menu_container a
{
	color:black;
	font-weight:normal;
	font-family: 'ヒラギノ角ゴ Pro W3',"frutiger linotype", "lucida grande", "verdana", sans-serif;
	text-align : left ;
	display: block;
	min-width: 90px;
	line-height: 100%;
	background: #FFF5EE;
	padding: 3px;
	text-decoration: none;
}
#menu_container a:hover
{
	background-color: #ADE8E6;
}

/*
	社員食堂精算管理
*/
.container {
	width: 1190px;
}
#main_menu{
	width:10vw;
	padding: 0px 0px 8px 12px;
	position:absolute;
	left:0px;
}

.main_category{
	width: 80vw;
	position:absolute;
	left:20vw;
}

li {
	list-style: none;
	padding: 8px 12px;
	border-top: solid 1px #f1e3d5;
	border-bottom: solid 1px #a99079;
}

#nav4, #nav4 * {
	font:bold 100% Verdana,sans-serif;
	margin:0;
	padding:0;
}
#nav4 {
/*	margin:1em 0;*/
}
#nav4 li {
	display:inline;
}
#nav4 a {	/* 通常時 */
	width: 50vw;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 0px;

	color:#000;
	text-decoration:none;
	background-color:#dcdcdc;
	font-weight:100;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: medium solid #ff00ff;
	border-color: #808080;
	border-width: 1px;
}
#nav4 li:first-child a {
	border-top: 1px solid #808080;
	border-color: #808080;
}

/* マウスが乗った時,カレント時 */
#nav4 a:hover,
#nav4 a.tateCurrent {
	color:#000;
	text-decoration:none;
	background:#ccc;
	border-color: #696969;
}
/* 縦型 */
#nav4 a.tate,
#nav4 a.tate:hover,
#nav4 a.tateCurrent,
#nav4 a.tateCurrent:hover {
	display:block;
	margin:1px 0;
}

.align_left{
	text-align:left;
	float:left;
}

.align_right{
	text-align:right;
}

#check_list li {
	display:inline;
}

#search_area table tr {
	padding: 0;
	border: none;
	background: none;
}
#search_area table tr td {
	padding: 0;
	border: none;
	vertical-align: middle;
}

/* 明細Submit用 */
table .submit input[type=submit] {
	background:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #fff, #ffff);
	background-image: -moz-linear-gradient(top, #fff, #fff);
	border-color: #0000cd;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 2px 5px 2px 5px;
}
table .submit input[type=submit]:disabled {
	background-image: none !important;
	background: #dcdcdc;
	color: #777;
}

table.employee .submit input[type=submit] {
	background:#fff;
	border-color: #0000cd;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0) 0px -1px 0px;
	padding: 10px 10px;
}

table.employee tr td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	background-color: #dcdcdc;
}

table .submit input[type=submit]:hover {
	background: #dcdcdc;
}

#logout {
	background:#fff;
	border-color: #fff;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	border:1px solid #2d6324;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 10px 10px 10px;
}

#logout:hover {
	background: #fff;
}

.employee_info_category{
	color: #fff;
	background:#0000cd;
	padding: 3px;
}
img {
	width:auto;
	height:auto;
	max-width: initial;
}

/*  パンくずリスト  */
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	list-style: none;
}
.cp_breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0.5em 0;
}
.cp_breadcrumb a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 1em 0.7em 2em;
	text-decoration: none;
	color: #2f4f4f;
	background-color: #dcdcdc;
}
.cp_breadcrumb li:first-child a {
	padding-left: 1em;
	border-radius: 1px 0 0 0px;
}
.cp_breadcrumb a::after,
.cp_breadcrumb a::before {
	position: absolute;
	top: 50%;
	right: -1.5em;
	margin-top: -1.48em;
	content: '';
	border-top: 1.48em solid transparent;
	border-bottom: 1.48em solid transparent;
	border-left: 1.5em solid;
	}
.cp_breadcrumb a::after {
	z-index: 1;
	border-left-color: #dcdcdc;
}
.cp_breadcrumb a::before {
	z-index: 1;
	right: -1.6em;
	border-left-color: #ffffff;
}
.cp_breadcrumb li:nth-child(2) a       { background:        #dcdcdc; }
.cp_breadcrumb li:nth-child(2) a:after { border-left-color: #dcdcdc; }
.cp_breadcrumb li:nth-child(3) a       { background:        #dcdcdc; }
.cp_breadcrumb li:nth-child(3) a:after { border-left-color: #dcdcdc; }
.cp_breadcrumb li:nth-child(4) a       { background:        #dcdcdc; }
.cp_breadcrumb li:nth-child(4) a:after { border-left-color: #dcdcdc; }
.cp_breadcrumb li:nth-child(5) a       { background:        #dcdcdc; }
.cp_breadcrumb li:nth-child(5) a:after { border-left-color: #dcdcdc; }

.cp_breadcrumb li:last-child a {
	cursor: default;
	pointer-events: none;
	color: black;
	background:        #f7d7e2;
}
.cp_breadcrumb li:last-child a:hover {
	background: none;
}
.cp_breadcrumb li:last-child a::before,
.cp_breadcrumb li:last-child a::after {
	content: normal;
}

table{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 75vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
}
td,th{
	padding:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}
th{
	color:#fff;
	background:#0000cd;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}

table.w5{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 6vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
	margin-left:1px;
}

table.w20{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 20vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
	margin-left:1px;
}

.container {
	margin: 0px auto;
	max-width: 960px;
}
.header {}
.wrapper {
	width: 100%;
	float: left;
	margin: 0px -300px 0px 0px;
}
.content {
	margin-right: 310px;
}
.sidebar {
	width: 300px;
	float: right;
	margin-left: -300px;
}
.footer {
	clear: both;
}
@media (max-width: 720px) {
  .wrapper, .content, .sidebar {
	float: none;
	margin: 0px;
	width: auto;
  }
}

.footer {
	clear: both;
}


@media (max-width: 720px) {
  .wrapper, .content, .sidebar {
	float: none;
	margin: 0px;
	width: auto;
  }
}

table.w30{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 30vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
	margin-left:1px;
}
table.w35{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 35vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
	margin-left:1px;
}

table.w60{
	border-collapse:collapse;
	margin:0 auto;
	table-layout: auto;
	width: 60vw;
	text-align: left;
	font-size: 4rem;
	border-width: 1px;
	border: 1;
	border-style: solid;
	border-color: #dcdcdc;
	margin-left:1px;
}

div.date_term {
	display: inline-block;
	margin: 0;
}

div.date_term > div.input {
	display: inline-block;
}

.base_comment,
.id_name {
	clear: both;
	margin-left: 6px;
	margin-bottom: 10px;
}

.memo_comment {
	position: absolute;
	margin-top: 10px;
}

.item_title {
	width: 90px;
}

.process_box {
	position: relative;
	margin-top: 30px;
	padding: 20px 15px 15px 15px;
	border: 1px solid #808080;
	box-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.3);
}

.process_box span.title {
	position: absolute;
	top: -10px;
	margin: 0 10px;
	padding: 0 10px;
	background: #dcdcdc;
	font-weight: bold;
}

.process_box .comment {
	padding-bottom: 10px;
}

.day_off {
	background: #ffeeff !important;
}

.day_off a,
.day_off span {
	color: #ff0000;
}

.day_off a:hover {
    color: #367889;
}

.color_red {
	color: #ff0000;
}

.color_red_normal {
	color: #ff0000;
	font-weight: normal !important;
}

.table_comment {
	clear: both;
	margin: 5px;
}

.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_90 {
	width: 90px;
}

div.date_box {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.click_area {
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 53px;
}

div.click_area .comment {
	display: none;

	color: #fff;
	font-size: 10pt;
	margin: 2px;
	position: absolute;
	padding: 0;
	border-radius: 10px;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-shadow: 1px 1px 1px #000;
}

td.append {
	background-color: rgba(50, 255, 50, 0.4) !important;
}

td.append div.click_area .comment {
	display: block;
	background-color: #008000;
}

td.remove {
	background-color: rgba(255, 153, 51, 0.4) !important;
}

td.remove div.click_area .comment {
	display: block;
	background-color: #FF4F02;
}

.login_item_title {
	width: 90px;
}

.password_item_title {
	width: 200px;
}

.logout {
	float: right;
	margin: 10px 0 0 0;
}

.page_link {
	margin: 50px 0 20px 0;
}

.base_select {
	font-size: 18pt !important;
}

#modalWindow div#selectdate {
	position: absolute;
	right: 80px;
	top: 10px;
}

#modalWindow .button#cancel
{
	bottom: 10px;
	right: 10px;
	width: 110px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #FF4F02;
	border: 1px solid #FF4F02;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

#modalWindow .button#cancel:active
{
	background-color: #fff;
	color: #FF4F02;
}

#modalWindow div#close {
	position: absolute;
	font-size: 22px;
	right: 2px;
	top: 2px;
	width: 35px;
	height: 35px;
	background: #dcdcdc;
	text-align: center;
	border-radius: 5px;
	color: #aaaaaa;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #dcdcdc !important;
	cursor: pointer;

	display: -webkit-flex;
	display: flex;
	-wewbkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#modalWindow div#close:active {
	background-color: #aaaaaa !important;
	color: #dcdcdc;
}

#modalWindow .titleLine {
	position: absolute;
	left: 15px;
	top: 36px;
	width: 75%;
	height: 1px;
	border: 1px solid #dcdcdc;
	background-color: #dcdcdc;
}

#modalWindow .menu {
	margin-left: 40px;
	max-height: 170px;
	overflow-y: auto;
}

.link_menu {
	margin-left: 5px;
	margin-bottom: 8px;
}

.link_menu a {
	border: 1px solid #ff5533;
	background-color: #ff6633;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px;
	text-shadow: 1px 1px 1px #000;
	border-radius: 3px;
}

.link_menu a:active {
	background-color: #ffffff;
	color: #ff6633;
}

@media screen and (max-width: 767px) {
	* {
		margin: 0;
		padding: 0;
		font-size: 4.1vmin;
	}

	#content {
		padding: 5px 5px 40px 5px;
	}

	.main_category {
		width: auto;
		position: static;
		left: auto;
	}
	
	#nav4 a {
		width: auto;
	}

	.cp_breadcrumb {
		margin-top: 0;
		margin-bottom: 0;
	}

	li {
		border-bottom: solid 2px #a99079;
	}

	#search_area table.conditon {
		width: 100%;
	}

	table.reservation_infos_list tr th {
		padding-top: 2px;
    	padding-bottom: 2px;
	}

	form {
		width: auto;
		margin-right: auto;
	}

	form .input {
		margin-left: 0;
	}

	.login_item_title,
	.password_item_title {
		width:100%;
		display: block;
	}

	.login_item_value {
		width:100%;
		display: block;
	}

	.submit_button {
		margin-top: 30px !important;
		text-align: center;
	}

	.submit_button input[type=submit] {
		width: 150px;
		height: 40px;
		line-height: 20px;
	}

	.logout {
		float: right;
		margin: 0.3vmin 0 0 0;
	}

    #header h1 {
		line-height: 20px;
		color: #000;
		padding: 5px 7px;
	}

    div.header {
		position: absolute;
		top: 3px;
		right: 90px;
		margin: 3vmin 2vmin 0 0;
		color: #fff;
		font-size: 3vmin;
	}

	#logout {
		padding: 2vmin 1vmin 2vmin 1vmin;
		font-size: 3vmin;
	}

	img {
		widows: 3vmin;
		height: 9vmin;
		max-width: initial;
	}

	#reservationUpdateForm {
		width: auto;
		margin: 0;
	}

	td.append div.click_area .comment {
		/*font-size: 7pt;*/
	}

	td.remove div.click_area .comment {
		/*font-size: 7pt;*/
	}

	form #search_area div {
		margin: 1px;
	}

	#search_area table tr td {
		padding: 0 0 5px 0;
	}

	.page_link {
		text-align: center;
	}

	div.click_area .comment {
		width: 18px;
		height: 18px;
		line-height: 20px;
		text-shadow: 1px 1px 1px #000;
	}
	
	table.reservation_infos_list tr td span.date {
		position: absolute;
		top: 2px;
		right: 2px;
	}

	#modalWindow div#close {
    	font-size: 26px;
	}
}

/* メニュー選択用オーバーレイ・ポップアップ */

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1
 }

#modalWindow {
	width:				300px;
	height:				250px;
	position:			fixed;
	padding-left:		20px;
	border:				4px solid #dcdcdc;
	background-color:	#FFF;
	display:			none;
	z-index:			2;
}

.modalWindow_comment{
	position: absolute;
	top: 10px;
	text-align: left;
	font-weight: bold;
}

.modalWindow_menu_list{
	width: 80%;
	height: 80%;
	padding: auto;
	padding-top: 45px;
}

.click_area_menu {
	/*width:					100%;*/
	height:						35px;
	margin: 					10px 0;
	cursor:						pointer;
	border:						2px solid #D04255;
	display:					-webkit-flex;
	display:					flex;
	-wewbkit-align-items:		center;
	align-items:				center;
	-webkit-justify-content:	center;
	justify-content:			center;
	text-shadow: 1px 1px 1px #000;
}

.date_box .base1,
.click_area_menu.base1 {
	color: #fff;
	background-color: #136fff !important;
	border: 1px solid #136fff !important;
}

.click_area_menu.base1:active {
	background-color: #ffffff !important;
	color: #136fff;
}

.date_box .base2,
.click_area_menu.base2 {
	color: #fff;
	background-color: #bb0000 !important;
	border: 1px solid #bb0000 !important;
}

.click_area_menu.base2:active {
	background-color: #ffffff !important;
	color: #bb0000;
}

.click_area_menu.cancel {
	background-color: #FF4F02;
	border: 1px solid #FF4F02;
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100px;
	height: 30px;
	margin: 0;
}

.click_area_menu.cancel:active {
	background-color: #fff;
	color: #FF4F02;
}
