@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background:#fff;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
}
div, td, p, h1, h2, h3, h4, h5, h6, form, input, select, label, li, ol, ul {
	padding:0;
	margin:0;
}
img {
	padding:0;
	margin:0;
	border:none;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
}
object {
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}
div.main_page {
	position:relative;
	margin:0 auto;
	padding:0;
	/*max-width:1079px;*/
	max-width:1004px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
*::-moz-selection {
    background:#0c5aa1;
    color: #fff;
}
header {
	margin:0;
	padding:0;
}
footer {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}	
#main_menu a#pull2 {
	display: none;
	height:41px;
}
#order_type_div ul li {
	float:left;
	width:30%;
	margin:0 1%;
}


/*Smartphone*/
@media screen and (max-width: 500px) {
	#main_menu ul {
		display: none;
		height: auto;
	}
	#main_menu a#pull2 {
		display: block;
		background:#000;
		background:url(../images/nav_bg.jpg) 0 bottom repeat-x;
		position: relative;
		text-align:center;
			font:bold 13px/40px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	text-decoration:none;
	}
	#main_menu a#pull2:after {
		content:"";
		background:url(../images/nav_bg.jpg) 0 bottom repeat-x;
		height: 46px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 30px;
	}
}


@media screen and (max-width: 400px) {
div.small_home {
    float: none !important;
    margin: 0 auto !important;
    max-width: 65%;
    padding: 0 0 10px !important;
    text-align: center;
}


div.logo {
    margin: 0 auto !important;
}
}