@charset "UTF-8";
.category-tag {
  font-family: 'Oswald', sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 1em;
  height: 1.25em;
  line-height: 1.25;
  margin: 0; }

.slide_selector .category-tag {
  font-size: 24px; }

/* Basic Information */
.category-tag-1 {
  background: #e2041b; }

/* Recreation */
.category-tag-2 {
  background: #e7c505; }

/* Living In */
.category-tag-3 {
  background: #e7c505; }

/* Health & Safety */
.category-tag-4 {
  background: #59b9c6; }

/* Feature */
.category-tag-5 {
  background: #4a488e; }

/* Travel & Transportation */
.category-tag-168 {
  background: #f08300; }

/* Venue Finder */
.category-tag-173 {
  background: #ec78ab; }

.category-line {
  border-left: 4px solid #000;
  padding-left: 10px; }

.category-line-narrow {
  padding-left: 5px; }

/* Basic Information */
.category-line-1 {
  border-color: #e2041b; }

/* Recreation */
.category-line-2 {
  border-color: #e7c505; }

/* Living In */
.category-line-3 {
  border-color: #e7c505; }

/* Health & Safety */
.category-line-4 {
  border-color: #59b9c6; }

/* Feature */
.category-line-5 {
  border-color: #4a488e; }

/* Travel & Transportation */
.category-line-168 {
  border-color: #f08300; }

/* Venue Finder */
.category-line-173 {
  border-color: #ec78ab; }

@media (max-width: 860px) {
  .category-tag {
    font-size: 14px; }
  .slide_selector .category-tag {
    font-size: 14px; } }

/* CSS Rules: Sorted alphabetically for better organization. */
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 100%;
  vertical-align: baseline; }

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

button,
input,
select,
textarea {
  overflow: visible;
  width: auto;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

textarea {
  overflow: auto;
  vertical-align: text-top; }

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  float: none;
  clear: both;
  width: 100%;
  height: 1px;
  border: none;
  color: #ddd;
  background: #ddd; }

hr.space {
  color: #fff;
  background: #fff; }

/* =Base
-------------------------------------------------------------- */
html {
  height: 100%; }

body {
  color: #555;
  /* 20160624 background: #efefef; */
  background: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word; }

i,
em,
dfn,
cite {
  font-style: italic; }

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal; }

b,
strong {
  font-weight: 700; }

pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background: #f4f4f4;
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap: break-word; }

del {
  color: #555;
  text-decoration: line-through; }

ins,
dfn {
  border-bottom: 1px solid #ccc; }

sup,
sub,
small {
  font-size: 85%; }

abbr,
acronym {
  font-size: 85%;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

a abbr,
a acronym {
  border: none; }

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #ccc;
  cursor: help; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  /* margin-bottom: 2.127659574468%; */
  padding-top: 0; }

.grid-right {
  float: right;
  /* margin-bottom: 2.127659574468%; */
  padding-top: 0; }

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  margin-right: 2.127659574468%; }

.col-60 {
  width: 6.382978723404%; }

.col-140 {
  width: 14.893617021277%; }

.col-220 {
  width: 23.404255319149%; }

.col-300 {
  width: 31.914893617021%; }

.col-380 {
  width: 40.425531914894%; }

.col-460 {
  width: 48.936170212766%; }

#featured .col-460 {
  width: 66.1928934%; }

.col-540 {
  width: 57.446808510638%; }

.col-620 {
  width: 65.957446808511%; }

.col-700 {
  width: 74.468085106383%; }

.col-780 {
  width: 82.978723404255%; }

.col-860 {
  width: 91.489361702128%; }

.col-940 {
  width: 100%; }

.fit {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.none {
  display: none; }

.hide-desktop {
  display: none; }

.show-desktop {
  display: block; }

/* =Responsive Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

.ie8 img {
  width: auto\9;
  height: auto; }

.ie8 img.size-large {
  width: auto;
  max-width: 60%; }

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

/* =Links
-------------------------------------------------------------- */
a {
  /* color: #06c; */
  color: #667;
  font-weight: 400;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #337;
  text-decoration: underline; }

::selection {
  color: #fff;
  background: #999;
  text-shadow: none; }

/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  padding: 2px 0;
  font-weight: 700; }

legend {
  padding: 2px 5px; }

fieldset {
  margin: 0 0 1.5em;
  padding: 1em 2em;
  border: 1px solid #ccc; }

select,
input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: text; }

select {
  max-width: 100%;
  height: auto; }

area,
textarea {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2); }

map area {
  padding: 0;
  border: 0; }

input,
select {
  cursor: pointer; }

area:focus,
input:focus,
textarea:focus {
  border: 1px solid #6cf; }

input[type="text"],
input[type="password"] {
  cursor: text; }

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%; }

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #f0c36d;
  color: #212121;
  background-color: #f9edbe;
  text-align: center; }

.msie-box a {
  color: #212121; }

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #ddd; }

table {
  width: 100%;
  border-collapse: collapse; }

/* =Lists
-------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: disc; }

ol {
  margin: 0;
  padding: 0;
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal; }

dt {
  font-weight: 400; }

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  overflow: auto;
  margin: 20px;
  padding: 0 0 10px 12px;
  border: none;
  border-left: 4px solid #d6d6d6;
  background: #f9f9f9; }

blockquote p {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 26px; }

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  line-height: 1.0em;
  word-wrap: break-word; }

h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2.625em;
  /* = 42px */ }

h2 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-size: 2.250em;
  /* = 36px */ }

h3 {
  margin-top: 0.857em;
  margin-bottom: 0.857em;
  font-size: 1.875em;
  /* = 30px */ }

h4 {
  margin-top: 1em;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  font-size: 1.500em;
  /* = 24px */ }

h5 {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  /* = 18px */ }

h6 {
  margin-top: 1.285em;
  margin-bottom: 1.285em;
  font-size: 1.000em;
  /* = 16px */ }

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 1.6em 0; }

th,
td {
  padding: 0.8em; }

caption {
  padding-bottom: 0.8em; }

blockquote {
  padding: 0 1em; }

blockquote:first-child {
  margin: 0.8em 0; }

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em; }

legend {
  padding-right: 0.8em;
  padding-left: 0.8em; }

legend + * {
  margin-top: 1em; }

input,
textarea {
  padding: 0.3em 0.4em 0.15em; }

select {
  padding: 0.1em 0.2em 0; }

option {
  padding: 0 0.4em; }

dt {
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em; }

li ul,
li ol {
  margin: 0; }

form div {
  margin-bottom: 0.8em; }

/* =Globals
-------------------------------------------------------------- */
#container {
  /*max-width: 985px;
	margin: 0 auto;*/
  width: 100%;
  padding: 0;
  margin-bottom: 100px; }

#wrapper {
  clear: both;
  position: relative;
  max-width: 985px;
  margin: 20px auto 20px auto;
  padding: 0 20px 20px 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.front-page #wrapper {
  margin: 20px auto 20px auto;
  padding: 0;
  border: none;
  background-color: transparent; }

#header {
  margin: 0; }

#footer {
  clear: both;
  width: 100%;
  padding: 0;
  border-top: 4px solid #2ca9e1;
  background-color: #f7f7f7; }

#footer-wrapper {
  max-width: 985px;
  margin: 0 auto;
  padding: 40px 0 0 0; }

/* =Header
-------------------------------------------------------------- */
#headerIn {
  margin: 0 auto;
  max-width: 980px; }

#logo {
  float: left;
  /*margin: 0;
    max-width: 440px;*/ }

#search {
  float: right;
  margin: 0 0 20px 0; }

#search #orders {
  margin: 0;
  padding: 2px 0;
  text-align: right;
  padding: 2px 0 10px 0px;
  text-align: right; }

#search #orders a {
  color: #d66a35;
  font-size: 1.000em;
  font-family: 'Oswald', sans-serif;
  background: url(../icons/orders.gif) no-repeat left top;
  padding: 0 0 6px 30px; }

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
  border: 2px solid #aaaaaa !important;
  box-shadow: none !important;
  margin: 0 !important; }

div[id*="ajaxsearchlite"] {
  background-color: #e8e8e8  !important;
  box-shadow: none !important;
  z-index: 10000 !important; }

div[id*="ajaxsearchlite"] .probox .promagnifier {
  background: none !important; }

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox div.proinput input {
  font-family: 'Oswald', sans-serif !important;
  font-size: 16px !important; }

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox div.proinput input {
  font-family: 'Oswald', sans-serif !important; }

.site-name {
  display: block;
  padding-top: 0;
  /*font-size: 2.063em;*/
  /* = 33px */
  font-size: 2.500em;
  line-height: 1.0em;
  font-style: italic; }

.site-name a {
  font-family: "Oswald", sans-serif !important;
  color: #2ca9e1;
  font-size: 40px;
  font-style: italic;
  font-weight: bold; }

.site-description {
  display: block;
  margin: 4px 0 0 0;
  color: #045d85;
  /*font-size: 0.875em;*/
  /* = 14px */
  font-size: 16px;
  font-style: italic; }

/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 20px;
  margin-bottom: 20px; }

#content-full {
  margin-top: 20px;
  margin-bottom: 20px; }

#content-blog {
  margin-top: 20px;
  margin-bottom: 20px; }

#content-images {
  margin-bottom: 20px; }

#content-search {
  margin-top: 20px;
  margin-bottom: 20px; }

#content-archive {
  margin-top: 40px;
  margin-bottom: 20px; }

#content-sitemap {
  margin-top: 40px;
  margin-bottom: 20px; }

#content-sitemap a {
  font-size: 12px; }

#content .sticky {
  clear: both; }

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none; }

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 30px 0 40px 0;
  padding: 10px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9; }

