@charset "utf-8";

@import "/css/common.css";
@import "./detail.css";
@import "./all.css";
@import "./industry.css";
@import "./pickup.css";

/* ---------------------------------------------------------------- */

/* style */

/* ---------------------------------------------------------------- */
h1{
	color:#0069d1;
	line-height:1;
	font-size:30px;
}
/* clear hack */
h1{zoom:1;}
h1:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

h1 span{float:left;}
h1 img{float:left;}


/* IE hack */
* html h1 span{line-height:40px;}
*:first-child+html h1 span{line-height:40px;}

#g-web500 a{background:url('/common_img/header/global.gif') no-repeat -152px -48px;}


/* ---------------------------------------------------------------- */

/* index：最新実績 */

/* ---------------------------------------------------------------- */

/* read：リード文 */
/* ---------------------------------------------------------------- */
#read{margin:0 1em 3em;}

/* ---------------------------------------------------------------- */
/* list */
/* ---------------------------------------------------------------- */
/* リセット */
#list *{margin:0;padding:0;}
#list img{vertical-align:bottom;}

#list{margin:0 5px 4em;}
/* clear hack */
#list{zoom:1;}
#list:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#list dl{
	margin:0 0 3em;
	float:left;
	width:224px;
	text-align:center;
}

#list dt{
	margin:0 auto;
	padding:2px 0 0;
	width:182px;
	background:#efefef;
	font-size:11px;
	text-align:right;
}
#list dt img{border:1px solid #ccc;}

#list dd{
	margin:0 auto;
	padding:6px 0 6px;
	width:182px;
}

#list dd.name{
	line-height:1.2;
	color:#666;
}

#list dd a{
	padding:0 6px;
	display:block;
	color:#333;
}
#list dd a:hover{color:#0069d1;}

#list dd.more{
	margin:0 25px 0 auto;
	padding:0;
	width:90px;
	line-height:1.4;
	background:#0069d1;
	font-size:10px;
	text-align:center;
}
#list dd.more a{
	padding:2px 0 1px;
	display:block;
	color:#fff;
}
#list dd.more a:hover{
	color:#fff;
	background-color:#72ace6;
	text-decoration:none;
}

/* IE hack */
* html #list dd.more a{padding:0 0 1px;}
*:first-child+html #list dd.more a{padding:0 0 1px;}

#list br{clear:both;}

/* ---------------------------------------------------------------- */
