﻿@charset "utf-8";

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

/*-------------------------------------------------------------
  branding
---------------------------------------------------------------*/

#branding {
	position: relative;
	width: 958px;
	height: 388px;
	border: #CCCCCC 1px dotted;
	margin-bottom: 27px;
}

#branding_alt {
	position: relative;
	width: 958px;
	height: 388px;
	overflow: hidden;
}

#branding_navi {
	position: absolute;
	left: 614px;
	top: 344px;
	width: 330px;
	height: 30px;
	background-color: #000000;
}
#branding_navi h3 {
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	width: 112px;
	height: 0px;
	padding-top: 18px;
	overflow: hidden;
	background: transparent url( ../images/brand_navi_title.gif ) no-repeat left top;
}

#branding_navi ul {
	position: absolute;
	right: 6px;
	top: 9px;
	display: block;
	width: 200px;
	font-size: 10px;
	line-height: 10px;
}
#branding_navi ul li {
	display: block;
	width: 22px;
	height: 12px;
	float: left;
}

#branding_navi ul li a {
	display: block;
	width: 16px;
	height: 0px;
	padding-top: 12px;
	overflow: hidden;
	background-color: #7D7D7D;
}
#branding_navi ul li a.selected,
#branding_navi ul li a:hover {
	background-color: #FFFFFF;
}


/*-------------------------------------------------------------
  twitline
---------------------------------------------------------------*/

#twitline {
	position: relative;
	width: 960px;
	height: 35px;
	margin-bottom: 24px;
	background: transparent url( ../images/bg_twitline_r.png ) no-repeat right top;
}

#twitline h3 {
	display: block;
	width: 31px;
	height: 0px;
	padding-top: 35px;
	overflow: hidden;
	background: transparent url( ../images/bg_twitline_l.png ) no-repeat left top;
}

#twitline .followme {
	position: absolute;
	left: 38px;
	top: 5px;
}
#twitline .followme .button {
	display: block;
	width: 25px;
	height: 27px;
}

/**
 * timeline
 */
#twitline .timeline {
	position: absolute;
	left: 75px;
	top: 10px;
	width: 870px;
	height: 25px;
	overflow: hidden;
}
#twitline .timeline p {
	width: auto;
	line-height: 1.3em;
}
#twitline .timeline p a {
	overflow: visible;
	color: #333333;
}
#twitline .timeline p a:hover {
	color: #000000;
	text-decoration: underline;
}


/*-------------------------------------------------------------
  service
---------------------------------------------------------------*/

#contents .layout-1 {
	margin-bottom: 40px;
}

#service {
	width: 590px;
}

#service h3 {
	display: block;
	width: 305px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	background: transparent url( ../images/h3_index_service.png ) no-repeat left top;
	margin-bottom: 20px;
}

/**
 * service_list
 */
#service_list {
	position: relative;
	width: 590px;
	height: 344px;
}

/* element */
#service_list .service_element {
	position: absolute;
	width: 284px;
	height: 160px;
	cursor: pointer
}
#service_list .service-web {
	left: 0px;
	top: 0px;
}
#service_list .service-netshop {
	left: 306px;
	top: 0px;
}
#service_list .service-system {
	left: 0px;
	top: 182px;
}
#service_list .service-partner {
	left: 306px;
	top: 182px;
}

/* box */
#service_list .service_element .box {
	position: relative;
	width: 282px;
	height: 158px;
	border: #000000 1px dotted;
}
#service_list .service_element .reverse {
	background-color: #000000;
	border: #000000 1px solid;
}

/* data */
#service_list .service_element .box .data {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 282px;
	height: 158px;
	margin-left: -141px;
	margin-top: -79px;
}

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

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

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

#service_list .service-partner .box .data {
	background: transparent url( ../images/bg_service_data_partner.png ) no-repeat center center;
}
#service_list .service-partner .reverse .data {
	background: transparent url( ../images/bg_service_data_partner_reverse.png ) no-repeat center center;
}

/* h4 */
#service_list .service_element .box .data h4 {
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 14px auto 18px;
	line-height: 1.3em;
}

#service_list .service-web .box .data h4 {
	width: 169px;
	padding-top: 16px;
	background: transparent url( ../images/h4_index_service_web.png ) no-repeat left top;
}
#service_list .service-web .reverse .data h4 {
	background: transparent url( ../images/h4_index_service_web_reverse.png ) no-repeat left top;
}

#service_list .service-netshop .box .data h4 {
	width: 240px;
	padding-top: 16px;
	background: transparent url( ../images/h4_index_service_netshop.png ) no-repeat left top;
}
#service_list .service-netshop .reverse .data h4 {
	background: transparent url( ../images/h4_index_service_netshop_reverse.png ) no-repeat left top;
}

#service_list .service-system .box .data h4 {
	width: 190px;
	padding-top: 16px;
	background: transparent url( ../images/h4_index_service_system.png ) no-repeat left top;
}
#service_list .service-system .reverse .data h4 {
	background: transparent url( ../images/h4_index_service_system_reverse.png ) no-repeat left top;
}

#service_list .service-partner .box .data h4 {
	width: 191px;
	padding-top: 16px;
	background: transparent url( ../images/h4_index_service_partner.png ) no-repeat left top;
}
#service_list .service-partner .reverse .data h4 {
	background: transparent url( ../images/h4_index_service_partner_reverse.png ) no-repeat left top;
}

