﻿@charset"UTF-8";
/* 共通CSS */

table.tempo_list tbody::-webkit-scrollbar {
    background: transparent;
    overflow: visible;
    width: 13px;
}
table.tempo_list tbody::-webkit-scrollbar-thumb {
    border-left: solid white;
    background-color: rgba(0, 0, 0, 0.2);
}
table.tempo_list tbody::-webkit-scrollbar-thumb {
}
table.tempo_list tbody::-webkit-scrollbar-corner {
    background: transparent;
}

/* reset
*********************************** */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, select, p, blockquote, th, td, table {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
img, abbr, acronym {
	border:0px;
}
li {
	list-style-type:none;
}
p, dd, blockquote {
	text-align:justify;
	text-justify:inter-ideograph;
}

/* html
*********************************** */
html {
	color:#333333;
	background:#ffffff;
    width:100%;
    height:100%;
    min-width:990px;
    min-height:650px;
    -ms-touch-action: manipulation;
}

/* ボディ
*********************************** */
body {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
    font-size: 12pt;
	line-height:1.7;
	text-align:center;
	-webkit-text-size-adjust:100%;
    height:100%  !important;
}

/* イメージ
*********************************** */
img {
	margin:0px;
	padding:0px;
}

/* テキスト
*********************************** */
input[type="text"], input[type="password"] {
	height:18px;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
}

input[type="date"] {
	height:18px;
    width:100px;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
}

/* セレクトボックス
*********************************** */
select {
	height:21px;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
}

/* ポップアップ画面（ボタン）
*********************************** */
.ui-button-text {
    min-width:100px;
}


/* ボタン
*********************************** */
button.orange{
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.orange:hover{
    cursor:pointer;
}
button.orange:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.orange_l{
	width:180px;
	height:60px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.orange_l:hover{
    cursor:pointer;
}
button.orange_l:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.orange_m{
	width:100px;
	height:40px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.orange_m:hover{
    cursor:pointer;
}
button.orange_m:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.orange_s{
	width:100px;
	height:35px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	padding:3px 3px;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.orange_s:hover{
    cursor:pointer;
}
button.orange_s:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

/* メニュー機能ボタン */
button.kinomenu{
    width:250px;
	height:60px;
	font-size:15pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #57A957;
	text-decoration:none;
	background-color:#8af78c;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.kinomenu:hover{
	background-color:#BBDCBB;
    cursor:pointer;
}

button.kinomenu_select{
    width:250px;
	height:60px;
	font-size:15pt;
	font-family:Arial;
	font-weight:normal;
	border:2px solid #57A957;
	text-decoration:none;
	background-color:#BBDCBB;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.kinomenu_select:hover{
	background-color:#BBDCBB;
    cursor:pointer;
}

button.submenu{
	width:250px;
	height:94px;
	font-size:15pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.submenu:hover{
    cursor:pointer;
}
button.submenu:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.search{
	width:60px;
	height:28px;
	font-size:11pt;
	font-family:Arial;
	font-weight: normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.search:hover{
    cursor:pointer;
}
button.search:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.seireki_wareki{
	width:75px;
	height:28px;
	font-size:11pt;
	font-family:Arial;
	font-weight: normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.seireki_wareki:hover{
    cursor:pointer;
}
button.seireki_wareki:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.orange_select{
	width:90px;
	height:30px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:8px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.orange_select:hover{
    cursor:pointer;
}
button.orange_select:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

/* 使用不可ボタン */
button.orange_disabled{
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.orange_disabled_l{
	width:180px;
	height:60px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.orange_disabled_m{
	width:100px;
	height:40px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:5px 5px;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.orange_disabled_s{
	width:100px;
	height:35px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	padding:3px 3px;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.search_disabled{
	width:60px;
	height:28px;
	font-size:11pt;
	font-family:Arial;
	font-weight: normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
}

/* 削除ボタン */
button.delete_button{
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#FF0000;
	color:#FFFF00;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.delete_button:hover{
    cursor:pointer;
}
button.delete_button:active{
	position:relative;
	top:3px;
	outline:none;
    background:#FF0000;
	box-shadow:none;
}

button.delete_button_l{
	width:180px;
	height:60px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#FF0000;
	color:#FFFF00;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.delete_button_l:hover{
    cursor:pointer;
}
button.delete_button_l:active{
	position:relative;
	top:3px;
	outline:none;
    background:#FF0000;
	box-shadow:none;
}

button.delete_button_m{
	width:100px;
	height:40px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#FF0000;
	color:#FFFF00;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.delete_button_m:hover{
    cursor:pointer;
}
button.delete_button_m:active{
	position:relative;
	top:3px;
	outline:none;
    background:#FF0000;
	box-shadow:none;
}

button.delete_button_s{
	width:100px;
	height:35px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #FF0000;
	padding:3px 3px;
	text-decoration:none;
	background-color:#FF0000;
	color:#FFFF00;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.delete_button_s:hover{
    cursor:pointer;
}
button.delete_button_s:active{
	position:relative;
	top:3px;
	outline:none;
    background:#FF0000;
	box-shadow:none;
}
/* 使用不可削除ボタン */
button.delete_button_disabled{
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#ffc4c4;
	color:#FF0000;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.delete_button_disabled_l{
	width:180px;
	height:60px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#ffc4c4;
	color:#FF0000;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.delete_button_disabled_m{
	width:100px;
	height:40px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:5px 5px;
	text-decoration:none;
	background-color:#ffc4c4;
	color:#FF0000;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.delete_button_disabled_s{
	width:100px;
	height:35px;
	font-size:13pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0000;
	padding:3px 3px;
	text-decoration:none;
	background-color:#ffc4c4;
	color:#FF0000;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:15px;
}

button.seireki_wareki_disabled{
	width:60px;
	height:28px;
	font-size:11pt;
	font-family:Arial;
	font-weight: normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
}

/* スタッフ検索画面の文字ボタン */
button.radio_staff{
    width:85px;
    height:30px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}

button.radio_staff_down{
    width:85px;
    height:30px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#ffffff;
	color:#f39800;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}


/* ブロック要素
****************************************************** */
#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

#main {
    margin:0 auto;
    padding-bottom:20px;
}

#main #header {
    top:0;
    left:0;
    min-width:1200px;
	width:100%;
	height:55px;
    color:#000099;
    background-color:#ffffff;
    border-top:2px solid;
    border-bottom:2px solid;
}

#main #content {
    min-width:1200px;
}

#main #footer {
    min-width:1200px;
	position:absolute;
    bottom:0px;
    left:0;
    width:100%;
    height:20px;
	background-color:#000099; 
	text-align:right; 
	font-size:9pt; 
	font-weight:bold; 
	color:#ffffff; 
}

/* ヘッダー内のテーブル */
#header table {
	text-align:center;
	margin:0px auto;
	border-collapse:collapse;
	border:0px;
    width:1200px;
    height:100%;
}

/* コンテンツ内のテーブル */
#content table {
	text-align:center;
	margin:0px auto;
	border-collapse:collapse;
	border:0px;
}

/* コンテンツ内のDIV */
#content div {
	text-align:center;
	margin:0px auto;
	border-collapse:collapse;
}

/* 情報種別ページ */
.message_box {
	padding:20px 0px;
	text-align:center;
	border:1px solid #ff9900;
}

/* 区切り線 */
hr {
	clear:both;
	border:solid #000099;
	border-width:2px 0px 0px 0px;
}

/* 一覧 */
table.vlist{
    border-collapse:collapse;
    table-layout:fixed;
}

table.vlist thead {
    border-collapse:collapse;
}

table.vlist th {
    color: #ffffff;
    background:#778899;
    border:solid 1px black;
    font-size:11pt;
    height:35px;
}

table.vlist thead > tr {
    border-collapse:collapse;
    float:left;
    height:35px;
}

table.vlist thead > tr > td {
    border:solid 1px black;
    height:35px;
    font-size:11pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.vlist tbody {
    float:left;
    overflow-y:auto;
}

table.vlist tbody > tr {
    float:left;
    border-collapse:collapse;
    height:35px;
}

table.vlist tbody > tr > td {
    border:solid 1px black;
    height:35px;
    font-size:11pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.vlist tbody > tr td:hover {
    cursor: pointer;
}

/* 一覧 */
table.vlist_s {
    border-collapse:collapse;
    table-layout:fixed;
    width:95%;
}

table.vlist_s thead {
    border-collapse:collapse;
}

table.vlist_s th {
    color: #ffffff;
    background:#778899;
    border:solid 1px black;
    font-size:11pt;
    height:20px;
}

table.vlist_s thead > tr {
    float:left;
    border-collapse:collapse;
    height:26px;
}

table.vlist_s thead > tr > td {
    border:solid 1px black;
    height:20px;
    font-size:11pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.vlist_s tbody {
    float:left;
    overflow-y:auto;
}

table.vlist_s tbody > tr {
    border-collapse:collapse;
    height:20px;
}

table.vlist_s tbody > tr > td {
    border:solid 1px black;
    height:20px;
    font-size:11pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.vlist_s tbody > tr td:hover {
    cursor: pointer;
}

/* 偶数行の色 */
tr.even td {
	background:#ecf6fc;
}

/* 奇数行の色 */
tr.odd td {
	background:#ffffff;
}

/* 偶数列の色 */
tr td.even {
	background:#ecf6fc;
}

/* 奇数列の色 */
tr td.odd {
	background:#ffffff;
}

/* 選択行の色 */
tr.select td {
	background:#ffd700;
}

/* 選択列の色 */
tr td.select {
	background:#ffd700;
}

#search_kokyaku_list dl{
    width:1200px;
	text-align:center;
	margin:0px auto;
    overflow-y:auto;
}
#search_kokyaku_list dt{
	line-height:30px;
	font-size:13pt;
	font-weight:bold;
	height:30px;
	background:#d3d3d3;
	border:1px solid #000000;
	margin:0px;
	cursor:pointer;
    text-align:left;
}
#search_kokyaku_list dd{
	display:block;
	margin:0px;
	border:1px solid #000000;
}

/* 枠線 */
fieldset {
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}

.groupbox {
	border:1px solid #000000;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}


/* 帯付きタイトル */
.title_line {
	display:block;
	font-size:10pt;
	font-weight:bold;
	background:#ffc477;
	padding-left:5px;
}

/* ラベル */
.labelbox {
	display:block;
	border:1px solid #000000;
	background:#dcdcdc;
	height:23px;
	padding:0px 5px;
	overflow:hidden;
}

label.oshiraseLink{
    color:#1d3994;
}

label.oshiraseLink:hover{
    color:#1d3994;
    cursor:pointer;
    border-bottom:1px solid #1d3994;
}

/* 非活性項目 */
select:disabled {
	color:#000000;
	background:#d3d3d3;
}

input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled {
	color:#000000;
	background:#d3d3d3;
}

/* サブウィンド
*********************************** */
.bglayer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:1200px;
	height:100%;
	background:#808080;
	z-Index:90;
	display:block;
	filter:alpha(opacity='30' style='2');-moz-opacity:0.3;opacity:0.3;
}

/* フォーカス
*********************************** */
select:focus{
    background-color:#f5deb3;
    border:1px solid #dc143c;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus{
    background-color:#f5deb3;
    border:1px solid #dc143c;
    height:1.4em;
    line-height:1.4em;
    letter-spacing: 0.05em; 
}


/* タイトル
*********************************** */
.system_title{
    font-size:25pt;
	font-weight:bold;
    color:#000000;
}

/* サイドメニュー
*********************************** */
#main_menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    width: 1087px;
    height: 848px;
    padding: 0px;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
	position:absolute;
	top:0px;
	left:0px;
	background:#ffffff;
	z-Index:91;
}

#main_menu::-webkit-scrollbar {
    background: transparent;
    overflow: visible;
    width: 13px;
}
#main_menu::-webkit-scrollbar-thumb {
    border-left: solid white;
    background-color: rgba(0, 0, 0, 0.2);
}
#main_menu::-webkit-scrollbar-thumb {
}
#main_menu::-webkit-scrollbar-corner {
    background: transparent;
}

/* フッタのボタンエリア
****************************************************** */
#footer_button {
	position:absolute;
    bottom:30px;
    width:100%;
}
div.footer_button_area {
    height:50px;
}

/* ダイアログ画面
*********************************************************/
div.dialog {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
	font-size: 12pt;
	-webkit-text-size-adjust:100%;
}

/* ダイアログ画面 テキスト
*********************************** */
input.dialog {
	height:18px;
    font-size: 10pt;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
}

/* ダイアログ画面 セレクトボックス
*********************************** */
select.dialog {
	height:21px;
    font-size: 10pt;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
}

/* 詳細画面レイアウト用
*********************************** */

table.detail {
    width:1200px;
}

table.detail tbody > tr > td {
    width:300px;
    text-align:left;
}

#content div.labelname {
    float:left;
    text-align:left;
}

#content div.labelname_l {
    width:120px;
    float:left;
    text-align:left;
}

