@charset "UTF-8";
/* CSS Document */

/*
==================================================
table setting

 - common
 - site style
 
================================================== */

/*
==================================================
 - common
================================================== */

table,
th,
td {
	border: 1px solid #ccc;
}
table {
	border-width: 1px 0 0 1px;
}
th,
td {
	padding: 8px;
	border-width: 0 1px 1px 0;
}
th {
	background-color: #e6e6e6;
}
td {
	
}


/*
==================================================
 - site style
================================================== */