/* text */
#service_list .service_element .box .data .text {
	display: none;
}
#service_list .service_element .reverse .data .text {
	display: block;
	width: 246px;
	margin: 0 auto;
}
#service_list .service_element .box .data .text p {
	color: #CCCCCC;
	font-size: 75%;
	line-height: 1.5em;
}

/* link */
#service_list .service_element .link {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#service_list .service_element .link a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 80%;
	background: transparent url( ../../common/images/spacer.gif ) repeat;
}
#service_list .service_element .link a span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: none;
}
#service_list .service_element .link a span {
	width: 100%;
	padding: 11px 0px;
	background: #FFFFFF url( ../images/bg_service_link.gif ) repeat;
	text-align: center;
}
#service_list .service_element .link a span img {
	position: absolute;
	right: 22px;
	top: 10px;
	display: block;
}



/*-------------------------------------------------------------
  works
---------------------------------------------------------------*/

#works {
	width: 345px;
}

#works h3 {
	display: block;
	width: 331px;
	height: 0px;
	padding-top: 24px;
	overflow: hidden;
	background: transparent url( ../images/h3_index_works.png ) no-repeat left top;
	margin-bottom: 15px;
}

#works_list .works_element {
	position: relative;
}
#works_list .underline {
	background: transparent url( ../images/bg_works_element.png ) repeat-x left bottom;
}

/* data */
#works_list .works_element .data {
	position: relative;
	min-height: 100px;
	padding: 10px 170px 11px 6px;
}
* html #works_list .works_element .data {
	height: 100px;
}
#works_list .hover .data {
	background: transparent url( ../../common/images/bg_dotted_alpha_15.png ) repeat;
}

#works_list .works_element .data .image {
	position: absolute;
	left: 189px;
	top: 10px;
	display: block;
	width: 146px;
	height: 98px;
	padding: 1px;
	border: #000000 1px dotted;
}

#works_list .works_element .data h4 {
	margin-bottom: 5px;
	font-size: 90%;
}
#works_list .hover .data h4 {
	text-decoration: underline;
}

#works_list .works_element .category {
	margin-bottom: 8px;
	color: #333333;
	font-size: 75%;
}

#works_list .works_element .detail {
	color: #333333;
	font-size: 70%;
	line-height: 1.25em;
}
* html #works_list .works_element .detail {
	font-size: 75%;
}
*:first-child+html #works_list .works_element .detail {
	font-size: 75%;
}

/* link */
#works_list .works_element .link {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#works_list .works_element .link a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url( ../../common/images/spacer.gif ) repeat;
}
#works_list .works_element .link a span {
	display: none;
}


/*-------------------------------------------------------------
  news
---------------------------------------------------------------*/

#news {
	position: relative;
	width: 590px;
}

#news h3 {
	display: block;
	width: 317px;
	height: 0px;
	padding-top: 24px;
	overflow: hidden;
	background: transparent url( ../images/h3_index_news.png ) no-repeat left top;
	margin-bottom: 24px;
}

/**
 * links
 */
#news .links {
	position: absolute;
	left: 333px;
	top: 5px;
}
#news .links .link-feed,
#news .links .link-index {
	position: absolute;
	top: 0px;
	width: 22px;
	height: 22px;
}
* html #news .links .link-feed,
* html #news .links .link-index {
	font-size: 12px;
	line-height: 12px;
}
*:first-child+html #news .links .link-feed,
*:first-child+html #news .links .link-index {
	font-size: 12px;
	line-height: 12px;
}
#news .links .link-feed {
	left: 0px;
}
#news .links .link-index {
	left: 33px;
}

/**
 * news_list
 */
#news_list ul {
	font-size: 80%;
	line-height: 1.3em;
}
#news_list ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}
#news_list ul li span.date {
	position: absolute;
	left: 0px;
	top: 0px;
}
* html #news_list ul li span.date {
	left: -100px;
	top: 0.3em;
}
*:first-child+html #news_list ul li span.date {
	top: 0.3em;
}
#news_list ul li a:visited {
	color: #333333;
}
#news_list ul li a:visited {
	color: #666666;
}
#news_list ul li a:hover {
	color: #000000;
	text-decoration: underline;
}


/*-------------------------------------------------------------
  promotion
---------------------------------------------------------------*/

#promotion {
	width: 345px;
}

/* jeia */
#promotion .about_jeia {
	width: 345px;
	height: 221px;
	margin-bottom: 16px;
	background: #FFFFFF url( ../images/bg_index_about.gif ) no-repeat bottom;
}
#promotion .about_jeia h3 {
	width: 345px;
	height: 0px;
	padding-top: 102px;
	overflow: hidden;
	background: transparent url( ../images/h3_index_about.gif ) no-repeat;
}
#promotion .about_jeia .text {
	width: 304px;
	margin: 0 auto 10px;
	font-size: 75%;
	line-height: 1.4em;
	
}
#promotion .about_jeia .link-more {
	width: 304px;
	margin: 0 auto;
	font-size: 75%;
}
#promotion .about_jeia .link-more a {
	display: block;
	padding: 4px 18px; 0px 0px;
	width: 6em;
	height: 15px;
	margin-left: auto;
	background: transparent url( ../images/bg_index_about_link.gif ) no-repeat right top;
	white-space: 0px;
	color: #333333;
	font-weight: bold;
}
#promotion .about_jeia .link-more a:hover {
	color: #000000;
	text-decoration: underline;
}

/* contact */
#promotion .link-contact {
	width: 345px;
	height: 50px;
}
#promotion .link-mailform {
	width: 345px;
	height: 93px;
}