#content div.labelname_m {
    width:100px;
    float:left;
    text-align:left;
}

#content div.labelname_s {
    width:80px;
    float:left;
    text-align:left;
}

.space {
    height:20px;
}


/* ブロック要素
****************************************************** */
/* 店舗検索画面 高さ：高い版 */
.search_tempo_list_h {
    width:1200px;
	text-align:center;
	margin:0px auto;
    overflow-y:auto;
    height:550px;
}

.search_tempo_list_h dl{
	margin:0px;
    width:1180px;
}
.search_tempo_list_h dt{
	line-height:30px;
	font-size:13pt;
	font-weight:bold;
	height:30px;
	background:#d3d3d3;
	border:1px solid #696969;
	margin:0px;
	cursor:pointer;
    text-align:left;
}
.search_tempo_list_h dd{
	display:none;
	margin:0px;
}

.search_tempo_list_h div.tempo_condition {
	height:720px; 
    overflow-y:auto;
}

.search_tempo_list_h tbody.tempo_condition_list {
	height:386px;
}

/* 店舗検索画面 高さ：小さい版 */
.search_tempo_list_s {
    width:1200px;
	text-align:center;
	margin:0px auto;
    overflow-y:auto;
    height:485px;
}

.search_tempo_list_s dl{
	margin:0px;
    width:1180px;
}
.search_tempo_list_s dt{
	line-height:30px;
	font-size:13pt;
	font-weight:bold;
	height:30px;
	background:#d3d3d3;
	border:1px solid #000000;
	margin:0px;
	cursor:pointer;
    text-align:left;
}
.search_tempo_list_s dd{
	display:none;
	margin:0px;
}

