@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, serif;
	background-color: #000;
}

img {
	border: none;
}

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

ul {
	list-style-type: none;
}

a.ui-link-inherit {
	text-decoration: none !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ui-content {
	position:relative;
	background: url(../images/bg_img.jpg) repeat;
}

.ui-mobile, .ui-mobile body {
	min-height: 100% !important;
	height:auto;
}

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
	top: auto;
	left: auto;
	width:900px;
	min-height: 100%;
	height:auto;
	position: relative;
	display: block;
	border: 0;
	box-shadow: 0px 0px 7px rgba(66,50,18,1.0);
    -moz-box-shadow: 0px 0px 7px rgba(66,50,18,1.0);
    -webkit-box-shadow: 0px 0px 7px rgba(66,50,18,1.0);
	background-color:#000;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

.ui-body-z {
	height:100%;
	margin:0 auto;
	padding:0;
}

.ui-body-z, .ui-overlay-z {
	border: none;
	color: #333;
	background-color:#f7ead0;
	text-shadow:none;
}

@media all and (max-width: 900px) {

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
	width:100%;
}

}

.ui-bar-a {
	border: none;
	border-top: 1px solid #f26563;
	border-bottom: 1px solid #f26563;
	background: #d70300;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 0 0 #000;
	box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
}

.ui-header {
	margin-top:-6px;
	overflow:hidden;
}

.ui-header .ui-title, .ui-footer .ui-title {
	min-height: 1.0em;
	text-align:left;
	font-size: 12px;
	font-weight:normal;
	display: block;
	margin: 0;
	padding: 16px 10px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}

.ui-header .ui-btn-right {
	display:block;
	font-size:14px;
	line-height:1.0;
	padding:4px 8px;
	border-bottom: 1px solid #f26563;
	background: #000;
}

.ui-header p a.ui-link:hover {
	text-decoration:none;
	color:#ffff00;
/*	color:#ffd2c4;*/
}

.ui-header .ui-btn-right:first-of-type {
	top:12px;
	right: 159px;
}

.ui-header .ui-btn-right:nth-of-type(2) {
	top:12px;
	right: 105px;
}

.ui-header .ui-btn-right:last-of-type {
	top:12px;
	right: 9px;
}

.ui-bar-a a.ui-link, .ui-bar-a a.ui-link:visited, .ui-bar-a a.ui-link:hover {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}

.top-image {
	width:100%;
	line-height:0;
}

.top-image>img {
	max-width:900px;
	width:100%;
}

.ui-bar-nav {
	width:100%;
	height:42px;
	border: none;
	line-height:1.0;
	border-top: 1px solid #f26563;
	border-bottom: 1px solid #f26563;
	background: #d70300;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 0 0 #000;
	box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(158,2,0,1.0) inset;
}

.ui-navbar {
	width:100%;
	border: none;
	line-height:1.0;
	border-top: 1px solid #f26563;
	border-bottom: 1px solid #f26563;
	background: #d70300;
}

