@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : reports.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

body#index ul.localNavi:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body#index ul.localNavi {
	display: inline-block;
}
* html body#index ul.localNavi {
	height: 1%;
}
body#index ul.localNavi {
	display: block;
}


/* ********************************************************************************
 * ■建設現場のレポート：トップ
 * file path : /reports/index.html
 * body id name : body#index
 * ******************************************************************************** */

/* h1#pageTitle */
body#index h1#pageTitle {
	margin-bottom: 13px;
}
/* p.lead */
body#index p.lead {
	margin-bottom: 20px;
	line-height: 1.6;
}

/* ul.localNavi
 * -------------------------------------------------------------------------------- */
body#index ul.localNavi {
	width: 880px;
	margin-left: -30px;
}
body#index ul.localNavi li {
	position: relative;
	display: inline;
	float: left;
	width: 264px;
	margin: 0 0 20px 29px;
	padding-bottom: 70px;
	background: url(../assets/images/line_1.gif) 0 100% repeat-x; 
}
/* ul.last li */
body#index ul.last li {
	background: none !important; 
}
/* p.thumbnail */
body#index ul.localNavi li p.thumbnail {
	float: left;
	margin-right: 13px;
}
body#index ul.localNavi li p.thumbnail img {
	padding: 8px 8px 9px 7px;
	background: url(../assets/images/bg_frame_143x120.gif) 0 0 no-repeat;
}
/* p.reporter */
body#index ul.localNavi li p.reporter {
	float: left;
	line-height: 1.5;
}
body#index ul.localNavi li p.reporter img {
	padding: 7px 7px 8px 7px;
	background: url(../assets/images/bg_frame_59x59.gif) 0 0 no-repeat;
}
/* dl */
body#index ul.localNavi li dl {
	margin-top: 10px;
}
body#index ul.localNavi li dl dt {
	margin-bottom: 5px;
}
body#index ul.localNavi li dl dd {
	line-height: 1.6;
}
body#index ul.localNavi li dl dd img {
	padding: 4px 0 3px;
}
/* p.link-viewBlog */
body#index ul.localNavi li p.link-viewBlog {
	position:absolute; bottom:22px; left:0;
}
body#index ul.localNavi li p.link-viewBlog a {
	display: block;
	width: 114px;
	height: 42px;
	background: url(images/link_blog.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
body#index ul.localNavi li p.link-viewBlog a:hover {
	background-position: 0 100%;
}