.search_tempo_list_s div.tempo_condition {
	height:420px; 
    overflow-y:auto;
}

.search_tempo_list_s tbody.tempo_condition_list {
	height:316px
}

/******************************************************************/
/* 以下 店舗システム用                                            */
/******************************************************************/

div.footer_button_tempo_area {
    height:65px;
}

div.content_body {
    margin:0px;
    padding:0px;
    overflow-y:auto;
}

/* 薄緑ボタン */
button.tempo_green {
	height:45px;
	font-size: 16.25pt;
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #A0CA5A;
	text-decoration:none;
	background-color: #A0CA5A;
	color:#ffffff;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:30px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.tempo_green:hover{
    cursor:pointer;
}

button.tempo_green_disabled{
	height:45px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #A0CA5A;
	text-decoration:none;
	background-color:#E0FFFF;
	color:#A0CA5A;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
    box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
	
}
button.tempo_green_disabled:hover{
}

/* 薄緑ボタン-小 */
button.tempo_green_s {
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #A0CA5A;
	text-decoration:none;
	background-color: #A0CA5A;
	color:#ffffff;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:30px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.tempo_green_s:hover{
    cursor:pointer;
}

/* オレンジボタン */
button.tempo_orange{
    height: 50px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.tempo_orange:hover{
    cursor:pointer;
}
button.tempo_orange:active{
	position:relative;
	top:3px;
	outline:none;
    background:#f39800;
	box-shadow:none;
}

button.tempo_orange_disabled{
	height:50px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#F3E2A9;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
    box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
	
}

/* 灰色ボタン */
button.tempo_gray{
    height: 50px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    border: 1px solid #838383;
	text-decoration:none;
	background-color:#EEEEEE;
	color: black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}

/* 薄ピンクボタン */
button.tempo_pink {
	height:45px;
	font-size: 16.25pt;
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #FF0000;
	text-decoration:none;
	background-color: #FF0066;
	color:#FFFFFF;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:30px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.tempo_pink:hover{
    cursor:pointer;
}

button.tempo_pink_disabled{
	height:45px;
	font-size:16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FF0066;
	text-decoration:none;
	background-color:#FFCCFF;
	color:#FF0066;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
    box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
	
}
button.tempo_pink_disabled:hover{
}

/* 薄青ボタン */
button.tempo_blue {
	height:50px;
	font-size: 16.25pt;
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #FF0000;
	text-decoration:none;
	background-color: #0000FF;
	color:#FFFFFF;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:30px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.tempo_blue:hover{
    cursor:pointer;
}

/* 入力エリア */
input.tempo {
    height:40px;
    background-color:#FFFF99;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
    float:left;
}
input.tempo:focus {
    height:40px;
    background-color:#ffd700;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
    float:left;
}

textarea.tempo {
    height:80px;
    background-color:#FFFF99;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
    float:left;
}
textarea.tempo:focus {
    height:80px;
    background-color:#ffd700;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
    float:left;
}

div.tempo_readonly {
    height:40px;
    background-color:#EEEEEE;
    border: 1px solid #838383;
    padding-left: 3px;
	font-size: 16.25pt;
    float:left;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

textarea.tempo_readonly {
    font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", sans-serif;
    background-color:#EEEEEE;
    border: 1px solid #838383;
    padding-left: 3px;
	font-size: 16.25pt;
    overflow-x: hidden; 
}

/* コンボボックス */
select.tempo {
    height:40px;
    background-color:#FFFF99;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
    -webkit-appearance:menulist-button;
    -moz-appearance:menulist-button;
}
select.jikoku :focus {
    background-color:#FFFF00;
    border: 1px solid #FF8C00;
	font-size: 16.25pt;
}

/* フォーマット */
table.tempo_dialog {
    table-layout:fixed;
    font-size: 16.25pt;
}
table.tempo_dialog tr {
    height: 60px
}
table.tempo_dialog td {
    text-align:left;
}

/* 一覧 */
table.tempo_list{
    border-collapse:collapse;
    table-layout:fixed;
    word-wrap:break-word;
    overflow-y: scroll;
    overflow-x: hidden;
}

table.tempo_list thead {
    border-collapse:collapse;
}

table.tempo_list th {
    color: #ffffff;
    background:#778899;
    border:solid 1px #666666;
    font-size: 16.25pt;
    height:50px;
}

table.tempo_list thead > tr {
    border-collapse:collapse;
    float:left;
    height:50px;
}

table.tempo_list thead > tr > td {
    border:solid 1px #666666;
    height:40px;
    font-size: 16.25pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.tempo_list tbody {
    float:left;
    overflow-y:auto;
}

table.tempo_list tbody > tr {
    float:left;
    border-collapse:collapse;
    height:50px;
}

table.tempo_list tbody > tr > td {
    border:solid 1px #666666;
    height:50px;
    font-size:16.25pt;
    overflow-x: hidden; 
    overflow-y: hidden; 
    white-space: nowrap;
}

table.tempo_list tbody > tr td:hover {
    cursor: pointer;
}
/***********************/
/*　スタッフ検索画面用 */
div.tempostaff_search_title {
    height: 45px;
    border: 1px solid #666666;
    background-color: #ffc753;
    color: #ffffff;
    padding: 0px;
    font-size: 16.25pt;
    text-align: left;
    padding-top: 3px;
}
div.tempostaff_search_title:hover {
    cursor: pointer;
}

/* スタッフ検索画面の文字ボタン */
button.tempo_radio_staff{
    width:105px;
    height:45px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.tempo_radio_staff:hover {
    cursor: pointer;
}

button.tempo_radio_staff_down{
    width:105px;
    height:45px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#ffffff;
	color:#f39800;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:5px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
}
button.tempo_radio_staff_down:hover {
    cursor: pointer;
}

/* スタッフ検索画面の在職・退職ボタン */
button.tempo_radio_zaishokutaishoku{
    height: 45px;
    width:220px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #fa8072;
	text-decoration:none;
	background-color:#ffe4e1;
    color:#a52a2a;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
    margin-left:5px;
}
button.tempo_radio_zaishokutaishoku:hover{
    cursor:pointer;
}
button.tempo_radio_zaishokutaishoku_select{
    height: 45px;
    width:220px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-decoration:none;
    background-color:#a52a2a;
    border-right: 0px solid;
    border-bottom: 0px solid;
	color:#ffffff;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:25px;
    float:left;
    margin-left:5px;
}
button.tempo_radio_zaishokutaishoku_select:hover{
    cursor:pointer;
}

/*ラジオボタン*/
button.tempo_radio {
    height: 45px;
    font-size: 16.25pt;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border:1px solid #ffe4e1;    
    text-decoration:none;
    background-color:#ffe4e1;
    border-top: 1px solid #ffe5d9;
    border-left: 1px solid #ffe5d9;
    color:#a52a2a;
    display:inline-block;
    transition:background-color .2s ease-out;
    background-clip:padding-box; /* Fix bleeding */
    border-radius:25px;
    box-shadow:0 2px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
    margin-left:5px;
}
button.tempo_radio:hover{
    cursor:pointer;
}
button.tempo_radio_select{
    height: 45px;
    font-size: 16.25pt;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-decoration:none;
    border-right: 0px solid;
    border-bottom: 0px solid;
    background-color:#800000; 
    color:#ffffff;
    display:inline-block;
    transition:background-color .2s ease-out;
    background-clip:padding-box; /* Fix bleeding */
    border-radius:25px;
    float:left;
    margin-left:5px;
}
button.tempo_radio_select:hover{
    cursor:pointer;
}

button.tempo_radio_disabled {
    height: 45px;
    font-size: 16.25pt;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border:1px solid #ffe4e1;    
    text-decoration:none;
    background-color:#ffe4e1;
    border-top: 1px solid #ffe5d9;
    border-left: 1px solid #ffe5d9;
    color:#a52a2a;
    display:inline-block;
    transition:background-color .2s ease-out;
    background-clip:padding-box; /* Fix bleeding */
    border-radius:25px;
    box-shadow:0 2px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
    margin-left:5px;
}

button.tempo_radio_disabled_select{
    height: 45px;
    font-size: 16.25pt;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    text-decoration:none;
    border-right: 0px solid;
    border-bottom: 0px solid;
    background-color:#800000; 
    color:#ffffff;
    display:inline-block;
    transition:background-color .2s ease-out;
    background-clip:padding-box; /* Fix bleeding */
    border-radius:25px;
    float:left;
    margin-left:5px;
}

/* 選択ボタン */
button.tempo_radio_orange{
    height:45px;
    font-size: 16.25pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f39800;
	text-decoration:none;
	background-color:#f39800;
	color:#ffffff;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; 
	border-radius:10px;
	box-shadow:0 3px 0 rgba(0, 0, 0, .3),
							0 3px 3px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.tempo_radio_orange:hover{
    cursor:pointer;
}

button.tempo_radio_orange_select{
    height:45px;
    font-size: 16.25pt;
	font-family:Arial;
	text-decoration:none;
	background-color:#fdf7e6;
	color:#f39800;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
    border: 1px solid #f39800;
    float:left;
    box-shadow: 0px 0px 0px 0px #666;
    -moz-box-shadow: 0px 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px 0px #666;


}
button.tempo_radio_orange_select:hover {
    cursor: pointer;
}


/* 受付、店販、社販　メニューポップアップ
*********************************** */
/* メニューボタン 通常,割増,キャンペーン  */
button.menu_Kakaku{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #FF6B83;
	text-decoration:none;
	background-color:white;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_Kakaku:hover{
    cursor:pointer;
}

button.menu_Kakaku_select{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #FF6B83;
	text-decoration:none;
	background-color:#FFDDE3;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_Kakaku_select:hover{
    cursor:pointer;
}

/* メニューボタン 商品区分 */
button.menu_shohin{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #00E5FF;
	text-decoration:none;
	background-color:white;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_shohin:hover{
    cursor:pointer;
}

button.menu_shohin_select{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #00E5FF;
	text-decoration:none;
	background-color:#A5F6FF;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_shohin_select:hover{
    cursor:pointer;
}


/* メニューボタン 分類区分 */
button.menu_bunrui{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #57A957;
	text-decoration:none;
	background-color:white;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_bunrui:hover{
	background-color:#BBDCBB;
    cursor:pointer;
}

button.menu_bunrui_select{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #57A957;
	text-decoration:none;
	background-color:#BBDCBB;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_bunrui_select:hover{
	background-color:#BBDCBB;
    cursor:pointer;
}

/* メニューボタン メニュー商品 */
button.menu_menuShohin{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #f39800;
	text-decoration:none;
	background-color:white;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_menuShohin:hover{
	background-color:#ffe1af;
    cursor:pointer;
}

button.menu_menuShohin_select{
    font-size: 10pt;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:2px solid #f39800;
	text-decoration:none;
	background-color:#ffe1af;
	color:black;
	display:inline-block;
	transition:background-color .2s ease-out;
	background-clip:padding-box; /* Fix bleeding */
	border-radius:10px;
	box-shadow:0 1px 0 rgba(0, 0, 0, .3),
							0 2px 2px -1px rgba(0, 0, 0, .5),
							0 1px 0 rgba(255, 255, 255, .3) inset;
    float:left;
}
button.menu_menuShohin_select:hover{
	background-color:#ffe1af;
    cursor:pointer;
}

#menu_close:hover{
    border: 1px solid #fbcb09;
    background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
}

/* 売上達成状況データ*/
table.uriageTasseiJokyoList{
    border-collapse:collapse;
    word-wrap:break-word;
}

table.uriageTasseiJokyoList thead {
    border-collapse:collapse;
}

table.uriageTasseiJokyoList th {
    color: #ffffff;
    background:#778899;
    border:solid 1px #666666;
    font-size: 14pt;
    height:40px;
}

table.uriageTasseiJokyoList thead > tr {
    border-collapse:collapse;
    height:40px;
}

table.uriageTasseiJokyoList thead > tr > td {
    border:solid 1px #666666;
    height:40px;
    font-size: 14pt;
}

table.uriageTasseiJokyoList tbody {
    overflow-y:auto;
    /*border-bottom:solid 1px black;*/
}

table.uriageTasseiJokyoList tbody > tr {
    border-collapse:collapse;
    height:40px;
}

table.uriageTasseiJokyoList tbody > tr > td {
    border:solid 1px #666666;
    height:40px;
    font-size:14pt;
}

.class-holiday > .ui-state-default {
  background: #FFFFCC !important;
  color: red !important;
}

.class-sunday > .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}

.class-saturday > .ui-state-default {
  background: #CCCCFF !important;
  color: blue !important;
}

table.ui-datepicker-calendar thead th:first-child {
  color: red !important;
} 

table.ui-datepicker-calendar thead th:last-child {
  color: blue !important;
} 