#author-meta img {
  float: left;
  padding: 10px 15px 0 5px; }

#author-meta p {
  margin: 0;
  padding: 5px; }

#author-meta .about-author {
  margin: 10px 0 0 0;
  font-weight: 700; }

/* =Crousel
-------------------------------------------------------------- */
.slide_selector {
  position: relative;
  height: 426px;
  overflow: hidden; }

.slide_selector .slick-next.slick-arrow {
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -120px;
  z-index: 9999; }

.slide_selector .slick-prev.slick-arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -120px;
  z-index: 9999; }

.slide_selector .slick-prev.slick-arrow,
.slide_selector .slick-next.slick-arrow {
  color: #fff;
  text-shadow: 2px 2px 3px #333; }

.slide_selector .slick-dots {
  position: absolute;
  bottom: 24px;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.slide_selector .slick-dots li {
  display: inline-block;
  margin-left: 20px;
  transition: transform .1s linear; }

.slide_selector .slick-dots li:first-child {
  margin-left: 0; }

.slide_selector .slick-dots li.slick-active {
  transform: scale(1.5); }

.slide_selector .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  outline: none;
  cursor: pointer; }

.slide_selector .su-posts .su-post {
  height: 426px;
  margin-bottom: 0; }

.slide_selector .su-posts .su-post .img_Recommend {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp/wp-content/uploads/noImg2.gif") no-repeat center center;
  background-size: cover; }

.slide_selector .su-posts .su-post .txt_Recommend .post-teaser-excerpt {
  display: none; }

.slide_selector .su-posts .su-post .txt_Recommend h2 a {
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 3px #333; }

.slide_selector .su-posts .su-post .txt_Recommend {
  max-width: 985px;
  width: auto;
  float: none;
  margin: 0 auto; }

.slide_selector .su-posts .slick-list .photo-attribute {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }

.slide_selector .su-posts .slick-list .photo-attribute a {
  color: #fff; }

.slide_selector .su-posts .su-post {
  position: relative !important; }

.slide_selector .recInfo {
  background: rgba(255, 255, 255, 0.23) left bottom;
  padding: 20px 0 60px;
  position: absolute;
  bottom: 0;
  width: 100%; }

/* =Featured Content
-------------------------------------------------------------- */
#featured {
  width: 99.893617021277%;
  padding-bottom: 0px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

#featured p {
  padding: 0;
  font-size: 16px;
  line-height: 1.0;
  text-align: left; }

#featured #featured-image.col-460 {
  margin: 0 0 0 0;
  width: 30.807107%; }

#featured-image .fluid-width-video-wrapper {
  margin-left: -20px; }

.featured-image img {
  margin-top: 44px; }

/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px; }

#cancel-comment-reply-link {
  color: #900; }

.post-data {
  clear: both;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700; }

.post-data a {
  color: #111; }

.post-entry {
  clear: both; }

.post-meta {
  clear: both;
  margin-bottom: 10px;
  color: #9f9f9f;
  font-size: 12px;
  text-align: right; }

.post-edit {
  display: block;
  clear: both;
  margin: 1.5em 0;
  font-size: 12px; }

.post-search-terms {
  clear: both; }

.read-more {
  font-weight: 700;
  text-align: right; }

.attachment-entry {
  clear: both;
  text-align: center; }

.home-widgets h4, #featured-image h4, #featured-content h4 {
  margin-left: 0 !important;
  font-weight: 500; }

div.su-posts-teaser-loop {
  margin: 0 !important; }

.date_featured {
  display: none; }

/* =tag
-------------------------------------------------------------- */
.cate5,
.subcate5 {
  max-width: 156px;
  background: #4a488e;
  padding: 3px 0 !important;
  text-align: center !important;
  margin: 0;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Oswald', sans-serif; }

.subcate173 {
  max-width: 156px;
  background: #674598;
  padding: 3px 0 !important;
  text-align: center !important;
  margin: 0;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Oswald', sans-serif; }

.cate15 {
  max-width: 156px;
  background: #00a381;
  padding: 3px 0 !important;
  text-align: center !important;
  margin: 0;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Oswald', sans-serif; }

.cate4 {
  max-width: 156px;
  background: #59b9c6;
  padding: 3px 0 !important;
  text-align: center !important;
  margin: 0;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Oswald', sans-serif; }

#lastupdated .su-posts .tag173 {
  border-left: 4px solid #674598 !important;
  padding-left: 7px; }

#lastupdated .su-posts .tag5 {
  border-left: 4px solid #4a488e !important;
  padding-left: 7px; }

#lastupdated .su-posts .tag15 {
  border-left: 4px solid #00a381 !important;
  padding-left: 7px; }

.cate21 {
  text-indent: -97px;
  max-width: 156px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0; }

.cate21:after {
  content: "Health & Safety";
  font-family: 'Oswald', sans-serif;
  background: #59b9c6;
  font-size: 16px;
  line-height: 1.0;
  color: #fff;
  padding: 3px 27px !important;
  text-align: center;
  text-indent: 0;
  display: inline-block;
  max-width: 156px; }

#lastupdated {
  margin-top: 30px; }

#latest_entry {
  margin-top: 40px; }

#home_widget_5, #home_widget_3, #topAccess {
  margin-top: 50px; }

#home_widget_5 {
  margin-bottom: 30px; }

/* =recommend
-------------------------------------------------------------- */
.home-widgets h4, #featured-image h4, #featured-content h4 {
  font-family: "Oswald", sans-serif !important;
  font-size: 26px !important;
  color: #232323 !important;
  margin-top: 0 !important; }

.su-posts-teaser-loop img {
  margin-bottom: 0 !important; }

.post-teaser-excerpt .excerpt_Recommend {
  margin: 0; }

.post-teaser-excerpt .excerpt_Recommend a {
  font-size: 16px;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  color: #232323; }

.post-teaser-excerpt .excerpt_Recommend a:hover {
  color: #232323; }

#featured .post-teaser-excerpt .date {
  font-size: 12px;
  margin: 10px 0 0 0;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important; }

#featured #recommended .post-teaser-excerpt .date_featured {
  font-size: 12px;
  margin: 0;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  display: inherit;
  color: #232323;
  position: absolute;
  bottom: 0; }

#featured #recommended {
  margin-bottom: 10px; }

#featured #recommended .su-posts-teaser-loop .su-post {
  margin-bottom: 20px !important; }

#recommended p {
  margin: 0; }

/* 何故か現れるpタグ対策 */
#recommended .su-post {
  position: relative !important; }

#recommended .su-post a.su-post-anchor {
  display: block; }

#recommended .su-post .img_Recommend {
  height: 133px;
  background: url("/wp/wp-content/uploads/noImg2.gif") no-repeat center center;
  background-size: cover; }

#recommended .su-post .img_Recommend a {
  display: block;
  width: 200px;
  height: 133px; }

#recommended .su-post .txt_Recommend {
  height: 133px;
  width: calc(100% - 210px);
  position: relative; }

#recommended .su-post .post-teaser-title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #232323;
  margin-bottom: 1ex; }

#recommended .su-post a:hover .post-teaser-title,
#recommended .su-post a:hover .post-teaser-excerpt {
  text-decoration: underline; }

#recommended .su-post .post-teaser-excerpt {
  position: static !important; }

#recommended .su-post .post-teaser-excerpt .excerpt_Recommend {
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  color: #232323; }

/* =topStories
-------------------------------------------------------------- */
#latest_entry ul {
  margin: 0;
  padding: 0; }

#latest_entry ul li {
  list-style: none;
  width: 32%;
  float: left;
  position: relative;
  margin-right: 2%;
  position: relative; }

#latest_entry ul li a.su-post-anchor {
  display: block; }

#latest_entry ul li p {
  margin: 0; }

#latest_entry ul li .img_topstories {
  width: 100%;
  height: 133px;
  background: url("/wp/wp-content/uploads/noImg2.gif") no-repeat center center;
  background-size: cover; }

#latest_entry ul li .img_topstories a.su-post-anchor {
  display: block;
  width: 210px;
  height: 133px; }

#latest_entry ul li:last-child {
  margin-right: 0; }

#latest_entry ul li .category-tag {
  position: absolute;
  top: 5px;
  left: 5px; }

#latest_entry ul li a:hover {
  text-decoration: none; }

#latest_entry ul li h2.title {
  margin: 5px 0 0 0;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #232323;
  font-weight: 500; }

#latest_entry ul li a:hover h2.title {
  text-decoration: underline; }

#latest_entry ul li .time {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  color: #232323; }

#latest_entry ul li a.su-post-anchor:hover .time {
  text-decoration: none !important;
  color: #232323; }

#latest_entry ul li .photo-attribute {
  position: static; }

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
  display: none; }

/* =featured
-------------------------------------------------------------- */
#featuredArea .su-posts-teaser-loop h2.su-post-title {
  margin: 0; }

/* =venue pickups
-------------------------------------------------------------- */
#recommended-venues-widget .widget-wrapper {
  background: none;
  padding: 0;
  border: none; }

#recommended-venues-widget .widget-wrapper .txt_venues {
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  color: #232323;
  margin: 0; }

#recommended-venues-widget .widget-wrapper .su-post-venues {
  /*width: 320px;*/
  width: 49%;
  margin-bottom: 20px;
  position: relative; }

#recommended-venues-widget .widget-wrapper .su-post-venues:first-child,
#recommended-venues-widget .widget-wrapper .su-post-venues:nth-child(3) {
  margin-right: 7px; }

#recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt h4 {
  margin: 0;
  border-bottom: none;
  font-size: 16px !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 500; }

