@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: underline;
}
a:hover {
	color: #e97322;
}
#category {
	margin: 0 auto 100px;
}
caption {
	padding: 0 0 0 20px;
	margin-bottom: 30px;
	border-left: 10px solid #e97322;
	border-bottom: 1px solid #e97322;
	line-height: 1;
}
caption > h2 {
	float: left;
	font-size: 27px;
	font-weight: normal;
}
caption > p a {
	float: right;
	margin-top: 2em;
}
tbody {
	margin-bottom: 80px;
}
table {
	max-width: 1200px;
	width: 90%;
	margin: auto auto 80px auto;
	border-collapse: separate;
	border: 1px solid #fad289;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fefbef;
	line-height: 1.5em;
}
tr:first-of-type {
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
tr {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
tr:first-of-type > th {
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
tr:last-of-type > th {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
th {
	background: #e97322;
	padding: 0px 20px 0;
	width: 64px;
	color: #fdf6db;
}
tr th.only {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
td:nth-of-type(even) {
	border-right: none;
	border-bottom: 1px solid #fad289;
}
td:nth-of-type(odd) {
	width: 140px;
}
td {
	padding: 20px;
	border-right: 1px solid #fad289;
	border-bottom: 1px solid #fad289;
}
td:last-of-type {
	width: auto;
	padding: 20px;
	border-right: none;
	border-bottom: 1px solid #fad289;
}
.border-b-None {
	border-bottom: none!important;
}
.border-b-1px {
	border-bottom: 1px solid #fad289;
}
td.category {
	border-right: 1px solid #fad289;
	white-space: nowrap;
}
/*追加*/
.ly_linkInPage {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.bl_linkInPage_wrapper {
	padding-bottom: 2em;
}
.el_centerDef {
	text-align: center;
}
.el_centerDef > li {
	display: inline-block;
	font-size: 1.5rem;
	margin: 0 .5em 0 0;
	line-height: 1;
}
.el_centerDef > li:last-of-type {
	margin: 0;
}
.el_centerDef > li a {
	display: block;
	text-decoration: none;
	padding: .5em 1em;
	background: #e97322;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	color: #fff;
	-webkit-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.el_centerDef > li a:hover {
	opacity: .6;
}
.other_link {
	padding: 1em 0 0;
	display: block;
}
/*出張授業や研修募集*/
.ly_recruiting {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 2em auto;
}
.bl_recruiting_ttl {
	font-size: 1.5rem;
	background: #e97322;
	padding: .5em 1em;
	color: #fff;
	text-align: center;
}
.bl_recruiting_txt {
	padding: 1em;
	line-height: 1.7;
}
.page-des {
	padding: 20px 0;
	margin: 0 auto 30px auto;
	width: 100%;
	background: #fcecbe;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-des span a {
	display: inline-block;
	font-size: 16px;
	padding: 1em 2em;
	margin: 20px auto 10px;
	border: double #e97322;
	color: #e97322;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
}
.page-des span a:hover {
	opacity: .6;
}
