@charset "utf-8";
/* ===================================================================
CSS information

 file name  :point.css
 author     :Ability Consultant
style info  :5つのポイント設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
/* ページ内ナビゲーションなし */


/*----------------------------------------------------
	.con_point
----------------------------------------------------*/
#point .con_point {
	width: 690px;
	padding: 30px 0 0 0;
}

#point .con_point h3 {
	margin: 0 0 20px 0;
}

#point .con_point table {
	width: 688px;
	border-top: 1px #b0b0b0 solid;
}

#point .con_point table th {
	width: 320px;
	padding: 20px 15px;
	border-left: 1px #b0b0b0 dotted;
	border-bottom: 1px #b0b0b0 dotted;
	vertical-align: top;
}

#point .con_point table .tb_txt {
	padding: 20px 15px 0 0;
	border-right: 1px #b0b0b0 dotted;
	border-bottom: none;
	vertical-align: top;
}

#point .con_point table .tb_txt_o {
	padding: 20px 15px 0 0;
	border-right: 1px #b0b0b0 dotted;
	border-bottom: 1px #b0b0b0 dotted;
	vertical-align: top;
}

#point .con_point table .tb_txt img,
#point .con_point table .tb_txt_o img {
	margin: 0 0 10px 0;
}

#point .con_point table .tb_bt {
	padding: 10px 15px 20px 0;
	border-right: 1px #b0b0b0 dotted;
	border-bottom: 1px #b0b0b0 dotted;
	text-align: right;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}