@charset "UTF-8";

/*--------------------------------------------------------------
none_recruit
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.none_recruit {
	margin: 0;
	padding: 100px 20px;
	text-align: center;
	font-size: 13px;
	background: #e3f4f4;
	box-sizing: border-box;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.none_recruit {
	text-align: center;
	font-size: 14px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.none_recruit {
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
}
	
}

/*--------------------------------------------------------------
table
--------------------------------------------------------------*/


/* Larger than mobile */
@media (min-width: 300px) {
	
table.doctor,
table.nurse {
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	font-size: 12px;
	table-layout: fixed;
}

table.doctor td,
table.nurse td {
	padding: 5px;
	border: 1px #c0c0c0 solid;
}


table.doctor tbody td.sec {
	width: 20%;
	background: url(img/table_bg.png);
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	font-weight: bold;
	color: #2e2623;
}

table.nurse tbody td.sec {
	width: 20%;
	background: url(img/table_bg2.png);
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	font-weight: bold;
	color: #2e2623;
}

table.doctor tbody td.sec2,
table.nurse tbody td.sec2 {
	background-color: #FFF;
	font-weight: bold;
	color: #2e2623;
}

table.doctor tbody td,
table.nurse tbody td {
	background-color: #fcfaf2;
}

.bs {
	margin-bottom: 20px;
	overflow: hidden;
}

.bs2 {
	margin-bottom: 10px;
	overflow: hidden;
}

}

/* Larger than phablet */
@media (min-width: 550px) {
	
table.doctor,
table.nurse {
	font-size: 13px;
}

table.doctor th,
table.nurse th,
table.doctor td,
table.nurse td {
	padding: 5px 8px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
table.doctor,
table.nurse {
	font-size: 14px;
}

table.doctor th,
table.nurse th,
table.doctor td,
table.nurse td {
	padding: 5px 10px;
}

.bs {
	margin-bottom: 50px;
	overflow: hidden;
}

.bs2 {
	margin-bottom: 20px;
	overflow: hidden;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
table.doctor,
table.nurse {
	max-width: 900px;
	margin: 0 auto 10px auto;
	font-size: 15px;
}

table.doctor th,
table.nurse th,
table.doctor td,
table.nurse td {
	padding: 10px 15px;
}

.bs {
	margin-bottom: 80px;
	overflow: hidden;
}

.bs2 {
	margin-bottom: 30px;
	overflow: hidden;
}
	
}

/*--------------------------------------------------------------
recruit_menu
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
ul.recruit_menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-top: #868686 5px solid;
	border-left: #868686 5px solid;
}

ul.recruit_menu li a {
	width: 50%;
	margin: 0;
	padding: 15px;
	display: block;
	border-bottom: #868686 5px solid;
	border-right: #868686 5px solid;
	box-sizing: border-box;
	float: left;
}

ul.recruit_menu .over {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #FFF;
	color: #1e96d2;
}
ul.recruit_menu .over:hover {
	background-color: #f0eb55;
}
ul.recruit_menu .over::before,
ul.recruit_menu .over::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
ul.recruit_menu .over,
ul.recruit_menu .over::before,
ul.recruit_menu .over::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

ul.recruit_menu dl {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.recruit_menu dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #1a1a1a;
}

ul.recruit_menu .fa-angle-right {
	margin: -10px 0 0 0 ;
	font-size: 20px;
	color: #1e96d2;
	position: absolute;
	top: 50%;
	right: 5px;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
ul.recruit_menu {
	list-style-type: none;
	overflow: hidden;
}
	
ul.recruit_menu li a {
	width: 50%;
	padding: 20px 15px 20px 15px;
	float: left;
	box-sizing: border-box;
}

ul.recruit_menu dd {
	font-size: 13px;
}

ul.recruit_menu .fa-angle-right {
	margin: -10px 0 0 0 ;
	font-size: 20px;
	top: 50%;
	right: 5px;
}

}

/* Larger than tablet */
@media (min-width: 750px) {
	
ul.recruit_menu {
	margin: 30px 0 0 0;
}
	
ul.recruit_menu li a {
	width: 50%;
	padding: 20px 15px 20px 15px;
	float: left;
	box-sizing: border-box;
}

ul.recruit_menu dd {
	font-size: 15px;
}

ul.recruit_menu .fa-angle-right {
	margin: -15px 0 0 0 ;
	font-size: 30px;
	top: 50%;
	right: 5px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
ul.recruit_menu {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-top: #868686 5px solid;
	border-left: #868686 5px solid;
	border-right: none;
}
	
ul.recruit_menu li a {
	width: 25%;
	padding: 20px 15px 20px 15px;
	float: left;
	box-sizing: border-box;
	border-right: #868686 5px solid;
}

ul.recruit_menu dd {
	font-size: 15px;
}

ul.recruit_menu .fa-angle-right {
	margin: -15px 0 0 0 ;
	font-size: 30px;
	top: 50%;
	right: 5px;
}
	
}

