#head_title{
	background: #AE2553;
}
#head_title h1{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/outline/main.jpg") no-repeat center center;
	background-size: 100%;
	width: 100%;
	max-width: 1180px;
	height: 0;
	padding-top: calc(454/1180 * 100%);
	margin: 0 auto;
}
section#outline {
	padding: 30px 0;
}
section#outline h2{
	color: #AE2553;
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 30px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
section#outline div.box{
	width: 94%;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
section#outline div.box table{
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	box-sizing: border-box;
}
section#outline div.box table th{
	padding: 10px 10px 2px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	display: block;
	font-weight: 300;
	font-size: 16px;
	box-sizing: border-box;
}
section#outline div.box table td{
	padding: 2px 10px 10px;
	border: 1px #aaa solid;
	border-width: 0 0 1px 0;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
section#outline div.box table td li{
	margin: 0 0 10px;
}
