@charset "utf-8";
/* CSS Document */

/**** 休業案内用 ****/
#mainL .info_box {
	border: 1px dotted #F90;
	padding: 1em;
}
#mainL .info_box .info_inner {
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
}
#mainL .info_box .info_inner p {
	line-height: 150%;
}
#mainL .info_box .info_inner p:first-child {
	margin: 0 0 1em;
	font-size: 120%;
	text-decoration: underline;
}
#mainL .info_box .info_inner p:nth-child(2) {
	margin: 0 1em 15px;
	border: 1px dashed #999;
	padding: .5em 1em;
	background-color: #ffe;
	font-size: 80%;
	line-height: 150%;
}
#mainL .info_box .info_inner2 {
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
}
#mainL .info_box .info_inner2 p {
	margin: 0 0 10px;
	padding-left: 15px;
	text-indent: -15px;
	line-height: 120%;
}
#mainL .info_box .info_inner2 p:first-child {
	display: inline;
	border-bottom: 1px solid #FF551F;
	padding-left: 0;
	text-indent: 0;
	font-size: 130%;
	font-weight: bold;
	color: #FF551F;
}
#mainL .info_box .info_inner2 p:nth-child(2) {
	margin-top: 15px;
}

/**** 類似講座注意喚起用 ****/
#mainL .annotation201705 {
	border: 1px dotted #F90;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em 1.5em;
	font-size: 14px;
	line-height: 1.5em;
}
#mainL .annotation201705 table {
	color: #333;
}
#mainL .annotation201705 table th {
	width: 20%;
	background: #fff5e5;
	vertical-align: middle;
}
#mainL .annotation201705 table td {
	width: 40%;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
/*--- 表タイトル ---*/
#mainL .annotation201705 table h3 {
	font-weight: bold;
	color: #ff9800;
}
#mainL .annotation201705 table h3:before {
	content: "◆\00a0";
}
#mainL .annotation201705 table h3:after {
	content: "\00a0◆";
}
/*--- 講座名 ---*/
#mainL .annotation201705 table tr:first-of-type td {
	text-align: center;
	font-size: 14px;
	color: #ff551f;
	font-weight: bold;
}
/*--- テーブル枠線 ---*/
#mainL .annotation201705 table th {
	border: 1px #aaa solid;
	border-bottom: none;
}
#mainL .annotation201705 table td {
	border: 1px #aaa solid;
	border-bottom: none;
	border-left: none;
}
#mainL .annotation201705 table th:last-of-type,
#mainL .annotation201705 table td:nth-last-child(2),
#mainL .annotation201705 table td:last-of-type {
	border-bottom: 1px #aaa solid;
}
/*--- 左上隅 ---*/
#mainL .annotation201705 table tr:first-of-type th {
	border-top: none;
	border-left: none;
	background: #fff;
}




