@charset "utf-8";

@import url('css/reset.css');

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #ffffff;
	cursor: default;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	word-wrap: break-word;
	background-color: #000;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a {overflow:hidden;}
a:link { color: #cb8b00; text-decoration: none;}
a:visited { color: #cb8b00; text-decoration: none;}
a:active { color: #cb8b00; text-decoration: underline; outline: none;}
a:hover { color: #eca100; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 14px; font-size: 1.4rem;
	position: relative;
	overflow: hidden;
}


/* ========================================================
loading
===================================================== */
#loader {
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -12px; /* heightの半分のマイナス値 */
	margin-left: -12px; /* widthの半分のマイナス値 */
	z-index: 1001;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

/* ========================================================
header
===================================================== */
#headerGlobal {
	width: 265px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000000;
	z-index: 999;
}
#headerGlobal h1.logo {
	margin: 60px 0 75px 0;
	text-align: center;
}

#headerGlobal h1.logo img {
	width: 65px;
	line-height: 1;
}

#navGlobal ul {
	margin: 0 0 120px 35px;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#navGlobal ul.navTop {
	margin: 0 0 120px 115px;
}
#navGlobal ul li {
	padding: 8px;
	letter-spacing: 5px;
}

#navGlobal ul li a {
	display: block;
	color: #ffffff;
	padding-top: 10px;
	text-decoration: none;
}
#navGlobal ul li a:hover,
#navGlobal ul li a:visited {
	color: #ffffff;
}

#navGlobal ul li a.current {
	color: #C00;
}
#topOther #navGlobal ul li a.current {
	color: #fff;
}
#topOther #navGlobal ul li.news a {
	color: #C00;
}

.openHours {
	font-size: 12px; font-size: 1.2rem;
	padding: 0 30px;
	position: absolute;
    bottom: 25px;
}
.openHours dt {
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.openHours dd {
	letter-spacing: 1px;
}
.openHours span {
	font-size: 10px; font-size: 1.0rem;
	line-height: 1.5;
	margin-top: 5px;
    margin-bottom: 15px;
    display: block;
}

/* ========================================================
footer
===================================================== */
p#copyright {
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
	padding-bottom: 30px;
	clear: both;
}

/* ========================================================
content
===================================================== */
/* home */
#imgSlider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#imgSlider ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
#imgSlider ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
#imgSlider ul li img {
    width: 100%;
}

.banner-tabi {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 320px;
	height: auto;
	z-index: 999;
	margin: 0 auto;
}

/* SideNavi
------------------------- */
#imgSlider .btnPrev,
#imgSlider .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
#imgSlider .btnPrev {
    left: 10px;
    background: transparent url(../../../../news/wp-content/themes/img/btnPrev.png) no-repeat center center;
}
#imgSlider .btnNext {
    right: 10px;
    background: transparent url(../../../../news/wp-content/themes/img/btnNext.png) no-repeat center center;
}

.newsBtn a {
	position: relative;
	bottom: 320px;
	left: 20px;
	z-index: 999;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.newsBtn a:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .7;
}
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 90; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* ClearFixElements */
#imgSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#imgSlider ul {
    display: inline-block;
    overflow: hidden;
}

/* contents
--------------------------- */
#contents {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 120;
	padding-right: 265px;
	background: url(images/bg_01.jpg) repeat 0 0;
}
 
section.section {
}

section#about {
	background: url(images/about_head.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding-top: 8em;
	position: relative;
	background-attachment:fixed;
}
section#menu header {
	text-align: center;
	padding-top: 8em;
	margin-bottom: 6em;
	position: relative;
}
section#menu.section {
	background: url(images/logo_bg.png) no-repeat center center;
	background-size: cover;
}

section#shop {
	background: url(images/shop_head.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding-top: 8em;
	margin-bottom: 2em;
	position: relative;
	background-attachment:fixed;
}

section header h1 {
    position: relative;
}
section header h1:after {
	content: '';
    width: 80px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5em;
}

.headding {
	text-align: center;
	margin-bottom: 5em;
	margin-top: 2em;
}
.lead {
	font-size: 16px; font-size: 1.6rem;
	max-width: 590px;
	margin: 0 auto 9em;
	padding: 0 20px;
	text-align: center;
	line-height: 2;
}

.contentsWrapper {
	overflow: hidden;
    max-width: 960px;
    margin: 110px auto 0;
	padding: 0 20px;
}

