﻿@charset "utf-8";

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


/*-------------------------------------------------------------
  feature_list
---------------------------------------------------------------*/

#feature_list {
}

/**
 * element
 */
#feature_list .feature_element {
	position: relative;
	width: 715px;
	margin-bottom: 16px;
}

#feature_list .feature_element h4 {
	height: 42px;
	padding: 18px 20px 0px 16px;
	background: transparent url( ../images/bg_index_feature_t.gif ) no-repeat left top;
}

#feature_list .feature_element .text {
	padding: 0px 20px 0px 16px;;
	background: transparent url( ../images/bg_index_feature_c.gif ) repeat-y left top;
}

#feature_list .feature_element .text p {
	font-size: 75%;
	line-height: 1.45em;
}

#feature_list .feature_element .link {
	position: relative;
	height: 42px;
	background: transparent url( ../images/bg_index_feature_b.gif ) no-repeat left top;
}

#feature_list .feature_element .link a {
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	padding-right: 14px;
	background: transparent url( ../images/bg_feature_link.gif ) no-repeat right center;
	color: #0099CC;
	font-size: 85%;
	line-height: 1.3em;
}
#feature_list .feature_element .link a:hover {
	text-decoration: underline;
}

/* feature-1 */
#feature_list .feature-1 .text p {
	width: 508px;
}
#feature_list .feature_element .logo {
	position: absolute;
	right: 32px;
	top: 16px;
}