#recommended-venues-widget .widget-wrapper .su-post-venues a.su-post-anchor:hover .post-teaser-venue-excerpt h4 {
  text-decoration: underline; }

#recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt .date {
  font-size: 12px;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  position: absolute;
  bottom: 0;
  margin: 0 !important; }

#recommended-venues-widget .widget-wrapper .su-post-venues .img_venues {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  float: left;
  background: url("/wp/wp-content/uploads/Eyecatch_venue.jpg") no-repeat center center;
  background-size: cover; }

#recommended-venues-widget .widget-wrapper .su-post-venues a.su-post-anchor {
  display: block;
  width: 320px;
  height: 120px; }

#recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt {
  width: calc(100% - 136px);
  float: right;
  height: 120px;
  position: relative; }

#recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt a.su-post-anchor:hover {
  text-decoration: underline; }

#recommended-venues-widget .photo-attribute {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 136px); }

/* =follow us on facebook
-------------------------------------------------------------- */
#widgets.fbArea .widget-wrapper {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

/*#widgets.fbArea .fb_iframe_widget { width: 100% !important; }
#widgets.fbArea .fb_iframe_widget span { width: 650px !important; }
#widgets.fbArea .fb_iframe_widget iframe { width: 100% !important; }
#home_widget_2 ._2p3a { min-width: 100% !important; }*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/* =booklet edition
-------------------------------------------------------------- */
#home_widget_3.booklet .widget-wrapper {
  background: #eeeeee;
  border: none;
  border-radius: 0; }

#home_widget_3.booklet #text-3 {
  padding: 8px 10px; }

#home_widget_3.booklet a img.alignnone {
  margin: 0; }

#home_widget_3.booklet .imgBooklet {
  float: left;
  width: 136px; }

#home_widget_3.booklet .txtBooklet {
  float: right;
  width: 126px;
  position: relative;
  height: 192px; }

#home_widget_3.booklet .txtBooklet .comment {
  font-size: 16px;
  font-family: "Times New Roman", "MeiryoKe_PGothic", sans-serif !important;
  margin: 0; }

#home_widget_3.booklet .txtBooklet p:last-child {
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #2ca9e1;
  background: #2ca9e1;
  border-radius: 3px;
  padding: 3px 6px;
  color: #fff;
  margin: 98px 0 0 0px;
  position: absolute;
  bottom: 0; }

#home_widget_3.booklet .txtBooklet p:last-child a {
  color: #fff;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  display: flex;
  align-items: center; }

#home_widget_3.booklet .txtBooklet p:last-child a:hover {
  text-decoration: none;
  opacity: 0.8; }

#home_widget_3.booklet .txtBooklet p:last-child a .fa {
  margin: 0px 0 0 5px;
  text-align: right;
  font-weight: bold;
  width: 15px !important; }

#home_widget_3.booklet .txtBooklet p:last-child a .fa.fa-lg {
  vertical-align: 0 !important;
  font-size: 1.6em !important; }

/* =sponsored
-------------------------------------------------------------- */
#sponsored-widget #home_widget_1 .widget-wrapper {
  border: none;
  background: none;
  padding: 0;
  margin: 0; }

#sponsored-widget #home_widget_1 .widget-wrapper #sponsored-widget img {
  margin: 0; }

.ad_banner_list {
  list-style: none;
  margin: 0;
  padding: 0; }

.ad_banner_item {
  text-align: center; }

.ad_banner_item + .ad_banner_item {
  margin-top: 10px; }

.ad_banner_anchor {
  display: inline-block;
  width: 300px;
  height: 100px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: opacity .1s linear; }

.ad_banner_anchor:hover {
  opacity: 0.7; }

.ad_banner_code {
  font-size: 0;
  line-height: 0; }
  .ad_banner_code img {
    margin: 0 !important; }

.sponsored-widget-parts {
  display: none; }

@media screen and (max-width: 860px) {
  #sponsored-widget {
    display: none; }
  .ad_banner_list {
    width: 300px;
    margin: 0 auto; }
  .ad_banner_item {
    border: 1px solid #979797;
    width: 300px;
    margin: 0 auto; }
  .sponsored-widget-parts {
    display: block;
    margin: 50px 0;
    width: 100%;
    border-radius: 4px;
    position: relative; }
  /*.sponsored-widget-parts:after {
		content: "ad";
		display: block;
		padding: 0 4px 0 8px;
		border-radius: 0 4px 0 0;
		font-size: 8px;
		line-height: 1.4;
		background-color: #232323;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;

	}*/ }

/* last updated
-------------------------------------------------------------- */
#lastupdated .su-post {
  margin-bottom: 10px; }

#lastupdated .su-posts .su-post .txt_Recommend {
  float: none;
  width: auto; }

#lastupdated .txt_Recommend p.date {
  text-align: left;
  margin-top: 4px; }

#lastupdated .su-posts-teaser-loop h2.su-post-title {
  margin: 2px 0 0 0; }

#lastupdated .su-posts-teaser-loop h2.su-post-title a {
  font-size: 14px !important;
  font-weight: 500; }

/* =topaccess 
-------------------------------------------------------------- */
#topAccess dl dt {
  margin: 0; }

#topAccess ul.wpp-list {
  margin: 0;
  padding: 0; }

#topAccess ul.wpp-list dl {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between; }

#topAccess ul.wpp-list dl dt {
  position: relative; }

#topAccess ul.wpp-list dl dt,
#topAccess ul.wpp-list dl dd {
  flex: 1 1 50%;
  width: auto; }

#topAccess ul.wpp-list dl dd {
  position: relative; }

#topAccess ul.wpp-list dl dd .photo-attribute {
  position: absolute;
  bottom: 0;
  right: 0; }

#topAccess ul.wpp-list dl dt,
#topAccess ul.wpp-list dl dt img {
  width: auto; }

#topAccess ul.wpp-list dl dd a.wpp-post-title {
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  margin: 0 0 0 10px;
  color: #232323 !important; }

/* =topaccess tag */
#topAccess ul.wpp-list .img_topaccess {
  background: url("/wp/wp-content/uploads/noImg2.gif") no-repeat center center;
  background-size: cover;
  width: auto;
  height: 100px;
  display: block; }

#topAccess .wpp-post-title {
  font-weight: 500; }

#topAccess .wpp-list dt .category-tag {
  position: absolute;
  top: 5px;
  left: 5px; }

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  margin-left: 5px;
  color: #aaa;
  font-size: 18px; }

.form-allowed-tags {
  display: none;
  font-size: 10px; }

/* =Widgets
-------------------------------------------------------------- */
#widget_sp {
  display: none; }

.widget-wrapper {
  /* margin: 0 0 20px; */
  padding: 20px;
  /* 20160628 border: 1px solid #e5e5e5; */
  border: 1px solid #dcf5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* 20160628 background-color: #f9f9f9; */
  background-color: #dcf5f5; }
  .widget-wrapper#text-22 {
    padding: 0px;
    border: 0px;
    margin: 0px;
    text-align: center; }
    .widget-wrapper#text-22 p {
      margin: 0; }
    .widget-wrapper#text-22 img {
      margin: 5px 0; }

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
  width: 75%; }

#widgets {
  margin-top: 50px; }

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#widgets form {
  margin: 0; }

#widgets ul,
#widgets ol {
  padding: 0 0 0 20px; }

#widgets ul li a {
  display: inline;
  text-decoration: none; }

#widgets .widget-title img {
  float: right;
  position: relative;
  top: 4px;
  width: 11px;
  height: 11px; }

#widgets .rss-date {
  padding: 6px 12px;
  line-height: 18px; }

#widgets .rssSummary {
  padding: 10px; }

#widgets cite {
  padding: 6px 12px;
  font-style: normal;
  line-height: 18px; }

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  margin: 0;
  line-height: 1.5em;
  word-wrap: break-word; }

#widgets .textwidget a {
  display: inline; }

#widgets ul .children {
  padding: 0 0 0 10px; }

#widgets .author {
  padding-top: 4px;
  font-weight: 700; }

.widget_archive select,
#cat {
  display: block;
  margin: 0 15px 0 0; }

.colophon-widget {
  min-height: 0;
  background: none; }

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%; }

.top-widget {
  float: right;
  clear: right;
  width: 45%;
  min-height: 0;
  padding: 0 3px 0 0;
  border: none;
  background: none;
  text-align: right; }

.top-widget ul {
  padding: 0; }

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto; }

.top-widget #searchform {
  margin: 0; }

/* =Titles
-------------------------------------------------------------- */
.featured-title {
  margin: 0;
  padding-top: 40px;
  font-size: 60px;
  text-align: center;
  letter-spacing: -1px; }

.featured-subtitle {
  padding: 0 10px;
  text-align: center; }

.widget-title h3,
.widget-title-home h3 {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-align: left; }

.top-widget .widget-title h3 {
  padding: 0;
  font-size: 14px;
  text-align: right; }

.widget-title a {
  padding: 0 !important;
  border-bottom: none; }

.title-404 {
  color: #933; }

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto; }

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 0; }

.skip-link {
  float: right;
  margin-left: -100%;
  padding: 0.5em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 0.8125em;
  text-transform: uppercase; }

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  border: 1px solid #666; }

.custom-background .site {
  margin: 0 auto;
  -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
  -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
  box-shadow: 0 -5px 5px 4px #d5d5d5; }

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0; }

.top-menu li {
  display: inline;
  list-style-type: none; }

.top-menu li a {
  padding: 0 4px 0 8px;
  border-left: 1px solid #ccc;
  color: #333;
  font-size: 11px; }

.top-menu > li:first-child > a {
  border-left: none; }

