@charset "utf-8";


/* ======================================== Table */
.photo01{
	margin:0 10px 0 20px;
}
.photo02{
	margin:0 0 0 20px;
}
.photo01 td{
	margin:0;
	width:305px;
}
.photo02 td img{
	margin:0 8px 0 0;
}
.photo01 td p,
.photo02 td p{
	font-size:100%;
	margin:3px;
}
.tbl1{
	margin:10px 20px 10px 25px;
	width:600px;
	font-size:90%;
	border-collapse:collapse;
	border:1px solid #09c;
}
.tbl1 th,
.tbl1 td{
	padding:0.3em 1em;
	text-align:center;
	border:1px solid #09c;
}
.tbl1 th{
	background:#eef9ff;
}
.tbl1 td{
	background:#fff;
	vertical-align:middle;
}
.tbl1 td.ck{
	background:#eefff3;
}
.tbl1 th.houseSD,
.tbl1 td.houseSD,
.tbl1 th.houseSZ,
.tbl1 td.houseSZ{
	padding:3px 2px;
}
.tbl1 th.houseSD,
.tbl1 td.houseSD{
	background:#f9f6f3;
}
.tbl1 th.houseSZ,
.tbl1 td.houseSZ{
	background:#f3f9f6;
}
.tbl1 th.houseSD div,
.tbl1 th.houseSZ div{
	text-align:left;
	margin:5px 5px 10px 5px;
	font-weight:bold;
}
.tbl1 th.houseSD ul,
.tbl1 th.houseSZ ul{
	text-align:left;
}
.tbl1 th.houseSD ul li,
.tbl1 th.houseSZ ul li{
	margin:5px;
}

.tbl2{
	margin:5px 20px 10px 25px;
	font-size:1.1em;
	width:90%;    
	border-collapse:collapse;
	border:1px solid #09c;
}
.tbl2 th,
.tbl2 td{
	padding:4px;
	text-align:center;
	border:1px solid #09c;
}
.tbl2 th{
	background:#eef9ff;
}
.tbl2 td{
	background:#fff;
	vertical-align:middle;
}
.tbl2 td.rank{
	text-align:right;
	width:20px;
}
.tbl2 td.name{
	text-align:left;
	width:260px;
}
.tbl2 td.time{
	text-align:right;
	width:40px;
}
.tbl2 td.owner{
	width:120px;
}

.tbl3{
	margin:0 0 0 10px;
	font-size:90%;
	border-collapse:collapse;
	border:0px solid #09c;

}
.tbl3 th,
.tbl3 td{
	padding:0.2em 0.2em;
	text-align:center;
}


/* ======================================== 製作工具 */
.tbl4{
	margin:10px 20px 10px 25px;
	width:600px;
	border-collapse:collapse;
	border:1px solid #09c;
}
.tbl4 td{
	padding:5px;
	border:1px solid #09c;
}
.tbl4 td{
	background:#fff;
	vertical-align:top;
}
.tbl4 h3{
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}

