@charset "UTF-8";

/* ***************************************************
* CSS file For futae.artis-works.com
	FileName: works.css
■目次 ==========================================
■[00]:実績紹介
**************************************************** */

/*-----------------------------------------------------------
■[00]:実績紹介
------------------------------------------------------------*/
div.WorksBox{
	width: 250px;
	background: url(/img/works/bg.gif) no-repeat bottom;
	margin-top : 15px;
}

div.WorksBox p.title{
	background: url(/img/works/bg_title.gif) no-repeat;
	padding-left: 25px;
	line-height: 36px;
	font-weight: bold;
	color: #af4c4c;
}

div.WorksBox div.PhotoBox{
	padding-left: 10px;
	float: left;
	height: 90px;
}

div.WorksBox div.PhotoBox p.photo{
	float: left;
	text-align: center;
	width: 105px;
}

div.WorksBox div.PhotoBox p.photo span{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

div.WorksBox div.PhotoBox p.arrow{
	float: left;
	padding-top: 30px;
}

div.WorksBox p.text{
	padding: 5px 15px 15px 15px;
	clear:both;
}





