

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

@font-face {
  font-family: "ipaexg";
  src: url("font/ipaexg.eot");
  src: url("font/ipaexg.eot?#iefix") format("embedded-opentype"), url("font/ipaexg.woff") format("woff"), url("font/ipaexg.otf") format("opentype");
}

body {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  background: #f9f4f1;
}

.fo-red {
  color: #f00;
}


/************************************ a:link a:hoverの設定*/

a:link,
a:visited {
  color: #5a5a5a;
}

a:hover,
a:active {
  color: #5a5a5a;
}

a.pink:link,
a.pink:visited {
  color: #f6bbb9;
}

a.pink:hover,
a.pink:active {
  color: #f6bbb9;
}


/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/

.container {
  width: 990px;
}

@media screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
}


/************************************ header_01　左ロゴ・下メニュー*/


/*グローバルメニュー*/

.header_01 .gNavi {
  width: 960px;
  margin: auto;
}

.header_01 .gNavi_list {
  background: url(../images/gnavi.bg02.png) center no-repeat;
  margin: 0;
  line-height: 1.6;
  list-style: none;
  width: 960px;
  height: 68px;
}

.header_01 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}


/************************************ header_02　左ロゴ・右メニュー*/

.header_02 {
  width: 960px;
  margin: auto;
  clear: both;
}

.header_02 .header_body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header_02 .ci {
  margin-left: 12px;
  float: left;
  width: 408px;
}

.header_text_guide {
  text-indent: 55px;
}

@media screen and (max-width: 640px) {
  .header_text_guide {
    text-indent: 0;
  }
}

@media screen and (max-width: 640px) {
  .header_02 {
    width: 100%;
  }
  .header_02 .ci {
    margin-left: 0;
    margin: auto;
    float: none;
    width: 90%;
  }
}


/*グローバルメニュー*/



.header_02 .gNavi_list {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style: none;
  width: 453px;
  height: 49px;
}

.header_02 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}


/************************************ header_03　左ロゴ縦いっぱい・右H1/メニュー*/

.header_03 .ci {
  width: 408px;
}

@media screen and (max-width: 640px) {
  .header_03 {
    width: 100%;
  }
  .header_03 .ci {
    margin-left: 0;
    margin: auto;
    float: none;
    width: 90%;
  }
}


/*グローバルメニュー*/

.header_03 .gNavi_list {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style: none;
  width: 453px;
  height: 49px;
}

.header_03 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}


.text-block_s-inline {
  display: block;
}

@media screen and (max-width: 640px) {
  .text-block_s-inline {
    display: inline-block;
  }
}




/************************************ コンテンツ*/

.contents {
  float: right;
  width: 700px;
}

@media screen and (max-width: 640px) {
  .contents {
    float: none;
    width: auto;
  }
}


/************************************ タイトル*/

.heading {
  margin-bottom: 15px;
}

.heading_h2 {
  position: relative;
  background: url(../images/h2.png) 0 center no-repeat;
  background-size: cover;
  max-height: 118px;
}

.title_h2 {
  position: absolute;
  top: 56%;
  right: 0;
  bottom: 0;
  left: 4%;
  height: 23px;
}

.heading_h3 {
  position: relative;
  background: url(../images/h3.png) 0 center no-repeat;
  background-size: cover;
  max-height: 50px;
}

.title_h3 {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 4%;
  height: 23px;
}

.heading_h4 {
  padding: 5px 15px 5px 10px;
  font-size: 16px;
  border-left: #f6bbb9 solid 5px;
  border-bottom: #a6a6a6 dashed 2px;
}

.heading_h5 {
  color: #f6bbb9;
  font-weight: bold;
}

.heading_h6 {
  padding: 5px 15px 5px 10px;
  font-size: 16px;
  border-left: #f6bbb9 solid 5px;
  border-bottom: #a6a6a6 dashed 2px;
}