.top-menu li a:hover {
  color: #333; }

.mainNavArea {
  background-color: #2ca9e1;
  position: relative; }

.main-nav {
  clear: both;
  max-width: 985px;
  min-width: 860px;
  margin: 0 auto; }

.main-nav #responsive_current_menu_item {
  display: none; }

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
  clear: both;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #fff; }

.sub-header-menu,
.sub-header-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sub-header-menu li {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0; }

.sub-header-menu li:hover {
  z-index: 10000;
  white-space: normal; }

.sub-header-menu li li {
  float: none; }

.sub-header-menu ul {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0; }

.sub-header-menu li:hover > ul {
  visibility: visible;
  top: 100%; }

.sub-header-menu li li:hover > ul {
  top: 0;
  left: 100%; }

.sub-header-menu:after,
.sub-header-menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "."; }

.sub-header-menu,
.sub-header-menu ul {
  min-height: 0; }

.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0; }

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #484848;
  text-decoration: none; }

.sub-header-menu ul {
  width: auto;
  min-width: 15em;
  margin-top: 1px; }

.sub-header-menu a {
  display: block;
  position: relative;
  height: 35px;
  margin: 0;
  padding: 0 0.9em;
  border-left: 1px solid #e5e5e5;
  color: #333;
  text-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  cursor: pointer; }

.sub-header-menu a:hover {
  background-color: #f9f9f9;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #f9f9f9; }

.sub-header-menu li li {
  width: auto;
  margin: -1px 0 1px 0;
  border: 1px solid #e5e5e5;
  color: #444;
  background: #fff;
  background-image: none;
  filter: none; }

.sub-header-menu li li a {
  height: auto;
  height: 20px;
  padding: 5px 10px;
  border: none;
  color: #444;
  text-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap; }

.sub-header-menu li li a:hover {
  border: none;
  color: #444;
  background: #f9f9f9;
  background-image: none;
  filter: none; }

.sub-header-menu ul > li + li {
  border-top: 0; }

.sub-header-menu li li:hover > ul {
  top: 0;
  left: 100%; }

.sub-header-menu > li:first-child > a {
  border-left: none; }

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none; }

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
  background: url(../../core/images/ie7-fix.gif) repeat; }

.ie7 .sub-header-menu li li a {
  min-width: 100%; }

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 0; }

.footer-menu li {
  display: inherit;
  list-style-type: none; }

.footer-menu li a {
  /*padding: 0 8px;*/
  padding: 0;
  border-left: none;
  color: #333; }

.footer-menu li a:hover {
  color: #222; }

.footer-menu > li:first-child > a {
  padding: 0 8px 0 0;
  border-left: none; }

.naviMenu {
  /*height: 285px;*/
  height: 310px; }

.naviMenu .naviMenu-list {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  list-style: none; }

.naviMenu .naviMenu-list li {
  font-size: 16px; }

.naviMenu .naviMenu-list li .sub-menu li {
  font-size: 14px; }

.naviMenu .naviMenu-list .menu-item-8753,
.naviMenu .naviMenu-list .menu-item-8752 {
  padding-bottom: 20px; }

.naviMenu .naviMenu-list li {
  display: block;
  padding: 0 0 7px 0; }

.naviMenu .naviMenu-list li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 500; }

.naviMenu .naviMenu-list li .sub-menu {
  padding: 7px 0 0 0; }

.naviMenu .naviMenu-list li .sub-menu li a {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300; }

.naviMenu .naviMenu-list li .sub-menu li .sub-menu {
  padding-left: 8px; }

.naviMenu .naviMenu-list .menu-item-8753 > a {
  color: #e2041b; }

.naviMenu .naviMenu-list .menu-item-8754 > a {
  color: #f08300; }

.naviMenu .naviMenu-list .menu-item-8760 > a {
  color: #e7c505; }

.naviMenu .naviMenu-list .menu-item-8766 > a {
  color: #00a381; }

.naviMenu .naviMenu-list .menu-item-8784 > a {
  color: #59b9c6; }

.naviMenu .naviMenu-list .menu-item-8789 > a {
  color: #4a488e; }

.naviMenu .naviMenu-list .menu-item-8752 > a {
  color: #ec78ab; }

.naviMenu .naviMenu-list .menu-item-8810 > a {
  color: #2ca9e1; }

.naviMenu .naviMenu-list .sub-menu li a {
  color: #232323; }

#header .naviMenu {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 10000;
  height: 0;
  transition: height .1s ease-out;
  overflow: hidden; }

#header .naviMenu .naviMenu-list {
  max-width: 985px;
  margin: auto;
  height: 400px;
  background-color: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }

#header .naviMenu.open {
  height: 408px;
  /*box-shadow込*/ }

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  clear: both;
  display: block;
  height: 28px;
  margin: 60px 0;
  padding: 0 5px;
  color: #111;
  font-size: 13px;
  line-height: 28px; }

.navigation a {
  padding: 4px 10px;
  color: #aaa; }

.navigation a:hover {
  color: #111;
  text-decoration: none; }

.navigation .previous {
  float: left; }

.navigation .next {
  float: right; }

.navigation .bracket {
  font-size: 36px; }

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  display: block;
  clear: both;
  margin: 10px 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700; }

.pagination a {
  text-decoration: none; }

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 13px; }

/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0; }

.commentlist {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none; }

.commentlist ol {
  list-style: decimal; }

.commentlist li {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.commentlist li cite {
  color: #111;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal; }

.commentlist li.alt {
  background: #f9f9f9; }

.commentlist .children {
  margin-left: 10px;
  padding: 10px;
  list-style: none; }

.commentlist .avatar {
  float: left;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle; }

.comment-author .says {
  color: #999; }

.comment-body .comment-meta {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #999;
  text-align: left; }

.comment-body .comment-meta a {
  font-size: 11px; }

.comment-body {
  clear: both;
  padding: 10px; }

.comment-body p {
  clear: both; }

.pingback,
.trackback {
  margin: 20px 0;
  list-style: none; }

.pingback cite,
.trackback cite {
  font-style: normal; }

#pings,
#comments {
  text-align: left; }

#respond {
  clear: both;
  margin-top: 15px;
  padding: 10px 20px 50px;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
  background-image: -moz-linear-gradient(top, #fff, #eaeaea);
  background-image: -ms-linear-gradient(top, #fff, #eaeaea);
  background-image: -o-linear-gradient(top, #fff, #eaeaea);
  background-image: linear-gradient(top, #fff, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea); }

#respond label {
  display: inline; }

.reply {
  margin: 10px 0; }

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
  width: 100%; }

.nocomments {
  color: #999;
  font-size: 0.9em;
  text-align: center; }

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
  max-width: 600px; }

.gallery-columns-2 .gallery-item {
  max-width: 300px; }

.gallery-columns-3 .gallery-item {
  max-width: 200px; }

.gallery-columns-4 .gallery-item {
  max-width: 150px; }

.gallery-columns-5 .gallery-item {
  max-width: 120px; }

.gallery-columns-6 .gallery-item {
  max-width: 100px; }

.gallery-columns-7 .gallery-item {
  max-width: 85px; }

.gallery-columns-8 .gallery-item {
  max-width: 75px; }

.gallery-columns-9 .gallery-item {
  max-width: 66px; }

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
  max-width: 900px; }

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
  max-width: 450px; }

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
  max-width: 300px; }

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
  max-width: 225px; }

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
  max-width: 180px; }

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
  max-width: 150px; }

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
  max-width: 125px; }

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
  max-width: 112.5px; }

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
  max-width: 100px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em; }

img.wp-smiley {
  vertical-align: middle; }

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  max-width: 155px;
  margin-top: 0;
  text-align: center; }

.gallery img {
  border: 1px solid #ddd; }

.gallery .gallery-caption {
  margin: 0 0 12px;
  font-size: 12px; }

.gallery dl {
  margin: 0; }

.gallery br + br {
  display: none; }

.attachment-gallery img {
  display: block;
  width: auto;
  max-width: 96%;
  height: auto;
  margin: 15px auto;
  padding: 5px;
  border: 1px solid #f0f0f0;
  background: #fff; }

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block; }

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  width: auto;
  margin: 15px auto; }

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  background-color: #f9f9f9;
  /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1); }

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
  background-image: -o-linear-gradient(top, #fff, #f1f1f1);
  background-image: linear-gradient(top, #fff, #f1f1f1);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1); }

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1); }

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center; }

.call-to-action a.button {
  padding: 15px 35px;
  font-size: 24px; }

.call-to-action a.button:hover {
  text-decoration: none; }

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px; }

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  padding: 3px 6px;
  font-size: 10px; }

.medium a.button {
  padding: 8px 16px;
  font-size: 16px; }

.large a.button {
  padding: 10px 35px;
  font-size: 18px; }

