/* 見出し */
h1 {
	background: linear-gradient(transparent 70%, #333 70%);
}
h2.title {
	background: linear-gradient(transparent 70%, #333 70%);
}
h2.title_red {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 10px;
	background: linear-gradient(transparent 70%, #C00 70%);
}
h2.title_grn {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 10px;
	background: linear-gradient(transparent 70%, #3C6 70%);
}
h2.title_blu {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 10px;
	background: linear-gradient(transparent 70%, #36C 70%);
}


/* 戻る */
.return a {
	color: #333;
}


/* ボタン */
.button {
	color: #333;
	border-color: #333;
}
.button:before, .button:after {
	border-color: #333;
}
.button:hover:before, .button:hover:after {
	border-color:#333;
}


/* ログイン */
.login input[type="text"]:focus {
	box-shadow: 0 0 3px #333;
	border: 2px solid #333;
}


/* メニュー */
/*
#menu h2 {
	background: linear-gradient(transparent 70%, #333 70%);
}
*/

/* メニュー項目 */
.item_list_red, .item_list_grn, .item_list_blu {
	display: flex;
}
.item_list a {
	border: 2px solid #333;
	color: #333;
}
.item_list_red a {
	display: block;
	width: 175px;
	height: 33px;
	margin: 5px 10px;
	padding: 6px 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #C00;
	border-radius: 5px;
	color: #C00;
	box-sizing: border-box;
}
.item_list_grn a {
	display: block;
	width: 175px;
	height: 33px;
	margin: 5px 10px;
	padding: 6px 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #3C6;
	border-radius: 5px;
	color: #3C6;
	box-sizing: border-box;
}
.item_list_blu a {
	display: block;
	width: 175px;
	height: 33px;
	margin: 5px 10px;
	padding: 6px 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #36C;
	border-radius: 5px;
	color: #36C;
	box-sizing: border-box;
}


/* データ読込 */
.item_box h2 {
	background: linear-gradient(transparent 70%, #333 70%);
}
.item_box_list input[type="submit"] {
	color: #333;
	border: 2px solid #333;
}
.item_box_list input[type="radio"]:checked + label{
	color: #333;
}
.item_box_list input[type="radio"]:checked + label::after{
	background: #333;
}


/* 通常 テーブル */
.defult table th {
	background: #333;
}


/* 横スク可 テーブル */
.scroll table th {
	background: #333;
}


/* 見出し */
.bigt {
	background: linear-gradient(transparent 70%, #333 70%);
}
