@charset "utf-8";

h2 {
	background: url(../../../common/img/icon_title.png) left 0 no-repeat;
	background-size: 25px auto;
	padding: 2px 0 12px 30px;
	margin: 25px 0 0;
	font-size: 1.4rem;
	text-align: left;
}

.atm-table-topic {
	margin-top: 25px;
}

.atm-table {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 15px;
}

.atm-table th sup {
	font-weight: normal;
}

.atm-table th,
.atm-table td {
	box-sizing: border-box;
	border: #C8C8C8 solid 1px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	width: 25%;
}

.atm-table th {
	background-color: #2095FF;
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: normal;
}

.atm-table td {
	padding: 7px 5px;
}

.atm-notice-list {
	overflow: hidden;
	margin: 0 0 10px;
}

.atm-notice-list dt {
	float: left;
	clear: left;
	width: 2.0em;
}

.atm-notice-list dd {
	margin: 0 0 0 2.0em;
}

.place-list {
}

.place-list table {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px;
}

.place-list table th,
.place-list table td {
	border: #C8C8C8 solid 1px;
	padding: 5px;
	font-size: 1.2rem;
}

.place-list table th {
	width: 29%;
	background-color: #F3F3F3;
	vertical-align: top;
}

.time-anchor {
	overflow: hidden;
	border: #C8C8C8 solid 1px;
	border-radius: 4px;
}

.time-anchor li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	font-size: 1.2rem;
	vertical-align: middle;
	display: table;
	border-top: #C8C8C8 solid 1px;
	height: 45px;
}

.time-anchor li:nth-child(1),
.time-anchor li:nth-child(2) {
	border-top: none;
}

.time-anchor li:nth-child(odd) {
	border-right: #C8C8C8 solid 1px;
}

.time-anchor li a {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 5px 10px;
	text-decoration: none;
	color: #333;
	position: relative;
	line-height: 1.2;
}

.time-anchor li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}

.atm-block {
	margin: 30px 0 0;
}

.atm-block:first-child {
	margin: 20px 0 0;
}

.atm-title {
	border: #999 solid 1px;
	background-color: #F0F0F0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 10px;
	margin: 0 0 15px;
}

.atm-title span {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
}

.time-table {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
}

.time-table th,
.time-table td {
	border: #AAA solid 1px;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.time-table th {
	background-color: #FFFCE1;
	font-weight: normal;
	width: 15%;
}

.time-table .day-cell,
.time-table .time-cell {
	background-color: #F3F3F3;
	width: 20%;
}

.time-table .cell-cl01 {
	background-color: #9ED3FE;
}

.time-table .cell-cl02 {
	background-color: #FFCC55;
}

.time-table .cell-cl03 {
	background-color: #95D053;
}

.time-table .cell-cl04 {
	background-color: #FFC1C1;
}

.notice {
	color: #E60012;
	margin-bottom: 5px;
}

.notice-list li {
	font-size: 1.2rem;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
