﻿@charset "utf-8";
/* Media Queries ------------------------------------------------------------------------------------ */
/* */
/* iPad, tablets etc portrait ---- */
@media only screen and (min-width: 768px){
	body{
		font-size: 60%;
	}
	#header .wrap{
		max-width:855px;
		width:855px\9;
		margin:0 auto;
	}
	#container {
		max-width:900px;
	 }
	div[role="main"]{
		/*overflow: auto;*/
		background: none;
	}
	div[role="main"] section{
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* Laptops, Desktops, etc ---- */
@media only screen and (min-width: 1024px){
	body{
		font-size:80%;
	}
	#header .wrap{
		max-width:1200px;
		width:1200px\9;
		margin:0 auto;
	}
	#container{
		max-width:1147px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1280px){
	body {
		font-size:90%;
	}
	#header .wrap{
		max-width:1280px;
		width:1280px\9;
		margin:0 auto;
	}
	#container{
		max-width: 1280px;
		margin: 0 auto;
	}
}
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */
* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	color: #535f6b;
	font-family: "メイリオ",Meiryo,"ＭＳ ゴシック";
	margin: 0 auto;
	background-color: #F8F8F8;
	/*width: 1280px;*/
}
a {
	color: #003d4c;
	text-decoration: underline;
	/*font-weight: bold;*/
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	color: #003d4c;
	font-size: 100%;
}
h2 {
	color: #e32;
	font-size: 190%;
}
h3 {
	float: left;
	margin-right:15px;;
	color: #2c6877;
	font-size: 165%;
}
h4 {
	margin-right:15px;;
	color: #2c6877;
	font-size: 165%;
}
h5{
	color: #2c6877;
	font-size: 120%;
	margin-bottom:5px;
}
ul{
	
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}
/** Layout **/
#container {
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	min-height: 440px;
	max-width: 1280px;
}
*:first-child+html #header {
	*padding-bottom:0px !important; /*IE7*/
}
#header{
	padding-bottom:40px;
	background:url(./img/backgrounds/header.png) repeat-x;
	height:auto;
	max-width:100%;
	zoom: auto;
}
#header .wrap {
	line-height:3.75em important;
	color: #fff;
	padding:7px 0 18px 0;
	margin:0 auto;
	text-align:right;
	max-width:1280px\9;
}
	#header .wrap a img{
		max-width: 100%;
		height: auto;
	}
	#header .wrap a span {
		display:block;
		margin-top:15px;
		max-width: 100%;
		height: 100%;
		color: black;
		font-weight: bolder;
	}
