@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	table{
		border-collapse:collapse;
		width:100%;
		}
		table th,
		table td{
			border:1px solid #D0EAF4;
			font-size:115%;
			text-align:left;
			vertical-align:top;
			padding:16px;
			}
		table th{
			background-color:#E5F5FC;
			}
		table td dl + dl{
			margin-top:10px;
			}
		table td dl dt{
			font-weight:bold;
			}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
	
	table{
		border-collapse:collapse;
		width:100%;
		border:1px solid #D0EAF4;
		}
		table th,
		table td{
			display:block;
			text-align:left;
			vertical-align:top;
			padding:10px;
			}
		table th{
			background-color:#E5F5FC;
			}
		table td dl + dl{
			margin-top:10px;
			}
		table td dl dt{
			font-weight:bold;
			}


}