.xlarge a.button {
  padding: 12px 55px;
  font-size: 24px; }

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  border: 1px solid #115290;
  color: #fff;
  background-color: #1874cd;
  /* Dodger Blue */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
  background-image: linear-gradient(top, #4f9eea, #1874cd);
  text-shadow: 0 -1px 0 #115290;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd); }

a.blue:hover {
  border: 1px solid #115290;
  color: #fff;
  background-color: #7db7f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
  background-image: linear-gradient(top, #7db7f0, #1874cd);
  text-shadow: 0 -1px 0 #115290;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd); }

a.red {
  border: 1px solid #890000;
  color: #fff;
  background-color: #cd0000;
  /* Red 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
  background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
  background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
  background-image: -o-linear-gradient(top, #ff2323, #cd0000);
  background-image: linear-gradient(top, #ff2323, #cd0000);
  text-shadow: 0 -1px 0 #890000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000); }

a.red:hover {
  border: 1px solid #890000;
  color: #fff;
  background-color: #ff5656;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
  background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
  background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
  background-image: -o-linear-gradient(top, #ff5656, #cd0000);
  background-image: linear-gradient(top, #ff5656, #cd0000);
  text-shadow: 0 -1px 0 #890000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000); }

a.orange {
  border: 1px solid #bb5d00;
  color: #fff;
  background-color: #ff7f00;
  /* Dark Orange 1 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
  background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
  background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
  background-image: -o-linear-gradient(top, #fa5, #ff7f00);
  background-image: linear-gradient(top, #fa5, #ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00); }

a.orange:hover {
  border: 1px solid #bb5d00;
  color: #fff;
  background-color: #ffc388;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
  background-image: linear-gradient(top, #ffc388, #ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00); }

a.yellow {
  border: 1px solid #bb9e00;
  color: #161300;
  background-color: #ecca06;
  /* Yellow Gold */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
  background-image: linear-gradient(top, #fff2aa, #ffd700);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700); }

a.yellow:hover {
  border: 1px solid #bb9e00;
  color: #161300;
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
  background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
  background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
  background-image: -o-linear-gradient(top, #fffadd, #ffd700);
  background-image: linear-gradient(top, #fffadd, #ffd700);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700); }

a.green {
  border: 1px solid #1d5837;
  color: #fff;
  background-color: #2e8b57;
  /* Sea Green 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
  background-image: linear-gradient(top, #4bc380, #2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57); }

a.green:hover {
  border: 1px solid #1d5837;
  color: #fff;
  background-color: #71d09b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
  background-image: linear-gradient(top, #71d09b, #2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57); }

a.olive {
  border: 1px solid #626862;
  color: #fff;
  background-color: #838b83;
  /* Honey Dew 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
  background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
  background-image: -moz-linear-gradient(top, #afb4af, #838b83);
  background-image: -ms-linear-gradient(top, #afb4af, #838b83);
  background-image: -o-linear-gradient(top, #afb4af, #838b83);
  background-image: linear-gradient(top, #afb4af, #838b83);
  text-shadow: 0 -1px 0 #626862;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83); }

a.olive:hover {
  border: 1px solid #626862;
  color: #fff;
  background-color: #c9cdc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
  background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
  background-image: linear-gradient(top, #c9cdc9, #838b83);
  text-shadow: 0 -1px 0 #626862;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83); }

a.purple {
  border: 1px solid #3f305e;
  color: #fff;
  background-color: #5d478b;
  /* Medium Purple 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
  background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
  background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
  background-image: -o-linear-gradient(top, #8771b6, #5d478b);
  background-image: linear-gradient(top, #8771b6, #5d478b);
  text-shadow: 0 -1px 0 #3f305e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b); }

a.purple:hover {
  border: 1px solid #3f305e;
  color: #fff;
  background-color: #a492c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
  background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
  background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
  background-image: -o-linear-gradient(top, #a492c8, #5d478b);
  background-image: linear-gradient(top, #a492c8, #5d478b);
  text-shadow: 0 -1px 0 #3f305e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b); }

a.pink {
  border: 1px solid #8e0b52;
  color: #fff;
  background-color: #cd1076;
  /* Deep Pink 3 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
  background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
  background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
  background-image: -o-linear-gradient(top, #f042a0, #cd1076);
  background-image: linear-gradient(top, #f042a0, #cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076); }

a.pink:hover {
  border: 1px solid #8e0b52;
  color: #fff;
  background-color: #f471b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
  background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
  background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
  background-image: -o-linear-gradient(top, #f471b8, #cd1076);
  background-image: linear-gradient(top, #f471b8, #cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076); }

a.brick {
  border: 1px solid #791717;
  color: #fff;
  background-color: #b22222;
  /* Fire Brick */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
  background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
  background-image: linear-gradient(top, #dd4c4c, #b22222);
  text-shadow: 0 -1px 0 #791717;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222); }

a.brick:hover {
  border: 1px solid #791717;
  color: #fff;
  background-color: #e57777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
  background-image: -webkit-linear-gradient(top, #e57777, #b22222);
  background-image: -moz-linear-gradient(top, #e57777, #b22222);
  background-image: -ms-linear-gradient(top, #e57777, #b22222);
  background-image: -o-linear-gradient(top, #e57777, #b22222);
  background-image: linear-gradient(top, #e57777, #b22222);
  text-shadow: 0 -1px 0 #791717;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222); }

a.gold {
  border: 1px solid #6b4e06;
  color: #fff;
  background-color: #8b6508;
  /* Dark Golden Rod 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
  background-image: linear-gradient(top, #db9f0d, #8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508); }

a.gold:hover {
  border: 1px solid #6b4e06;
  color: #fff;
  background-color: #f3b828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
  background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
  background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
  background-image: -o-linear-gradient(top, #f3b828, #8b6508);
  background-image: linear-gradient(top, #f3b828, #8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508); }

a.brown {
  border: 1px solid #4f270b;
  color: #fff;
  background-color: #8b4513;
  /* Saddle Brown */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
  background-image: linear-gradient(top, #d66a1d, #8b4513);
  text-shadow: 0 -1px 0 #4f270b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513); }

a.brown:hover {
  border: 1px solid #4f270b;
  color: #fff;
  background-color: #8b4513;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
  background-image: -moz-linear-gradient(top, #e58541, #8b4513);
  background-image: -ms-linear-gradient(top, #e58541, #8b4513);
  background-image: -o-linear-gradient(top, #e58541, #8b4513);
  background-image: linear-gradient(top, #e58541, #8b4513);
  text-shadow: 0 -1px 0 #4f270b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513); }

a.silver {
  border: 1px solid #9e9e9e;
  color: #444;
  background-color: #c0c0c0;
  /* Silver */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: linear-gradient(top, #eaeaea, #c0c0c0);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0); }

a.silver:hover {
  border: 1px solid #9e9e9e;
  color: #444;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
  background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
  background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
  background-image: -o-linear-gradient(top, #fff, #c0c0c0);
  background-image: linear-gradient(top, #fff, #c0c0c0);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0); }

a.gray {
  border: 1px solid #474747;
  color: #fff;
  background-color: #696969;
  /* Dim Gray */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
  background-image: -webkit-linear-gradient(top, #939393, #696969);
  background-image: -moz-linear-gradient(top, #939393, #696969);
  background-image: -ms-linear-gradient(top, #939393, #696969);
  background-image: -o-linear-gradient(top, #939393, #696969);
  background-image: linear-gradient(top, #939393, #696969);
  text-shadow: 0 -1px 0 #474747;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969); }

a.gray:hover {
  border: 1px solid #474747;
  color: #fff;
  background-color: #adadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
  background-image: -webkit-linear-gradient(top, #adadad, #696969);
  background-image: -moz-linear-gradient(top, #adadad, #696969);
  background-image: -ms-linear-gradient(top, #adadad, #696969);
  background-image: -o-linear-gradient(top, #adadad, #696969);
  background-image: linear-gradient(top, #adadad, #696969);
  text-shadow: 0 -1px 0 #474747;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969); }

a.black {
  border: 1px solid #000;
  color: #fff;
  background-color: #080808;
  /* Black */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
  background-image: -webkit-linear-gradient(top, #323232, #080808);
  background-image: -moz-linear-gradient(top, #323232, #080808);
  background-image: -ms-linear-gradient(top, #323232, #080808);
  background-image: -o-linear-gradient(top, #323232, #080808);
  background-image: linear-gradient(top, #323232, #080808);
  text-shadow: 0 -1px 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808); }

a.black:hover {
  border: 1px solid #000;
  color: #fff;
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
  background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
  background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
  background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
  background-image: -o-linear-gradient(top, #4c4c4c, #080808);
  background-image: linear-gradient(top, #4c4c4c, #080808);
  text-shadow: 0 -1px 0 #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808); }

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  display: block;
  margin: 20px 0;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left; }

.alert {
  border: 1px solid #dc7070;
  color: #212121;
  background-color: #faebeb; }

.address {
  border: 1px solid #cdc9a5;
  color: #212121;
  background-color: #f6f5ef; }

.notice {
  border: 1px solid #e3cf57;
  color: #212121;
  background-color: #fbf9e9; }

.success {
  border: 1px solid #a2bc13;
  color: #212121;
  background-color: #f9fde8; }

.download {
  border: 1px solid #ff9912;
  color: #212121;
  background-color: #fff4e5; }

.information {
  border: 1px solid #6ca6cd;
  color: #212121;
  background-color: #eef3f6; }

.required {
  color: #d5243f; }

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
  padding: 40px 0 0 0; }

#breadcrumb a {
  color: #06c;
  font-size: 12px;
  font-weight: 400; }

#breadcrumb a:hover {
  color: #444;
  text-decoration: none; }

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px; }

.products ul,
ul.products {
  margin-top: 40px; }

.cart-collaterals .shipping_calculator {
  width: 100%; }

table.shop_table {
  table-layout: fixed;
  word-break: break-all;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

@media screen and (max-width: 767px) {
  table.shop_table {
    font-size: 10px; } }

@media screen and (max-width: 400px) {
  table.shop_table {
    font-size: 8px; } }

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text; }

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left; }

.rtl .icl_languages_selector {
  float: left;
  text-align: right; }

@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none; } }

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none; }

/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 1.5em; }

#footer a:hover {
  color: #444; }

#footer-wrapper .grid.col-940 {
  margin: 0; }

.scroll-top {
  text-align: right;
  font-size: 16px;
  margin-top: 24px;
  padding-right: 48px; }

.scroll-top a {
  width: 48px;
  height: 48px;
  background-color: #2ca9e1; }

.copyright {
  text-align: center;
  background: #2ca9e1;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500; }

.copyright a {
  color: #fff !important;
  font-family: 'Oswald', sans-serif; }

.copyright a:hover {
  text-decoration: none; }

.powered {
  text-align: right; }

#footer_widget .col-300:nth-child(3n+3) {
  margin-right: 0; }

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: right;
  list-style: none; }

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px; }

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  display: table;
  content: " "; }

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both; }

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1; }

.clear {
  clear: both; }

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override; }

bdo[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override; }

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed; }

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }
  ul,
  ol,
  dl {
    page-break-before: avoid; } }

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
/*The last 29 days of the month are the hardest."- Nikola Tesla*/
/*	SP
-------------------------------------------------------------- */
@media (max-width: 860px) {
  #container {
    margin-bottom: 30px; }
  .front-page #wrapper {
    box-sizing: content-box;
    padding: 0 10px; }
  .site-name {
    font-size: 2.000em !important; }
  .site-name a {
    font-size: 20px !important; }
  #logo {
    float: none !important;
    text-align: left !important;
    padding: 0 10px !important; }
  span.site-description {
    font-size: 0.5em !important;
    margin: 0 !important; }
  h4 {
    margin-top: 0; }
  button#responsive-menu-button {
    width: 40px !important;
    height: 40px !important; }
  #search {
    float: none !important;
    padding: 12px 10px 0 10px !important; }
  /* nav */
  li#menu-item-8703 {
    display: none !important; }
  .responsive-menu-open #responsive-menu-container.slide-right {
    border-left: 1px solid #3c3c3c; }
  #responsive-menu-container #responsive-menu-title,
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: #232323 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4 a {
    color: #e2041b !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4 a:hover {
    background: #e2041b !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4541 a {
    color: #f08300 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4541 a:hover {
    background: #f08300 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4542 a {
    color: #e7c505 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4542 a:hover {
    background: #e7c505 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4543 a {
    color: #00a381 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4543 a:hover {
    background: #00a381 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4545 a {
    color: #59b9c6 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4545 a:hover {
    background: #59b9c6 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4544 a {
    color: #4a488e !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-4544 a:hover {
    background: #4a488e !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-5174 a {
    color: #674598 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-5174 a:hover {
    background: #674598 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-8703 a {
    color: #2ca9e1 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-8703 a:hover {
    background: #2ca9e1 !important;
    color: #fff !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    background: #2ca9e1 !important; }
  #responsive-menu-container #responsive-menu li.responsive-menu-item#responsive-menu-item-8751 {
    display: none; }
  #responsive-menu-container,
  #responsive-menu-container #responsive-menu-title,
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    background: #fff !important; }
  #responsive-menu-container #responsive-menu-search-box {
    background: #2ca9e1 !important; }
  /* nav */
  .slide_selector {
    height: 56.25vw;
    margin-bottom: 40px; }
  .slide_selector .su-posts {
    height: 100%; }
  .slide_selector .su-posts .slick-list {
    height: 100%; }
  .slide_selector .su-posts .slick-list .slick-track {
    height: 100%; }
  .slide_selector .su-posts .su-post .txt_Recommend h2 a {
    font-size: 1.500em; }
  .slide_selector .su-posts .su-post {
    height: 100%;
    margin: 0; }
  .slide_selector .su-posts .su-post .txt_Recommend {
    width: auto; }
  .slide_selector .slick-prev.slick-arrow {
    margin-left: 0;
    left: 20px;
    width: 15px;
    height: 20px; }
  .slide_selector .slick-next.slick-arrow {
    margin-right: 0;
    right: 20px;
    width: 15px;
    height: 20px; }
  .slide_selector .recInfo {
    box-sizing: border-box;
    padding: 20px 30px 40px; }
  .slide_selector .slick-dots {
    bottom: 13px; }
  #recommended .su-post {
    position: relative !important; }
  #recommended .su-post .img_Recommend {
    float: none;
    width: 100%; }
  #recommended .su-post .img_Recommend a {
    display: block;
    width: 100%;
    height: 133px; }
  #recommended .su-post .txt_Recommend {
    float: none;
    width: 100%;
    height: auto;
    position: static; }
  #recommended .su-post .txt_Recommend h2.su-post-title {
    margin-bottom: 1ex; }
  #recommended .su-post .txt_Recommend .category-tag {
    position: absolute;
    top: 5px;
    left: 5px; }
  #featured #recommended .post-teaser-excerpt .date_featured {
    position: static;
    margin-top: 1em; }
  #recommended .photo-attribute {
    position: static; }
  #latest_entry {
    margin-bottom: 0; }
  #latest_entry ul li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 35px; }
  #latest_entry ul li p {
    width: 100% !important; }
  #latest_entry ul li:last-child {
    margin-bottom: 0; }
  #latest_entry ul li h2.title {
    margin-top: 5px; }
  #latest_entry ul li .img_topstories a {
    display: block;
    width: 100%;
    height: 133px; }
  #recommended-venues-widget .widget-wrapper .su-post-venues .img_venues {
    margin-right: 10px; }
  #recommended-venues-widget .widget-wrapper .su-post-venues .img_venues a {
    display: block;
    width: 100%;
    height: 120px; }
  #recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt {
    float: right;
    width: calc(100% - 130px); }
  #recommended-venues-widget .widget-wrapper .su-post-venues:nth-child(2n) {
    float: right; }
  #recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt .date {
    margin: 0; }
  .su-post-venues img {
    margin: 0 !important; }
  #recommended-venues-widget .widget-wrapper .su-post-venues a.su-post-anchor {
    width: auto; }
  #recommended-venues-widget .photo-attribute {
    width: calc(100% - 130px); }
  #featured {
    margin-bottom: 15px; }
  #featured .col-460 {
    width: 100%; }
  #featuredArea .txt_Recommend {
    padding: 0; }
  #featured #recommended {
    margin-bottom: 0 !important; }
  #featured #featured-image.col-460 {
    width: 100% !important; }
  #home_widget_3 {
    margin: 30px 0; }
  #home_widget_3.booklet .textwidget {
    display: flex; }
  #home_widget_3.booklet .imgBooklet {
    float: none; }
  #home_widget_3.booklet .txtBooklet {
    float: none;
    width: auto;
    margin-left: 10px;
    flex: 1 1 1px; }
  #home_widget_3.booklet .txtBooklet p:last-child {
    left: auto;
    right: 0; }
  #topAccess ul.wpp-list dl dd p {
    font-size: 0.9375em; }
  #topAccess ul.wpp-list {
    margin: 0 0 10px 0 !important; }
  #topAccess ul.wpp-list .img_topaccess {
    height: 95px; }
  #topAccess ul.wpp-list dl dt, #topAccess ul.wpp-list dl dt img {
    width: 100% !important; }
  #lastupdated .txt_Recommend {
    padding: 0; }
  #lastupdated .su-post {
    margin-bottom: 15px !important; }
  #footer-wrapper {
    width: 100%;
    padding: 20px 0 !important; }
  .naviMenu {
    height: auto !important; }
  .naviMenu .naviMenu-list {
    display: none; }
  .copyright {
    text-align: center !important;
    padding-bottom: 20px !important; }
  button#responsive-menu-button {
    background: #2ca9e1 !important; }
  #responsive-menu-item-8713 {
    display: none; }
  /** tag **/
  .cate5 {
    　max-width: 100px; }
  #widgets {
    display: none; }
  #widget_sp {
    display: inherit; }
  #widget_sp .widget-wrapper {
    border: none !important;
    padding: 0 !important;
    background: none; }
  .scroll-top {
    padding: 0;
    text-align: center; }
  .copyright, .scroll-top {
    float: none !important; }
  .slide_selector .su-posts .slick-list .photo-attribute {
    bottom: 26px; } }

