@charset "utf-8";

/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://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. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
html{
	height: 100%;
}

body {
	background: #ffffff;
	color: #333333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	/*color: #ccc;*/
	text-decoration:none;
}

a img {
	border:none;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0;
	padding: 0;
}

/** Layout **/
#header-float {
	width: 100%;
	height: 0;
}
#header-area {
	width: 100%;
	/*background: #f4f5f8;*/
	background: #F7EFE4;
}
#header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 50px;
	padding: 10px 0;
	/*background: #f4f5f8;*/
	background: #F7EFE4;
}

#header h1 {
	line-height:20px;
	background: #fff1f5 url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0 30px;
}
#header h1 a {
	color: #fff;
	background: #fff1f5;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #fff1f5;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	#header{
		height: 42px;
		padding: 5px 0;
	}
	#header img {
		width: auto;
		height: 35px;
		margin: 0 5px 0 0;

	}

	#button_box img {
		width: auto;
		height: 50px;
		margin: 0;
	}
}

#date_area{
	color: #333;
}

#login_area{
	color: #333;
}


#content{
	display: block;
	width: 100%;
	max-width: 1000px;
	overflow-x: hidden;
	background: #fff;
	clear: both;
	color: #333;
	margin: 80px auto 10px;
	padding: 20px 0;
	border: solid 1px #4e2203;
//	box-shadow:5px 5px 5px #777;
}
.secBlock{
	clear: both;
	margin-bottom: 30px;
}
#footer {
	width: 100%;
	height: 50px;
	padding: 0;
	clear: both;
	background: #fff;
}

@media screen and (max-width: 640px) {
	#content {
		width: 320px;
		margin: 50px auto 0;
	}

	#footer {
		height: 80px;
		clear: both;
		background: #fff;
	}
}

#header a, #footer a {
	color: #aaaaaa;
}
#cake-powered {
	float: right;
}

/** containers **/
#container {
	width: auto;
	height: 100%;
}

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


/** Tables **/
table {
	border: 1px solid #ddd;
	color: #333;
	width: 100%;
//	max-width: 800px;
	margin: 0 auto;
	table-layout: fixed;
	border-spacing: 0;
	background: #f9f9f9;
}

@media screen and (min-width: 801px) {
	table.main_info {
		width: 400px;
		bottom: 0px;
		right: 0px;
		float: left;
	}
}

@media screen and (max-width: 800px) {
	table.main_info {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}

th {
	border:0;
	border-left:1px solid #fff;
	border-bottom:1px solid #ddd;
	text-align: left;
	padding:4px;
	color: #aaa;
	font-weight: normal;
	font-size: 80%;

}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	height: 50px;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	border-bottom:1px solid #ddd;
	border-left:1px solid #fff;
}
table tr:nth-child(even) {
	background: #fff;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td a {
	margin: 0 !important;
	padding:0 !important;
}

/* 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 {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	margin-left: 5px;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** 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: 100%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #01489D;
	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 {
	margin: 0;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	width: 30px;
	float: left;
}

.radio,
.radio label{
	float: left;
	margin-right: 30px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#fff;
	border-color: #4e2203;
	color: #333;
	padding: 8px 10px;
}
/* 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;
	color: #ffcc00;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #ffcc00;
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #c43c35;
	background: #fff;
	border: 1px solid #c43c35;
	position: absolute;
	right: 0;
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  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;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	min-width: 0;
	-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 {
	font-size: 16px;
	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;
	font-size: 120%;
	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;
	font-size: 14px;
	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;
	font-size: 12px;
	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;
	font-size: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;
}

/** ページ **/
#button_box{
	float: right;
	margin-right: 20px;
	z-index: 10000;
	position: fixed;
	top: 10px;
	right: 0;
}

@media screen and (max-width: 640px) {
	#button_box{
		position: static;
		position: fixed;
		top: auto;
		bottom: 0px;
		right: 0px;
	}
}

.list_contents{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;

}

.data_contents{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;

}

.wide_contents{
	display: block;
	width: 100%;
	height: 80%;
	padding: 0;
	margin: 0 auto;
	float: left;
	/*overflow: scroll;*/
	overflow: auto;
	position: relative;
}