.ui-navbar .ui-btn-up-z {
	font-family: Georgia, serif;
	border-left: 1px solid #ff0300;
	border-right: 1px solid #bb0300;
	border-top:1px solid #c70300;
	border-bottom:1px solid #9e0200;
	background: #d70300;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#f90300),color-stop(30%,#f70300),  to(#c20300));
	background-image: -webkit-linear-gradient(#f90300,#f70300 30%, #c20300);
	background-image:    -moz-linear-gradient(#f90300,#f70300 30%, #c20300);
	background-image:     -ms-linear-gradient(#f90300,#f70300 30%, #c20300);
	background-image:      -o-linear-gradient(#f90300,#f70300 30%, #c20300);
	background-image:         linear-gradient(#f90300,#f70300 30%, #c20300);
	padding:4px 0 2px;
	text-shadow:none;
}

.ui-navbar .ui-btn-hover-z, .ui-navbar .ui-btn-active {
	font-family: Georgia, serif;
	border-left: 1px solid #ff0300;
	border-right: 1px solid #bb0300;
	border-top:1px solid #c70300;
	border-bottom:1px solid #9e0200;
	background: #ff0400;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
/*	text-shadow: 1px 1px 1px #ede4d2;*/
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#ff0e0b),color-stop(30%,#ff3232),  to(#f10401));
	background-image: -webkit-linear-gradient(#ff0e0b,#ff3232 30%, #f10401);
	background-image:    -moz-linear-gradient(#ff0e0b,#ff3232 30%, #f10401);
	background-image:     -ms-linear-gradient(#ff0e0b,#ff3232 30%, #f10401);
	background-image:      -o-linear-gradient(#ff0e0b,#ff3232 30%, #f10401);
	background-image:         linear-gradient(#ff0e0b,#ff3232 30%, #f10401);
	padding:4px 0 2px;
	text-shadow:none;
}

.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-navbar .ui-btn-inner {
	width:90%;
	text-align:center;
	line-height:1.0;
	display: inline;
	text-overflow: clip;
	overflow: hidden;
	white-space: normal;
	border:none;
	zoom: 1;
}

.ui-navbar .ui-btn img {
	max-width:160px;
	width:100%;
}

/*.ui-navbar li .ui-btn .ui-btn-inner {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height:1.0;
}

.ui-navbar .ui-btn-inner {
	font-size:18px;
	padding:12px 11px 12px;
}

.ui-navbar.ui-mini {
	margin:-3px 0 0;
}*/

.ui-navbar li .ui-btn {
	margin: 0 0 0 0;
	border-right-width:1px;
}

.ui-grid-b > :nth-child(n) {
	margin-right: 0;
}

.ui-content {
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 0;
}

.content2 {
	background:url(../images/main-2.jpg) top left no-repeat;
	background-size:contain;
	padding:0;
	background-color:#000;
}

#index .ui-grid-a > .ui-block-a {
	width: 50%;
	margin-right: 1.5%;
	display:block;
}

#index .ui-grid-a > .ui-block-b {
	width: 48.5%;
	margin:0;
	display:block;
}

.center-image {
	width:100%;
	line-height:0;
}

.center-image>img {
	max-width:900px;
	width:100%;
}

.menu-image {
	width:100%;
	line-height:0;
	margin:10px 0 20px;
}

.menu-image a {
	display:block;
	background:url(../images/main-3_bg.jpg) top left no-repeat;
	background-size:contain;
	width:100%;
}

.menu-image a img {
	max-width:900px;
	width:100%;
}

.menu-image a:hover img {
	visibility: hidden;
}

#facebook {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:94%;
	height:500px;
	margin:0 0 0 2%;
	padding:6px 1%;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
	overflow:hidden;
}

#facebook iframe {
	width:100%;
	height:500px;
	background:#FFF;
}

/*#facebook p {
	background:rgba(0,0,0,0.75);
	color:#FFF;
	text-align:center;
	font-size: 24px;
	font-weight:normal;
	line-height: 1.5;
	height:100px;
	padding:130px 0;
}*/

#recruit {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:95%;
	margin:0 2% 0 0;
	padding:6px 0.5%;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
}

#recruit h2 {
	width:90%;
	margin:0 auto;
	text-align:center;
	line-height:1.0;
}

#recruit h2 img {
	max-width:240px;
	width:100%;
}

#recruit p {
	color:#FFF;
	width:98%;
	padding:8px 1% 14px;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.4;
}

#recruit p a.ui-link, #recruit p a.ui-link:visited {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}

#recruit p a.ui-link:hover {
	color: #ffff00;
	font-weight:normal;
	text-decoration: none;
}

#recruit span {
	width:100%;
	margin:0 auto;
	padding:0;
}

#recruit span img {
	max-width:600px;
	width:100%;
}

.center-image {
	width:100%;
	line-height:0;
}

.center-image>img {
	max-width:900px;
	width:100%;
}

#gmap {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:92%;
	margin:0 auto;
	padding:6px 1%;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
}

#gmap p {
	color:#FFF;
	text-align:left;
	padding:0 0 4px;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.4;
}

.content3 {
	background-color:#000;
	padding:0 0 10px;
}

#menu-section {
	background:#000;
	background:url(../images/title_bg.png) top left no-repeat;
	width:96%;
	margin:6px auto;
	padding:10px 0 0;
}

#menu-section h2 {
	width:120px;
	margin:0 0 0 30px;
	text-align:left;
	line-height:1.0;
	float:left;
}

#menu-section h2 img {
	max-width:120px;
	width:100%;
}

#menu-section p {
	color:#FFF;
	text-align:left;
	margin:34px 0 0 160px;
	padding:0;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.2;
	text-shadow: 0px 0px 5px #ff0005;
}

