﻿@charset "UTF-8";

/* -------------------lightbox----------------------*/
#lightbox span em,
#lightbox span strong {
	font-size: 114%;
}

/* -------------------feat1----------------------*/
div.leftarea02 {
	width: 272px;
	float: left;
}

div.rightarea02 {
	width: 398px;
	float: right;
}

div.step3 p.step3_left {
	width: 252px;
	float: left;
}

div.step3 p.step3_right {
	width: 417px;
	float: left;
	line-height: 0;
}

div.step3 p.step3_right_right {
	width: 11px;
	float: right;
}

/* -------------------feat2----------------------*/
/* clm */
div.clm_01 {
	background: url(../../../images/f02_f05_img03low.gif) no-repeat bottom;
	padding-bottom: 5px;
}
div.clm_02 {
	background: url(../../../images/f02_f05_img03hi.gif) no-repeat top;
	padding-top: 5px;
}
div.clm_03 {
	background: #333;
	color: #fff;
	padding: 20px;
}
div.clm_03 h3{
	font-weight: bold;
	color: #B4D300;
	line-height: 1;
}

div.clm_03 table th,
div.clm_03 table td {
	padding: 0 5px 10px 0;
	vertical-align: top;
	color: #9B9B9B;
}

.clm_text {
	color: #9B9B9B;
}

div.clm_03 table th {
	white-space: nowrap;
	font-weight: bold;
}

/* -------------------feat2----------------------*/
div.leftarea01 {
	width: 325px;
	float: left;
}

div.rightarea01 {
	width: 325px;
	float: right;
}


/* -------------------feat4----------------------*/
table.feat_tbl {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0pt;
	clear: both;
	empty-cells: show;
	font-size: 85%;
	width: 100%;
}

table.feat_tbl th {
	background: #B3D333 none repeat scroll 0%;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #ccc;
	padding:3px 5px;
	text-align: center;
}

table.feat_tbl td.groupe {
	background: #D6D6D6;
}

table.feat_tbl td {
	border:1px solid #ccc;
	padding:3px 5px;
	text-align: center;
}

table.feat_tbl th.text-left,
table.feat_tbl td.text-left {
	text-align: left;
}

table.feat_tbl tbody tr:hover th,
table.feat_tbl tbody tr:hover td,
table.feat_tbl tbody tr:hover th,
table.feat_tbl tbody tr:hover td{
	background-color:#e0e0e0;
}

