@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :misc.css
 author     :Ability Consultant
style info  :エラーページ対応
=================================================================== */
/*----------------------------------------------------
	.con_misc
----------------------------------------------------*/
.con_misc {
	width: 1100px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 50px;
}

.con_misc h4 {
	font-size: 1.6em;
	color: #cc252f;
}

.con_misc .txt_misc {
	margin-bottom: 30px;
}