#menu-section div {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:98%;
	margin:10px 0 0 -4px;
	padding:10px 1% 0;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
}

#menu-section div a {
	width:32.3%;
	margin:0 0.5% 6px;
	display:block;
	float:left;
}

#menu-section div a img {
	max-width:300px;
	width:100%;
	border:1px solid #ff974b;
}

#shop-section {
	background:#000;
	background:url(../images/title_bg.png) top left no-repeat;
	width:96%;
	margin:6px auto;
	padding:10px 0 0;
}

#shop-section h2 {
	width:430px;
	margin:0 0 0 30px;
	text-align:left;
	line-height:1.0;
}

#shop-section h2 img {
	max-width:430px;
	width:100%;
}

#shop-section>div {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:98%;
	margin:-4px 0 0 -4px;
	padding:10px 1% 10px;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
}

#shop-section .ui-grid-a {
	height:auto;
	margin:0 0 8px;
	overflow:hidden;
	line-height:0;
}

#shop-section .ui-block-a,
#shop-section .ui-block-b {
	display:block;
	padding-bottom: 32767px;  
    margin-bottom: -32767px;
	line-height:0;
}

#shop-section .ui-grid-a > .ui-block-a img {
	max-width:600px;
	width:100%;
}

#shop-section .ui-grid-a > .ui-block-a {
	width: 59%;
	margin-right:1%;
}

#shop-section .ui-grid-a > .ui-block-b {
	width:40%;
	background:#f8e5e5;
}

#shop-section .ui-grid-a > .ui-block-b p {
	color:#000;
	margin:0 6px 0;
	padding:8px 2px 5px;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.2;
	border-bottom:1px solid #d59f9f;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#shop-section .ui-grid-a > .ui-block-b p:first-child {
	margin:6px 6px 0;
}

#shop-section .ui-grid-a > .ui-block-b p a.ui-link,
#shop-section .ui-grid-a > .ui-block-b p a.ui-link:visited {
	color: #0000ff;
	font-weight:normal;
	text-decoration: none;
}

#shop-section .ui-grid-a > .ui-block-b p a.ui-link:hover {
	color: #0000ff;
	font-weight:normal;
	text-decoration: underline;
}

#recruit-section {
	background:#000;
	background:url(../images/title_bg.png) top left no-repeat;
	width:96%;
	margin:6px auto;
	padding:10px 0 0;
}

#recruit-section h2 {
	width:240px;
	margin:0 0 0 30px;
	text-align:left;
	line-height:1.0;
	float:left;
}

#recruit-section h2 img {
	max-width:240px;
	width:100%;
}

#recruit-section p {
	color:#FFF;
	text-align:left;
	margin:34px 0 0 280px;
	padding:0;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.2;
	text-shadow: 0px 0px 5px #ff0005;
}

#recruit-section>div {
	background:#be0200;
	background:url(../images/red-pattern01.jpg) top left repeat;
	width:98%;
	margin:8px 0 0 -4px;
	padding:10px 1% 10px;
	box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(149,2,0,1.0) inset;
	border:4px solid #ff974b;
}

#recruit-section>div>div {
	width:100%;
}

#recruit-section>div>div a img {
	max-width:900px;
	width:100%;
}

.ui-footer {
	width:100%;
	overflow:hidden;
	border-bottom:none;
	padding:6px 0 10px;
	text-align:center;
}

.ui-footer small {
	font-weight:normal;
	font-size:14px;
	color: #FFF;
	line-height:1.0;
}

@media all and (max-width: 899px) {
	
#shop-section .ui-grid-a > .ui-block-b p {
	margin:0 6px 0;
	padding:8px 2px 5px;
	font-size: 16px;
	line-height: 1.2;
}

#shop-section .ui-grid-a > .ui-block-b p:first-child {
	margin:4px 6px 0;
}

}

@media all and (max-width: 799px) {

#shop-section>div, #recruit-section>div {
	padding:6px 1% 6px;
}

}

@media all and (max-width: 720px) {
	


}

@media all and (max-width: 699px) {
	
#menu-section, #shop-section, #recruit-section {
	background-size: contain;
}

#menu-section h2 {
	width:120px;
	margin:0 0 0 10px;
}

#menu-section p {
	margin:36px 0 0 140px;
	padding:0;
	font-size: 20px;
}

#shop-section h2 {
	width:430px;
	margin:0 0 0 10px;
}

