@charset "utf-8";
/*------------------------------------------------

(C) International Budo University

career.css

------------------------------------------------*/

#career #mainImg {
	background: url(/career/img/mainimg.jpg) center bottom no-repeat;
	background-size: cover;
}


/*------------------------------------------------
資格取得案内
------------------------------------------------*/
.license #main .box .center {
	text-align: center;
}
.license #main .box .right {
	text-align: right;
}
.license #main .box .bold {
	font-weight: bold;
}
.license #main .box table.status {
	border-collapse: collapse;
	border: 2px solid #CDCCCC;
}
.license #main .box table.status th {
	border-bottom: 2px solid #CDCCCC;
}
.license #main .box table.status th.rthick {
	border-right: 2px solid #CDCCCC;
}
.license #main .box table.status td {
	border: 1px solid #CDCCCC;
}
.license #main .box table.status td.thick {
	border-bottom: 2px solid #CDCCCC;
}
.license #main .box table.status td.rthick {
	border-right: 2px solid #CDCCCC;
}
.license #main .box table.status td.double {
	border-bottom: 4px double #CDCCCC;
}
.license #main .box .num {
	padding-left: 1.5em;
	position:relative;
	margin: 10px 0;
}
.license #main .box p {
	margin: 0 0 15px 0;
}
.license #main .box ul li {
	padding-left: 1.5em;
	position:relative;
	line-height: 1.6em;
}
.license #main .box ul li span {
	font-weight: bold;
}
.license #main .box ul li:before {
	content: "?";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box p.title{
	display: inline-block;
	padding: 5px 15px;
	background-color: #f1f0ed;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.license #main .box .num1:before {
	content: "①";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num2:before {
	content: "②";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num3:before {
	content: "③";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num4:before {
	content: "④";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num5:before {
	content: "⑤";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num6:before {
	content: "⑥";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num7:before {
	content: "⑦";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num8:before {
	content: "⑧";
	position: absolute;
	left: 0;
	top: 0;	
}
.license #main .box .num9:before {
	content: "⑨";
	position: absolute;
	left: 0;
	top: 0;	
}

/*------------------------------------------------
求人お申し込みのお願い
------------------------------------------------*/
.career #main .box .prof {
	width: 100%;
}
.career #main .box .prof img {
	margin: 0 30px 30px 0;
	width: 100px;
	float: left;
}
.career #main .box .prof p {
	width: 610px;
	float: left;
}


/*------------------------------------------------
武大NAVI
------------------------------------------------*/
.career #main .box ul.login {
	padding: 10px 0 40px 0;
	width: 100%;
}
.career #main .box ul.login li {
	margin: 0 1%;
	width: 48%;
	float: left;
}
.career #main .box ul.login li:last-child {
	float: right;
}
.career #main .box ul.login li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 5px;
	font-size: 1.4em;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	background: url(/common/img/arrow_next.png) 97% center no-repeat;
	background-size: 30px 30px;
	border-bottom: 3px solid #ddd;
	display: block;
}
.career #main .box ul.login li:first-child a {
	background-color: #00afcb;
}
.career #main .box ul.login li:last-child a {
	background-color: #0057a6;
}
.career #main .box ul.login li a:hover {
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}





@media screen and (max-width: 768px) {
/*------------------------------------------------
求人お申し込みのお願い
------------------------------------------------*/
	.career #main .box .prof img {
		margin: 0 3% 3% 0;
		width: 17%;
	}
	.career #main .box .prof p {
		width: 80%;
	}


/*------------------------------------------------
武大NAVI
------------------------------------------------*/
	.career #main .box ul.login li a {
		font-size: 16px;
	}
	.career #main .box ul.login li a:hover {
		-moz-opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
}





@media screen and (max-width: 640px) {
/*------------------------------------------------
求人お申し込みのお願い
------------------------------------------------*/
	.career #main .box .prof {
		text-align: center;
	}
	.career #main .box .prof img {
		margin: 0 0 10px 0;
		width: 40%;
		float: none;
	}
	.career #main .box .prof p {
		width: 100%;
		text-align: left;
		float: none;
	}


/*------------------------------------------------
武大NAVI
------------------------------------------------*/
	.career #main .box ul.login {
		padding: 10px 0 20px 0;
	}
	.career #main .box ul.login li {
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
	}
	.career #main .box ul.login li:last-child {
		float: none;
	}
}
