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

/*------ エラー文言を表示する場合は以下を追加 -------*/
/*---------------------------p.alert_txt--*/

div#main  p.alert_txt {
	display: block;
	min-height: 65px;
	padding: 70px 0;
	background: url(/image/shared/bg_exclamation.gif) no-repeat 50% 50%;
}

* html div#main  p.alert_txt { /* for IE6 */
	height: 65px;
}

div#main  p.alert_txt strong {
	color: #f05936;
	font-weight: bold;
	font-size: 24px;
}

div#main  p.alert_txt .explanation {
	display: block;
	margin-top: 8px;
}

div#main div.error_message {
	margin-bottom: 20px;
	padding: 0 0 6px;
	background: url(/image/shared/bg_line_dotted_gray.gif) repeat-x 0 100%;
}

div#main div.error_btn {
	background: transparent none repeat scroll 0 0;
}

/*------ トップへ戻るボタンを表示する場合は以下を追加 -------*/
/*---------------------------div#main div.section.end #goto_toppage--*/

div#main div.error_btn #goto_toppage {
	width: 621px;
	margin-top: 20px;
}

div#main div.error_btn #goto_toppage .btn a {
	/*display: inline-block;*/
	display: block;
	overflow: hidden;
	width: 172px;
	height: 31px;
	background: url(/image/shared/btn_main_gototop_big_on.gif) no-repeat 0 0;
	margin: 0 auto;
}

/* End */
