@charset "utf-8";
/* CSS Document */

#content {
	padding-left:10px;
	padding-right:10px;
	line-height: 1.5;
	color: #333;
}
h1.heading {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
h2.heading {
	padding-top: 30px;
	font-weight: bold;
}
.imageArea01 img {
	width: 100%;
}
.imageArea01 .col:first-of-type {
	padding-bottom: 20px;
}
.imageArea02 img {
	width: 100%;
	padding-bottom: 5px;
}
.imageArea02 figcaption {
	margin-bottom: 20px;
}
p span{
	font-weight: bold;
}

h3.heading{
	border-bottom: 4px solid #cc0000;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 20px;
	padding-bottom: 10px;
}
.scheduleTabl table{
	display:block; width:100%;
}
.scheduleTabl table thead{
	display: block; float: left;
}
.scheduleTabl table tbody{
	display: block; width: auto; overflow-x: auto; white-space: nowrap;
}
.scheduleTabl table th{
	display: block; width:auto; border-bottom:1px solid #000;
}
.scheduleTabl table tbody tr{
	display: inline-block; margin: 0 -3px;
}
.scheduleTabl table td{
	display: block;
}
.scheduleTabl table th:first-of-type, .scheduleTabl table td:first-of-type{
	border-top: 1px solid #000;
}
.linkArea {
	line-height: 1.2;
	padding-bottom: 30px;
}
.linkArea img{
	vertical-align: middle;
	margin-right: 5px;
}
.mgt10_sp {
	margin-top: 10px;
}
.mgt50_sp {
	margin-top: 50px;
}
.mgtb30_sp {
	margin: 30px 0;
}
