@charset "utf-8";
/* CSS Document */



/* label */
label {
	cursor: pointer;
}

/* div.tabNav */
div#contents div.tabNav {
	width: 900px;
	margin-left: -10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #28BAD1;
}
div#contents div.tabNav div.btnStandard {
	float: left;
}
div#contents div.tabNav div.btnAdvance {
	float: right;
}
div#contents table.table_03 td input.textbox {
	width: 40px;
	padding: 8px 5px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
div#contents table.table_03 td input.checkbox {
	padding: 0;
	margin-right: 3px;
	vertical-align: -0.15em;
}

/* div.important */
div#contents div.important {
	padding: 20px 20px 10px 20px;
	border: 1px solid #F3DBD3;
	background-color: #FFF8F4;
}
div#contents div.important strong {
	color: #2C2C2C;
}
div#contents div.important h4 {
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #F3DBD3;
}
div#contents div.important div.section {
	margin-bottom: 30px;
}

/* div.btnSubmit */
div#contents div.btnSubmit input{
	display: block;
	width: 890px;
	height: 70px;
	margin-bottom: 20px;
	border: 0;
	background: url(../images/services_btn_request.gif) no-repeat;
	text-indent: -9999px;
	text-align :left;
	cursor: pointer;
}
div#contents div.btnSubmit input:hover{
	background: url(../images/services_btn_request_o.gif) no-repeat;
}

/* div.comparison */
div#contents div.comparison {
	width: 390px;
	padding: 19px;
	margin-left: 15px;
	border: 1px solid #E0E0E0;
	float: right;
	text-align: center;
	margin-bottom:100px;
}
div#contents div.comparison p {
	margin-bottom: 18px;
	font-weight: bold;
	text-align: center;
}
div#contents div.comparison th {
	text-align: center;
	font-weight: bold;
}
div#contents div.comparison td {
	background-color: #FFF;
	text-align: center;
}

/* div.comparisonImg
--------------------- */

div.comparisonImg  {
	margin:0 0 10px;
	width:445px;
}

div.comparisonImg h3 {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

div.comparisonImg .imageLeft {
	width:210px;
	margin:0;
}

div.comparisonImg .imageRight {
	width:210px;
	margin:0;
}


div.comparisonImg p { font-size: 90%; }

.padd25 {
    padding: 0 0 0 25px;
}


/* .clearfix
--------------------- */

div#contents div.tabNav:before,
div#contents div.tabNav:after {
	content: "";
	display: table;
}
div#contents div.tabNav:after {
	clear: both;
}
div#contents div.tabNav {
	zoom: 1;
}
