@charset "utf-8";
/* CSS Document */

h2.worksTitle{
	padding	:	3px 0px 6px 10px;
	border-left	:	8px solid #0792CE;
	border-bottom	:	1px solid #0792CE;
	margin	:	0px 0px 10px 0px;
	color	:	#073F62;
	font-size	:	18px;
	font-weight	:	bold;
}


.contBox{
	margin								:	20px 0px 80px 0px;
}
.contBox p.alllink{
	padding								:	35px 0px 0px 0px;
}
.contBox p.alllink a{
	background-color			:	#96cfe8;
}
.contBox p.alllink a:hover{
	background-color			:	#0590cc;
}

.jigyoDetail{
	padding								:	10px 0px 25px 0px;
	margin								:	0px 0px 30px 0px;
	border-bottom					:	1px dashed #65aa49;
}
.jigyoDetail p.alllink{
	padding								:	10px 0px 0px 0px;
}
.jigyoDetail p{
	color									:	#555;
	font-size							:	15px;
	font-weight						:	bold;
	line-height						:	160%;
}
.jigyoCont{
	padding								:	0px 0px 30px 0px;
	margin								:	0px 0px 30px 0px;
	border-bottom					:	1px solid #efefef;
}
.jigyoCont .boxLeft{
	width									:	150px;
}
.jigyoCont .boxLeft img{
	width									:	146px;
	padding								:	2px;
	border								:	1px solid #efefef;
}
.jigyoCont .boxRight{
	width									:	550px;
}
.jigyoCont .boxRight h5{
	width									:	auto;
	line-height						:	100%;
	padding								:	3px 0px 3px 0px;
	margin								:	0px 0px 5px 0px;
	font-size							:	18px;
	color									:	#0792ce;
}
.jigyoCont .boxRight h5.noLink{
	padding								:	3px 0px 3px 15px;
	background-image			:	url("../images/work/arrow.png");
	background-repeat			:	no-repeat;
	background-position		:	0px center;
}
.jigyoCont .boxRight h5 a{
	line-height						:	100%;
	padding								:	0px 0px 0px 15px;
	margin								:	0px 0px 15px 0px;
	color									:	#0792ce;
	background-image			:	url("../images/work/arrow.png");
	background-repeat			:	no-repeat;
	background-position		:	0px center;
}
.jigyoCont .boxRight h5 a:hover{
	color									:	#0672a0;
}
.jigyoCont .boxRight p{
	color									:	#333;
	font-size							:	13px;
}
.contBox .jigyoCont .alllink{
	padding								:	15px 0px 0px 0px;
}




