@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メイン
----------------------------------------------------*/

/*---------- 見出し ----------*/
h4 {
	background: #369;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	width: 526px;
	padding: 5px 10px;
	margin-bottom: 0;
}

/*---------- テーブル ----------*/
.table01 td {
	padding: 10px 0;
}
.table01 td.tdImg {
	width: 35%;
	text-align: right;
}
.imgArrow {
	text-align: center;
	margin: 10px 0;
}