.menuWrapper {
	margin: 0 auto 5em;
}
.headdingLv2 {
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.headdingLv2 span {
	position: relative;
}
.headdingLv2 span:before {
    border-top: 1px solid #a29c97;
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
}
.headdingLv2 span:after {
    border-top: 1px solid #a29c97;
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
}

.menuColumn {
	overflow: hidden;
    margin: 0 0 30px;
}
.menuColumn .imgL {
	float: left;
	width: 38%;
	margin-right: 7%;
}
.menuColumn .imgR {
	float: right;
	width: 38%;
	margin-left: 7%;
}
.menuColumn .menuR {
	float: right;
	width: 55%;
}
.menuColumn .menuL {
	float: left;
	width: 55%;
}
.menuColumn .menuR dl,
.menuColumn .menuL dl {
	margin-bottom: 20px;
}
.menuColumn .menuR dl dt,
.menuColumn .menuL dl dt {
	font-size: 18px; font-size: 1.8rem;
	float: left;
    padding: 5px 0 8px 0px;
    clear: left;
    font-weight: bold;
}
.menuColumn .menuR dl dd,
.menuColumn .menuL dl dd {
	font-size: 18px; font-size: 1.8rem;
    padding: 5px 0 8px 0px;
    text-align: right;
	border-bottom: 1px solid #473b32;
}

.shopColumn {
	overflow: hidden;
    margin: 0 0 50px;
}
.shopColumn .imgR {
	float: right;
	width: 38%;
	margin-left: 7%;
}
.shopColumn .txtL {
	float: left;
	width: 55%;
}
.shopColumn .txtL dl {
	margin-bottom: 20px;
}
.shopColumn .txtL dl dt {
	font-size: 18px; font-size: 1.8rem;
	float: left;
    padding: 8px 0 12px 0px;
    clear: left;
    font-weight: bold;
}
.shopColumn .txtL dl dd {
	font-size: 18px; font-size: 1.8rem;
    padding: 8px 10px 12px 8em;
	text-align: left;
	border-bottom: 1px solid #585450;
}

#mapCanvas {
	width: 100%;
	height: 420px;
	margin-bottom: 30px;
	color: #000000;
}
#mapCanvas .gm-style .gm-style-iw {
	left: 0!important;
}

.jobList {
	margin-bottom: 20px;
}
.jobList dt {
	font-size: 18px; font-size: 1.8rem;
	float: left;
    padding: 5px 0 8px 10px;
    clear: left;
    font-weight: bold;
	width: 9em;
    margin-right: -9em;
	text-align:left;
}
.jobList dd {
	font-size: 18px; font-size: 1.8rem;
    padding: 5px 0 8px 9em;
    text-align: left;
	border-bottom: 1px solid #585450;
}


/* table */
.table01 {
	border: 1px solid #d8d8d8;
	margin-bottom: 25px;
	width: 100%;
}
.table01 th {
	border: 1px solid #d8d8d8;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #f5f5f5;
}
.table01 td {
	border: 1px solid #d8d8d8;
	padding: 10px 10px 10px 15px;
}

/* form */
input, textarea, select {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #DBDBDB;
	color: #666666;
}
aside select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

/* arrow */
.arrow01 {
	margin-bottom: 20px;
}
.arrow01 li {
	list-style: none;
	background: url(../../../../news/wp-content/themes/menzaza/images/common/sub_menu_arrow.gif) no-repeat 0 0.7em;
	padding-left: 25px;
}
.arrow01 {
	background: url(../../../../news/wp-content/themes/menzaza/images/common/sub_menu_arrow.gif) no-repeat 0 0.7em;
	*background: url(images/common/sub_menu_arrow.gif) no-repeat 0 0.4em;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* list */
.ulList01 {
	margin-left: 1em;
	margin-bottom: 2em;
	list-style: disc;
}
.ulList01 li {
	margin-bottom: 10px;
}

dl.dlInfo01 {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
dl.dlInfo01 dt {
	float: left;
	padding: 5px 0;
	width: 10em;
}
dl.dlInfo01 dd {
	padding: 5px 10px 5px 0;
}
dl.dlInfo01 dd a,
dl.dlInfo01 dd a:visited,
dl.dlInfo01 dd a:active {
	color: #000000;
	text-decoration: underline;
}
dl.dlInfo01 a:hover {
	color: #999999;
	text-decoration: none;
}

/* etc */
.marB0 {margin-bottom: 0!important;}
.marB5 {margin-bottom: 5px!important;}
.marB10 {margin-bottom: 10px!important;}
.marB20 {margin-bottom: 20px!important;}
.marB30 {margin-bottom: 30px!important;}
.marB40 {margin-bottom: 40px!important;}
.marB50 {margin-bottom: 50px!important;}
.marB80 {margin-bottom: 80px!important;}

.center {
	text-align: center;
}

.centerSp {
	text-align: center;
	padding:0 20px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.imgRight {
	float: right;
	margin-left: 40px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
}

.red {
	color: #C00;
}

.txtS {
	font-size: 11px; font-size: 1.1rem;
}
.txtS2 {
	font-size: 12px; font-size: 1.2rem;
}
.txtL {
	font-size: 16px; font-size: 1.6rem;
}

.nowrap {
    white-space: nowrap;
}

/*===========================================
Blog Entry
===========================================*/
body#topOther {
	color: #000000;
	background-color: #ffffff;
}
body#topOther #contents {
  background: none;
}

#contentsInner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.mainArticle {
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.headLv1 {
	font-size: 26px; font-size: 2.6rem;
	text-align: center;
	position: relative;
	padding: 30px;
	margin-bottom: 40px;
}
.headLv1:after {
  content: '';
  width: 80px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 3em;
}

.newsTitle {
	font-size: 21px; font-size: 2.1rem;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.screen-reader-text {
	display: none;
}

#sidebar {
	margin-bottom: 30px;
  overflow: hidden;
}

#sidebar aside {
	width: 30%;
	margin-left: 5%;
	float: left;
}
#sidebar aside:first-child {
	margin-left: 0;
}

