@charset "UTF-8";

/* ---- Init ----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","MS PGothic","ＭＳ Ｐゴシック";
}

html,body {
	height:100%;
}

html {
	overflow-y: scroll;
}

table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	vertical-align: baseline;
}

acronym,abbr {
	cursor: help;
}

/* ---- Default -------------------------------------------- */

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}


/* ---- Contents ------------------------------------------- */

#header {
	height: 40px;
}

#panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
	background: #4297FF;
	z-index: 100;
	vertical-align: top;
}

#panel h1 {
	margin: 0px 0 0 15px;
	font-size: 20px;
}

#panel h1 img {
	vertical-align: top;
	margin-top: 3px;

}

#panel h1 span {
	display: inline-block;
	margin-left: 10px;
	margin-top: 7px;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

#panel ul {
	list-style: none;
}

#panel ul#button {
	position: absolute;
	top: 5px;
	right: 20px;
}

#panel ul#button li{
	display: inline-block;
}

#panel #property_panel {
	position: absolute;
	width: 300px;
	top: 80px;
	right: 20px;
	overflow-y: auto;
	background: #ffffff;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	border: solid 1px #cccccc;
}

#panel #property_items {
	padding: 10px;
}

#panel #property_panel h2 {
	font-size: 18px;
	color: #4297FF;
	margin-bottom: 5px;
}

#panel #property_panel table {
	border-collapse: collapse;
}

#panel #property_panel th,
#panel #property_panel td {
	font-size: 15px;
	text-align: left;
	padding: 2px 5px;
}

#panel #property_panel th {
	white-space: nowrap;
}

#panel #property_panel input[type=text] {
	border-radius: 3px;
	padding: 2px;
	border: solid #287693 1px;
	background: #D7E9FF;
}


#panel #property_panel #interval {
	width: 35px;
}

#panel #property_panel #user {
	width: 160px;
}

#panel #property_panel #event {
	width: 160px;
}

#panel #property_panel input[type=button] {
	background: #ffffff;
	border: solid #9FCAFF 2px;
	color: #4297FF;
	padding: 0px 10px;
}

#panel #property_panel .button {
	text-align: center;
	margin-top: 20px;

}


#panel #focus_panel {
	position: absolute;
	width: 250px;
	top: 80px;
	right: 20px;
	overflow-y: auto;
	background: #ffffff;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: solid 1px #cccccc;
}

#panel #focus_items {
	padding: 10px;
}

#panel #focus_panel h2 {
	font-size: 18px;
	color: #4297FF;
	margin-bottom: 5px;
}
#panel #focus_panel input[type=radio] {
	margin-right: 5px;

}

#panel #focus_panel li {
	list-style: none;
	font-size: 15px;
}

#panel #focus_panel label {
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: dotted #E0E0E0 1px;

}
#panel #focus_panel .checked {
	background: #D7E9FF;
}

#panel #focus_panel input[name=focus]:checked + label {
	background: #D7E9FF;
}

#panel .note {	
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
}

#panel #debug {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 80px;
	left: 100px;
	padding: 10px;
	overflow-y: auto;
	background: #ffffff;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	border: solid 1px #cccccc;
	font-size: 10px;
}

#information_window {
	display: none;
	line-height: 1.1;
	position: fixed;
	z-index: 10000;
	right: 10px;
	top: 50px;
	background: rgba(0,0,0,0.6) url(../image/wait.gif) no-repeat;
	background-position: 8px 7px;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 10px 8px 30px;

}

#information_window .nowloading {
	display: none;
}


@media screen and (max-width: 600px) {
	#panel h1 span {
		display: none;
	}
}