@charset "utf-8";


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	text-align: center;
}
header h1 {
	padding: 20px 0 20px 0;
}
header h1 img {
	width: 80%;
	height: auto;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	border-radius: 0px 0px 10px 10px;
}

/*main,sub
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

#sub ul li.login {
	text-align:center;
	border:0;
	padding:0;
	width:100%;
	float:left;
}
#sub ul li.cancel {
	text-align:center;
	border:0;
	padding:0;
	width:100%;
	float:left;
	clear:both;
}
.info {
	margin:10px;
}


/*トップページ
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}


/*フォーム
---------------------------------------------------------------------------*/
.ta1 th {
		display: none;
}
.smapho {
	display: block;
	font-weight:bold;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	background-color:#ededed;
}

.ta1 {
	height: 205px;
}

/*フッター
---------------------------------------------------------------------------*/
.copy {
	display: none;
}