@CHARSET "UTF-8";

/* 教室検索 冨田*/
.freetxt table.schoolSearch {
	border: none;
}

.widget.widget-local-navi label>*:FIRST-CHILD {
	width: auto;
}

table.schoolSearch>thead tr:FIRST-CHILD, table.schoolSearch>thead>tr:FIRST-CHILD th
	{
	background: none;
	padding: 0px;
	border-right: none;
	border-bottom: none;
}

table.schoolSearch>thead tr:FIRST-CHILD {
	cursor: pointer;
}

table.schoolSearch>thead tr:FIRST-CHILD th>div {
	float: right;
	width: 100%;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 3px;
	background-image: none;
}

table.schoolSearch>thead tr:FIRST-CHILD th>div.open {
	background-image: none;
}
table.schoolSearch>thead tr:nth-child(2) th:net-child(1){
	border-left:1px solid #999;
}
table.schoolSearch>thead tr:FIRST-CHILD th>div.open:before {
	float: right;
	content: "閉じる";
	display: block;
	text-decoration: none;
	text-align: center;
	width: 76px;
	height: 20px;
	padding: 2px 4px 2px 4px;
	border-radius: 3px;
	color: #333;
	background-image: none;
}

table.schoolSearch>thead tr:FIRST-CHILD th>div:before {
	float: right;
	content: "詳細 Click";
	display: block;
	text-decoration: none;
	text-align: center;
	width: 76px;
	height: 20px;
	padding: 2px 4px 2px 4px;
	border-radius: 3px;
	color: #FFF;
}

table.schoolSearch>thead tr:FIRST-CHILD th>div:after {
	clear: both;
}

table.schoolSearch>thead tr:FIRST-CHILD th>div:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity=60)";
}

table.schoolSearch>thead:only-of-type tr:FIRST-CHILD {
	cursor: initial;
}

table.schoolSearch>thead:only-of-type tr:FIRST-CHILD th>div.open:before {
	float: initial;
	content: initial;
	display: initial;
	text-decoration: initial;
	text-align: initial;
	width: initial;
	height: initial;
	padding: initial;
	background: initial;
	border: initial;
	border-radius: initial;
	color: initial;
	background-image: none;
}

table.schoolSearch>thead:only-of-type tr:FIRST-CHILD th>div:before {
	float: initial;
	content: initial;
	display: initial;
	text-decoration: initial;
	text-align: initial;
	width: initial;
	height: initial;
	padding: initial;
	background: initial;
	border: initial;
	border-radius: initial;
	color: initial;
}

table.schoolSearch>thead:only-of-type tr:FIRST-CHILD th>div:after {
	clear: initial;
}

table.schoolSearch>thead:only-of-type tr:FIRST-CHILD th>div:hover {
	opacity: initial;
	filter: initial;
	-ms-filter: initial;
}

table.schoolSearch>thead th>div {
	margin-top: 5px;
}

table.schoolSearch>thead:FIRST-CHILD th>div {
	margin-top: 0px;
}

table.schoolSearch>thead tr:nth-child(2) th {
	border-top: 1px solid #999;
}

table.schoolSearch>tbody>tr>td:FIRST-CHILD, table.schoolSearch>tbody>tr>tr:nth-child(2) th:FIRST-CHILD
	{
	border-left: 1px solid #999;
}

table.schoolSearch a.viewButton {
	border-radius: 3px;
	display: block;
	text-decoration: none;
	width: 74px;
	height: 28px;
	border-radius: 3px;
	background-repeat: no-repeat;
}



table.schoolSearch a.viewButton:before {
	content: "詳細 Click";
	padding: 2px 4px 2px 4px;
	position: relative;
	top: 5px;
	color: #FFF;
}

a.viewButton:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity=60)";
}

table.schoolSearch .viewDitail a.viewButton {
	display: block;
	text-decoration: none;
	width: 74px;
	height: 28px;
	border-radius: 3px;
	background-repeat: no-repeat;
}

table.schoolSearch .viewDitail a.viewButton:before {
	content: "閉じる";
	padding: 2px 4px 2px 4px;
	position: relative;
	top: 5px;
	left: 13px;
	color: #61380B;
	text-align: center;
}

.schoolSearch table.schoolDitail {
	margin: 0px;
}

.widget.widget-local-navi label, .widget.widget-local-navi form>span>span
	{
	display: block;
	font-size: 120%;
	margin: 0px 8px 5px;
	text-align: left;
}

.widget.widget-local-navi form {
	text-align: center;
}

.widget.widget-local-navi form>*>*:FIRST-CHILD {
	width: 36%;
	display: inline-block;
}

.widget.widget-local-navi label select {
	width: 60%;
}

.widget.widget-local-navi span label {
	display: inline-block;
	margin: 0px 7px;
}

.widget.widget-local-navi form span {
	text-align: left;
	display: block;
}

.widget.widget-local-navi form label input[type='checkbox'] {
	width: auto;
}

/***  added by matsuo 20160307*/
.schoolSearch h2 {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	text-align: center;
	color: #333;
}

.category1 span:nth-child(1), .category2 span:nth-child(1) {
	font-size: 85%;
}

.schoolSearch form input {
	font-size: 140%;
	margin: 3px;
}

.kakosearch label {
	width: 100%;
}

label.youbi label input {
	margin: 2px;
}
table.schoolSearch td:nth-child(4) {
	width:75px;
}
/*!
 * smart phone START
 * ---------------------------------------------
 */
@media only screen and (max-width: 723px) {
	.widget.widget-local-navi label, .widget.widget-local-navi form>span>span
		{
		font-size: 100%;
	}
}