@charset "utf-8";

#tab{
	margin-bottom	:	60px;
}


/* workTab */
/*----------------------------------------------------------*/
.workTabNavArea{
	margin-bottom	:	50px;
}
.workTabNavArea ul{
	width	:	100%;
}
.workTabNavArea li{
	width	:	120px;
	margin-left	:	15px;
	display	:	inline-block;
}
.workTabNavArea li:first-child{
	margin-left	:	0px;
}
.workTabNavArea li .workTabNavLinks{
	padding	:	8px;
	display	:	block;
	background-color	:	#38B4E5;
	color	:	#fff;
	text-align	:	center;
}
.workTabNavArea li .workTabNavLinks.active{
	background-color	:	#0A7CB5;
}
.workTabNavArea li .workTabNavLinks:hover{
	background-color	:	#0A7CB5;
}


.workTabTitle{
	line-height	:	100%;
	padding	:	0.5em 0.5em 0.5em 2.0em;
	margin-top	:	15px;
	margin-bottom	:	15px;
	position	:	relative;
	border-bottom	:	2px solid #0A7CB5;
	font-size	:	1.143em;
	font-weight	:	bold;
}
.workTabTitle:before{
	content	:	"□";
	font-size	:	160%;
	position	:	absolute;
	color	:	#72C2EA;
	top	:	-0.3em;
	left	:	0.3em;
	height	:	12px;
	width	:	12px;
}
.workTabTitle:after{
	content	:	"□";
	font-size	:	160%;
	position	:	absolute;
	color	:	#0A7CB5;
	top	:	0;
	left	:	0;
	height	:	12px;
	width	:	12px;
}