.wide_contents_blank {
	display: block;
	width: 100%;
	height: 70px;
}

@media screen and (max-width: 640px) {
	.wide_contents{
		width: 320px;
		float: none;
	}
}

.state_title {
	width: 100%;
	margin: 0;
	margin-left: 10px;
}

.icon_box {
	width: 70px;
	margin: 5px 10px 5px 20px;
	padding: 0;
	float: left;
}

.link_box {
	margin: 0 auto;
	padding: 0;
}

.data_box {
	width: 300px;
	margin: 10px;
	padding: 0;
	float: left;
}

.control_box {
	width: 300px;
	padding: 20px;
	border: solid 1px #aaa;
	background-color: #fff;
	position: fixed;
	top: 170px;
	right: 12%;
}


.large-font {
	color: #000;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.link_box {
		width: 320px;
	}

	.control_box {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		position: static;
		top: 0;
		right: 0;
	}
}


/*** ログイン画面 ***/
#top-login_top{
	margin: 50px auto 0 auto;
//	height: 60%;
//	position: relative;
}

#top-login {
	width: 640px;
	height: 700px;
	margin: 0 auto;
	border-bottom: solid 2px #4e2203;
	position: absolute;
//	bottom: -210px;
}

#login-content {
	width: 640px;
	margin: 0 auto;
	height: 100%;
	background: #F7EFE4;
}

#login-content img{
	display: block;
	width: 225px;
	margin: 0 auto;
	padding: 100px 0 10px;
}

#top-login_top,
#top-login {
	width: 640px;
}

@media screen and (max-width: 640px) {
	#top-login_top,
	#top-login,
	#login-content {
		width: 320px;
	}

	#login-content img{
		margin: 12px auto;
	}
}

#logout-content {
	width: 140px;
	margin: 0 auto;
}


/*** シフト・利用者一覧表 ***/

table.position {
	font-size: 11px;
	line-height: 15px;
}

table.position th {
	height: 12px;
	padding: 0;
	z-index: 9999;
}
table.position th.today {
	background-color: #ffd700;
}
table.position td {
	height: 30px;
	overflow: hidden;
	border-left: solid 1px #eee
}

table.position a {
	display: inline;
	width: 100%;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}

table.position td img {
	display: inline;
}

th.t-head,
td.t-head {
}

table.site-name {
	width: 100%;
	max-width: 100%;
	border: none;
	background-color: #fff;
}


/*** セパレーター ***/

