@font-face { font-family: PT_Sans-Web-Bold; src: url("font/PT_Sans-Web-Bold.ttf"); } 
@font-face { font-family: PT_Sans-Web-BoldItalic; src: url("font/PT_Sans-Web-BoldItalic.ttf"); } 
@font-face { font-family: PT_Sans-Web-Italic; src: url("font/PT_Sans-Web-Italic.ttf"); } 
@font-face { font-family: PT_Sans-Web-Regular; src: url("font/PT_Sans-Web-Regular.ttf"); } 
@font-face { font-family: ArnoPro-Regular; src: url("font/ArnoPro-Regular.otf"); } 



@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	display: block;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	13;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/







/* Universal CSS START*/










.title1 {
	font-family: "PT_Sans-Web-Bold";
	font-size: 200%;
	margin-bottom: 0px;
}


.title2 {
	font-family: "PT_Sans-Web-Bold";
	font-size: 200%;
	text-align: center;
	margin-top: 30px;
}

.title3 {
	font-family: "PT_Sans-Web-Bold";
	font-size:160%;
	text-align:left;
	padding-bottom: 10px;
	margin-left:15px;
	

}

.menu-items {
	font-size: 180%;
	font-family: "ArnoPro-Regular";
	line-height: 30px;
}
.fs-item {
	font-size: 140%;
	font-family: "PT_Sans-Web-Regular";
	line-height: 45px;
}
.menu-italic {
	font-family: "PT_Sans-Web-Italic";
	font-size: 70%;
	font-style: italic;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 10px;
}


.menu-italic-title {
	font-family: "PT_Sans-Web-Italic";
	font-size: 70%;
	font-style: italic;
	margin-left: 3%;
	display:inline-block;
}

.pt-reg {
	font-family: "PT_Sans-Web-Regular";
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
}



.menu-items2 {
	font-size: 180%;
	font-family: "ArnoPro-Regular";
	width:70%;
	margin-left:5%;
}


.menu-price {
	font-size: 180%;
	font-family: "ArnoPro-Regular";
	float:right;
	margin-right:5%;
}




.socmed {
	display: inline-block;
	margin: 0 auto 0 auto;
	max-width: none;
	margin-left: 20px;


}


/* Universal CSS END*/


/* Mobile Layout: 480px and below. */

body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
	background-image: url(img/Hokkaido_fishptn_phone.png);
	background-repeat: repeat-y;
	background-size: contain;
}


#logo-nav{
float:left; 
margin:10px 0 10px 10%;
display:none;
}


.gridContainer {

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav-sushi-bg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#store-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 15px;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;
}
#store-info-fs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;

}
#menu1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav-bar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(img/sushi-bkgd.jpeg);
	background-size: cover;
	padding-bottom: 100px;
}
#nav-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(9,18,46,.8);
		position: fixed;
}
#location {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#hours {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#location-fs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	text-align: center;
}
#hours-fs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	text-align: center;
}
#socmed {
	clear: "PT_Sans-Web-Bold";
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
}
#menu-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#tempura-dinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#section2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.0);
}
#starters {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.0);
}
#starter-wraper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#apps-main-wrapper {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#temp-apps-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sides-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#salads-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#soups-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#lunch {

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;
}

#sushi-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;
}
#sushi-sashimi-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sushi-din {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sushi-dinner-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#roll-combo-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sushi-apps-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#roll-handroll-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#veg-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#temp-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
#non-temp-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#dinner-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.0);
}
#teriyaki-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#spicy-noodle-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#noodle-soup-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#fried-rice-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#tempura-dinner-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#drinks-desserts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.0);
}
#drinks-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#cold-sake {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cold-sake-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wine-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#beer-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#soft-drink-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#desserts-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 25px;
}