#sidebar aside .ttl {
	font-size: 16px; font-size: 1.6rem;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
  margin-bottom: 15px;
}
#sidebar aside ul {
	margin-left: 20px;
  list-style-type: disc;
}

/* pagination */
.pagination{
    text-align: center;
		margin-bottom: 40px;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

/* Begin Images */
p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 20px;
}

html>body .entry li {
	margin: 5px 0 6px 20px;
	padding-left: 0.5em;
}

*html body  .entry ul {
	list-style: disc;
	padding-left: 20px;
}

*html body  .entry li {
	margin: 5px 0 8px 10px;
	height: 1%;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	zoom : 1;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry p {
	margin-bottom: 1em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
ol ul li  {
	list-style: disc;
}
/* End Entry Lists */

.entry {
	margin-bottom: 15px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 185px;
	padding: 10px;
	background-color: #AE1E22;
	font-size: 11px; font-size: 1.1rem;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #FF0;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar table {
	width: 100%;
	color: #fff;
}
#wp-calendar th {
	text-align: center;
	color: #fff;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #BFA990;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


hr.dottedLine {
	visibility: visible;
	border: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0 20px 0;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #e9e9e9;
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry .alignleft {
	margin-right: 20px;
}
.entry .alignright {
	margin-left: 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px; font-size: 1.1rem;
	line-height: 17px;
	padding: 5px;
	margin: 0!important;
	text-align: center;
	color: #333;
}
/* End captions */

.slicknav_menu {
	display:none;
}

@media only screen and (max-width:1200px) {
#headerGlobal {
	width: 230px;
}
#navGlobal ul {
    margin: 0 0 120px 20px;
}
#navGlobal ul.navTop {
    margin: 0 0 20px 95px;
}
#contents {
    padding-right: 230px;
}
#headerGlobal h1.logo {
    margin: 30px 0 45px 0;
}

}

@media only screen and (max-width:980px) {
#wrapper {
	font-size: 13px; font-size: 1.3rem;
}

#navGlobal ul {
	margin: 0;
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	display: table;
	width: 100%;
	text-align: center;
	font-size: 13px; font-size: 1.3rem;
	margin-bottom: 15px;
}
#navGlobal ul.navTop {
    margin: 0 0 20px 0;
}
#navGlobal ul li {
	padding: 8px 0 15px;
	letter-spacing: 0;
	display: table-cell;
}
#navGlobal ul li.top {
	display: none;
}

.slicknav_menu {
	display:block;
	z-index: 99999;
}
#imgSlider {
	height: 600px!important;
}
#imgSlider ul li img {
	margin-left: 140px;
}

.banner-tabi {
	left: 0;
	right: 0;
}

.newsBtn a {
	position: relative;
	left: 0;
	width: 150px;
	margin: 0 auto;
	padding: 20px 0;
	bottom: 0;
	display: block;
}

#headerGlobal {
	width: 100%;
	height: auto;
	position: relative;
}
#headerGlobal h1.logo {
    margin: 0;
    padding-top: 20px;
}
#headerGlobal h1.logo img {
    width: 113px;
}
.openHours {
	display: none;
}
#contents {
    padding-right: 0;
}

section#about,
section#shop {
	background-attachment: inherit;
}

.menuColumn .menuR dl dt, .menuColumn .menuL dl dt {
    font-size: 14px;
    font-size: 1.4rem;
}
.menuColumn .menuR dl dd, .menuColumn .menuL dl dd {
    font-size: 14px;
    font-size: 1.4rem;
}

.shopColumn .txtL {
    float: none;
    width: 100%;
}

.txtL {
    font-size: 14px;
    font-size: 1.4rem;
}
.shopColumn .txtL dl dt {
    font-size: 16px;
    font-size: 1.6rem;
}
.shopColumn .txtL dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 10px 12px 6em;
}
.shopColumn .imgR {
    float: none;
    width: 100%;
    margin-left: 0;
}

.jobList dt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 6em;
}
.jobList dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0 8px 6em;
}

#sidebar aside {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
}

body#topOther #headerGlobal h1.logo {
    background-color: #000000;
}

#imgSlider ul,#imgSlider .btnPrev,#imgSlider .btnNext,.pagiNation {
	position: absolute;
}

}


@media only screen and (max-width:600px) {
#imgSlider {
	height: 400px!important;
}

.menuColumn .imgL,
.menuColumn .imgR {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
}
.menuColumn .menuR,
.menuColumn .menuL {
    float: none;
    width: 100%;
}

}