@charset "UTF-8";
/*--------------------------------------
	Style Name : Link Style Sheet

	ja_link.html
--------------------------------------*/

.summery p{
	margin: 0 0 5px 0;
	padding-bottom: 20px;
	text-align: left;
	
}

.em-blue{
	color: #004AFF;
}

.history p{
	margin: 0 0 0px 0;
	padding-bottom: 0px;
}

.history table.table01 {
	width:100%;
	border-right:#A6D4E3 solid 1px;
	border-collapse: collapse;
}
.history table.table01 thead th {
	background:#A6D4E3;
	color:#000;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight: normal;
	text-align: center!important;
}
.history table.table01 thead th:last-child {
	border-right:#A6D4E3 solid 1px;
}
.history table.table01 tbody th {
	background:#A6D4E3;
	color:#000;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
	font-weight: normal;
}
.history table.table01 tbody tr:last-child th {
	border-bottom:#A6D4E3 solid 1px;
}
.history table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#A6D4E3 solid 1px;
	border-bottom:#A6D4E3 solid 1px;
	vertical-align:top;
	text-align: left;
}
 
@media screen and (max-width: 640px) {
.history table.table01 thead {
	display:none;
}
.history table.table01 tbody th {
	display:block;
}
.history table.table01 tbody td {
	display:block;
}
.history table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.history table.table01 tbody td p {
	padding-left:6em;
}
}