/* ---------------------------------------------
CSS Document　新しいデータの作成ページ
--------------------------------------------- */
/* 
　コンテンツ
--------------------------------------------- */

#main2 {
	width: 914px;
	overflow: hidden;
	margin: 0px 0px 10px;
	float: left;
	text-align: center;
}
#catch {
	font-size: 150%;
	width: 705px;
	font-weight: bold;
	display: block;
	margin-bottom: 18px;
	text-align: left;
	background-image: url(/images/newdate/bg_title.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 10px;
	line-height: 2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
* html #catch {
	width: 715px;
}

/* 
　ログイン
---------------------------------------------*/
#contents2 {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
#loginBox {
	width: 328px;
	border: 1px solid #FFDF5D;
	float: left;
	background-image: url(/images/login/title_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 10px 10px 10px;
	text-align: center;
}
* html #loginBox {
	width: 348px;
	}
#loginBox .atention {
	color: #FF0000;
	margin-bottom: 15px;
	text-align: left;
	display: block;
	font-size: 80%;
}
#loginBox .atention2 {
	margin-bottom: 15px;
	text-align: left;
	display: block;
	//font-size: 80%;
	font-size: 12px;
	color: #ff0000;
}

* html #loginBox .atention {
	font-size: 75%;
}
*:first-child+html #loginBox .atention {
	font-size: 72.5%;
}
#loginBox .write {
	text-align: left;
	display: block;
}
#loginBox .write .name {
	width: 60px;
	display: block;
	float: left;
}
#loginBox .write input {
	height: 21px;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#loginBox .check {
	text-align: left;
	margin-left: 60px;
	display: block;
}
#loginBox .check li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 80%;
}
* html #loginBox .check li {
font-size: 75%;
}
*:first-child+html #loginBox .check li {
font-size: 72.5%;
}
#loginBox .btn {
	display: block;
	margin-bottom: 10px;
	margin-top: 18px;
}
* html #loginBox .btn {
	margin-top: 8px;
}
#loginBox .txt {
	display: block;
	font-size: 80%;
}
* html #loginBox .txt {
	display: block;
	font-size: 75%;
}
*:first-child+html #loginBox .txt {
	display: block;
	font-size: 72.5%;
}

/* 
　登録
---------------------------------------------*/
#freeBox {
	width: 327px;
	float: right;
	border: 1px solid #FFDF5D;
	text-align: center;
	background-image: url(/images/login/title_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 10px 10px 10px;
}
* html #freeBox {
	width: 347px;
}
#freeBox p {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
#freeBox .check {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	text-align: left;
}
#freeBox .check li {
	margin-bottom: 3px;
	line-height: 1.3;
	font-size: 80%;
}
* html #freeBox .check li {
	font-size: 75%;
}
*:first-child+html #freeBox .check li {
	font-size: 72.5%;
}
#freeBox .txt {
	display: block;
	text-align: center;
	font-size: 80%;
}
* html #freeBox .txt {
	font-size: 75%;
}
*:first-child+html #freeBox .txt {
	font-size: 72.5%;
}
#freeBox .btn {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
#freeBox .mb10 {
	text-align: left;
	display: block;
	font-size: 80%;
}
* html #freeBox .mb10 {
	text-align: left;
	display: block;
	font-size: 75%;
}
*:first-child+html #freeBox .mb10 {
	text-align: left;
	display: block;
	font-size: 72.5%;
}
