@charset "utf-8";

/*
	NEWS
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/_news/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	COMMON
*/
#date{
	margin-bottom: 20px;
	font-weight: bold;
}
/*
	TOP
*/
/*#news dl{
	padding: 10px 0;
	background: url(/common/images/bg_doted01.gif) repeat-x left bottom;
}
#news dl dt{
	width: 170px;
	float: left;
}
#news dl dd{
	padding: 0 10px 0 180px;
}*/

#pageNation{
	text-align: center;
}
#pageNation li{
	display: inline-block;
}
#pageNation li#next{
	padding-left: 8px;
	border-left: #000 solid 1px;
}
#pageNation li#next a{
	padding-right: 18px;
	background: url(/common/images/arrow01.gif) no-repeat right center;
}
#pageNation li#prev{
}
#pageNation li#prev a{
	padding-left: 18px;
	padding-right: 8px;
	background: url(/common/images/arrow05.gif) no-repeat left center;
}
#pageNation li.noborder{
	border-left: none !important;
}

/*
	ARCHIVE
*/
#archive dl{
	padding: 10px 0;
	background: url(/common/images/bg_doted01.gif) repeat-x left bottom;
}
#archive dl dt{
	width: 170px;
	float: left;
	text-align: right;
}
#archive dl dt .txtTag{
	display:inline-block;
	/zoom:1;
	/display:inline;
	min-width:6em;
	text-align:center;
}
#archive dl dt .txtTag span{
	color:#fff;
	display:block;
	font-weight:bold;
	text-align:center;
	border-radius:2px;
	margin:0 3px 0 5px;
	padding:1px 0;
	text-shadow:1px 0px 1px #666;
}
#archive dl dt .txtTag span.tag_corp{
	background:#f99494;
}
#archive dl dt .txtTag span.tag_service{
	background:#91c032;
}
#archive dl dt .txtTag span.tag_estate{
	background:#9a8065;
}
#archive dl dt .txtTag span.tag_recruit{
	background:#4fa4f7;
}
#archive dl dt .txtTag span.tag_quality{
	background:#929af8;
}
#archive dl dd{
	padding: 0 10px 0 180px;
}
#archive dl dt img{
	padding-left: 5px;
    vertical-align: middle;
}

/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
}