#share {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: both;
}
ul.tablist {
	position: relative;
	z-index: 40;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4em;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
}
ul.tablist li {
	float: left;
	margin-right: 1.5em;
	width: 132px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
ul.tablist li a {
	display:block;
	border: 1px solid #ccc;
	background-color:#eee;
	text-decoration:none;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.2em;
	color: #333;
}
ul.tablist li a:hover {
	background-color:#f8f8f8;
	font-weight: bold;
	color: #000;
}
ul.tablist li a.selected {
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-weight: bold;
	color: #900;
}
#first,#second,#third,#fourth,#fifth{
	position:relative;
	top:-1px;
	border-top:1px solid #ccc;
	width: 830px;
	clear: both;
	padding: 30px 30px 30px 60px;
}

/*以下は特長と仕様専用CSS*/
#first .feature,
#first .feature_noline,
#first .feature_half {
	clear: left;
	overflow: hidden;
	zoom: 1;
	background: url(../img_allproducts/bg_img/bg_feature_line.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 80px;
}
#first .feature_half {
	background: url(../img_allproducts/bg_img/bg_feature_half_line.jpg) no-repeat;
}
#first .feature_noline {
	background: none;
}
#first .feature .f_contents_left,
#first .feature_noline .f_contents_left,
#first .feature_half .f_contents_left,
#first .feature .f_contents_right,
#first .feature_noline .f_contents_right {
	width: 405px;
	border-top-style: none;
	float: left;
	display: inline;
	margin: 0px;
	overflow: hidden;
}
#first .feature .f_contents_left,
#first .feature_noline .f_contents_left,
#first .feature_half .f_contents_left {
	padding-right: 15px;
}
#first .feature .f_contents_left h3,
#first .feature_noline .f_contents_left h3,
#first .feature_half .f_contents_left h3,
#first .feature .f_contents_right h3,
#first .feature_noline .f_contents_right h3{
	font-size: 1.2em;
	padding-left: 3em;
	background: url(../img_allproducts/bg_img/bg_feature_text.jpg) no-repeat left top;
	color: #930;
	clear: both;
	zoom: 1;
}
#first .feature .f_contents_left dl,
#first .feature_noline .f_contents_left dl,
#first .feature_half .f_contents_left dl,
#first .feature .f_contents_right dl,
#first .feature_noline .f_contents_right dl,
#first .feature .f_contents_left p,
#first .feature_noline .f_contents_left p,
#first .feature_half .f_contents_left p,
#first .feature .f_contents_right p,
#first .feature_noline .f_contents_right p {
	padding-top: 5px;
	padding-right: 2em;
	padding-left: 2em;
}
#first .feature .f_contents_left dl dt,
#first .feature_noline .f_contents_left dl dt,
#first .feature_half .f_contents_left dl dt,
#first .feature .f_contents_right dl d,
#first .feature_noline .f_contents_right dl dt{
}
#first .feature .f_contents_left dl dd,
#first .feature_noline .f_contents_left dl dd,
#first .feature_half .f_contents_left dl dd,
#first .feature .f_contents_right dl dd,
#first .feature_noline .f_contents_right dl dd {
	text-align: center;
}
#first .feature .f_contents_left ul,
#first .feature_noline .f_contents_left ul,
#first .feature_half .f_contents_left ul,
#first .feature .f_contents_right ul,
#first .feature_noline .f_contents_right ul {
	padding: 5px 2em 0px;
}
#first .feature .f_contents_left li,
#first .feature_noline .f_contents_left li,
#first .feature_half .f_contents_left li,
#first .feature .f_contents_right li,
#first .feature_noline .f_contents_right li {
	background: url(../img_allproducts/bg_img/bg_square_blue.png) no-repeat left top;
	line-height: 1.2;
	zoom: 1;
	padding-left: 1.3em;
	padding-bottom: 8px;
}
#first .feature_wide,
#first .feature_wide_noline {
	background: url(../img_allproducts/bg_img/bg_feature_wide_line.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 80px;
}
#first .feature_wide_noline {
	background: url(none);
}
#first .feature_wide h3,
#first .feature_wide_noline h3 {
	background: url(../img_allproducts/bg_img/bg_feature_text.jpg) no-repeat left top;
	font-size: 1.2em;
	padding-left: 3em;
	color: #930;
	clear: both;
	zoom: 1;
}
#first .feature_wide ul,
#first .feature_wide_noline ul {
	padding: 5px 1em 0px 3em;
}
#first .feature_wide li,
#first .feature_wide_noline li {
	background: url(../img_allproducts/bg_img/bg_square_blue.png) no-repeat left top;
	line-height: 1.2;
	zoom: 1;
	padding-left: 1.3em;
	padding-bottom: 8px;
}
#first .feature_wide dl,
#first .feature_wide_noline dl {
	width: 800px;
	margin: 13px auto 10px;
}
#first .feature_wide dl dt,
#first .feature_wide_noline dl dt {
}
#first .feature_wide p,
#first .feature_wide_noline p {
	padding-top: 5px;
	padding-right: 2em;
	padding-left: 2em;
}
#second #spec {
	padding-top: 0em;
	padding-left: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
}
#second #spec table {
	border-collapse:separate;
	border-spacing:0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	width: 780px;
}
#second tbody th {
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: left;
	width: 200px;
	letter-spacing: 0.1em;
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#second td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
	width: auto;
	vertical-align: top;
}
