@charset "UTF-8";
/* -----------------------------------------------------------------------------
 * かるた一病息災 百人一首data用スタイルシート
 * Copyright (C) 2003-2016 HaRD All rights reserved.
 * ---------------------------------------------------------------------------*/

/********** all.php **********/
.data-all-container {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.data-all-container li .data-all-container li {
	padding: 5px;
	margin: 5px 0px;
}
.data-all-container li .data-all-searchbox li {

}
.data-all-container label {
	width: 100%;
	font-size: 0.8em;
	cursor: pointer;
	margin: 15px 0px;
	padding: 10px 5px;
	border: solid 1px #ff6666;
	background: radial-gradient(#ffffff, #ff6666);
	border-radius: 10px
}
.data-all-container label:hover {
	opacity: 0.7;
}
.data-all-container label input {
	display: none;
}
/* 昇順と降順 */
input.all-data-sort {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	color: #000099;
	border-style: none;
	background: none;
}
#data-all-table {
	width: 98%;
	margin: 10px auto;
	border-collapse: collapse;
	display: none;
}
#data-all-table td {
	padding: 2px;
	font-size: 0.9em;
	border: solid 1px #999999;
	box-shadow: 1px 1px #666666;
}
#data-all-table tr:nth-child(2n) td {
	background-color: #e0e0e0;
}
#data-all-table tr:nth-child(2n+1) td {
}
#data-all-table tr td:nth-child(1),
#data-all-table tr td:nth-child(2)
{
	text-align: center;
	white-space: nowrap;
}
#data-all-table tr td.bg_blue {
	background-color: #9999ff !important;
}
#data-all-table tr td.bg_pink {
	background-color: #ff99cc !important;
}
#data-all-table tr td.bg_yellow {
	background-color: #ffff99 !important;
}
#data-all-table tr td.bg_green {
	background-color: #99ff99 !important;
}
#data-all-table tr td.bg_orange {
	background-color: #ff9966 !important;
}

/********** image.php **********/
.data-image-container {
	padding: 0px;
	margin: 0px auto;
	max-width: 98%;
}
.data-image-container ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.data-image-container li {
	font-size: small;
	width: 135px;
	margin: 0px;
	padding: 5px;
	list-style: none;
}

/********** quiz.php **********/
.data-quiz-container label {
	width: 100%;
	font-size: 0.8em;
	cursor: pointer;
	margin: 0px;
	padding: 5px;
	border: solid 1px #999999;
	background: radial-gradient(#ffffff, #cccccc);
	border-radius: 10px
}
.data-quiz-container label input:checked {
	background-color; #ffcccc;
}
/*
.data-quiz-container label input {
	display: none;
}
*/
.data-quiz-container ul {
	list-style: none;
}
.data-quiz-container li {
	margin: 10px 0px;
}
.data-quiz-container label:hover {
	opacity: 0.7;
}

/********** telling.php **********/

.data-telling-table {
	margin: 10px auto;
	border-collapse: collapse;
}
.data-telling-table th {
	white-space: nowrap;
	text-align: left;
	padding: 5px 10px;
	border: solid 1px #999999;
	box-shadow: 1px 1px #666666;
}
.data-telling-table td {
	text-align: left;
	padding: 5px 10px;
	border: solid 1px #999999;
	box-shadow: 1px 1px #666666;
}



















/********** search_fuda.php **********/
table.search_fuda {
	border: 10px solid #669966;
}
table.search_fuda td {
	border-style: none;
	padding: 5px;
}
table.search_fuda td input {
	font-size: 15px;
}
/********** random.php **********/
div#random {
	margin: 50px auto;
	text-align: center;
}
div#random p {
	font-size: 150%;
	font-family: serif,cursive;
	line-height: 2em;
}

/********** highschool.php **********/

table.highschool td {
	padding: 10px;
}
table.highschool tr.gray td {
	background-color: #f0f0f0;
}
table.highschool td.gray {
	background-color: #f0f0f0;
}
input.noborder {
	border: 0px none #ffffff;
}
