/* confirm.css */

/* お届け先情報 */
 #deliv_addr_area {
	margin-left: 15px;
	margin-top: 20px;
}  #deliv_addr_area2 {
	margin-left: 15px;
	margin-top: 20px;
} .confirm_msg {
	color: #ff5555;
	font-size: 14pt;
/* 納品情報 */
} #nohin_area {
	margin-left: 15px;
	margin-top: 10px;
} .required {
	background-color: #ffdddd;
/* ご注文内容 */
} #point_input_area {
	float: right;
	/*
	width: 210px;
	*/
	/*
	height: 40px;
	*/
	border-radius: 5px;
	background-color: #ffdddd;
} #order_area {
	margin-left: 15px;
	margin-top: 20px;
} .order_item_name {
	width: 370px;
} .order_minus_bt {
	width: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
} .order_plus_bt {
	width: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
} .sum_num {
	font-weight: bold;
	font-size: 14pt;
/* 操作ボタン */
} #btn_area {
	margin-left: 15px;
	margin-top: 20px;
	clear: both;
} #deliv_upd_chk_area {
	margin-left: 290px;
	margin-top: 0px;
	margin-bottom: 30px;
} #deliv_upd_chk {
	width:20px;
	height:20px;
	vertical-align: bottom;
} .back_page_bt {
	font-size: 10pt;
	width: 150px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
} .order_send_bt {
	font-size: 15pt;
	width: 400px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
/* 完了エリア */
} #complete_area {
	border: solid 0px #aaa;
	margin-top: 20px;
	/*display: none;*/
	display: none;
/* フッタ */
} #footer_area {
	border: solid 0px #aaa;
	margin-top: 50px;
} .kojinjyouhou_bt {
	font-size: 10pt;
	text-decoration: underline;
	color: #333;
}