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

body {text-align:center; margin:0; background-color: #FFFFFF; color:#333333;}

body,td{font-size:24px; line-height:1.2;}

form{margin:0; padding:0;}

select{font-size:16px;}

#wrap{width:320px; margin:20 auto; text-align:left;}

#copyright{font-size:12px; text-align:center; background:url(../images/logo_s.gif) no-repeat bottom center; padding-bottom:40px; padding-top:20px; border-top:solid 1px #999;}

.f_bold{font-weight:bold;}

.line{width:320px; height:5px; background-image:url(../images/line.gif); background-repeat:no-repeat; background-position:0 0; margin:15px auto;}

.title{font-weight:bold; font-size:20px;}

/*メイン画面のアイコン*/
table.table_main{width:320px;}
td.td_ico{width:80px; text-align:left; vertical-align:top; padding-bottom:10px;}
td.td_text{text-align:left; vertical-align:middle; padding-bottom:10px; padding-top:3px; font-size:14px;}

#image-btn {
    border: 0px;
    width: 184px;
    height: 52px;
    background: url(../images/btn_login.gif) left top no-repeat;
}

.btn{
	height:35px;
	font-size:16px;
}


/*下部のマージン（余白）設定*/
/*下マージン*/
.mg_b00	{margin-bottom:0;}
.mg_b05	{margin-bottom:5px;}
.mg_b10	{margin-bottom:10px;}
.mg_b15	{margin-bottom:15px;}
.mg_b20	{margin-bottom:20px;}
.mg_b25	{margin-bottom:25px;}
.mg_b30	{margin-bottom:30px;}
.mg_b35	{margin-bottom:35px;}
.mg_b40	{margin-bottom:40px;}
.mg_b45	{margin-bottom:45px;}
.mg_b50	{margin-bottom:50px;}
.mg_b60	{margin-bottom:60px;}
.mg_b70	{margin-bottom:70px;}

/*フォントサイズ*/
.font1{font-size:16px;}
.font2{font-size:18px;}
.font3{font-size:20px;}
.font4{font-size:22px;}
.font5{font-size:24px;}/*標準*/
.font6{font-size:26px;}

/*左中央右設定*/
.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

input {
	font-size: 22px;
}

.forminput{height:35px;}

.forminput_login{height:35px; width:150px;}

.forminput_pwchange{height:35px; width:140px;}

.forminput2{height:35px; width:310px;}


/*スマホ用同意画面専用*/
.consent{text-align:left;}