@media (min-width: 860px) and (max-width: 982px) {
  #recommended-venues-widget .widget-wrapper .su-post-venues .img_venues {
    margin-right: 10px; }
  #recommended-venues-widget .widget-wrapper .su-post-venues .post-teaser-venue-excerpt {
    width: 154px;
    float: left; } }

@media (max-width: 650px) {
  #recommended-venues-widget .widget-wrapper .su-post-venues {
    width: 100%;
    margin-right: 0 !important; } }

.read-more a {
  background: #09c;
  padding: 0.3em 1em;
  color: #fff;
  border-radius: 2px; }

.ios-icon {
  border-radius: 20%; }

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.px120 {
  height: 120px;
  width: 120px; }

.su-post-venues {
  display: inline-block;
  max-width: 450px;
  vertical-align: top; }

.su-post-venues img {
  margin: 0 0 20px;
  padding: 0; }

.title-404 {
  font-size: 20px;
  font-family: 'Oswald', sans-serif; }

.ms-slide-info {
  opacity: 0.7; }

.ms-info {
  color: #fff;
  margin: 0 10px; }

.entry-title {
  position: relative; }

.arrow-box-container {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.arrow-box {
  position: relative;
  background: #1169A0;
  color: #fff;
  padding: 3px 5px;
  font-family: 'PT Sans Narrow';
  font-size: 13px;
  opacity: 0.5; }

.arrow-box:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #1169A0;
  border-width: 8px 16px;
  margin-top: -8px; }

.links_social {
  margin: 15px 0;
  text-align: right; }

.links_social a i {
  background: #205D7A;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  line-height: 32px; }

.links_social a i:hover {
  opacity: 0.6; }

.links_social a i.fa-twitter {
  background: #00aced; }

.links_social a i.fa-facebook {
  background: #305097; }

.links_social a i.fa-instagram {
  background: #3f729b; }

#event-widget ul {
  margin: 0; }

div#featured div.mobile {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  text-align: center;
  padding: 10px 50px 0; }

.home-widgets h4,
#featured-image h4,
#featured-content h4 {
  font-family: 'Raleway';
  font-size: 1.3em;
  margin-left: 10px; }

#home_widget_1 h3 {
  font-family: 'Raleway';
  font-size: 1.0em;
  padding: 10px 0 0 5px; }

