@charset "utf-8";




/*------------------------------------------------
  無料宅配キット注文
------------------------------------------------*/

#main .box1 ul{
	margin-top: 10px;
}
#main .box1 li{
	margin-bottom: 10px;
	padding-left: 25px;
	float: left;
	width: 310px;
	background: url("/img/common/icon_check.gif") no-repeat 0 50%;
	font-weight: bold;
	font-size: 1.1em;
}

.confirm-btn{
	margin: 0 0 0 200px;
	background: url("/img/form/btn_confirm.gif");
	width: 302px;
	height: 54px;
	text-indent:  -9999px;
	border: none;
	cursor: pointer;
	display: block;
}
.done-btn{
	background: url("/img/form/btn_send.gif");
	width: 302px;
	height: 54px;
	text-indent:  -9999px;
	border: none;
	cursor: pointer;
}
.back-btn{
	background: url("/img/form/btn_edit.gif");
	width: 302px;
	height: 54px;
	text-indent:  -9999px;
	border: none;
	cursor: pointer;
}


.pack .sec1{
	margin-bottom: 20px;
	width: 250px;
	float: left;
}
.pack .sec2{
	width: 410px;
	float: left;
}
.pack ul li{
	margin: 0 0 1px 15px;
	list-style-type: disc;
}
#entry .message textarea{
	height: 100px;
}