@media screen and (max-width: 640px) {
  .title_h2 {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 4%;
    height: 20px;
  }
  .heading_h3 {
    padding: 1px 0;
  }
  .title_h3 {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 25%;
    left: 4%;
    height: 16px;
  }
  .heading {
    margin-bottom: 5px;
  }
}

.cont-r {
  font-size: 14px;
  text-align: right;
  margin: 10px 0 0 0;
}

.cont-r a,
.number a,
.detail_navi a,
.more_link a,
.heading_h3 a {
  color: #5a5a5a;
  text-decoration: none;
}

.cont-r a:hover,
.number a:hover,
.detail_navi a:hover,
.more_link a:hover,
.heading_h3 a:hover {
  text-decoration: underline;
}

.postdate {
  font-size: 14px;
}

.number {
  min-height: 30px;
  text-align: center;
}

.number a {
  display: inline-block;
  margin: 0 5px;
}

.current {
  font-weight: bold;
  margin: 0 5px;
}

.kitchenBlog {}

.kitchenBlog .rssBody {
  padding: 10px;
}

.kitchenBlog .rssRow {
  margin-top: 6px;
  padding-top: 6px;
  border-top: dotted 1px #999;
}

.kitchenBlog .rssRow:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.kitchenBlog .rssRow div {
  padding-right: 1em;
  display: inline;
}

.kitchenBlog .rssRow h4 {
  display: inline;
}

.kitchenBlog .rssRow p {}


/************************************ サイドバナー*/

.heading_fig {
  padding-top: 15px;
  text-align: center;
}

.figRight:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/************************************ コンテンツニュース*/

.top_blog_list {
  width: 100%;
  border-collapse: collapse;
}

.top_blog_list tbody td {
  background: url(../images/top_list_body.png) center repeat;
  background-size: 100% auto;
}

.top_blog_list tfoot td {
  background: url(../images/top_list_body.png) center repeat;
  background-size: cover;
}

.top_list_body {}

.news {
  display: block;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  left: 8%;
  max-width: 648px;
  max-height: 120px;
  margin: 13% auto 0 auto;
}


.news_list-head {
  margin-bottom: 5px;
}

.news_list time {
  margin-right: 10px;
}

.no_icon {}

.news_list-head img {
  display: inline-block;
  margin: 0 10px 0 0;
}

.news_list-description {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .news {
    margin-bottom: 20px;
  }
  .news_list {
    display: block;
    width: 90%;
    background-image: none;
  }
  .news_list-head {
    width: 100%;
    margin: auto;
    padding: 10px 0 0 0;
    display: block;
    text-align: left;
  }
}


/************************************ サイドバー*/

.rNavi {
  float: left;
  width: 230px;
}

.top_side_03 {
  background: url(../images/top_side_03_01.png) center no-repeat;
  width: 230px;
  height: 330px;
  margin: auto;
}


.top_side_03 a {
  color: #444;
}



.top_side_05 a {
  color: #444;
}



.side-blog header,
.side-blog-bottom {
  text-align: center;
}



.side-blog-bottom {
  line-height: 0;
}

@media screen and (max-width: 640px) {
  .rNavi {
    float: none;
    width: auto;
  }
  .infoarea {
    margin: auto;
    width: 230px;
  }
  .information_list {
    padding-left: 20px;
  }
  .information_list-term {
    margin-top: 1em;
  }
}


/************************************ フッター */


/************************************ footer_01 */

.footer_01 {
  padding-top: 30px;
  background: #f8f5ef;
  color: #666;
}

.footer_01 .dl-horizontal dt {
  width: 40px;
}

.footer_01 .dl-horizontal dd {
  margin-left: 0;
}

.sitemap_list {
  text-align: left;
}

.footer_01 .sitemap_list-item {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 12px;
}

.sitemap_list-item a {
  color: #5a5a5a;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #5a5a5a;
  padding-right: 5px;
  padding-left: 5px;
}

.sitemap_list-item:last-child a {
  border: none;
}

.footer_01 .sitemap_list-item a:hover {
  text-decoration: underline;
}