#sponsored-widget .widget-wrapper {
  display: inline-block; }

#sponsored-widget img {
  margin: 5px 2px; }

.byline, .author, .comments-link {
  display: none; }

.wide {
  display: block; }

.mobile {
  display: none; }

@media screen and (max-width: 965px) {
  .su-post-venues {
    display: inline-block;
    max-width: 965px;
    vertical-align: top;
    margin: 10px 0; } }

@media screen and (max-width: 650px) {
  .su-post-venues {
    display: inline-block;
    max-width: 650px;
    vertical-align: top;
    margin: 10px 0; }
  img.alignright {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  img.alignleft {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  img.aligncenter {
    width: 100%; }
  .ios-icon {
    border-radius: 20%;
    width: 100px !important;
    height: 100px !important; }
  .appstore-icon {
    width: 140px !important; }
  .wide {
    display: none; }
  .mobile {
    display: block; }
  #header_category_description_content {
    font-size: 9px !important;
    line-height: 110%; }
  h2.entry-title a {
    font-size: 80%; }
  h1.entry-title {
    font-size: 1.50em !important; } }

h1.category-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 2.1em;
  border-bottom: solid 3px #06c;
  padding: 5px 0px; }

h1.entry-title, h1.category-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.70em;
  border-bottom: solid 1px #ccc;
  padding: 5px 0px; }

h2.entry-title, h2.category-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.60em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px !important;
  padding: 5px 0px; }

h1.entry-title a, h1.category-title a, h2.entry-title a, h2.category-title a {
  font-family: 'Oswald', sans-serif !important; }

div.post-data-with-venue {
  margin-top: 0px; }

.h2Title {
  border-bottom: 1px solid #0058b1;
  margin: 25px 0 15px; }

.h2Inner {
  border-bottom: 1px solid #0058b1;
  color: #0058b1;
  font-family: 'Oswald', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding: 0px; }

div.post-entry div.yarpp-related h3 {
  font-family: 'Oswald', sans-serif;
  border-style: none;
  padding: 0 0 15px 0 !important; }

div.post-entry h2, div.post-content h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6em;
  border-bottom: solid 1px #ccc;
  padding: 25px 1px 5px;
  clear: both; }

div.post-entry h3, div.post-content h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3em;
  border-bottom: solid 1px #ccc;
  padding: 25px 1px 5px;
  clear: both; }

div.post-entry h4, div.post-content h4 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc; }

h2 span, h3 span, h4 span {
  font-family: 'Raleway', sans-serif; }

div.post-entry img.img_header_article {
  width: 100%; }

div.post-header-image,
div.category-header-image {
  margin: 1em 0em;
  position: relative;
  opacity: 0.8; }

div#header_category_wrapper img {
  opacity: 0.8; }

div.post-header-image p.photo-attribute,
div.category-header-image p.photo-attribute {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff; }

div.post-header-image p.photo-attribute a {
  color: #eef; }

div.post-header-image img.aligncenter {
  width: 100%; }

div.post-data {
  text-align: right;
  margin-top: 0px; }

h6.title-archive {
  display: none; }

.photo-attribute, .photo-attribute a {
  font-size: x-small !important;
  text-align: right !important;
  padding: 5px !important;
  margin: 0;
  color: #999; }

.photo-attribute-license {
  white-space: nowrap; }

.widget_sp_image {
  padding: 0px;
  border: 0px;
  margin: 0px;
  text-align: center; }

.widget_sp_image img {
  margin: 5px auto; }

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  height: 200px; }

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  max-height: 4.3em;
  font-family: 'Open Sans Condensed', sans-serif; }

div.yarpp-related {
  clear: both;
  padding-top: 3em; }

div.externalLink, div.nonLink {
  margin: 0.5em 0;
  border-bottom: 1px dotted #dddddd;
  font-size: 1.1em; }

