@charset "UTF-8";

* {
	margin: 0;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

h3 {
	color: #44f;
	margin-bottom: .5em;
}

a {
	margin: 0 4px;
}
input,textarea {
	margin: .2em 0;
	user-select: auto;
	-webkit-user-select: auto;
	-webkit-user-drag: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
}
input[readonly] {
	border-color: transparent;
}
th {
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
}
hr {
	margin: .5em 0;
}
label {
	cursor: pointer;
}

#nav_bar {
	margin-bottom: 1em;
}

#title {
	float: left;
	vertical-align: bottom;
	text-shadow: 1px 1px 2px #ccf;
}
#title a {
	color: #000;
	text-decoration: none;
}

#signin_info {
	float: right;
}

#content {
	max-width: 730px;
	margin: 0 auto;
	padding: 1em 8px;
	line-height: 1.5em;
}

#footer {
	margin-top: 1em;
}

.form_info {
	font-size: .8em;
	vertical-align: top;
	height: 1em;
	color: #44c;
}

.list {
	display: block;
	text-overflow: ellipsis;
	cursor: pointer;
}
.list:hover {
	background-color: #f0f0ff;
}
.list:not(.open) {
	white-space: nowrap;
	overflow: hidden;
}
.list:not(.open) button {
	display: none;
}
.list.open,.list.open+.list:not(.open) {
	margin-top: .2em;
	padding-top: .2em;
	border-top: 1px solid #ddd;
}
.list.open .report_info {
	display: block;
	font-weight: bold;
}
.report_account {
	float: right;
}
.list:not(.open) .report_time, .list:not(.open) .report_account {
	display: none;
}

.page_area {
	margin: .5em auto;
}
.page {
	display: inline-block;
	font-size: .9em;
	padding: 0 6px;
	margin: 2px 3px;
	border: 1px solid #ccc;
	text-decoration: none;
	border-radius: 2px;
}
span.page {
	font-weight: bold;
	background-color: #eee;
}
a.page:hover {
	color: #fff;
	background-color: #00f;
	text-decoration: underline;
	border: 1px solid #000;
	cursor: pointer;
}

ins.adsbygoogle {
	background-color: #eee;
}

.toggle {
	float: right;
}
.toggle:not(.open):before {
	content: '全て開く';
}
.toggle.open:before {
	content: '全て閉じる';
}
.report_title {
	margin: .5em 0;
}
.report_title .page {
	margin-top: -2px;
}
.ads_info {
	display: none;
	padding: 1em 0;
	font-weight: bold;
	color: red;
	text-align: center;
}

.disabled {
	color: red;
	text-decoration: line-through;
}

.report_num {
	font-size: .7em;
	vertical-align: bottom;
}

