@charset "Shift_JIS";

/* -------------------------------------------------------------------------可変ボックス */
.article_top_mypage{
	background: url(https://img01.haoden.jp/images/bg_article_top.png) no-repeat;
	height: 57px;
}
	.article_top_notab{
		background: url(https://img01.haoden.jp/images/bg_article_top_notab.png) no-repeat;
		padding:28px 0 0 20px;
	}
.article{
	width: 860px;
	background: url(https://img01.haoden.jp/images/bg_article_bottom.png) no-repeat bottom;
	padding-bottom: 17px;
	margin-bottom:20px;
}
.article_inner{
	overflow: hidden;
	background: url(https://img01.haoden.jp/images/bg_article_middle.png) repeat-y;
}


/* -------------------------------------------------------------------------frame */
h2#frame_top{
	background:url(https://img01.haoden.jp/images/bg_frame_top.gif) no-repeat;
	height:48px;
	font-size:15px;
	font-weight:bold;
	text-indent: 15px;
	line-height: 40px;
}
.frame_middle{
	width:820px;
	background:url(https://img01.haoden.jp/images/bg_frame_middle.gif) repeat-y;
	margin:0 auto 20px;
	overflow:hidden;
}
.frame_bottom{
	width:820px;
	background:url(https://img01.haoden.jp/images/bg_frame_bottom.gif) no-repeat left bottom;
	overflow:hidden;
	padding:10px 0 17px 0;
}

/* -------------------------------------------------------------------------regist */
.regist_flow{
	width: 750px;
	margin: 20px auto 0 auto;
}
.rel_textbox01{
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color:#000;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 1px;
}
.regist_box{
	width: 698px;
	border:1px solid #999999;
	color:#000;
	padding: 40px 0 30px 0;
	margin: 0 auto 20px auto;
	background: #ffffff;
}
.regist_box .regist_kiyakuarea{
	text-align:center;
}
.regist_box p{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.rel_textbox_cen p.regist_start{
	padding: 20px 0 0 0;
	color:#000;
	text-align: center;
	font-size: 14px;
}


/*--テーブル------------------------------------------*/

table#table01{
	margin: 20px auto;
	width: 700px;
	line-height: 1.5;
	border-collapse: collapse;
	color:#000;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
}
table#table01 th{
	width:30%;
	border:1px solid #000;
	padding: 9px 10px 7px 10px;
	background: url(https://img01.haoden.jp/images/bg_blue40.gif) #1d6994 left top repeat-x;
	color: #ffffff;
	text-align: center;
}
table#table01 td{
	border:1px solid #1d5a8c;
	background: url(https://img01.haoden.jp/images/bg_whitegray40.gif) #FFF left top repeat-x;
	padding: 9px 10px 7px 10px;
}
table#table01 td.td_bg{
	background-color:#e8f0ff;
}




.btn_area{
	text-align:center;
	margin:18px 0 40px 0;
	padding:0;
}
.btn_area input{
	margin-left:5px;
	margin-right:5px;
}

