@charset "utf-8";

/*= 情報 ==================================================================
 *
 *  作成者         : むらまつ
 *  初版           : 2010-08-21
 *  最終更新       : 2010-08-21
 
 *	記述順序
 ----------------------------------
	1.display:
	2.overflow:
	3.visilibity:
 	4.position:
	5.top:
	6.left
	7.float:
	8.width:
	9.height:
	10.margin:
	11.padding:
	12.text-indent:
	13.background:
	14.border:
------------------------------------	

 *	目次

	
/*=======================================================================*/

/*
---------------------------------------------------------------------
	先行予約受付フォーム
---------------------------------------------------------------------
*/

#registarea {
	overflow: hidden;
	clear: both;
	width: 874px;
	margin: 0 auto;
}

#registarea h3 {
	padding-top: 5px;
	border-top: 1px solid #999;
}

#registarea h4 {
	margin: 5px 0 0 0;
}

p.registarea_p_1 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

p.registarea_p_2 {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background: #EDF7F8;
	border: 2px solid #fffff;
	border-radius: 5px; /* CSS3草案 */  
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px; /* Firefox用 */
}

.regis_products_box {
	clear: both;
	width: 874px;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px dotted #999;
}

.regis_products_box ul {
	overflow: hidden;
	line-height: 60px;
}

.regis_products_box ul li{
	float: left;
	display: block;
	height: 60px;
	margin-left: 10px;
	text-align: center;
	line-height: 60px;
	background: #EDF7F8;
	border-radius: 5px; /* CSS3草案 */  
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px; /* Firefox用 */
}

li#li_item {
	width: 60px;
	height: 60px;
	margin-left: 0px !important;
}

li#li_title {
	width: 360px;
}

li#li_kakaku {
	width: 212px;
}

li#li_kosuu {
	width: 212px;
}

*html li#li_kosuu {
	width: 212px;
	height: 42px;
	padding-top: 18px;
}

.submit_area {
	width: auto;
	text-align: center;
	margin-top: 10px;
}

/*
---------------------------------------------------------------------
	ログインフォーム
---------------------------------------------------------------------
*/

.neo_table_01 {
	margin-top: 10px;
}


/*
---------------------------------------------------------------------
	入力フォーム
---------------------------------------------------------------------
*/

dl.dl_address {
	overflow: hidden;
	height: 25px;
	margin-top: 10px;
}

dl.dl_address dt {
	float: left;
	width: 8em;
	height: 15px;
	margin-right: 10px;
	padding: 5px;
	line-height: 1em;
	background: #EDF7F8;
	border-radius: 5px; /* CSS3草案 */  
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px; /* Firefox用 */
}

dl.dl_address dd {
	float: left;
	height: 25px;
}

/*
---------------------------------------------------------------------
	配合成分
---------------------------------------------------------------------
*/

.products_box_b {
	width: 460px;
	height: 480px;
	padding: 20px;
	color: #666666;
	background: #fff;
}

.products_box_b h2 {
	font-size: 16px;
	font-weight: bold;
	color: #43ACD2;
}

.products_box_b h2 {
	font-size: 16px;
	font-weight: bold;
	color: #43ACD2;
}

.products_box_b {
	font-size: 10px;
	line-height: 1.5em;
}

.products_box_b span.text_1 {
	color: #EACED7;
}

.products_box_b span.text_2 {
	color: #ADACD2;
}