#footer {
clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;
}
#special-roll-title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sub-note {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#socmed-full {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#bio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#full-screen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#full-screen2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#full-screen-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#store-info-full-screen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer-item {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer-item-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	
}
#footer-item-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#app-id {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#appetizers {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.fs-logo{
	display:none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
	background-image: url(img/Hokkaido_fishptn_phone.png);
	background-repeat: repeat-y;
	background-size: contain;
	}
	
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav-sushi-bg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#store-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0 0 20px 0;
}
#store-info-fs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;

}
#menu1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav-bar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		position: fixed;
}
#location {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#hours {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#location-fs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: none;
}
#hours-fs {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: none;
}
#socmed {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#tempura-dinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#section2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#starters {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#starter-wraper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#apps-main-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#temp-apps-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#sides-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#salads-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#soups-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#sushi-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sushi-sashimi-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#sushi-din {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sushi-dinner-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#roll-combo-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#sushi-apps-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#roll-handroll-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#veg-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#temp-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#non-temp-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#dinner-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#teriyaki-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#spicy-noodle-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#noodle-soup-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#fried-rice-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#tempura-dinner-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#drinks-desserts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#drinks-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#cold-sake {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cold-sake-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#wine-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#beer-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#soft-drink-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9361%;
	display: block;
}
#desserts-wrapper {
	clear: none;
	float: left;
	margin-left: 2.1276%;
	width: 48.9361%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background-color: rgba(9,18,46,.9);
	color: #ffffff;

}

#logo-nav{
float:left; 
margin:10px 0 10px 10%;
display:none;
}

#special-roll-title{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#sub-note{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#socmed-full{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#bio{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#full-screen{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#full-screen2{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#full-screen-2{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#store-info-full-screen{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#LayoutDiv2{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#footer-item{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#footer-item-left{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#footer-item-right{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: none;
}

#app-id{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#appetizers{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}


.fs-logo{
	display:none;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {


	body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
	background-image: url(img/Hokkaido_fish-pattern.png);
	background-repeat: repeat-y;
	background-size: contain;
}
	
	
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav-sushi-bg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#store-info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#store-info-fs {
	clear: both;
	float: left;
	margin-left: 31.1688%;
	width: 37.6623%;
	margin-top: 10%;
	display: block;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;

}
#menu1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav-bar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#top-section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#nav-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
}
#location {
	clear: none;
	float: left;
	width: 100%;
	display: none;
}
#location-fs {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	margin: 0 0 0 0;
	margin-left: 5%;
	padding-top: 15px;
	font-size: 0.8em;
}
#hours {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#hours-fs {
	clear: none;
	float: left;
	margin-left: 1.2987%;
	width: 50%;
	display: block;
	padding-top: 15px;
	font-size: 0.8em;
}
#socmed {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#menu-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#tempura-dinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#section2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#starters {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#starter-wraper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#apps-main-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#temp-apps-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#sides-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#salads-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#soups-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#sushi-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sushi-sashimi-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#sushi-din {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sushi-dinner-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#roll-combo-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#sushi-apps-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#roll-handroll-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#veg-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#temp-roll-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#non-temp-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#dinner-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#teriyaki-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#spicy-noodle-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#noodle-soup-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#fried-rice-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#tempura-dinner-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#drinks-desserts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#drinks-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#cold-sake {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cold-sake-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#wine-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#beer-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#soft-drink-wrapper {
	clear: both;
	float: left;
	margin-left: 7.7922%;
	width: 37.6623%;
	display: block;
}
#desserts-wrapper {
	clear: none;
	float: left;
	margin-left: 9.0909%;
	width: 37.6623%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(9,18,46,.9);
	color: #ffffff;
}


#logo-nav{
float:left; 
margin:15px 0 15px 5%;
display:block;
}

#special-roll-title{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#sub-note{
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#socmed-full{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}

#bio{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;

}

#full-screen{
	clear: both;
	float: left;
	width: 45.4545%;
	display: block;
	margin-left: 7.7922%;
	padding-top: 10px;

}

#full-screen2{
	clear: both;
	float: left;
	margin-left: 1.2987px;
	width: 29.8701%;
	display: block;

}

#full-screen-2{
	clear: none;
	float: left;
	width: 32%;
	display: block;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-left: 7%;

}

#LayoutDiv2{
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}

#footer-item{
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}

#footer-item-left{
	clear: both;

	float: left;

	margin-left: 7.7922%;

	width: 37.6623%;

	display: block;

}

#footer-item-right{
	clear: none;

	float: left;

	margin-left: 9.0909%;

	width: 37.6623%;

	display: block;

}

#app-id{
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}

#appetizers{
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
.fs-logo{
	display:block;
}