.separater {
	width: 100%;
	border: 0;
	height: 1px;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #4e2203, #aaa, #eee);
	background-image: -moz-linear-gradient(left, #4e2203, #355bf1, #eee);
	background-image: -ms-linear-gradient(left, #4e2203, #355bf1, #eee);
	background-image: -o-linear-gradient(left, #4e2203, #355bf1, #eee);
	margin: 30px auto;
}

/*** レイアウト ***/

.w10 {width: 10px;}
.w20 {width: 20px;}
.w30 {width: 30px;}
.w40 {width: 40px;}
.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w100 {width: 100px;}
.w120 {width: 120px;}
.w250 {width: 250px;}

.vertical {
	width: 10px!important;
	padding: 0 10px 0 5px!important;
	text-align: center!important;
}
.pc-only {
	display: block;
}
.mobile-only {
	display: none;
}

table .pc-only {
	display: table-cell;
}
.talign-l{
	text-align: left;
}
.talign-c{
	text-align: center;
}
.talign-r{
	text-align: left;
}
@media screen and (max-width: 640px) {
	.pc-only {
		display: none!important;
	}
	.mobile-only {
		display: block!important;
	}

	table .mobile-only {
		display: table-cell!important;
	}
}

.input-hyphen{
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
}

.tel-input-area {
	width: 100%;
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

col.mobile_none {
	visibility: collapse;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.charactor {
	width: 100%;
}

.charactor_box {
	width: 300px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.alert-msg {
	width: 90%;
	margin: 0;
	padding: 10px;
	font-size: 100%;
	color: #000;
	background: #fff;
	border: solid 1px #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.frame1 {
    height: 20px;
    border-style: solid;
    border-color: #777;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

.frame2 {
    display: block;
    content: "";
    height: 20px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

img.img_btn {
	width: 50px;
}

img.img_btn_r {
	width: 50px;
	float: right;
}

a:hover{
//	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/***************************/
/*****  Configuration  *****/
/***************************/

input#search{ 
	display: inline;
	width: 600px;
	margin: 2px;
	padding: 9px 5px;
}
@media screen and (max-width: 640px) {
	input#search{ 
		width: 180px;
	}
}

/*** 見出し ***/

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	color: #4e2203;
	font-size: 160%;
	text-align: center;
}
h2 {
	background:#fff;
	color: #01489D;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 3px;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 140%;
}
h4 {
	color: #777;
	font-weight: bold;
	font-size: 120%
}


/*** ボタン ***/

.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn6,
.btn7 {
	display: inline-block;
	background: #fff;
	border: 1px solid #DDD;
	color: #777;
	text-decoration: none;
	margin: 5px;
	text-align: center;
}

.btn1:active,
.btn2:active,
.btn3:active,
.btn4:active,
.btn5:active,
.btn6:active,
.btn7:active {
	-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);
}

.btn1 {
	width: 147px;
	line-height: 75px;
}

.btn2 {
	width: 100px;
	line-height: 45px;
	padding: 0 !important;
}

.btn3 {
	width: 70px;
	line-height: 20px;
	padding: 10px 0 !important;
	font-size: 80%;
}
.btn4 {
	width: 250px;
	line-height: 75px;
}
.btn5 {
    width: 40px!important;
    line-height: 20px!important;
    padding: 0!important;
    font-size: 80%;
}
.btn6 {
	width: 120px;
	line-height: 20px;
	padding: 10px 0 !important;
	font-size: 80%;
}
.btn7 {
	width: 300px;
	line-height: 75px;
}

/*** 色 ***/

.color-red{
	color: #fa8072;
	border-color: #ffc0cb;
}

.color-orange {
	color: #ff8c00;
	border-color: #ffd700;
}

.color-blue {
	color: #6495ed;
	border-color: #b0c4de;
}

.color-green{
	color: #008000;
	border-color: #8FBC8F;
}

.color-plam{
	color: #8B008B;
	border-color: #D8BFD8;
}

/* 施設色 */
/* ルナレーヴ */
.color-f1{
	color: #cd853f;
	border-color: #cd853f;
}
/* ルナテラス */
.color-f2{
	color: #800000;
	border-color: #800000;
}
/* アクティブデイ */
.color-f3{
	color: #ff8c00;
	border-color: #ffd700;
}
/* ファインデイ */
.color-f4{
	color: #008000;
	border-color: #8FBC8F;
}
/* 訪問看護 */
.color-f5{
	color: #ff69b4;
	border-color: #ff69b4;
}
/* 訪問介護　*/
.color-f6{
	color: #ffd700;
	border-color: #ffff00;
}
/* 居宅介護支援 */
.color-f7{
	color: #800080;
	border-color: #9400d3;
}
/* 事務 */
.color-f99{
	color: #5f9ea0;
	border-color: #5f9ea0;
}
/***************************/
/* 新規追加 */
/*　共通　*/
.radio_hori{
	float: left;
}
.sat{
	color: blue;
}
.sun{
	color: red;
}
.bgsun{
	background-color: #ffb6c1!important;
}
.mark{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
	font-weight: bold;
}
.facilityBlock{
	margin-bottom: 50px;
	overflow: hidden;
	clear: both;
}
.holiday{
	color: red;
}

div.ymBlock{
	float: right;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0 10px;
}
div.ymBlock a{
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	margin: 0 20px;
	text-decoration: none;
}
div.clientBlock{
	clear: both;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
div.clientBlock p.cname{
	width: 50%;
	float: left;
}
div.clientBlock p.yminfo{
	width: 50%;
	float: right;
	text-align: right;
}
div.clientBlock div.copyBox{
	float: right;
}
/*　介護計画　*/
.bath2{
	background-color: #ffdead;
}
.bath1{
	background-color: #e8ffd1;
}
.alert{
	background-color: red;
	color: #ffffff;
}
/* ドラッグ＆ドロップ関連 */

#main_container {
	margin: auto;
	width: 100%;
}
#redips-drag {
	width: 100%;
	height: 100%;
	padding: 3px;
	overflow: hidden;
}
#main_container #matrix {
	width: 100%;
	height: 100%;
	/*float: left;*/
}
#main_container #matrix {
	overflow: auto;
	position: relative;
}
#main_container #matrix table tr td{
	vertical-align: top;
}
#client .redips-drag {
	cursor: move;
	margin: 2px auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
}
div#redips-drag table {
	border-collapse: collapse;
	margin: 0px auto;
}
div#redips-drag table td,th {
	width: 80px;
	height: 40px;
	text-align: center;
}

