﻿@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: 18px; */
	margin-top: -3px;
	padding-top: 17px;
	padding-bottom: 12px;
	background: transparent url( ../images/h2_icon_portfolio.png ) no-repeat right top;
}
*:first-child+html #contents h2 {
	padding-bottom: 13px;
}


/*-------------------------------------------------------------
  portfolio_detail
---------------------------------------------------------------*/

#portfolio_detail {
	position: relative;
	margin-bottom: 40px;
}

#portfolio_detail .clearfix .left {
	width: 295px;
}

#portfolio_detail .clearfix .right {
	width: 637px;
}

/* lead */
#portfolio_detail .portfolio_lead {
	margin-bottom: 40px;
}

#portfolio_detail .portfolio_lead p {
	font-size: 115%;
	font-weight: bold;
	line-height: 1.4em;
}

/* info */
#portfolio_detail .info {
	margin-bottom: 10px;
}

#portfolio_detail .info table tbody th,
#portfolio_detail .info table tbody td {
	padding-bottom: 2px;
}

#portfolio_detail .info table tbody th {
	padding-top: 2px;
	padding-right: 6px;
}
#portfolio_detail .info table tbody th span {
	display: block;
	width: 55px;
	height: 0px;
	padding-top: 18px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.3em;
}
#portfolio_detail .info table tbody th span.client {
	background-image: url( ../images/label_client.gif );
}
#portfolio_detail .info table tbody th span.business {
	background-image: url( ../images/label_business.gif );
}
#portfolio_detail .info table tbody th span.url {
	background-image: url( ../images/label_url.gif );
}

#portfolio_detail .info table tbody td {
	font-size: 90%;
	line-height: 1.6em;
}

#portfolio_detail .info table tbody td a {
	display: inline;
	padding-bottom: 1px;
	color: #0099CC;
	background: transparent url( ../../common/images/bg_link_line_off.gif ) repeat-x left bottom;
}
#portfolio_detail .info table tbody td a:hover {
	color: #00C4FF;
	background: transparent url( ../../common/images/bg_link_line_on.gif ) repeat-x left bottom;
}

/* text */
#portfolio_detail .text p {
	font-size: 75%;
	line-height: 1.6em;
}

/**
 * image_list
 */
#image_list {
	position: relative;
	width: 623px;
	height: 440px;
	overflow: hidden;
	padding: 2px;
	border: #000000 5px solid;
	margin-bottom: 10px;
}

#image_list .view {
	position: relative;
	width: 623px;
	height: 440px;
}

#image_list .view .image {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none; /* show on js */
}

/* prev/next */
#image_list .prev,
#image_list .netxt {
	position: absolute;
	top: 0px;
	display: block;
	width: 50%;
	height: 100%;
}
#image_list .prev {
	left: 0px;
}
#image_list .next {
	right: 0px;
}

#image_list .prev a,
#image_list .next a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url( ../../common/images/spacer.gif ) repeat;
}

#image_list .prev a span,
#image_list .next a span {
	position: absolute;
	top: 50%;
	display: none; /* show on js */
	width: 33px;
	height: 0px;
	padding-top: 55px;
	margin-top: -28px;
	overflow: hidden;
}
#image_list .prev a span {
	left: 10px;
	background: transparent url( ../images/bg_image_prev.png ) no-repeat left top;
}
#image_list .next a span {
	right: 10px;
	background: transparent url( ../images/bg_image_next.png ) no-repeat left top;
}

/* next */
#image_list .next {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 50%;
	height: 100%;
}

/* image alt */
#image_alt {
	padding: 12px 14px;
	background: transparent url( ../images/bg_image_alt.png ) repeat;
	margin-bottom: 8px;
}

#image_alt p {
	font-size: 70%;
}
* html #image_alt p {
	font-size: 12px;
	line-height: 1.2em;
}
*:first-child+html #image_alt p {
	font-size: 12px;
	line-height: 1.2em;
}

/* service */
#service_link {
	position: relative;
	min-height: 26px;
	padding: 3px 3px 3px 120px;
	border: #A6A6A6 1px solid;
}

#service_link h3 {
	position: absolute;
	left: 3px;
	top: 3px;
	display: block;
	width: 110px;
	height: 0px;
	padding-top: 26px;
	overflow: hidden;
	background: transparent url( ../images/label_service.gif ) no-repeat left top;
}

#service_link .list ul {
	display: block;
	padding-top: 5px;
	font-size: 75%;
	line-height: 1.2em;
}
#service_link .list ul li {
	display: inline-block;
	padding: 0px 7px 0px 9px;
	background: transparent url( ../../common/images/bg_dottedy_alpha_50.png ) repeat-y left top;
}
#service_link .list ul li.first {
	background-image: none;
}
* html #service_link .list ul li {
	display: inline;
}
*:first-child+html #service_link .list ul li {
	display: inline;
}

#service_link .list ul li a {
	color: #0099CC;
}
#service_link .list ul li a:hover {
	color: #00C4FF;
	text-decoration: underline;
}


/**
 * thumb_list
 */
#thumb_list {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 295px;
	height: 48px;
	overflow: hidden;
}
#thumb_list ul {
	width: 304px;
}
#thumb_list ul li {
	float: left;
	width: 65px;
	margin-right: 11px;
}

#thumb_list ul li a {
	display: block;
	width: 61px;
	height: 44px;
	padding: 1px;
	border: #000000 1px dotted;
}
#thumb_list ul li a.selected,
#thumb_list ul li a:hover {
	border: #000000 1px solid;
}



/*-------------------------------------------------------------
  flow_list
---------------------------------------------------------------*/

#flow_list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 28px;
}

#flow_list .clearfix {
	width: 966px;
}

#flow_list .flow_element {
	position: relative;
	float: left;
	width: 274px;
	height: 166px;
	padding: 18px 18px 220px;
	border: #000000 1px dotted;
	margin-right: 10px;
}

#flow_list .flow_element h3 {
	position: relative;
	display: block;
	padding: 2px 0px 0px 30px;
	min-height: 23px;
	margin-bottom: 10px;
}
#flow_list .flow_element h3 span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 25px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	line-height: 1.3em;
}
#flow_list .flow_element h3 .no-1 {
	background-image: url( ../../common/images/num_list_1.png );
}
#flow_list .flow_element h3 .no-2 {
	background-image: url( ../../common/images/num_list_2.png );
}
#flow_list .flow_element h3 .no-3 {
	background-image: url( ../../common/images/num_list_3.png );
}

#flow_list .flow_element .text p {
	font-size: 80%;
	line-height: 1.35em;
}

#flow_list .flow_element .image {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#flow_list .flow_element .image p {
	display: block;
	width: 263px;
	height: 177px;
	padding: 2px;
	border: #000000 1px dotted;
}



/*-------------------------------------------------------------
  portfolio_back
---------------------------------------------------------------*/

#portfolio_back {
	margin-bottom: 30px;
}

#portfolio_back .link {
	display: block;
	width: 90px;
	margin: 0 auto;
}


