﻿@charset "utf-8";

/*
	Description: service/index.html style
	Update: 2010/06/10-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/


#contents {
	padding-bottom: 50px;
}

#contents h2 {
	padding-top: 3px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_service.png ) no-repeat right 65%;
}


/*-------------------------------------------------------------
  lead
---------------------------------------------------------------*/

#contents .lead {
	margin-bottom: 26px;
}

#contents .lead-2 {
	margin-bottom: 32px;
}
#contents .lead-2 p {
	font-size: 90%;
	line-height: 1.4em;
}


/*-------------------------------------------------------------
  service_list
---------------------------------------------------------------*/

#service_list {
	position: relative;
	width: 778px;
	height: 331px;
	margin: 0 auto;
}

/* element */
#service_list .service_element {
	position: absolute;
	top: 0px;
	width: 230px;
	height: 330px;
}
#service_list .service-web {
	left: 0px;
}
#service_list .service-netshop {
	left: 274px;
}
#service_list .service-system {
	left: 548px;
}

/* box */
#service_list .service_element .box {
	position: relative;
	width: 228px;
	height: 328px;
	border: #000000 1px dotted;
}
#service_list .service_element .reverse {
	border: #000000 1px solid;
}

#service_list .service_element .box .data {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 228px;
	height: 328px;
	margin-left: -114px;
	margin-top: -164px;
}

/* h */
#service_list .service_element .box .data h3 {
	position: relative;
	width: 229px;
	height: 0px;
	padding-top: 130px;
	overflow: hidden;
	margin: 0 auto 30px;
	line-height: 1.3em;
}

#service_list .service-web .box .data h3 {
	background: transparent url( ../images/bg_service_web.png ) no-repeat center bottom;
}
#service_list .service-web .reverse .data h3 {
	background: transparent url( ../images/bg_service_web_reverse.png ) no-repeat center bottom;
}

#service_list .service-netshop .box .data h3 {
	background: transparent url( ../images/bg_service_netshop.png ) no-repeat center bottom;
}
#service_list .service-netshop .reverse .data h3 {
	background: transparent url( ../images/bg_service_netshop_reverse.png ) no-repeat center bottom;
}

#service_list .service-system .box .data h3 {
	background: transparent url( ../images/bg_service_system.png ) no-repeat center bottom;
}
#service_list .service-system .reverse .data h3 {
	background: transparent url( ../images/bg_service_system_reverse.png ) no-repeat center bottom;
}

/* h number */
#service_list .service_element .box .data h3 span {
	position: absolute;
	left: 3px;
	top: 3px;
	display: block;
	width: 33px;
	height: 0px;
	padding-top: 33px;
	overflow: hidden;
}

#service_list .service-web .box .data h3 span {
	background: transparent url( ../images/service_num_1.png ) no-repeat left top;
}
#service_list .service-web .reverse .data h3 span {
	background: transparent url( ../images/service_num_1_reverse.png ) no-repeat left top;
}

#service_list .service-netshop .box .data h3 span {
	background: transparent url( ../images/service_num_2.png ) no-repeat left top;
}
#service_list .service-netshop .reverse .data h3 span {
	background: transparent url( ../images/service_num_2_reverse.png ) no-repeat left top;
}

#service_list .service-system .box .data h3 span {
	background: transparent url( ../images/service_num_3.png ) no-repeat left top;
}
#service_list .service-system .reverse .data h3 span {
	background: transparent url( ../images/service_num_3_reverse.png ) no-repeat left top;
}

/* text */
#service_list .service_element .box .data .text {
	width: 204px;
	margin: 0 auto;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*FF*/
	opacity: 0.5;
}
#service_list .service_element .reverse .data .text {
	filter: alpha(opacity=100); /*IE*/
	-moz-opacity: 1.0; /*FF*/
	opacity: 1.0;
}
#service_list .service_element .box .data .text p {
	color: #1F1F1F;
	font-size: 85%;
	line-height: 1.35em;
}
#service_list .service_element .reverse .data .text p {
	color: #FFFFFF;
}


/* link */
#service_list .service_element .box .link {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#service_list .service_element .box .link a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url( ../../common/images/spacer.gif ) repeat;
	line-height: 1.3em;
}
#service_list .service_element .box .link a span {
	position: absolute;
	left: 50%;
	top: 50%;
	/*
	left: 10px;
	bottom: 9px;
	*/
	display: block;
	width: 211px;
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	background: transparent url( ../images/service_detail_off.gif ) no-repeat left top;
	margin-left: -106px;
	margin-top: 116px;
}
#service_list .service_element .reverse .link a span {
	background: transparent url( ../images/service_detail_on.gif ) no-repeat left top;
}

