@CHARSET "UTF-8";
/* CSS Document */

/* 必須 */
#kids-contents p.must{
	font-weight:bold;
	color:#ff0000;
	display:inline;
}

/* --- 仮登録手順ページ --- */
/* リスト */
#kids-contents ol.addressendtop li {
margin-bottom: 12px; /* リスト項目の下マージン */
padding-bottom: 28px; /* リスト項目の下パディング */
background: url(../images2/arrow.gif) no-repeat center bottom; /* リスト項目の背景 */
}
#kids-contents ol.addressendtop li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}
/* リストタイトル */
#kids-contents ol.addressendtop dt {
padding: 9px 10px 7px;
background-color: #f9f9f9;
border-bottom: 1px #c0c0c0 solid;
font-weight: bold;
color: #5f341a;
}
#kids-contents ol.addressendtop dt strong {
margin-left: 3px;
color: #5f341a;
font-weight:bold;
}


/* 送信ボタン */
#kids-contents input.defaultbutton,
#kids-contents a.sendmail{
	border: 1px solid #9c8272;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	padding: 5px 10px;
	font-weight:bold;
	margin:5px 0px 0px 5px;
/*    background: -moz-linear-gradient(top, #9c8272 0%, #5f341a);
	background: -webkit-gradient(linear, left top, left bottom, from(#9c8272), to(#5f341a)); */
	background-color:#5f341a;
	}

	.buttonTable td{
		text-align:center;
	}