@charset "utf-8";

/*popup css*/

* {
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
}
body {
	min-width:100%;

}

/*----------------------------ラッパー----------------------------*/
.wrapper_popup {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px auto;
	width:auto;
	background:#FFFFFF;
}
.push {
	height: 10px;
}
/*----------------------------ヘッダー----------------------------*/
#header_popup {
	margin:0 auto;
	width:auto;
	height:10px;
	text-align:left;
	background: #cccccc;
}
/*----------------------------フッター----------------------------*/
#footer_popup {
	margin:0 auto;
	width:auto;
	height:10px;
	text-align:center;
	font-size:90%;
	background: #cccccc;
}
.footer_popup_wide {	
	width:980px;
}

#container_popup {
	margin:0px 0 0 0;
	padding:5px;
}
/**/
.line_box {
	padding:20px;

}
/**/
.h1_report {
	background: #a8a8a8;
	padding: 2px;
}
h2.help_header_image {
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	width:auto;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	border:solid #E07371;
	border-width:0 0 0 0;
	padding:3px 5px 2px 27px;
	margin: 10px 0 15px 0;
	background:#F4A739 url(../../img/9/common/bg_help_header_image.gif) 3px no-repeat;
}
