/* ▼文言 */
.t_red{
	font-weight:bold;
	font-size:210%;
	color:red;
}
.t_black{
	font-weight:bold;
	font-size:210%;
	color:black;
}
/* ▲文言 */
/* ▼総合 */
table.uranai_1 {
	padding:0;
	border-collapse: collapse;
	border: 0px blue solid;
	font-size:20px;
}
table.uranai_1 thead th {
	border-color: blue #7ca866 blue #ccffcc;
	background-color: skyblue;
	text-align: left;
}
table.uranai_1 tbody th {
	border-color: #ffffcc #aca866 #aca866 #ffffcc;
	background-color: #eceaa8;
}
table.uranai_1 td {
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
	text-align: left;
}
/* ▲総合 */
/* ▼恋愛 */
table.uranai_2 {
	padding:0;
	border-collapse: collapse;
	border: 0px blue solid;
	font-size:20px;
}
table.uranai_2 thead th {
	border-color: hotpink #7ca866 hotpink #ccffcc;
	background-color: pink;
	text-align: left;
}
table.uranai_2 tbody th {
	border-color: #ffffcc #aca866 #aca866 #ffffcc;
	background-color: #eceaa8;
}
table.uranai_2 td {
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
	text-align: left;
}
/* ▲恋愛 */
/* ▼金運 */
table.uranai_3 {
	padding:0;
	border-collapse: collapse;
	border: 0px blue solid;
	font-size:20px;
}
table.uranai_3 thead th {
	border-color: gold #7ca866 gold #ccffcc;
	background-color: #ffff88;
	text-align: left;
}
table.uranai_3 tbody th {
	border-color: #ffffcc #aca866 #aca866 #ffffcc;
	background-color: #eceaa8;
}
table.uranai_3 td {
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
	text-align: left;
}
/* ▲金運 */
/* ▼仕事運 */
table.uranai_4 {
	padding:0;
	border-collapse: collapse;
	border: 0px blue solid;
	font-size:20px;
}
table.uranai_4 thead th {
	border-color: #ccffcc #7ca866 #7ca866 #ccffcc;
	background-color: #bceaa8;
	text-align: left;
}
table.uranai_4 tbody th {
	border-color: #ffffcc #aca866 #aca866 #ffffcc;
	background-color: #eceaa8;
}
table.uranai_4 td {
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
	text-align: left;
}
/* ▲仕事運 */
/* ▼占い */
input.uranai{
	font-weight:bold;
	font-size:190%;
	color:seagreen;
	background-color: white;
}
/* ▲占い */