@charset "utf-8";
.outline-box{
	width:90%;
	margin:30px auto;
	max-width: 1260px;
}
table{
	margin: 0 auto;
}
table.outline tr th,table.outline tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #ccc;
	padding: 15px 15px 15px 15px;
}
table.outline tr th {
	width: 150px;
}
table.outline tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.outline tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
.green {color: #599f60;}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.outline-box{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}
table.outline tr th,table.outline tr td {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	padding: 15px 15px 15px 15px;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
table.outline tr th,table.outline tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 15px 15px 15px 15px;
}
.outline-box{
	width:90%;
	margin:0 auto;
}
.outline	{ margin: 0 auto; }
    .outline th,
    .outline td{
		width: 90%;
		display: block;
		border-top: none;
		padding:5px;
    }
	.outline tr:first-child th	{ border-top: 1px solid #ddd; }
}