#header .wrap a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header .wrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	min-height: 400px;
	max-width: 1280px;
	margin:0 auto;
}
#footer {
	clear: both;
	background: #ffffff url('./img/backgrounds/footer.png') ;
	padding: 1.25em 0;
	text-align: center;
	width: 100%;
	min-height: 20px;
}
#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/** containers **/
div.form,div.index,div.view {
	width:95%;
	clear:both;
	margin:0 auto;
	/*padding:10px 0;*/
}
div.index-main{
	width:95%;
	clear:both;
	margin:0 auto;
	padding:50px 0;
}
div.index-menu{
	min-height: 430px;
}
div.view {
	color:#333;
}
.view table{
	width: 530px;
	border: 1px #999 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.view table th{
	background:none;
	color:#333;
	border: 1px #999 solid;
	border-width: 0 0 0px 1px;
	font-weight: bold;
	text-align: left;
}
.view table tr:nth-child(odd){
	background: #fff;
}
.view table tr:nth-child(even){
	background: #f5f5f5;
}
.view td{
	border: 1px #999 solid;
	border-width: 0 0 0px 0px;
	text-align: left;
}
div.actions{
	padding:10px 2.5%;
	display: table;
}
div.actions h3{
	padding-top:0;
	color:#777;
}
div.search{
	padding:10px 0px;
}
div.search table{
	width:100%;
}
div.search th{
	background: #005555 ;
	text-align: left;
	padding:4px;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ccc;
	color:#fff;
	width:10%;
}
div.search td{
	padding-right: 10px;
}
/** Tables **/
table {
	clear: both;
	margin-bottom: 10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

table .classClear {
    border: 0; 
}
table .classClear tr td {
    border: 0; 
}

table.noborder, table.noborder tr td{
	clear: both;
	color: #333;
	margin-bottom: 10px;
	border:none;
	padding:0;
    border-collapse: collapse;
    border-width: 0;
    background-color:#f7f7f7;
}
	th, table.green th {
		background-color: #008000;
		background-size: contain;
		text-align: center;
		padding: 4px;
		border-right: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
		color: #fff;
		white-space: nowrap;
		vertical-align:middle;
	}

th a{
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color:#fff;
}
th a:hover{
	color: #ccc;
}

th a.asc:after{
	content: ' ?';
}
th a.desc:after{
	content: ' ?';
}
table tr td{
	padding: 6px;
	text-align: left;
	vertical-align: central;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
table tr td.first{
	.width:207px;
}
table tr td.last{
	.width:42px;
}
table tr td.noright{
	border-right:none;
}
table tr td.nobot{
	border-bottom:none;
}
table tr td.notop{
	border-top:none;
}
table tr td.light{
	background-color:#fff;
}
table tr td.right{
	text-align: right;
}
tr.deleted{
	background: #999 !important ;
}
/*table tr:nth-child(even){
	background:#f9f9f9;
}*/
table.list1 tr:nth-child(even){
	background: #fff;
}
table.list1 tr:nth-child(odd){
	background: #f9f9f9;
}
table tr.light{
	background: #fff !important;
}
table tr.dark{
	background: #f9f9f9 !important;
}
table tr.gray{
	background: #a9a9a9 !important;
}
table tr.white{
	background: #fff !important;
}
table tr.green{
	background: #D2E8FF !important;
}
td.actions{
	white-space: nowrap;
}
td.nowrap{
	white-space:nowrap;
}
td.actions.r{
	text-align: right;
	white-space: nowrap;
}
table td.actions a{
	margin: 0px 6px;
	padding:2px 5px;
}
table.list1 td.actions a{
	margin: 0px;
	padding:2px 5px;
}
div.index  td{
	vertical-align: middle;
	height: 40px;
}
/** Tables **/
.table_nonstyle table{
	clear: both;
	color: #fff;
	border-width:0px;
	margin-bottom: 10px;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
}
.table_nonstyle th{
	background: #ffffff url('./img/backgrounds/grad_green.png') ;
	text-align: left;
	padding:4px;
	border-width:0px;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	color:#fff;
}
.table_nonstyle table tr:nth-child(even){
	background: #fff;
	border-width:0px;
}
.table_nonstyle table tr td{
	border:0px;
	padding: 0px;
	color:#444;
	text-align: left;
	vertical-align: top;
	border-width:0px;
	border-bottom:0px solid #fff;
	border-right:0px solid #fff;
}
.table_nonstyle table tr td div{
	padding-left: 4px;
}
/** 集計用TBL **/
.table_totalstyle table{
}
.table_nonstyle th{
}
.table_totalstyle table tr:nth-child(even){
}
.table_totalstyle table tr td{
	height:100%;
}
.table_totalstyle table tr td div {
}
/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td{
	padding: 4px 8px;
	text-align: left;
}
.cake-sql-log caption{
	margin-top: 40px;
	color:#333;
}
.cake-sql-log th{
	background: #003D4C;
	text-align: left;
	padding:4px;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ccc;
	color:#fff;
}
/** Paging **/
.paging{
	background:#fff;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
	clear:both;
}
.paging a:first-child {
	border-left: 1px solid #ccc;
}
.paging span:first-child {
	border-left: 1px solid #ccc;
}
.paging .pagalink {
	border: 1px solid #ccc;
	border-left: 0;
	padding: 5px 8px;
}

.paging .delimiter {
	 width: 0;
	 display:none
}
.paging .currentpage {
	border: 1px solid #ccc;
	border-left: 0;
	padding: 5px 8px;
	background: #efefef;
	color: #c73e14;
}
.paging .current,.paging .currentpage,.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 p{
	color:#333;
	border:none;
	background:none;
	display:inline;
	padding:0 10px;
}
.paging .disabled:hover{
	background: transparent;
}
.paging .current{
	background: #efefef;
	color: #c73e14;
}

/*Paging 2 */

.paging .pagalink2 {
	border: 1px solid #ccc;
	border-left: 0;
	padding: 5px 8px;
}
.paging .currentpage2 {
	border: 1px solid #ccc;
	border-left: 0;
	padding: 5px 8px;
	background: #efefef;
	color: #c73e14;
}
.paging .current,.paging .currentpage2,.paging .disabled,.paging a{
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block;
}

/* End Paging 2 */


/** Scaffold View **/
dl{
	line-height: 2em;
	margin: 0em 0em;
	width: 90%;
	border:1px solid #999;
}
dl dd:nth-child(4n+2),dl dt:nth-child(4n+1){
	background: #f0f0f0;
}

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-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
.search #form{
	display:inline;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
	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;
	padding: .5em;
	vertical-align: text-top;
}
#form .error-message div{
	padding: 0px;
}
#form .input{
	color: #444;
}
#form .required{
	font-weight: bold;
}
#form .required label:after{
	color: #e32;
	content: '*';
	display:inline;
}
#form div.submit{
	border: 0;
	display:inline;
	clear: both;
	margin-top: 10px;
}
label{
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input,textarea{
	clear: both;
	font-size: 100%;
	padding: 5px 4px;
	width:98%;
}
select{
	clear: both !important;
	/*font-size: 16px !important;*/
	padding: 5px 3px 5px 0px !important;
	margin-right:5px !important;
	height:30px\9 !important;
	/*vertical-align: text-bottom;*/
}
.search select{
	clear:none;
}
select[multiple=multiple]{
	width: 100%;
}
option {
	font-size: 13px;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	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;
	font-size: 110%;
	width: auto;
}
#form .submit input[type=submit] {
	background:#62af56;
	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);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