.externalLink a {
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

.small-pink, .nonLink span.small-pink {
  color: #fe0190;
  font-family: 'Open Sans Condensed';
  font-size: 95%;
  font-weight: normal;
  text-transform: none;
  margin-left: 1em; }

.small, .nonLink span.small {
  color: #777777;
  font-family: 'Open Sans Condensed' !important;
  font-size: 95%;
  font-weight: normal;
  text-transform: none; }

.nonLink {
  border-bottom: 1px dotted #dddddd; }

.nonLink span {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #679; }

td.mark {
  width: 30%;
  vertical-align: middle;
  text-align: center; }

td.mark img, td.mark-desc img {
  border: 0px;
  padding: 0px;
  margin: 0px; }

td.mark-desc {
  width: 70%;
  vertical-align: middle; }

.btmDot {
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 1px;
  padding: 0 0 1px; }

.text696 {
  color: #669966; }

div.btmDot + p {
  margin: 0.8em 0; }

.shoppingOrange {
  padding: 10px 20px;
  background-color: #fff4d1;
  margin-top: 20px; }

.orangeDot {
  border-bottom: 1px dotted #ff7400;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 2px 0; }

.blueDot {
  color: #1090b0;
  border-bottom: 1px dotted #1294b7;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 2px 0; }

p.marb10, p.marb20 {
  clear: both; }

tr.row-header {
  background-color: #ccc;
  font-weight: bold; }

table.narrow tr:nth-child(odd) {
  background-color: #ffffff; }

table.narrow td, table.narrow th, table.narrow li {
  font-family: 'Open Sans Condensed'; }

tr:nth-child(odd) {
  background-color: #f6f6f6; }

.simplemap {
  margin: 20px 0px; }

td .simplemap {
  margin: 0px; }

span.site-name a, span.site-description {
  font-family: 'Oswald', sans-serif; }

div.breadcrumb-list, div.breadcrumb-list a {
  font-weight: bold; }

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
  width: 100% !important; }

.fa-TODO, .todo {
  color: #FF3333; }

.fa {
  margin-right: 5px;
  width: 20px;
  text-align: center; }

.fa-margin-zero {
  margin: 0px; }

.note {
  color: #f63;
  font-weight: bold; }

div#header_category_wrapper {
  width: 100%;
  float: left;
  position: relative;
  margin: 1em 0 4em; }

div#header_category_wrapper img {
  width: 100%;
  margin: 0px; }

div#header_category_description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ccc; }

#header_category_description_title {
  font-family: 'Yanone Kaffeesatz';
  font-weight: bold;
  font-size: 28px;
  padding: 10px 10px 0 10px;
  margin: 0px;
  color: #7cc; }

#header_category_description_content {
  font-family: 'Courgette';
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
  margin: 0px;
  color: #ccc; }

.indent-1em {
  margin: 0em 1em 1em; }

.seealso {
  font-weight: bold;
  color: #09c; }

.eg-h_departments a {
  font-family: 'Arvo';
  color: #766; }

.eg-phone_no, .eg-info, .eg-dates, .eg-hours, .eg-email, .eg-location, .eg-parking,
.eg-ages, .eg-address, .eg-child, .eg-holidays, .eg-languages, .eg-notes, .eg-apartment-type,
.eg-buses, .eg-h_departments, .eg-train, .eg-fee, .eg-url, .eg-period, .eg-cards, .eg-facilities {
  font-family: 'Arvo';
  font-style: normal;
  color: #668; }

.eg-phone_no strong {
  font-family: 'Arvo';
  color: #779; }

.eg-holidays .holidays,
.eg-hours .hours,
.eg-period .period,
.eg-notes .notes,
.eg-buses .buses,
.eg-parking .parking,
.eg-languages .languages,
.eg-apartment-type .apartment-type,
.eg-url .url,
.eg-facilities .facilities,
.eg-fee .fee {
  font-family: 'Open Sans Condensed';
  font-weight: bold; }

.see_also {
  font-weight: bold;
  text-transform: uppercase;
  color: #359; }

.previous, .next {
  border: 1px dotted #def;
  padding: 5px;
  color: #68c;
  background-color: #f8f8f8;
  font-size: 110%; }

.previous:hover, .next:hover {
  background-color: #e8e8e8; }

.previous a, .next a {
  color: #68c;
  font-family: 'Open Sans Condensed';
  font-weight: bold; }

.previous a:before {
  font-family: FontAwesome;
  content: "\F0A8";
  margin-right: 0.5em; }

.next a:after {
  font-family: FontAwesome;
  content: "\F0A9";
  margin-left: 0.5em; }

.category-title:before {
  font-family: FontAwesome;
  content: "\F115";
  margin-right: 0.5em; }

.article-title:before {
  font-family: FontAwesome;
  content: "\F02D";
  margin-right: 0.5em; }

.topic-title:before {
  font-family: FontAwesome;
  content: "\F044";
  margin-right: 0.5em; }

.venue-title:before {
  font-family: FontAwesome;
  content: "\F041";
  margin-right: 0.5em; }

.school-title:before {
  font-family: FontAwesome;
  content: "\F19D";
  margin-right: 0.5em; }

.hospital-title:before {
  font-family: FontAwesome;
  content: '\F0F1';
  /* content: "\f0f8"; */
  margin-right: 0.5em; }

.shop-title:before {
  font-family: FontAwesome;
  content: "\F07A";
  margin-right: 0.5em; }

.restaurant-title:before {
  font-family: FontAwesome;
  content: "\F0F5";
  margin-right: 0.5em; }

.worldheritage-title:before {
  font-family: FontAwesome;
  content: "\F19C";
  margin-right: 0.5em; }

.venue-kind {
  float: left; }

.venue-kind, .venue-kind a {
  font-family: 'Arvo';
  font-weight: normal;
  color: #866; }

.venue-kind:before {
  font-family: FontAwesome;
  content: "\F07C";
  color: #866;
  margin-right: 0.5em;
  float: left; }

.venue-location {
  float: right; }

.venue-location, .venue-location a {
  font-family: 'Arvo';
  font-weight: normal;
  color: #668; }

.venue-location:before {
  font-family: FontAwesome;
  content: "\F08D";
  color: #668;
  margin-right: 0.5em; }

.venue-attributes, .venue-attributes a {
  clear: both;
  font-family: 'Open Sans Condensed'; }

.venue-attributes a {
  border: solid 1px #7492CE;
  padding: 1px 2px 1px 2px;
  color: #fff;
  background-color: #7492CE;
  font-weight: bold;
  border-radius: 3px; }

div.venue_indented {
  font-family: 'Arvo';
  font-weight: normal;
  color: #668;
  margin-left: 25px; }

a.term-vegetarian-meals-available,
a.term-halal-meals-available,
a.term-smoke-free {
  border: solid 1px #71BB8A;
  background-color: #71BB8A; }

a.term-pre, a.term-k, a.term-gs, a.term-ms, a.term-hs, a.term-coed, a.term-boys, a.term-girls, a.term-school-buses {
  border: solid 1px #CE74AD;
  background-color: #CE74AD; }

a.term-vegetarian-meals-available:before {
  font-family: 'Ionicons';
  content: '\F470';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-smoke-free:before {
  font-family: foundation-icons;
  content: '\F17E';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-school-buses:before {
  font-family: 'FontAwesome';
  content: '\F207';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-japanese-insurance-accepted:before {
  font-family: 'FontAwesome';
  content: '\F0FD';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-parking-available:before {
  font-family: 'FontAwesome';
  content: '\F1B9';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-credit-cards-accepted:before {
  font-family: 'FontAwesome';
  content: '\F09D';
  margin-right: 0.3em;
  font-weight: normal; }

a.term-english-available:before {
  font-family: 'FontAwesome';
  content: '\F0E6';
  margin-right: 0.3em;
  font-weight: normal; }

.continued {
  font-style: italic; }

.nomargin {
  margin: 0px !important;
  padding: 1px !important; }

.lcp_catlist {
  margin-top: 10px; }

.lcp_catlist li {
  margin: 5px 0px; }

.lcp_catlist a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold; }

span.event_location {
  font-size: 12px; }

span.event_location:before {
  font-family: 'FontAwesome';
  content: ' \F276';
  margin-right: 0.3em;
  font-weight: normal; }

/* lib */
/* component */
/* modules */
.for_public_page {
  position: fixed;
  top: 10px;
  left: 100%;
  z-index: 10000; }
  .for_public_page__anchor {
    padding: 10px 30px;
    background-color: #c00;
    color: #fff;
    line-height: 1;
    display: block;
    transform: rotate(90deg);
    transform-origin: top left;
    white-space: nowrap; }
    .for_public_page__anchor:hover {
      color: #fff; }
    .for_public_page__anchor:active {
      color: #fff; }
    .for_public_page__anchor:visited {
      color: #fff; }

/* =Header Menu (Primary)
  -------------------------------------------------------------- */
.menu {
  margin: 0 auto;
  background-color: #2ca9e1;
  display: flex;
  justify-content: flex-start;
  padding-left: 0; }
  .menu .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: auto;
    min-width: 15em;
    text-align: left; }
    .menu .sub-menu > .menu-item + .menu-item {
      border-top: 0; }
  .menu .menu-item {
    position: relative;
    z-index: 5; }
    .menu .menu-item:hover {
      z-index: 10000; }
      .menu .menu-item:hover > .sub-menu {
        visibility: visible;
        top: 100%; }
    .menu .menu-item .menu-item {
      width: auto;
      margin: -1px 0 1px 0;
      border: 1px solid #e5e5e5;
      color: #444;
      background: #fff; }
      .menu .menu-item .menu-item:hover {
        background: #f5f5f5 !important; }
        .menu .menu-item .menu-item:hover > .sub-menu {
          top: 0;
          left: 100%; }
      .menu .menu-item .menu-item a {
        height: 20px;
        padding: 5px 10px;
        border: none;
        color: #444;
        background: transparent !important;
        text-shadow: none;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        white-space: nowrap; }
        .menu .menu-item .menu-item a:hover {
          border: none;
          color: #444;
          background: #f5f5f5 !important;
          background-image: none; }
    .menu .menu-item#menu-item-5022 {
      display: none; }
  .menu .sub-menu, .menu .menu-item {
    list-style: none; }
    .menu .sub-menu .menu-item a:hover, .menu .menu-item .menu-item a:hover {
      color: #484848;
      text-decoration: none; }
  .menu a {
    font-family: "Oswald", sans-serif;
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer; }
    .menu a:hover {
      color: #fff;
      background-color: #f7f7f7; }
    .menu a #responsive_menu_button {
      display: none; }
  .menu > .menu-item {
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid #eee; }
    .menu > .menu-item:first-child {
      border-left: none; }
    .menu > .menu-item:hover {
      color: #f08300;
      background-color: #f7f7f7; }
      .menu > .menu-item:hover .sub-menu .menu-item a {
        color: #232323; }
    .menu > .menu-item:hover a, .menu > .menu-item#menu-item-4541:hover .sub-menu .menu-item:hover a, .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8651:hover a {
      color: #f08300; }
    .menu > .menu-item#menu-item-4:hover a, .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8677:hover a {
      color: #e2041b; }
    .menu > .menu-item#menu-item-4542:hover a, .menu > .menu-item#menu-item-4542:hover .sub-menu .menu-item:hover a {
      color: #e7c505; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8657:hover a {
      color: #e7c505; }
    .menu > .menu-item#menu-item-4543:hover a, .menu > .menu-item#menu-item-4543:hover .sub-menu .menu-item:hover a {
      color: #00a381; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8663:hover a {
      color: #00a381; }
    .menu > .menu-item#menu-item-4545:hover a, .menu > .menu-item#menu-item-4545:hover .sub-menu .menu-item:hover a {
      color: #59b9c6; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8671:hover a {
      color: #59b9c6; }
    .menu > .menu-item#menu-item-4544:hover a, .menu > .menu-item#menu-item-4544:hover .sub-menu .menu-item:hover a {
      color: #4a488e; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8674:hover a {
      color: #4a488e; }
    .menu > .menu-item#menu-item-5174:hover a {
      color: #ec78ab; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8676:hover a {
      color: #ec78ab; }
    .menu > .menu-item#menu-item-5022:hover a {
      color: #2ca9e1; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item:hover a, .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item#menu-item-8698:hover a {
      color: #2ca9e1; }
    .menu > .menu-item#menu-item-4541:hover .sub-menu .menu-item a, .menu > .menu-item#menu-item-4542:hover .sub-menu .menu-item a, .menu > .menu-item#menu-item-4543:hover .sub-menu .menu-item a, .menu > .menu-item#menu-item-4545:hover .sub-menu .menu-item a, .menu > .menu-item#menu-item-4544:hover .sub-menu .menu-item a {
      color: #232323; }
    .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item a, .menu > .menu-item#menu-item-5022:hover .sub-menu .menu-item:hover .sub-menu .menu-item a {
      color: #232323; }
  .menu .current_page_item a, .menu .current-menu-item a {
    background-color: #343434; }
  .front-page .menu .current_page_item a {
    background: none transparent; }
  .menu #menu-item-4541 .sub-menu .menu-item:hover .sub-menu .menu-item a {
    color: #232323 !important; }
  .menu #menu-item-4541:hover .menu-item {
    color: #232323 !important; }
  .menu #menu-item-4541 .sub-menu #menu-item-4335 .sub-menu .menu-item:hover a {
    color: #f08300 !important; }
  .menu #menu-item-5022:hover .sub-menu .menu-item .sub-menu {
    visibility: visible !important; }
    .menu #menu-item-5022:hover .sub-menu .menu-item .sub-menu .menu-item .sub-menu {
      visibility: visible !important; }
  .menu #menu-item-5022 .sub-menu {
    position: absolute;
    left: -800px;
    background: #fff; }
    .menu #menu-item-5022 .sub-menu .menu-item {
      display: inline-block !important;
      border-right: none;
      border-left: none; }
      .menu #menu-item-5022 .sub-menu .menu-item#menu-item-8677 {
        width: 100%;
        border-right: none;
        border-left: none; }
      .menu #menu-item-5022 .sub-menu .menu-item .sub-menu {
        position: inherit !important;
        left: 0 !important; }
        .menu #menu-item-5022 .sub-menu .menu-item .sub-menu .menu-item .sub-menu {
          position: inherit !important;
          left: 0 !important; }
  .menu #menu-item-5022 .menu-item .menu-item {
    border: none !important; }
    .menu #menu-item-5022 .menu-item .menu-item:hover > .sub-menu {
      left: inherit; }
  .menu #menu-item-5022 .menu-item a {
    display: inline; }
  .menu #menu-item-5022 .menu-item#menu-item-8651 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8657 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8663 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8671 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8657 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8671 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8674 .sub-menu, .menu #menu-item-5022 .menu-item#menu-item-8698 .sub-menu {
    width: 800px; }
  .menu #menu-item-5022 .menu-item#menu-item-8676 {
    width: 800px; }
  .ie7 .menu .sub-menu {
    background: url(../../core/images/ie7-fix.gif) repeat; }
  .ie7 .menu .menu-item .menu-item a {
    min-width: 100%; }