#recruit-section h2 {
	width:240px;
	margin:0 0 0 10px;
}

#recruit-section p {
	margin:36px 0 0 260px;
	padding:0;
	font-size: 20px;
}

}

@media all and (max-width: 620px) {
	
.ui-header .ui-title, .ui-footer .ui-title {
	font-size: 12px;
	padding: 12px 10px 7px;
}

.ui-header .ui-btn-right {
	display:block;
	font-size:12px;
	line-height:1.0;
	padding:4px 8px;
	border-bottom: 1px solid #f26563;
	background: #000;
}

.ui-header p a.ui-link:hover {
	text-decoration:none;
	color:#ffd2c4;
}

.ui-header .ui-btn-right:first-of-type {
	top:10px;
	right: 143px;
}

.ui-header .ui-btn-right:nth-of-type(2) {
	top:10px;
	right: 95px;
}

.ui-header .ui-btn-right:last-of-type {
	top:10px;
	right: 9px;
}

#shop-section .ui-grid-a > .ui-block-a {
	width: 100%;
	margin-right:0;
	margin-bottom:8px;
	padding-bottom:0;
}

#shop-section .ui-grid-a > .ui-block-b {
	width:100%;
	background:#f8e5e5;
	margin-bottom:0;
	padding-bottom:10px;
}

}

@media all and (max-width: 599px) {
	

	
}

@media all and (max-width: 560px) {

.ui-responsive .ui-block-a,
.ui-responsive .ui-block-b {
	width: 100%;
}

#index .ui-grid-a > .ui-block-a {
	width: 100%;
	margin-right: 0;
}

#index .ui-grid-a > .ui-block-b {
	width: 100%;
}

#facebook {
	width:92%;
	margin:0 2% 10px 2.5%;
	padding:6px 1%;
}

#facebook p {
	background:rgba(0,0,0,0.75);
	color:#FFF;
	font-size: 24px;
	line-height: 1.4;
	height:60px;
	padding:54px 0 60px;
}

#recruit {
	width:93%;
	margin:0 2% 0 2.5%;
	padding:6px 0.5%;
}

}

@media all and (max-width: 28em){


	
}

@media all and (max-width: 499px) {
	
.ui-header .ui-title, .ui-footer .ui-title {
	font-size: 12px;
	padding: 12px 180px 7px 10px;
}

.ui-navbar .ui-btn img {
	width:80%;
}

#menu-section h2 {
	margin:0 0 0 10px;
	width:90px;
}

#menu-section p {
	margin:26px 0 0 108px;
	padding:0;
	font-size: 16px;
	font-weight:normal;
}

#menu-section div {
	margin:6px 0 0 -4px;
	padding:6px 1% 0;
}

#menu-section div a {
	width:48%;
	margin:0 1% 2px;
}

#shop-section>div, #recruit-section>div {
	width:95%;
	padding:6px 1.5% 6px;
}

#shop-section>div {
	margin:-4px 0 0 -4px;
}

#shop-section h2 {
	width:322px;
	margin:0 0 0 10px;
}

#shop-section .ui-grid-a > .ui-block-b p {
	margin:0 6px 0;
	padding:8px 2px 4px;
	font-size: 14px;
	line-height: 1.2;
}

#recruit-section h2 {
	width:180px;
	margin:0 0 0 10px;
}

#recruit-section p {
	margin:26px 0 0 198px;
	padding:0;
	font-size: 16px;
	font-weight:normal;
}

#recruit-section>div {
	margin:6px 0 0 -4px;
}

}

@media all and (max-width: 399px) {
	
.ui-bar-nav {
	height:36px;
}
	
#facebook {
	width:92%;
	margin:0 2% 10px;
	padding:6px 1%;
}

#recruit {
	width:93%;
	margin:0 2%;
	padding:6px 0.5%;
}

#menu-section h2 {
	margin:0 0 0 4px;
	width:72px;
}

#menu-section p {
	margin:18px 0 0 90px;
	padding:0;
	font-size: 16px;
}

#shop-section h2 {
	width:258px;
	margin:0 0 0 4px;
}

#shop-section>div {
	margin:-2px 0 0 -4px;
}

#recruit-section h2 {
	width:144px;
	margin:0 0 0 4px;
}

#recruit-section p {
	margin:18px 0 0 162px;
	padding:0;
	font-size: 16px;
}

}