@charset "shift_jis";
/* CSS Document */

#submenu_wrapper {
	display: block;
	width: 100%;
}

@media screen and (orientation: portrait) {
/******************Header*****************/

.headersp {
	position: fixed;
	width: 100%;
	z-index: 9999 !important;
	top: 0;
	left: 0;
}
.headermenu {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	-moz-box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	color: #FFFFFF;
	font-family: "ff-din-web", din, Arial, sans-serif !important;
	font-size: 1em;
	height: 50px;
	max-height: 999999px;
	margin: 0 auto 15px;
}
.menu {
	float: left;
	height: 30px;
	margin: 12px 0 0 12px;
	padding: 0;
	text-indent: -9999px;
	width: 2.2em;
}
.cta1 {
	padding: 14px 15px 4px;
	background: rgb(245, 130, 15);
	background: -moz-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -webkit-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -o-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -ms-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: linear-gradient(180deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	float: right;
}
.cta2 {
	float: right;
	padding: 14px 15px 4px;
	background: rgb(245, 188, 15);
	background: -moz-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -webkit-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -o-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -ms-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: linear-gradient(180deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	height: 32px;
	text-align: center;
	text-transform: uppercase;
}
.phoneimg {
	float: left;
	height: auto;
	width: 1.6em;
}
.headermenu a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
#submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	background: white;
	opacity: .9;
	z-index: 9999;
}
#submenu li {
	border-bottom: 1px solid #cccccc;
	padding: 13px 15px;
	list-style: none;
}
#submenu a {
	color: black;
	font-size: 1.3em;
	font-family: "ff-din-web", din, Arial, sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#submenu.sub a {
	color: black;
	font-size: 1.25em;
	font-family: "ff-din-web", din, Arial, sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
}
#submenu_search {
	position: absolute;
	width: 100%;
	top: 50px;
	background: white;
	z-index: 9999;
}
#trigger_search {
	background: #53c4c8;
	padding: 10px 15px;
	font-size: 20px;
	color: #ffffff;
	font-family: FontAwesome;
	float: right;
}
#submenu_search .search_box {
	padding: 10px;
	margin:0 auto;
	width:90%;
} 
#submenu_search .search_box input[type="text"] {
	width:82%;
	height: 40px;
	border-top: 1px solid #cccccc;
	border-right: 0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	font-size:15px;
	outline: 0;
	padding-left: 9px;
}
#submenu_search .search_box .search_btn {
	border: 0px;
	width: 50px;
	height: 42px;
	font-family: FontAwesome;
	color: #ffffff;
	background: #53c4c8;
	-webkit-appearance: none;
	float:right;
}
#submenu_search .search_box .search_btn a {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-top: 4px;
}


}

@media screen and (max-width:320px){
.cta1 {
	padding: 14px 9px 4px;
}
.cta2 {
	padding: 14px 9px 4px;
}
#submenu_search .search_box input[type="text"] {
	width:79%;
}
}

@media screen and (orientation: landscape) {
/******************Header*****************/

.headersp {
	position: fixed;
	width: 100%;
	z-index: 9999 !important;
	top: 0;
	left: 0;
}
.headermenu {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	-moz-box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	box-shadow: 0px 5px 5px rgba(7, 7, 8, 0.15);
	color: #FFFFFF;
	font-family: "ff-din-web", din, Arial, sans-serif !important;
	font-size: 1em;
	height: 50px;
	margin: 0 auto 15px;
}
.menu {
	float: left;
	height: 30px;
	margin: 12px 0 0 12px;
	padding: 0;
	text-indent: -9999px;
	width: 2.2em;
}
.cta1 {
	padding: 14px 9px 4px;
	background: rgb(245, 130, 15);
	background: -moz-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -webkit-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -o-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: -ms-linear-gradient(90deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	background: linear-gradient(180deg, rgb(245, 130, 15) 30%, rgb(236, 96, 11) 70%);
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	width: 30%;
	float: right;
}
.cta2 {
	float: right;
	padding: 14px 9px 4px;
	background: rgb(245, 188, 15);
	background: -moz-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -webkit-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -o-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: -ms-linear-gradient(90deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	background: linear-gradient(180deg, rgb(245, 188, 15) 30%, rgb(237, 155, 11) 70%);
	width: 30%;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
}
.phoneimg {
	height: auto;
	width: 1.6em;
}
.headermenu a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
#submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	background: white;
	opacity: .9;
	z-index: 9999;
}
#submenu li {
	border-bottom: 1px solid #cccccc;
	padding: 13px 15px;
}
#submenu a {
	color: black;
	font-size: 1.3em;
	font-family: "ff-din-web", din, Arial, sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#trigger_search {
	background: #53c4c8;
	padding: 10px 20px;
	font-size: 20px;
	color: #ffffff;
	font-family: FontAwesome;
	float: right;
}
#submenu_search {
	position: absolute;
	width: 100%;
	top: 50px;
	background: white;
	z-index: 9999;
}

#submenu_search .search_box {
	padding: 10px;
	margin:0 auto;
	width:90%;
} 
#submenu_search .search_box input[type="text"] {
	width:90%;
	height: 40px;
	border-top: 1px solid #cccccc;
	border-right: 0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	font-size:15px;
	outline: 0;
	padding-left: 9px;
}
	@media screen and (max-width:568px){
		#submenu_search .search_box input[type="text"] {
			width:88%;
		}
	}

#submenu_search .search_box .search_btn {
	border: 0px;
	width: 50px;
	height: 42px;
	font-family: FontAwesome;
	color: #ffffff;
	background: #53c4c8;
	-webkit-appearance: none;
	float:right;
}
#submenu_search .search_box .search_btn a {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-top: 4px;
}
}