.footer_01 .sitemap {
  margin-top: 30px;
}

.footer_01 .sitemap01 {
  width: 140px;
}

.footer_01 .sitemap02 {
  width: 140px;
}

.footer_01 .sitemap03 {
  width: 140px;
}

.sitemap_list-item:last-child a {
  border: none;
}

.footer_02 .sitemap_list-item a:hover {
  text-decoration: underline;
}

.footer_01 .copyright_typo {
  font-family: 'ipaexg';
  font-size: 12px;
  padding: 5px 0;
}

@media screen and (max-width: 640px) {
  .footer_01 .copyright_typo {
    font-size: 10px;
  }
}


/************************************ footer_02 */

.footer_02 {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: solid 1px #f8f4ef;
  background: #f8f4ef;
}

.footer_02 .footer_sitemap {
  margin: auto;
  width: 960px;
}

.footer_02 .footer_copyright {
  margin: auto;
  margin-top: 60px;
  width: 960px;
}

.footer_02 .sitemap_list {
  text-align: center;
}


.footer_02 .sitemap_list-item a {
  color: #fff;
  text-decoration: none;
}

.footer_02 .sitemap_list-item a:hover {
  text-decoration: underline;
}

.footer_02 .copyright_typo {
  text-align: right;
  font-family: 'ipaexg';
  font-size: 11px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .footer_02 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: solid 1px #5d4d6a;
    background: #23043d;
  }
  .footer_02 .footer_sitemap {
    margin: auto;
    width: 100%;
  }
  .footer_02 .footer_copyright {
    margin: auto;
    margin-top: 20px;
    width: 100%;
  }
  .footer_02 .sitemap_list {
    text-align: center;
  }
  .footer_02 .sitemap_list-item {
    margin: 0 5px;
    padding-left: 10px;
    display: inline-block;
    font-family: 'ipaexg';
    font-size: 11px;
    background: url(../images/shared/ico_arrow_small.png) 0 50% no-repeat;
  }
  .footer_02 .sitemap_list-item a {
    color: #fff;
    text-decoration: none;
  }
  .footer_02 .sitemap_list-item a:hover {
    text-decoration: underline;
  }
  .footer_02 .copyright_typo {
    text-align: center;
    font-family: 'ipaexg';
    font-size: 10px;
    color: #fff;
  }
}


/************************************ページトップボタン*/

.pagetop {
  clear: both;
  text-align: right;
}

.pagetop_btn {
  display: inline-block;
  width: 128px;
  height: 46px;
}


/************************************テーブル (01_04 追加)*/

.table-bordered {
  border-collapse: collapse;
  border: solid 1px #eeeeee;
  width: 100%;
}

.table-bordered td {
  background: #fff;
}

.table-bordered th,
.table-bordered td {
  border: solid 1px #eeeeee;
  padding: 5px 10px;
}

.table-bordered th {
  width: 34%;
  vertical-align: middle;
  color: #fff;
  background: #9ECFE9;
}

.table-bordered th.c001 {
  background: #d47f1e;
}

.table-bordered th.c002 {
  background: #ffacac;
}

.table-bordered th.c003 {
  background: #59bfb3;
}

.table-bordered th.c004 {
  background: #7ec225;
}

.table-bordered th.c005 {
  background: #aa44b7;
}

.pc-columnlayout {
  display: table-cell;
  width: 50%;
  border-collapse: collapse;
  border: solid 1px #eeeeee;
}

.pc-columnlayout dt {
  border-bottom: solid 1px #eeeeee;
  padding: 5px 10px;
  color: #fff;
  background: #9ECFE9;
}

.pc-columnlayout dd {
  padding: 5px 10px;
  min-height: 116px;
}


/* Table
========================================================================== */

.tcaption {
  background: #09F;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border: solid 1px #ccc;
}

