@charset "utf-8";/* 2024.9 avnz マイグレーション対応 mod */
/* @charset "euc-jp"; *//* 2024.9 avnz マイグレーション対応 mod */
/* CSS Document */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
    background: #f5f5f5;
    color: #555555;
}
body {
	line-height: 1.5em;
	font-size: 12px;
}

a {
	color: #555555;
	text-decoration: underline;
}

.contents p {

	margin: 0 0 10px 0;
}

.Fleft {
	float: left;
}
.Fright {
	float: right;
}
.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
#wrapper{
	background-color: #ffffff;
	margin: 0 auto;
	width: 700px;
}
#header01{
	padding: 33px 25px 14px;
}
#header01:before{
	padding: 0 0 10px 0;
	display: block;
	content: "はじめてご利用される方へ";
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
	width: 100%;
}
#header01 h1{
	display: none;
}
#header02{
	padding: 33px 25px 14px;
}
#header02:before{
	padding: 0 0 10px 0;
	display: block;
	content: "推奨環境";
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
	width: 100%;
}
#header02 h1{
	display: none;
}
#header03{
	padding: 33px 25px 14px;
}
#header03:before{
	padding: 0 0 10px 0;
	display: block;
	content: "ログインについてよくある質問";
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
	width: 100%;
}
#header03 h1{
	display: none;
}

#header04{
	padding: 33px 25px 14px;
}
#header04:before{
	padding: 0 0 10px 0;
	display: block;
	content: "ユーザID・パスワードをお忘れの方";
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #999999;
	width: 100%;
}
#header04 h1{
	display: none;
}
#container{
	padding: 0;
	margin: 0;

}
#container .contents {
	padding: 5px 25px 25px 25px;
}
#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #999;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}
#footer .address {
    border-top: 1px solid #C4BDB6;
	padding: 10px 0 0 0;
	margin: 0;
}