#form .submit input[type=submit]:hover {
	background: #5BA150;
}
button {
	display: inline;
	font-size: 110%;
	*font-size: 100%;
	width: auto;
}
button.main {
	display: inline;
	font-size: 200%;
	width: 27%;
	margin:0 25px 20px 25px;
}
#form button {
	display:inline;
	background:#62af56;
	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);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form button:hover {
	/*background: #5BA150;*/
}
button:hover, input[type=button]:hover {
	cursor: pointer;
	background-color: #cee9f8;
    border-color: #3399ff;
}
/* Form optional */
#form .form_date {
	display:inline-block;
	padding :7px;
}
#form .form_date_search {
	display:inline-block;
	padding :0px;
}
#form .datepicker {
	display:inline-block;
	padding :40px 0px 0px 10px;
}
#form .datepicker_search {
	display:inline-block;
	padding:2px 0px 0px 0px;
}
#form .datepicker_now {
	display:inline-block;
	padding:2px 0px 0px 4px;
}
#form .datepicker_init {
	display:inline-block;
	padding:2px 0px 0px 4px;
}

#form .habtm_check {
	display:inline-table;
	margin: 2px 8px;
	white-space: nowrap;
}
/* Form errors */
#form .error {
	background: #FFD0BB !important;
	-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;
}
/* Form Name */
#form .group {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 4px 4px 4px 4px;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}
.success,.message,.cake-error,.cake-debug,.notice,p.error,.error-message {
	background: #ffcc00;
	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 rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #5555D6, #330099);
	background-image: -ms-linear-gradient(top, #5555D6, #330099);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5555D6), to(#330099));
	background-image: -webkit-linear-gradient(top, #5555D6, #330099);
	background-image: -o-linear-gradient(top, #5555D6, #330099);
	background-image: linear-gradient(top, #5555D6, #330099);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.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);
}

.alert {
	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(#000000), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #000000, #3B8230);
	background-image: -moz-linear-gradient(top, #000000, #3B8230);
	background-image: -ms-linear-gradient(top, #000000, #3B8230);
	background-image: -o-linear-gradient(top, #000000, #3B8230);
	background-image: linear-gradient(top, #000000, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
	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;
	float:left !important;
}
.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] {
	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 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
button, input[type=button] {
	font-weight:normal;
	padding: 4px 8px;
	padding: 2px 8px\9;
	*padding: 0 8px;
	background: #f7f7f7;
	color:#000;
	border:1px solid #000;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
}
button.main {
	font-weight:normal;
	padding: 20px 10px;
	background: #fefefe bottom left repeat-x url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
button.main:hover{
	background: #fefefe;
}

.btn-ipad {
	/*width: 200px;
	height: 50px;*/
	padding: 20px 30px 20px 30px;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(to bottom, white, #E6E6E6);
	background-repeat: repeat-x;
	min-width: 250px;
}

.btn-ipad:hover {
	background-color: whiteSmoke;
	background-image: none;
}


.actions ul li a{
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	font-weight:normal;
	margin-right: 3px;
	margin-left: 5px;
	word-spacing:normal;
	text-align:center;
	padding: 4px 8px;
	background: #f7f7f7;
	color:#000;
	border:1px solid #000;
	min-width: 60px;
	-webkit-user-select: none;
	user-select: none;
	cursor:pointer;
}
.actions a {
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	font-weight:normal;
	margin-right: 3px;
	margin-left: 5px;
	word-spacing:normal;
	text-align:center;
	padding: 4px 8px;
	background: #f7f7f7;
	color:#000;
	border:1px solid #000;
	text-decoration: none;
	min-width: 60px;
	-webkit-user-select: none;
	user-select: none;
	cursor:pointer;
}

.actions ul li a:hover,.actions a:hover {
	cursor: pointer;
	background-color: #cee9f8;
    border-color: #3399ff;
}
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 0px 1px 0px;
	-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;
}
.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 0px 1px 0px;
	-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;
    cursor: default;
}
.actions li {
	float: left;
}
.actions li.button-top {
	float: left;
	min-width:100px;
	text-align:center;
	cursor:pointer;
	
	*min-width:auto !important;
}
#actions_but ul li {
	*min-width:auto !important;
}
.actions a.button-top {
	/*padding-left:20px;
	padding-right:20px;*/
	text-align:center;
	cursor:pointer;
}

/** 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: 0px 4px 10px 2px;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 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: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	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 0px 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;
}



/* submenu */
.submenu  {
	padding:40px 0px;
	width:100%;
	text-align:center;
}

.submenu div {
	padding:10px 0px;
}
.submenu div span {
	padding:0px 20px;
}
.submenu .largebutton {
	padding:100px 0px;
}

/* caution */
.caution {
	padding-left:0px;
	color:red;
}

/* tabs */
.ui-tabs-panel{
	background-color: #fff !important;

}
/* メニュー_メイン main */
.main-box{
	border:1px solid #CCC;
	padding:10px 20px;
	margin-bottom:20px;
	background-color:#f9f9f9;
}
.main-box ul li{
	list-style:none;
}
.main-box ul li .date{
	width:10%;
	display:inline-block;
}
/* 受注登録 create */
.create{
	/*padding:10px 0px;
	min-height: 350px;*/
}
.create table{
	width:100%;
}
.create th{
	/* background: #005555 ; */
	background: #ffffff url('./img/backgrounds/grad_green.png') ;
	text-align: left;
	padding:0px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
	width:15%;
}

.create td{
	padding-left: 10px;
}
.create .label, .search .label {
	margin: 0 30px 0 10px;
	display:inline;
	line-height:20px;
	vertical-align:middle;
}
.create input[type=radio],.search input[type=radio]{
	width:auto;
	margin: 7px 0 7px 0;
	padding: 0;
	vertical-align:middle;
}
.create select{
	clear:none;
	/*font-size: 16px;*/
	padding: 2px 2px 1px 2px;
	vertical-align: middle;
}
.create  a.cho {
	height:16px;
	vertical-align:middle;
	font-weight:normal;
	margin:0 20px;
	padding: 4px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	float:left;
	width:20px;
}
.create a.cho:hover{
	background: #ededed;
	/*border-color: #acacac;*/
	text-decoration: none;
}
.create .actions{
	padding:10px 0;
}
.create .actions ul li a{
	margin-right:20px;
}
.create .but{
	/*padding-left:16%;*/
	margin-top:20px;
	text-align: center;
}
.create button{
	margin-right:10px;
}
.create button.button-submit{
	min-width:100px;
}
.create button.button-bigger{
	min-width:100px;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
}


.createnowidth table{
	width:100%;
}
.createnowidth th{
	/* background: #005555 ; */
	background: #ffffff url('./img/backgrounds/grad_green.png') ;
	text-align: left;
	padding:0px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
}

.createnowidth td{
	padding-left: 10px;
}
.createnowidth .label, .search .label {
	margin: 0 30px 0 10px;
	display:inline;
	line-height:20px;
	vertical-align:middle;
}
.createnowidth input[type=radio],.search input[type=radio]{
	width:auto;
	margin: 7px 0 7px 0;
	padding: 0;
	vertical-align:middle;
}
.createnowidth select{
	clear:none;
	/*font-size: 16px;*/
	padding: 2px 2px 1px 2px;
	vertical-align: middle;
}
.createnowidth  a.cho {
	height:16px;
	vertical-align:middle;
	font-weight:normal;
	margin:0 20px;
	padding: 4px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	float:left;
	width:20px;
}
.createnowidth a.cho:hover{
	background: #ededed;
	/*border-color: #acacac;*/
	text-decoration: none;
}
.createnowidth .actions{
	padding:10px 0;
}
.createnowidth .actions ul li a{
	margin-right:20px;
}
.createnowidth .but{
	/*padding-left:16%;*/
	margin-top:20px;
	text-align: center;
}
.createnowidth button{
	margin-right:10px;
}
.createnowidth button.button-submit{
	min-width:100px;
}
.createnowidth button.button-bigger{
	min-width:100px;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
}


table.view3 {
	width:70%;
}
table.view3 th,table.view4 th,table.view5 th{
	padding:6px 10px;
}
table.view3 td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.view3 td.last,table.view4 td.last{
	text-align:right;
}
table.view4 {
	width:34%;
}
.line-blue{
	height:1px;
	background-color:#005555;
	overflow:hidden;
	margin:20px 0;
	width:100%;
}
table.view5 {
	width:50%;
}
table.view5 th{
	width:25%;
}
.create .but-view{
	padding-left:20%;
	margin-top:10px;
}
table.view6 {
	width:90%;
}
table.view6 .actions,table.view6 .actions li{
	padding:0;
	margin:0;
}
.login{
	margin-top:100px;
	
}
.login .box{
	padding:40px 50px;
	border:1px solid #bbb;
	width:30%;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	background: -moz-linear-gradient(center top , #ffffff, #f0f0f0) repeat scroll 0 0 transparent;
	background-image: -ms-linear-gradient(center top , #ffffff 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0)";
    behavior: url(ie-css3.htc);
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #f0f0f0 100%);
}
.login table{
	width:100%;
	margin:0 auto;
	border: none;
}
.login table td{
	padding:6px;
	border: none;
}
.login table th{
	background-color: transparent;
	border: none;
	color: #333;
}
.login table tr{
	background-color: transparent;
}
.login .button{
	margin-top:20px;
	font-weight: normal;
	padding: 4px 8px;
	*padding: 2px 8px;
	padding: 2px 8px\0;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png');
	color: #333;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;	
}
.login .logo{
	text-align:center;
	margin:0 auto;
}
.login .logo img{
	margin-bottom:20px;
	max-width:100%;
	height:auto;
}
.login .form {
	 margin: 0;width:100%
}
.login input{width:96%}
.clearTable {
clear: both;
border: none;
}

.clearTable  tr{
clear: both;
border: none;
background: white !important;
}

.clearTable  tr td{
clear: both;
border: none;
}

.search a.cho:hover{
	background: #ededed;
	/*border-color: #acacac;*/
	text-decoration: none;
}

.search  a.cho {
	height:16px;
	vertical-align:middle;
	font-weight:normal;
	margin:0 10px;
	padding: 4px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	float:left;
	width:20px;
}

span.comment{
	color: #333;
}

div.clear{
	clear: both;
}

div.map1{
	width: 600px;
	height: 400px;
	background-color: #EAF142;
}

a.up{
	display: block;
	background: url("./img/icons/arrow_up.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

a.down{
	display: block;
	background: url("./img/icons/arrow_down.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
/*---------------------------------------------*/
table.catering{
	width:100%;
}
table.catering tr td.backyel{
	background-color:#fde9d9;
	padding:4px 10px;
	height:auto;
}
table.catering tr td.first{
	height:100% !important;
}
.box-color{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:60px 0;
	text-align:center;
	color:#fff;
	height:100%;
	width:100%;
}
.grey-back{
	background-color:#7f7f7f;
}
.blue-back{
	background-color:#4f81bd;
}
.darkgreen-back{
	background-color:#77933c;
}
.green-back{
	background-color:#00b050;
}
.orange-back{
	background-color:#e46c0a;
}
.red-back{
	background-color:#c0504d;
}
div.index1 td{
	height:auto;
}
table.catering button.blue{
	display:inline;
	background:#4f81bd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f81bd), to(#396ba7));
	background-image: -webkit-linear-gradient(top, #4f81bd, #396ba7);
	background-image: -moz-linear-gradient(top, #4f81bd, #396ba7);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.blue:hover {
	background: #396ba7;
}
table.catering button.darkgreen{
	display:inline;
	background:#77933c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77933c), to(#597324));
	background-image: -webkit-linear-gradient(top, #77933c, #597324);
	background-image: -moz-linear-gradient(top, #77933c, #597324);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.darkgreen:hover {
	background: #597324;
}
table.catering button.green{
	display:inline;
	background:#00b050;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b050), to(#02883f));
	background-image: -webkit-linear-gradient(top, #00b050, #02883f);
	background-image: -moz-linear-gradient(top, #00b050, #02883f);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.green:hover {
	background: #02883f;
}
table.catering button.orange{
	display:inline;
	background:#e46c0a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e46c0a), to(#b85504));
	background-image: -webkit-linear-gradient(top, #e46c0a, #b85504);
	background-image: -moz-linear-gradient(top, #e46c0a, #b85504);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.orange:hover {
	background: #b85504;
}
table.catering button.red{
	display:inline;
	background:#c0504d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0504d), to(#9d322f));
	background-image: -webkit-linear-gradient(top, #c0504d, #9d322f);
	background-image: -moz-linear-gradient(top, #c0504d, #9d322f);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.red:hover {
	background: #9d322f;
}
div.index1 table tr th.backyel2{
	background:#f2dcdb !important;
	color:#333;
	white-space:normal;
}
div.index1 th.actions{
	width:10%;
}
div.catering{
	float:right;
}
div.catering table{
	float:right;
	margin-right:20px;
	clear:none;
}
div.catering table td{
	text-align:center;
}
div.catering button.top{
	float:right;
	padding: 8px;
	padding:5px 8px;
	display:inline;
	background: #fefefe bottom left repeat-x url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
div.catering button.top:hover {
	background: #fefefe;
}
.paging.catering{
	float:left;
}
.wrapclear{
	width:100%;
	overflow:hidden;
}

/* datepicker-group */
.datepicker-group{
	display: inline-block;
	vertical-align: middle;
}

.datepicker-group select{
	/*margin-top: 5px;*/
}
.actions span.disable-button {
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	font-weight:normal;
	margin-right: 3px;
	padding: 2px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button_disable.png') ;
	color:#bbbbbb;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}

/* catering schedule*/
table.schedule tr td{
	vertical-align: top;
}
.day-box{
	width: 100%;
	background: #f0f0f0;
	-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);
	padding: 3px 0px 3px 0px;
}

.day-box a{
	padding-left: 5px;
	font-size: 13px;
}

.day-box ul {
	margin: 3px 0px 0px 0px;
	padding: 5px;
	color: #000;	
}

.day-box ul li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	padding: 0;
	font-size: 10px;
	display: table-row;
}

.day-box ul li span {	
	display: table-cell;
}

.day-box ul li span:first-child{
	white-space: nowrap;
}
.left-side
{
	float:left;
	width:58%;
}
.left-side, .right-side
{
	margin:-3px 0 0 0;
	
	*margin: 0 0 0 0 !important; /*IE7*/
}
.right-side
{
	float:left;
	width:42%;
}
.span-black
{
	color:#000;
}
.top-menu-left
{
	width:47%;
	float:left;
	text-align:center	
}
.top-menu-right
{
	width:50%;
	float:left;
	text-align:center	
}
.height-20{height:20px}.height-30{height:30px}.height-40{height:40px}
.w-10{width:10% !important}
.w-20{width:20% !important}
.w-15{width:15.6% !important}
.w-13{width:13.6% !important}
.w-5-6{width:5.6% !important}
.w-6{width:6% !important}
.w-25{width:25% !important}
.w-30{width:30% !important}
.w-33{width:33% !important}
.w-35{width:35% !important}
.w-36{width:36% !important}
.w-40{width:40% !important}
.w-43{width:43% !important}
.w-45{width:45% !important}
.w-50{width:50% !important}
.w-53{width:53% !important}
.w-55{width:55% !important}
.w-60{width:60% !important}
.w-62{width:62% !important}
.w-63{width:63% !important}
.w-65{width:65% !important}
.w-70{width:70% !important}
.w-73{width:73% !important}
.w-80{width:80% !important}
.w-90{width:90% !important}
.w-100{width:100% !important}
.margin-right-10 {
	margin-right: 10px !important
}
.margin-inspection-list-operation {
	margin: 0 2px!important;
}
.form-register
{
	margin:0;
	width:100%
}
.button-orginal
{
	font-weight: normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png');
	color: #333;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.display-error{color:#e32;width:95%;margin:0 auto}
.display-error-duplicate{color: #e32;margin:0 auto}
.display-error-number{color: #e32;margin:0 auto}


.result_data_one_model {
	padding: 5px 0;
	border:none
}
.result_data_one_model:hover {
	background: #d9d9d9;
	cursor: pointer
}
.logout {
	padding-left:20px
}
.logout:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.register-inspection tr td{
	text-align:center;
	height:24px;
}
.fileUpload:hover {
    cursor: pointer;
       
}


#table-damage td{ vertical-align: middle;}



/* IE7 */
#actions_but
{
    *margin-right:10px;   
}
.fileUploadPosition {
	width: 36%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
    cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fileUploadPositionRelative {
	width: 36%;
	opacity: 0;
	filter: alpha(opacity=0);
    cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

table.catering button.blue{
	display:inline;
	background:#4f81bd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f81bd), to(#396ba7));
	background-image: -webkit-linear-gradient(top, #4f81bd, #396ba7);
	background-image: -moz-linear-gradient(top, #4f81bd, #396ba7);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.blue:hover {
	background: #396ba7;
}
table.catering button.darkgreen{
	display:inline;
	background:#77933c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77933c), to(#597324));
	background-image: -webkit-linear-gradient(top, #77933c, #597324);
	background-image: -moz-linear-gradient(top, #77933c, #597324);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.darkgreen:hover {
	background: #597324;
}
table.catering button.green{
	display:inline;
	background:#00b050;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b050), to(#02883f));
	background-image: -webkit-linear-gradient(top, #00b050, #02883f);
	background-image: -moz-linear-gradient(top, #00b050, #02883f);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.green:hover {
	background: #02883f;
}
table.catering button.orange{
	display:inline;
	background:#e46c0a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e46c0a), to(#b85504));
	background-image: -webkit-linear-gradient(top, #e46c0a, #b85504);
	background-image: -moz-linear-gradient(top, #e46c0a, #b85504);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.orange:hover {
	background: #b85504;
}
table.catering button.red{
	display:inline;
	background:#c0504d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0504d), to(#9d322f));
	background-image: -webkit-linear-gradient(top, #c0504d, #9d322f);
	background-image: -moz-linear-gradient(top, #c0504d, #9d322f);
	border-color: #2d6324;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
table.catering button.red:hover {
	background: #9d322f;
}
div.index1 table tr th.backyel2{
	background:#f2dcdb !important;
	color:#333;
	white-space:normal;
}
div.index1 th.actions{
	width:10%;
}
div.catering{
	float:right;
}
div.catering table{
	float:right;
	margin-right:20px;
	clear:none;
}
div.catering table td{
	text-align:center;
}

.loading-ajax {
    position: fixed;
    background-image: url('./Map/images/ajax-loader.gif');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 40%;
    left: 50%;
}

/* TODO: Start Loading page */
.dialog_loading
 {
    position: relative;
    top: -32px;
    background:#fff;
    padding:15px !important;
	
	
	*top: -28px;
    *padding:10px !important;
 }

.loadingContent {
     background: url("./Map/images/ajax-loader.gif") no-repeat 50% 50%;
     height:100px;
     margin-top: 40px;
 }

 .loadingPage
{
    border: none;
    padding: 20px;
    height: 100px;
    background: #000 url("./Map/images/36.gif") no-repeat  50% 50%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    opacity: .7;
    color: #fff;
    font: 500 16px/20px arial;
}
/* TODO: End Loading page */


div.catering button.top{
	float:right;
	padding: 8px;
	.padding:5px 8px;
	display:inline;
	background: #fefefe bottom left repeat-x url('../img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
div.catering button.top:hover {
	background: #fefefe;
}
.paging.catering{
	float:left;
}
.wrapclear{
	width:100%;
	overflow:hidden;
}

/* datepicker-group */
.datepicker-group{
	display: inline-block;
	vertical-align: middle;
}

.datepicker-group select{
	/*margin-top: 5px;*/
}
.actions span.disable-button {
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	font-weight:normal;
	margin-right: 3px;
	padding: 2px 8px;
	background: #dcdcdc;
	background: #ffffff url('../img/backgrounds/gray_button_disable.png') ;
	color:#bbbbbb;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}

/* catering schedule*/
table.schedule tr td{
	vertical-align: top;
}
.day-box{
	width: 100%;
	background: #f0f0f0;
	-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);
	padding: 3px 0px 3px 0px;
}

.day-box a{
	padding-left: 5px;
	font-size: 13px;
}

.day-box ul {
	margin: 3px 0px 0px 0px;
	padding: 5px;
	color: #000;	
}

.day-box ul li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	padding: 0;
	font-size: 10px;
	display: table-row;
}

.day-box ul li span {	
	display: table-cell;
}

.day-box ul li span:first-child{
	white-space: nowrap;
}
.left-side
{
	float:left;
	width:57%;
	margin-right:1%
}
.left-side ul{float:right}
.right-side
{
	float:left;
	width:42%
}
.span-black
{
	color:#000;
}
.top-menu-left
{
	width:50%;
	float:left;
	text-align:center	
}
.top-menu-right
{
	width:50%;
	float:left;
	text-align:center	
}
.min-width-70
{
    min-width:80px !important;
}

.min-width-70 a
{
    min-width: 0 !important;
}
.register-inspection tr td{
	text-align:center;
	height:24px;
}

.pavement {
	width:100%;
	overflow:scroll;
}

.pavement table{
	border-collapse:collapse;
	border-spacing:1px
}

.pavement th 
{
    width: 10px;
	background : none;
	background-color: #005555;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #939393;
}

.pavement td {
	padding:0px 6px 0px 6px;
	text-align:right;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #939393;
}

.pavement td.title {
    /*width: 10px;*/
	padding:0px 6px 0px 6px;
	text-align:right;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #DDDDDD;
	border-bottom:1px solid #939393;
}

.pavement td.fifth {
	padding:0px 6px 0px 6px;
	text-align:center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #DDDDDD;
	border-bottom:1px solid #939393;
}

.create pavesumimg {
	height: 400px;
	width:400px;
}
/*.ordersp tr,table tr:nth-child(even)
{
    background: none;
}*/
.circle:before {
    content: '\25CF';
    font-size: 16px;
}
.circleDown:before {
    content: '\25CF';
    font-size: 16px;
}


tr.error-damage-border-red{outline: 1px solid #f00;}

.repairSroll 
{
    height: 200px;
    overflow-y: scroll;
}
#map_layer0
{
    left:0;
    top:0;
}
.imageconfirm
{
    float: left;
    margin-right:80px;
    margin-bottom:40px;
}
/*#latitude-second,#longitude-second{width:15%!important}*/
#guiInput{margin-top:6px;display:inline-block}


.ui-autocomplete { position: absolute; cursor: default;z-index:999 !important;}
.ui-menu-item  { list-style:none;}



/*2015/06/25追加*/
.syogen th{
	/* background: #005555 ; */
	background: #ffffff url('./img/backgrounds/grad_green.png') ;
	text-align: left;
	padding:0px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
}



.tenken th{
	background: #6699cc ;
	/*text-align: left;
	padding:0px 10px;*/
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
}



.hoshu th{
	/* background: #cc6600 ; */
	background: #e0815e ;
	/*text-align: left;
	padding:0px 10px;*/
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
}

.kujou_youbou th
{
    background: #FFF1D2 none repeat scroll 0 0;
    color: #000000;
    border-bottom-width:1px;
    padding:5px;
}

.actions ul.headButton li
{
       min-width:80px;
       
}

.actions ul.headButton li a
{
       min-width:50px;
       width:55px;
}

.tenken_footer
{
	background: #6699cc !important;
}

.hoshu_footer
{
	background: #e0815e !important;
}

.kujou_footer
{
    background: #FFF1D2 !important;
}


.tenken_old th{
	background: #808080 ;
	/*text-align: left;*/
	/*padding:0px 10px;*/
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
}
.group{
    margin: 0 0 0.5em 0;
    padding: 15px 0px 10px 0px !important;
    border: solid 1px #999 !important;
    position:relative;
}
.group > ul > li {
    
}
.group > .title {
    padding:2px;
    font-weight:600;
    position:absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    color:#444
}

.actions ul li a.disabled,.actions a.disabled, input[type=button]:disabled, button:disabled{
	text-decoration: none;
    cursor: default;
    color:#999;
}

div.list
{
    padding:10px;
}
.list table tr:nth-child(odd) td{
	background: #fff;
}
.list table tr:nth-child(even) td{
	background: #f5f5f5;
}
table.paging td
{
    vertical-align:middle; 
    padding: 4px !important;
}
table.paging td img
{
    border: 1px solid #666;
}
.form table td
{
    background-color: #fff;
}
.linkMenu
{
    text-align:center;
    padding-bottom:0;
    background-color:#fff;
}
.linkMenu ul
{
    list-style-type:none;
    float:right;
    
    margin-right: 0;
}
.linkMenu ul li
{
    float:left;
    padding: 10px 20px;
    min-width:60px;
    border-left: 1px solid #aaa;
	background: #445577 ;
    color:#fff;
}
.linkMenu ul li:hover
{
    color:#000;
    background:#fff;
	cursor: pointer;
}
.linkMenu ul li.active
{
    color:#000;
    background:#fff;
	cursor: default;
}
.subMenu
{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding:0;
    width:100px;
    white-space:nowrap;
}
.subLinkMenu
{
    text-align:left;
    padding-bottom:0;
    background-color:#fff;
}
.subLinkMenu ul
{
    list-style-type:none;
    margin: 0;
    width: 150px\9;
}
.subLinkMenu ul li
{
    padding: 10px 20px;
    min-width:60px;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;
    color:#000;
	background: #dddddd url("./img/backgrounds/button.png") repeat-x scroll 0 0;
}
.subLinkMenu ul li:hover
{
    color:#000;
    background:#fff;
	cursor: pointer;
}
.subLinkMenu ul li.active
{
    color:#000;
    background:#fff !important;
	cursor: default;
}
.tag
{
    background-color:#fff;
    border-left: 1px solid #aaa;
    width: 95%;
    margin: 0 auto;
    position:relative;
}
.form.tag
{
    position:static;
    border:1px solid #aaa;
}
.subLinkMenu ul li.subsubLink
{
    padding-left: 40px;
    background: #ddd;
}
.subLinkMenu ul li.subsubLink:hover
{
    color:#000;
    background:#fff;
	cursor: pointer;
}

.mainMenu 
{
	background: #445577 ;
    margin: 0 auto;
    width: 95%;
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
    border-left:1px solid #aaa;
}

.mainMenu .actions
{
    padding:4px 0 4px 2.5%;
    float:left;
}

.mainMenu .actions li
{
    margin-bottom: 0;
}

.mainMenu .linkMenu
{
	background: #445577 ;
    width:60%;
    float:right;
}

.breadcrumbs
{
	background: #444 ;
	color: #fff;
    margin: 0 auto;
    width: 95%;
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
    border-left:1px solid #aaa;
}

.breadcrumbs span
{
    margin-left:20px;
}

.menuButton
{
    min-width: 20px;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:0;
    background-color:#aaa;
    color:#fff;
    cursor:pointer;
    width:20px;
}

.menuButton div
{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space:nowrap;
    letter-spacing: 10px;
    height:auto;
}
.menuButton:hover
{
    background-color:#fff;
    color:#aaa;
}

table.tb_form
{
    border-collapse:collapse;
    border:none;
    margin-bottom:0px;
    width:100%;
}
table.tb_form td.form
{
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background-color:#fff;
    padding: 10px 20px 10px 10px;
}

.tenkenReportSub, .tenkenhyoSub
{
    display:none;
}

.tag .linkMenu
{
    width:60%;
    float:right;
    text-align:center;
    padding-bottom:0;
    padding-right:2.5%;
}
.tag .linkMenu ul
{
    list-style-type:none;
    margin-top:28px;
    margin-bottom:-1px;
    float:right;
}
.tag .linkMenu ul li
{
    float:left;
    padding: 10px 20px;
    min-width:60px;
    border: 1px solid #aaa;
    border-radius: 5px 5px 0 0;
    margin-left:5px;
	background: #dddddd url("./img/backgrounds/button.png") repeat-x scroll 0 0;
	color: #535f6b;
}
.tag .linkMenu ul li:hover
{
    color:#000;
    background:#fff;
	cursor: pointer;
}
.tag .linkMenu ul li.active
{
    color:#000;
    border-bottom: 1px solid #fff;
    background:#fff;
	cursor: default;
}

#top_content .manual h2
{
    font-size : 20pt;
}
        
#top_content .manual table
{
    border-style : none;
}
        
#top_content .manual th
{
    border-style : none;
    font-size : 15pt;
}
        
#top_content .manual td
{
    border-style : none;
    font-size : 12pt;
}
        
#top_content .manual td a
{
    color : #00E;
}

#top_content button:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#top_content button {
	font-weight:normal;
	padding: 4px 8px;
	padding: 2px 8px\9;
	*padding: 0 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png') ;
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	height:30px;
}

#top_content .actions a {
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	font-weight:normal;
	margin-right: 3px;
	margin-left: 5px;
	word-spacing:normal;
	text-align:center;
	padding: 4px 8px;
	background: #dcdcdc;
	background: #ffffff url('./img/backgrounds/gray_button.png');
	color:#333;
	border:1px solid #bbb;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 60px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	cursor:pointer;
}

#top_content .actions ul li a:hover,.actions a:hover {
	background: #ededed;
	/*border: 1px solid #acacac;*/
    text-decoration: none;
}

#top_content table
{
    border-spacing: 0 10px;
    border-collapse:separate;
}
#top_content .manual_td button
{
    vertical-align: top;
}
.manual table
{
    width: 80%;
    border: none;
    margin: 0 10px;
}
.manual table td, .manual table th
{
    border-left: 1px solid #ccc;
}

.list table tr.deletetr td{
	background-color: gray;
}

th.highTh
{
    -moz-background-size:auto 100%;
    background-size:auto 100%;
    background-color:#5FA456\9;
    background-image:none\9;
}

.paging img {
    padding: 2px 6px 2px 6px;
}
.paging img.active {
    cursor: pointer;
}

/*追加*/
#formLogin {
	height: calc(100vh - 119px);
}
#formLogin .formbox {
	margin: 0 auto;
	padding: 40px;
	background: #FFFFFF;
	width: 500px;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
}
#formLogin table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top:none;
  border-left:none; 
}
#formLogin table th 
{
  font-size: 150%;
  background:none;
  text-align: left;
  color: #346D2B;
  border-bottom:none;
  border-right:none; 
}
#formLogin table td 
{
   font-size: 150%;
   color: #346D2B;
   border-bottom:none;
   border-right:none;   
}
#formLogin input[type=text],#formLogin input[type=password] {
   width:420px;
   padding:15px;
   border:1px solid #CCCCCC;  
   border-radius:4px;
   box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1) inset;
}
#formLogin input[type=submit] {
	display: inline;
	color:#FFFFFF;
	width: 300px;
	height:55px;
	background:#346D2B;
	border-color: #346D2B;
	background: linear-gradient(top, #74BD69, #346D2B);
	background: -webkit-linear-gradient(top, #74BD69, #346D2B);
	background: -moz-linear-gradient(top, #74BD69, #346D2B);	
	text-shadow: 0px -2px 0px rgba(0,0,0,0.3);
	cursor:pointer;
}
#formLogin input[type=submit]:hover {
	opacity:0.8;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
}
