@charset "UTF-8";

/*================================================
 *  box01
 ================================================*/

#box01 table {
	width: 100%;
}

#box01 table th, #box01 table td{
	vertical-align: top;
	padding: 20px 10px 20px 0;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

#box01 table th {
	color: #003870
}

#box01 table td {
}

@media screen and (max-width:767px) {
	
	#box01 table th, #box01 table td{
		display: block;
		widows: 100%;
		padding: 4px 10px 16px 10px;
}
	
	#box01 table th {
		border-bottom: none;
		padding: 16px 10px 0 10px;
		font-size: 12px;
}
	
}
