@charset "utf-8";
/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 641px) {
#page p.center{
	font-weight:600;
	text-align: left;
	padding: 0 0 2% 2%;
}
#page p.end{
	padding: 1% 0 1% 2%;
}
#page table {
	text-align:left;
	background-color: #FFF;
}
#page th {
	width: 18%;
	padding: 20px;
	border-bottom: 1px dashed #AAA;
	font-weight: bold;
	font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
	font-size: 16px;
	vertical-align: top;
}
#page td {
	padding: 20px;
	border-bottom: 1px dashed #AAA;
	font-size: 14px;
}
#page td a {
	color: #CB0918;
}
#page td small.gray {
	color: #999;
	line-height: 160%;
}
#page td ul li{
	text-indent: -40px;
	margin: 0 0 2%;
	padding: 0 0 0 20px;
}
}
/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
#page p.center{
	font-weight:600;
	text-align: left;
	padding: 0 0 3%;
}
#page p.end{
	padding: 1% 0 1%;
}
#page table {
	text-align:left;
	background-color: #FFF;
}
#page th {
	width: 100%;
	display: block;
	font-weight: bold;
	font-weight: bold;
	font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
	font-size: 16px;
	padding: 0 0 5%;
}
#page td {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #AAA;
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#page td a {
	color: #CB0918;
}
#page td small.gray {
	color: #999;
	line-height: 160%;
}
#page td ul li{
	text-indent: -40px;
	margin: 0 0 2%;
	padding: 0 0 0 20px;
}
}
