#mechanicHeader {
	width: 900px;
	/*height: 210px;*/
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.mechanicBoxTxt{
	width: 880px;
	padding:10px;
	margin: 0 auto 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #ececec;
}

.str1{
	background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white),color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	background-size: 4px 4px;
}

.mechanicBoxTxt p{
	font-size: 14px;
	line-height: 2.0em;
}

.mechanicBox{
	width: 900px;
	margin: 0 auto 20px;
}

/* �^�u�؂�ւ�
-------------------------------------*/
.mechanicTabBox {
	border-bottom: 5px solid #757da5;
	margin-bottom:20px;
}

ul#tab {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
 border-spacing: 30px 0;
	text-align: center;
	width: 100%;
}

#tab li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	/*for IE7 */
	*display: inline;
	*zoom: 1;
	*width:400px;
	*padding:0 15px;
}

#tab li span {
	display: block;
	background-color: #9ccff9;
	border-top: 3px solid #abd8fc;
	border-right: 3px solid #abd8fc;
	border-left: 3px solid #abd8fc;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background-image: -moz-linear-gradient(top, #82c0f2, #abd8fc);
	background-image: -ms-linear-gradient(top, #82c0f2, #abd8fc);
	background-image: -webkit-linear-gradient(top, #82c0f2, #abd8fc);
	background-image: linear-gradient(top, #82c0f2, #abd8fc);
	background-clip: padding-box;		
	font-size: 20px;
	line-height:20px;
	*line-height:normal;/*for IE7 */
	font-weight:bold;
	padding:20px 0;
	color: #FFF;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	letter-spacing: 0.2em;
}

#tab li.select span {
	background-color: #505989;
	border-top: 3px solid #6c7396;
	border-right: 3px solid #6c7396;
	border-left: 3px solid #6c7396;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;	
	background-image: -moz-linear-gradient(top, #505989, #6c7396);
	background-image: -ms-linear-gradient(top, #505989, #6c7396);
	background-image: -webkit-linear-gradient(top, #505989, #6c7396);
	background-image: linear-gradient(top, #505989, #6c7396);
	background-clip: padding-box;
}

#tab li span:hover, #tab li span:focus {
	background-color: #505989;
	border-top: 3px solid #6c7396;
	border-right: 3px solid #6c7396;
	border-left: 3px solid #6c7396;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;	
	background-image: -moz-linear-gradient(top, #505989, #6c7396);
	background-image: -ms-linear-gradient(top, #505989, #6c7396);
	background-image: -webkit-linear-gradient(top, #505989, #6c7396);
	background-image: linear-gradient(top, #505989, #6c7396);
	background-clip: padding-box;
}

.content_wrap {
  clear: left;
}

.disnon {
  display: none;
}

/* �w�Z�ꗗ
-------------------------------------*/
.mechanicSchoolList {
	position: relative;
	width: 900px;
	
}

.mechanicSchoolList .schoolBox {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.schoolInfo {
	width: calc((100% - 40px)/3);
	margin-bottom:20px;
	border:1px solid #505989;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.mechanicSchoolList .schoolBox::before,
.mechanicSchoolList .schoolBox::after{
	content: "";
     display: block;
     width: calc((100% - 40px)/3);
     height: 0;
}
.mechanicSchoolList .schoolBox::before{
	order:1;
}

.schoolName {
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:#ececec;
	border:1px solid #FFF;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius:  7px 7px 0 0;
	-moz-border-radius:  7px 7px 0 0;
	padding: 10px;
	background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white),color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
	background-size: 4px 4px;
}

.schoolName p {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}

.schoolDetail {
	display: flex;
    flex-direction: column;
	padding:10px;
}

/*.schoolPic {
	width:80px;
	height:120px;
	margin-right:10px;
	float:left;
	margin-bottom: 10px;
}*/

.access{
	/*min-height: 40px;*/
	margin-bottom: 10px;
	/*padding-top: 10px;
	border-top:1px dotted #999;*/
}

.access li.address {
	background-image: url(/search_school/images/request_address.gif);
	background-repeat: no-repeat;
	color: #484848;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 5px;
	padding-left: 25px;
	min-height: 20px;
}

.access li.tel {
	background-image: url(/search_school/images/request_tel.gif);
	background-repeat: no-repeat;
	color: #484848;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 20px;
}

.course {
	margin-bottom: 10px;
	/* padding-top: 10px; */
	/* border-top:1px dotted #999; */
}

.course p {
	font-size:11px;
	color: #484848;
	min-height: calc(1.5em * 3);
    line-height: 1.5;
}

.schoolImg {
	margin-bottom:10px;
	text-align: center;
}
.schoolImg ul{
display: flex;
justify-content: center;
}
.schoolImg li {
	width: calc((100% - 10px)/2);
	margin:0 5px;
}

.schoolImg img {
	/* height:82px; */
	/* max-width:127px; */	
	object-fit: cover;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;';
    max-width: 100%;
    height:90px;
    /*margin-top: auto;*/
}

.schoolLink{
	display: flex;
justify-content: center;
margin-top: auto;
	margin-bottom:3px;
	text-align:center;
}

.schoolLink a.detail {
	width:50%;
	/*float: left;*/
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	color: #FFF!important;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: #49c654;
	box-shadow: 0 3px 0 #27ad35;
	border-radius: 3px;
	letter-spacing: 0.1em;
	margin-right: 10px;
}

.schoolLink a.pamph {
	width:50%;
	/*float: left;*/
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	color: #FFF!important;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: #f78c2e;
	box-shadow: 0 3px 0 #e56419;
	border-radius: 3px;
	letter-spacing: -0.1em;
}

.schoolLink a.detail:hover {
	background-color: #2db73b;
	box-shadow: 0 3px 0 #06a316;
}

.schoolLink a.pamph:hover {
	background-color: #f27324;
	box-shadow: 0 3px 0 #dd5602;
}

.mechanicLink {
	width: 900px;
	margin: 0 auto 30px;
}

.mechanicLink p{
	border-bottom:3px dashed #757da5;
	padding-bottom:15px;
	margin-bottom:15px;
}

.mechanicLink ul {
	width: 918px;
	overflow: hidden;
	position: relative;
}

.mechanicLink li {
	font-size: 16px;
	font-weight: bold;
	/*display: inline-table;*/
	display:inline-block;
	width:286px;
	margin:0 20px 20px 0;	
	float: left;
}

.mechanicLink li a{
	display: block;
	position: relative;
	padding: 20px 10px;
	color: #505989;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.5);*/
	text-align:center;
	letter-spacing: 0.1em;
 line-height: 1.5em;
}

.mechanicLink li a.study{
	background-color: #f7e6f3;
	border: 4px solid #f49bde;
}

.mechanicLink li a.shigoto{
	background-color: #f1e7fd;
	border: 4px solid #cfacf9;
}

.mechanicLink li a.license{
	background-color: #e3ecdf;
	border: 4px solid #9ddc87;
}

.mechanicLink li a.study:hover{
	background-color: #f49bde;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.mechanicLink li a.shigoto:hover{
	background-color: #cfacf9;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.mechanicLink li a.license:hover{
	background-color: #9ddc87;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.mechanicLink li a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #505989;
	border-right: solid 2px #505989;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.mechanicLink li a:hover::after {
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}