@charset "Shift_JIS";

/*--------------------------------------*/
/*                                      */
/* ### tables Classes ###               */
/*                                      */
/*--------------------------------------*/

/*--- table styles ---*/

#mainareaWrap .notArea table {
	width: 510px;
	margin: 5px 28px 10px 5px;
}

#mainareaWrap .dogInfo table {
	width: 512px;
	clear: both;
}

#mainareaWrap .ptbl, 
#mainareaWrap .dogtbl {
	margin: 10px 0 15px;
	border-collapse: collapse;
	border: 1px solid #bfac6f;
	line-height: 1.5;
}

.ptbl th, 
.ptbl td, 
.dogtbl th, 
.dogtbl td {
	border: 1px solid #bfac6f;
}

.ptbl th, 
.ptbl td {
	padding: 4px 5px;
}

.dogtbl th, 
.dogtbl td {
	padding: 4px 8px;
}

.ptbl th {
	background: #e2e2e2;
	text-align: center;
}

.ptbl .nottd, 
.dogtbl .dogtd {
	background: #fff7db;
	color: #886d17;
}

.ptbl .nottd {
	text-align: right;
}

.dogtbl .dogtd {
	width: 90px;
}

.dogtbl .data {
	width: 164px;
}

.ptbl a, 
.ptbl a:link,
.ptbl a:visited,
.ptbl a:active {
	color: #f84263;
}

.ptbl a, 
.ptbl a:link,
.ptbl a:visited,
.ptbl a:active, 
.ptbl a:hover {
	text-decoration: underline;
}

.ptbl a:hover {
	color: #ff94a7;
}