#shift div.redips-drag{
	display:table-cell;
	width: 40px;
	height: 30px;
	border: 1px solid #333;
	background-color: #ffffff;
	vertical-align: middle;
}
#shift div.redips-drag a,
#shift div.redips-drag a:visited { 
	color: #202020;
	display: inline-block;
	width: 100%;
}






/*
#client div.redips-drag{
	display:block;
	width: 100%;
	max-width: 70px;
	height: 40px;
	border: 1px solid #333;
	vertical-align: middle;
	margin-bottom: 5px;
}
#client div.redips-drag a,
#client div.redips-drag a:visited { 

	color: #202020;
	display: inline-block;
	width: 100%;
}
*/
/* 勤務時間一覧 */
#timeCalcTbl{
	border-left: none;
	border-bottom: none;
}
#timeCalcTbl th{
	border-left: 1px solid #ddd;
}
#timeCalcTbl td{
	border-left: 1px solid #ddd;
	height: 30px;
}
#timeCalcTbl tr.secondline td{
	height: 20px;
}

/* 業務日報 */
.gyomuTbl {
	border-left: none;
	border-bottom: none;
}
.gyomuTbl th{
	border-left: 1px solid #ddd;
}
.gyomuTbl td{
	border-left: 1px solid #ddd;
}
div.clientInfoBox{
	width:30%;
	float: left;
}
div.staffInfoBox{
	width: 65%;
	float:right;
}
/* シフト */
.du1,
.du1 a{	/* サービス提供責任者 */
	color: #333;
}
.du2,
.du2 a{	/* 生活相談員 */
	/*color: #32cd32;*/
	background: #ffffff url('../img/pattern2.jpg') repeat left;
}
.du3,
.du3 a{	/* 看護職員 */
	/*color: #ff69b4;*/
	background: #ffffff url('../img/pattern3.jpg') repeat left;
}
.du4,
.du4 a{	/* 介護職員 */

}
.du5,
.du5 a{	/* 機能訓練指導員 */
	/*color: #ffa500;*/
	background: #ffffff url('../img/pattern5.jpg') repeat left;
}
.hope,
.hope a{
	color: red!important;
}
div.explainBox{
	/*float: right;*/
	font-size: 100%;
    font-weight: normal;
	padding: 0 10px;
}
ul.attentionList{
	clear: both;
}
div#result{
	width: 50%;
}
p.errorbox{
	border: 2px solid red;
	padding: 20px;
	color: red;
	font-size: 16px;
}

div.holiday a{
	color: #202020;
}
/*

div.redips-drag{
	display:table-cell;
	width: 40px;
	height: 30px;
	border: 1px solid #333;
	background-color: #ffffff;
	vertical-align: middle;
}
div.redips-drag a,
div.redips-drag a:visited { 
	color: #202020;
	display: inline-block;
	width: 100%;
}
table.trtbl{
	width: 150px;
	float: left;
	margin-right: 20px;
}
table.trtbl td.redips-trash{
	color: white;
    background-color: CornflowerBlue;
    text-align: center;
    font-size: 12pt;
    padding: 20px;
}
*/
div.explainBox{
	line-height: 40px;
}
div.explainBox span{
	display: inline-block;
	width: 50px;
	height: 20px;
}
.tab,
.tab2,
.tab3{
	clear: both;
	overflow:hidden;
	list-style: none;
}
.tab li,
.tab2 li,
.tab3 li{
	background:#ccc; 
	padding:5px 10px; 
	float:left; 
	margin-right:1px;
	margin-left:1px;
	list-style: none;
	border: 1px solid #dddddd;
	font-size: 12px;
}
.tab li:hover,
.tab2 li:hover,
.tab3 li:hover{
	background-color: rgba(204, 204, 204, 0.7);
	cursor: pointer;
}
.tab li.select,
.tab2 li.select,
.tab3 li.select{
	background:#eee;
}
.content div.facilityBlock{
	/*background:#eee; 
	padding:20px;*/
}
.hide {
	display:none;
}