.dynamic_tbox {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .dynamic_tbox .dynamic_thead {
    display: table-header-group;
  }
  .dynamic_tbox .dynamic_tbody {
    display: table-row-group;
  }
  .dynamic_tbox .dynamic_tfoot {
    display: table-footer-group;
  }
  .dynamic_tbox dl {
    display: table-row;
  }
  .dynamic_tbox dt {
    width: 25%;
    display: table-cell;
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: 5px 10px;
    color: #fff;
    background: #9ECFE9;
  }
  .dynamic_tbox dd {
    width: 25%;
    padding: 5px 10px;
    display: table-cell;
    border: solid 1px #ccc;
    border-collapse: collapse;
  }
  .dynamic_tbody dl dd:nth-child(2) {}
  .dynamic_tbody dl dt:nth-child(2n+1) {
    display: none;
    text-align: center;
    height: auto;
  }
  .dynamic_tbody dl>*:first-child {
    display: none;
  }
  .dynamic_tbody dl>*:first-child+*+* {
    display: none;
  }
  .dynamic_tbody dl>*:first-child+*+*+*+* {
    display: none;
  }
  .dynamic_tbody dl>*:first-child+*+*+*+*+*+* {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .dynamic_thead {
    display: none;
  }
  .dynamic_tbody {
    display: table-row-group;
  }
  .dynamic_tfoot {
    display: table-footer-group;
  }
  .thead_top dt,
  .thead_top dd {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #ccc;
  }
  .thead_top dt {
    color: #fff;
    background: #9ECFE9;
  }
  .dynamic_tbody dl {
    margin-bottom: 20px;
  }
  .thead_left dt,
  .thead_left dd {
    display: block;
  }
  .thead_left dt {
    clear: left;
    float: left;
    width: 10%;
    border: solid 1px #ccc;
  }
  .thead_left dd {
    width: 90%;
    margin: 0 -10px 0 10%;
    border: solid 1px #ccc;
  }
}


/************************************テーブルレスポンシブ*/

@media screen and (max-width: 640px) {
  .sp-listlayout {
    border: none !important
  }
  .sp-listlayout tr {
    display: block;
    margin-bottom: 5px
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    width: 100%;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .sp-listlayout {
    table-layout: fixed
  }
  .sp-listlayout * {
    word-wrap: break-word
  }
  .pc-columnlayout {
    display: table;
    width: 100%;
    border: none;
  }
}


{
  border-bottom: #dddddd solid 1px !important;
}

.mw_wp_form dl dt,
.mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}

.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}

.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}

.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}

.mw_wp_form dl dd textarea {
  width: 90%;
}

.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}

.mw_wp_form dl dd label input[type="checkbox"],
.mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}

.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}

.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}

.mw_wp_form p.mwform-btn input:active,
.mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}

.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
  * エラーメッセージ
  */
}

.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}

.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}

.mw_wp_form .mwform-require {
  color: #EE4D89;
  font-size: 85%;
}

.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}

.mw_wp_form .mwform-note {
  font-size: 85%;
}

.submit_btn input[type=submit] {
  display: block;
  width: 40%;
  height: 30px;
  color: #fff;
  border: solid 1px #fff;
  background: #9ECFE9;
  cursor: pointer;
  margin: auto;
}

.submit_btn input[type=submit]:hover {
  opacity: 0.6;
}

.mw_wp_form mw_wp_form_complete p {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
  }
  .mw_wp_form dl dd {
    border-left: none;
  }
}


/************************************アーカイブ関連*************************************/



/************************************特記 スマホ時*************************************/

@media screen and (max-width: 640px) {}



/* スライドショー */


/* .viewer
------------------------- */

.viewer {
  margin: 0 auto;
  width: 1020px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .viewer {
    width: 100%;
  }
}

.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.viewer ul li img {
  width: 100%;
}


/* =======================================
ClearFixElements
======================================= */

.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.viewer ul {
  display: inline-block;
  overflow: hidden;
}


/************************************ meanmenu（スマホ用メニュー）*/

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #eaa1a9;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #f8f4ef;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #000;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #000;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

