@charset "utf-8";
/* CSS Document */



/* table */
/*----------*/

.tbl_histry{
	width:100%;
}

.tbl_histry th,
.tbl_histry td{
	font-size:120%;
	padding:10px;
border-bottom: solid 1px #ccc;
}
.tbl_histry th{
background-color:#bfeaec;
}

@media only screen and (max-width: 559px) {
.pc_ta_r{ text-align:left;}
}


@media only screen and (max-width: 559px) {
.tbl_histry th,
.tbl_histry td{
font-size:100%;
}
}

/* ----------------------------------------------------------------
   list
----------------------------------------------------------------- */
.ul_dot li{
	border-bottom: dotted 1px #333;
	padding:5px 0;
}







