﻿/* Androidブラウザのハイライトを消す */
body{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* IE10対応 右寄せテキストボックスの1文字目が見切れる不具合対応 */
input[type="text"]{
	padding-right:0px;
}

div.divkakumaru{
	/* 角丸 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	/* ボーダー */
	border:1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* テーブルヘッダ */
table thead tr th{
	background-color:#EFEFEF;
}

/* テーブルヘッダ2 */
table tr th{
	background-color:#EFEFEF;
}

/* テーブル二重線 */
table tbody tr td.dblbdr {
	border-bottom: 4px double #999999;
}

/* テーブル二重線 */
table tr td.dblbdr {
	border-bottom: 4px double #999999;
}

/* ヘッダボタン */
.hedbtn {
	height:22px;
	padding-top:1px;
}

/* ヘッダボタン */
a.hedbtn {
	height:15px;
	padding-top:1px;
}

/* ページタイトル */
div.PageTitle{
	color:#777777;
}

/* TEXTBOX */
input[type="text"].tbxhdn, input[type="password"].tbxhdn {
	border:0px solid white;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}

/* CHECKBOX */
select.selhdn {
	margin-left:0px;
	margin-right:0px;
	border-style: none;
	border-radius:0;
	/* -webkit-appearance:none; */
	position:relative;
	width:100%;
}

/* コメントボックス */
select.cboComment{
	background-color:#FFFFFF;
	border-style: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}


/* Modal */
/*メニュー一覧モーダル画面*/
table.tblMenuDisp {
	width:100%;
	padding:0px;
	margin:0px;
}
table.tblMenuDisp tr td.title {
	border-bottom: 4px double #999999;
	height:20px;
}

/* 年月日入力 */
input.txtDate
{
	background-color:white;
	text-align:center;
}

/* 時刻入力 */
.btn-black
{
	display:block;
	height:40px;
	line-height:40px;
	padding:0 15px;
	margin:0 2px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #000;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	color:#fff;
	background:#000;
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,#000),color-stop(0.5,#6e6e6e));
	background:-moz-linear-gradient(#6e6e6e 50%,#000 50%);
	background:-ms-linear-gradient(#6e6e6e 50%,#000 50%);
	background:-o-linear-gradient(#6e6e6e 50%,#000 50%);
	cursor:pointer;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}

.btn-silver
{
	display:block;
	height:40px;
	line-height:40px;
	color:#000;
	background:#ccc;
	text-shadow:0 -1px 1px #999;
	box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333
	top:0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	font-size:23px;
	font-weight:bold;
	background:-webkit-gradient(linear,left bottom,left top,from(#bdbdbd),to(#f7f7f7));
	background:-moz-linear-gradient(#f7f7f7,#bdbdbd);
	background:-ms-linear-gradient(#f7f7f7,#bdbdbd);
	background:-o-linear-gradient(#f7f7f7,#bdbdbd);
	text-align:center;
}

a:hover
{
	color:#999999;
	text-decoration:none;
}

a.number:hover
{
	color:#000;
}

