﻿@charset "utf-8";

/*
	Description: portfolio/ style
	Update: 2010/06/22-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/


/*-------------------------------------------------------------
  contents
---------------------------------------------------------------*/

#contents h2 {
	position: relative;
	padding-top: 3px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_portfolio.png ) no-repeat right top;
}
*:first-child+html #contents h2 {
	padding-bottom: 17px;
}

#contents h2 span {
	position: absolute;
	right: 86px;
	top: 22px;
	display: block;
	white-space: nowrap;
	font-size: 45%;
	line-height: 1em;
}
* html #contents h2 span {
	font-size: 12px;
}
*:first-child+html #contents h2 span {
	font-size: 12px;
}


/*-------------------------------------------------------------
  result_list
---------------------------------------------------------------*/

#result_list {
	width: 978px;
	padding-bottom: 40px;
	border-bottom: #000000 2px solid;
}

#result_list .result_element {
	float: left;
	position: relative;
	width: 288px;
	/* height: 143px; */
	height: 160px;
	padding: 224px 9px 0px;
	border: #000000 1px dotted;
	margin: 0px 18px 20px 0px;
}

#result_list .result_element h3 {
	margin-bottom: 8px;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.2em;
}
#result_list .result_element h3 a:hover {
	text-decoration: underline;
}

#result_list .result_element .image {
	position: absolute;
	left: 10px;
	top: 10px;
}
#result_list .result_element .image a:hover img {
	filter: alpha(opacity=40); /*IE*/
	-moz-opacity: 0.4; /*FF*/
	opacity: 0.4;
}

#result_list .result_element .date {
	float: left;
	width: 93px;
	padding: 10px 0px 0px 2px;
	font-size: 75%;
	
}

#result_list .result_element .category_list {
	float: right;
	display: block;
	width: 190px;
	height: 38px;
}
* html #result_list .result_element .category_list {
	height: 34px;
}
*:first-child+html #result_list .result_element .category_list {
	height: 34px;
}

#result_list .result_element .category_list ul li {
	float: left;
	display: block;
	width: 60px;
	height: 15px;
	margin-left: 3px;
	margin-bottom: 3px;
}
* html #result_list .result_element .category_list ul li {
	font-size: 1px;
	line-height: 1px;
}
*:first-child+html #result_list .result_element .category_list ul li {
	font-size: 1px;
	line-height: 1px;
}

#result_list .result_element .text {
	clear: both;
	margin-bottom: 6px;
}
#result_list .result_element .text p {
	font-size: 80%;
	line-height: 1.45em;
}

#result_list .result_element .link {
	width: 55px;
	height: 23px;
	margin-left: auto;
}


/* page navi */
.pageNavi {
	margin-bottom: 50px;
	position: relative;
}
.pageNavi ul {
	width: 100%;
	margin: 0px auto;
}
.pageNavi ul li {
	margin-right: 3px;
	font-size: 10px;
	float: left;
}
.pageNavi ul li a {
	padding: 5px 14px 5px 14px;
	background: url("../images/bg_pageNavi.gif") repeat;
	color: #fff;
	display: block;
}
.pageNavi ul li span {
	padding: 4px 13px 4px 13px;
	border: 1px solid #000;
	background: #ffffff;
	color: #000;
	display: block;
}
/* /.page navi */

#relation {
	margin-top: 50px;
}

