@charset "utf-8";

/*---------------------------------------------------reset*/

html, body { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins { font-size:14px; font-style:normal; }
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p { margin:0; padding:0; }
table { border-collapse:collapse; border:0; }
th { text-align:left; }
input,select,textarea { vertical-align:middle; }
img { border:0; vertical-align:middle; }
ins, a { text-decoration:none; }
ul { list-style:none; }
br { letter-spacing: 0; }
div,section,footer,dl,dt,dd,ul,li,nav {box-sizing: border-box;}

/*---------------------------------------------------common*/
* {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", serif;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 0 0;
	width: 100%;
}

.button {
	color: #333;
	background: linear-gradient(#fff, #eee);
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.1em;
	display: inline-block;
	font-size: 12px;
}

.button:hover {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) inset;
}

/*---------------------------------------------------dialog*/

div#dialog {
	position:absolute;
	left:50%;
	margin-left:-230px;
	width: 460px;
	background-color: #FFFFFF;
}

div#dialog h1 {
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 16px;
}
div#dialog div {
	padding:20px;
}


/*---------------------------------------------------header*/
header {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}

header img {
	height: 22px;
	float: left;
	margin-top: 8px;
	border: 1px solid #666;
}

header h1 {
	padding-left: 10px;
	line-height:40px;
	font-size:16px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
	float: left;
}

header a {
	float: right;
	line-height:40px;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
}

header a:hover {
	text-decoration: none;
}

/*---------------------------------------------------nav*/

ul.filter {
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}

ul.filter li {
	float:left;
	line-height: 25px;
	margin-right: 10px;
}

ul.filter li#page {
	float:right;
}

span.arrow {
	background: linear-gradient(#fff, #eee);
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 0 6px;
	line-height: 24px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

span.arrow:hover {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) inset;
}

.contentsBox {
	width: 100%;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #efefef;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
}

/*---------------------------------------------------table*/
section {
	padding: 0 0; width:100%;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 0px;
}
h2+p {
	margin-bottom: 20px;
}
h2:before {
	content: "■";
}

table {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}
table th {
	color: #fff; border: 1px solid #ccc; padding: 10px 10px;
	white-space: nowrap;
	font-weight: normal;
	line-height: 200%;;
	font-size: 14px;
}
table td {
	border-left:  1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	white-space: nowrap;
	padding: 10px 10px;
	color: #222;
	line-height: 200%;;
	font-size:  14px;
}

/*---------------------------------------------------input*/

input,textarea {
	box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea {
	width: 100%;
	padding: 10px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #aaa;
	background-color: #fff;
}
input[type="text"].readonly {
	cursor: default;
	background: #e0e0e0;
	color:#666 !important;
	border: 1px solid #aaa;
}
input[type="date"],input[type="datetime-local"] {
	background: linear-gradient(#fff, #eee);
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 0 8px;
	height: 25px;
}

label {
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	line-height: 25px;
}

select {
	color: #333;
	height:27px;
	padding: 0 8px;
	border-radius: 3px;
	cursor: pointer;
	background: linear-gradient(#fff, #eee);
	border: 1px solid #aaa;
}

select:hover {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) inset;
}
#timeshift {border: none;}
#timeshift th {border: none;}
#timeshift td {border: none;}
