@charset "utf-8";
/* CSS Document */

.table_box{
	width:700px;
	margin:10px auto;
}

.slide_box{
	width:700px;
	text-align:center;
	margin:0 auto;
}

.table_detail{
	width:700px;
	margin:0 auto;
}

.table_list{
	list-style:decimal;
	list-style-position:inside;
	text-indent:20px;
	font-family: 'thai_sans_literegular';
}

.order_button{
	background-color: #F26522;
	float:right;
	margin:15px;
	padding:5px;
	text-align:center;
	width:130px;
}

.order_button:hover{
	background-color:#333;
}

.text_button>a:link{
	color:#FFF;
	font-size:24px;
	font-family: 'thai_sans_literegular';
}

.text_remark{
	font-family: 'thai_sans_literegular';
	font-weight:bolder;
}

.remark_list{
	font-family: 'thai_sans_literegular';
	font-size:16px;
	line-height:1.2em;
	list-style:disc;
	list-style-position:inside;
	text-indent:15px;
}

.remark_box{
	width:660px;
	margin:10px auto;
	padding:10px;
	border:#939393 1px solid;
}

.line_box{
	width:100%;
	height:5px;
	margin:5px auto;
	background-image:url(../images/home/line-footer.png);
	background-position:bottom center;
}

.table_order_form{
	width:660px;
	margin:0 auto;
}

.form_head{
	font-size:22px;
	font-weight:bolder;
	margin:5px auto;
}

.form_line{
	width:660px;
	margin:5px auto;
	padding:5px 10px;
	font-size:18px;
	line-height:1em;
	border-bottom:#999 1px dotted;
}