@charset "utf-8";
/* ===================================================================
CSS information

 file name  :misc.css
 author     :Ability Consultant
style info  :エラーページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main	メイン
----------------------------------------------------*/


/*	.con_error		エラー用
----------------------------------------------------*/
#misc .con_error {
	margin-bottom:40px;
}

#misc .con_error h2 {
	/*margin-bottom:20px;
	padding-left:20px;*/
	margin-bottom:5px;
	padding:5px 0 5px 35px;
	background: url(../images/ic_take.gif) left center no-repeat;
}

#misc .con_error p {
	margin:0 30px 20px;
	width:590px;
}

#misc .con_error p a {
	font-weight:bold;
}

#misc .con_error p.box_access {
	width:550px;
	margin-bottom:40px;
	padding:20px;
	background:#ECECEC;
}

#misc .con_error p.box_access .txt_att {
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

