@charset "UTF-8";

body {
	margin: 0;
	color: #333333;
	-webkit-text-size-adjust: none;
	background-color: #f4f4f4;
	z-index : 1;
	font-size: medium;
}

/*
 * ヘッダー
 */
#header {
	font-size: 100%;
	position: absolute;
	width: 100%;
	height: 4em;
	margin: 0 auto;
	background: -moz-linear-gradient(center bottom, #ffffff 100%,#dcdcdc 11%,#dcdcdc 5%,#ffffff 5%,#ffffff 5%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ffffff),color-stop(0.11, #dcdcdc),
	color-stop(0.05, #dcdcdc),color-stop(0.05, #ffffff),color-stop(0.05, #ffffff));
	z-index : 2;
}

div#user-info {
	text-align: right;
	margin-right: 1em;
	margin-top: 0.5em;
}

div#user-info a {
	color: #333333;
	position: absolute;
	text-align: right;
	right: 1.5em;
	top: 2em;
	bottom: 0.5em;
	font-weight: bold;
	text-decoration: none;
}

div#main {
	background-color: transparent;
	z-index : 3;
}

div.condition {
	padding-left: 1em;
}

/*
 * メイン
 */
#main h2 {
	font-size: 150%;
	padding-left: 1em;
	margin-top: -0.3em;
	margin-bottom: 1em;
	z-index: 100;
	position: relative;
}

#main h3 {
	font-size: 120%;
	padding-left: 1em;
}

#main input[readonly] {
	border: 1px solid #333333;
	background-color:#C0C0C0;
	padding:3px;
}

#main div.pager {
	text-align: center;
}

#main div.pager a {
	background-color: #ffffff;
	border: solid 1px #333333;
	text-decoration: none;
	width: 1.2em;
	color: #333333;
	padding: 2px 5px;
	margin: 5px;
	text-align: center;
}

#main div.pager input[readonly] {
	background-color: #333333;
	border: solid 1px #333333;
	text-decoration: none;
	width: 1.2em;
	border-radius: 0;
	color: #ffffff;
	padding: 2px 5px;
	margin: 5px;
	text-align: center;
}

/*
 * タップ
 */
#header a {
	-webkit-tap-highlight-color:#FFFFCC;
}

#main div.pager a {
	-webkit-tap-highlight-color:#333333;
}

input[type="text"] {
	-webkit-tap-highlight-color:#FFFFCC;
}

input[type="password"] {
	-webkit-tap-highlight-color:#FFFFCC;
}

input.event {
	color : #333333;
	-webkit-tap-highlight-color:#FFFFCC;
}

select {
	-webkit-tap-highlight-color:#FFFFCC;
}

table.grid td {
	-webkit-tap-highlight-color:#FFFFCC;
}

button {
	color : #333333;
	-webkit-tap-highlight-color:#FFFFCC;
}

input[type="submit"] {
	color : #333333;
	-webkit-tap-highlight-color:#FFFFCC;
}

input[type="button"] {
	color : #333333;
	-webkit-tap-highlight-color:#FFFFCC;
}

table.grid a {
	-webkit-tap-highlight-color:#FFFFCC;
}

td.noLine {
	-webkit-tap-highlight-color:#FFFFCC;
}

/*
 * テーブル
 */
table {
	width: 100%;
	background-color: #f7f7f7;
	border-collapse: separate;
}

th.chubunruiTitle {
	font-weight: bold;
	text-align: left;
}

td.gray {
	padding: 1em 1em 1em 1em;
	background-color: #C0C0C0;
}

td.noLine {
	padding: 1em 1em 1em 1em;
	text-decoration: inherit;
}

table.grid a {
	color: #333333;
	display: block;
	text-decoration: none;
}

table.grid th {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #333333;
	padding: 0.2em;
	font-size: 120%;
	font-weight: bold;
	white-space: normal;
	word-break: break-all;
	background-color: #97DF1F;
	border-color: #cbee70 #006633 #006633 #cbee70;
	border-width: 2px;
}

table.grid td {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #333333;
	white-space: normal;
	word-break: break-all;
	border-color: #ffffff #72767b #72767b #ffffff;
	border-width: 2px;
}

td.regularVisit {
	padding: 0.5em 0 0.5em 2em;
	background-size: 1.5em;
	background-attachment: scroll;
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
}

td.carryingOver {
	padding: 0.5em 0 0.5em 2em;
	background-size: 1.5em;
	background-attachment: scroll;
	background-image: url("../images/Alert.png");
	background-position: left;
	background-repeat: no-repeat;
}

td.add {
	padding: 0.5em 0 0.5em 2em;
	background-size: 1.5em;
	background-attachment: scroll;
	background-image: url("../images/Add.png");
	background-position: left;
	background-repeat: no-repeat;
}

div.grid {
	margin: 0 1em 0 1em;
}

td.event {
	text-align: center;
}

font.torihikiNm {
	font-size: 120%;
	font-weight: bold;
}

font.daibunruiMeisho {
	font-size: 250%;
	font-weight: bold;
}

font.chubunruiMeisho {
	font-size: 300%;
	font-weight: bold;
}

font.kaisyuTime {
	font-size: 120%;
	font-weight: bold;
	color: red;
}

font.biko {
	font-size: 90%;
}

font.kaisyuJyoutai {
	font-size: 90%;
}

/*
 * タップ
 */


/*
 * ボタン，プルダウン
 */
select {
	color: #333333;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 0.3em;
	border-radius: 3px 3px 3px 3px;
	border-color: #888888;
}

button, input[type="submit"], input[type="button"] {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	font-size: 120%;
	color : #316040;
	background: -moz-linear-gradient(center bottom, #fcfee6 58%,#caee70 35%,#fcfee6 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.58, #fcfee6),
	color-stop(0.35, #caee70),color-stop(1, #fcfee6));
	border-color: #dcdcdc;
}

input.back {
	color: #606060;
	background: -moz-linear-gradient(center bottom, #ffffff 58%,#ced1d6 35%,#f6f6f6 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.58, #ffffff),
	color-stop(0.35, #ced1d6),color-stop(1, #f6f6f6));
}

input.close {
	color: #606060;
	background: -moz-linear-gradient(center bottom, #ffffff 58%,#ced1d6 35%,#f6f6f6 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.58, #ffffff),
	color-stop(0.35, #ced1d6),color-stop(1, #f6f6f6));
}

div.position {
	text-align: center;
}

div.background {
	background: -moz-linear-gradient(center top, #ffffff 0%,#dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1, #dcdcdc));
}

input.small {
	margin: 3px 3px 3px 3px;
	padding: 5px;
	font-size: 100%;
}

input.event:focus {
	color: #333333;
	border:1px solid #FF6600;
	background-color:#FFFFCC;
	font-weight: bold;
}

/*
 * 入力
 */
input[type="text"] {
	border: 1px solid #333333;
	background-color:#ffffff;
	padding:3px;
	color: #333333;
	margin: 5px 5px 5px 5px;
	border-radius: 3px 3px 3px 3px;
}

input[type="password"] {
	border: 1px solid #333333;
	background-color:#ffffff;
	padding:3px;
	color: #333333;
	margin: 5px 5px 5px 5px;
	border-radius: 3px 3px 3px 3px;
}

.number {
	text-align: right;
	padding-right: 0.5em;
}

div.error {
	color: red;
}