/* dashboard */
#infomationBlock{
	overflow: hidden;
	padding-bottom: 20px;
}
#infomationBlock div.birthBox{
	width: 45%;
	float: left;
}
#infomationBlock div.deadBox{
	width: 45%;
	float: right;
}
@media screen and (max-width: 640px) {
	#infomationBlock div.birthBox{
		width: 90%;
		margin: 0 auto 30px;
		float: none;
	}
	#infomationBlock div.deadBox{
		width: 90%;
		margin: 0 auto 30px;
		float: none;
	}
}
/* 訪問系予定表 */
.visitTbl td{
	height: 50px;
	vertical-align: top;
}
.visitTbl td div{
	width: 100%;
	/*width: 129px;*/
	height: 50px;
	/*height: 32px;*/
	/*border: 1px solid #eee;*/
	border-right: 1px solid #eee;
	line-height: 22px;
	position: relative;
	/*position: absolute;*/
	top:0px;
}
.visitTbl td div.fv1{
	background-color: #ffffff;
}
.visitTbl td div.fv2{
	background-color: #b0c4de;
}
.visitTbl td div.fvother{
	background-color: #ffb6c1;
}
.visitTbl td div a.elink{
	font-size: 80%;
}
#visitlist .explainBox{
	margin-bottom: 30px;
}
.explainBox p{
	display: inline-block;
	margin-right: 20px;
}
#visitlist .explainBox span{
	display: inline-block;
	border: 1px solid #eee;
	width: 50px;
	height: 20px;
}
#visitlist .explainBox span.fv1{
	background-color: #ffffff;
}
#visitlist .explainBox span.fv2{
	background-color: #b0c4de;
}
#visitlist .explainBox span.fvother{
	background-color: #ffb6c1;
}

/* 訪問系予定登録 */
#visitregist table.visitTbl2{
	margin-bottom: 30px;
}
#visitregist table.visitTbl2 tr td{
	position: relative;
	text-align: left;
}
#visitregist table.visitTbl2 tr td div.cname{
	display: inline-block;
	float: left;
	margin-right: 5px;
}
#visitregist table.visitTbl2 tr td div.client{
	margin-bottom: 8px;
}
/* 検食設定 */
#facility_status dl dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 20em;
}
#facility_status dl dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}

/**/
#allprintbox{
	float: left;
}

/* スマホ調整 */
@media screen and (max-width: 640px) {
	
	.tab3 li{
		float:none; 
	}
	.explainBox{
		clear: both;
	}
	.explainBox p{
		display: block;
		margin-right: 0px;
	}
	div.clientBlock p.cname {
	    width: 100%;
	    float: none;
	}
	div.clientBlock p.yminfo {
	    width: 100%;
	    float: none;
	    text-align: left;
	}
	div.clientInfoBox{
		width:90%;
		float: none;
	}
	div.staffInfoBox{
		width:90%;
		float:none;
	}
	/* 検食設定 */
	#facility_status dl{
		width: 90%;
	}
	#facility_status dl dt {
		font-weight: bold;
		padding-left: 0px;
		vertical-align: top;
		width: 100%;
		background: #ffffff;
	}
	#facility_status dl dd {
		margin-left: 0em;
		margin-top: 0em;
		padding-left: 10px;
		vertical-align: top;
		width: 100%;
		background: #ffffff;
		border-bottom: 1px solid #cccccc;
	}

}
