@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */


/* メイン */


.workcommonList li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 10px;
	font-size:11px;
	border-bottom: dotted 1px #DDD;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}

.workcommonList li a {
	padding:0 0 0 12px;
	/*background-image:url(/shared/img/ic_arrow04.gif);*/
	background-image: url(/shared/img/ic_arrow04.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-position: left 0.25em;
	color: #666 !important;
}

.workcommonList li a.noarrow {
	padding:0 0 0 0px;
	background-image:none;
	background-repeat:no-repeat;
	background-position: left 0.25em;
	color: #666 !important;
}

.workcommonList li a span {
	padding-left: 10px;
	padding-right: 15px;
	font-size: 12px;
	font-weight:normal;
	color: #0070c0 !important;
	
}

.workcommonList p.info {
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
	font-size:11px;
	width: 580px;
	color: #666 !important;
}

.workcommonList img {
	margin: 10px 0px 0px 10px;
}

