@charset "UTF-8";
/*
Theme Name: ja_lifecreate
Author: Atsushi Takahashi <ring.dang.doo@gmail.com>
Author URI: http://u-pic.jp/
Description: Theme File for evenomori.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/**
 * サイト設定
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/* line 31, ___sass/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, ___sass/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

/* line 52, ___sass/style.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 56, ___sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 61, ___sass/style.scss */
[hidden] {
  display: none;
}

/* line 65, ___sass/style.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 76, ___sass/style.scss */
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* line 80, ___sass/style.scss */
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}

/* line 86, ___sass/style.scss */
a {
  text-decoration: none;
}

/* line 93, ___sass/style.scss */
a:focus {
  outline: thin dotted;
}

/* line 98, ___sass/style.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 102, ___sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 111, ___sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
}

/* line 117, ___sass/style.scss */
h1 {
  font-size: 48px;
  margin: 33px 0;
}

/* line 122, ___sass/style.scss */
h2 {
  font-size: 30px;
  margin: 25px 0;
}

/* line 127, ___sass/style.scss */
h3 {
  font-size: 22px;
  margin: 22px 0;
}

/* line 132, ___sass/style.scss */
h4 {
  font-size: 20px;
  margin: 25px 0;
}

/* line 137, ___sass/style.scss */
h5 {
  font-size: 18px;
  margin: 30px 0;
}

/* line 142, ___sass/style.scss */
h6 {
  font-size: 16px;
  margin: 36px 0;
}

/* line 147, ___sass/style.scss */
address {
  font-style: italic;
  margin: 0 0 24px;
}

/* line 152, ___sass/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 157, ___sass/style.scss */
b,
strong {
  font-weight: bold;
}

/* line 161, ___sass/style.scss */
dfn {
  font-style: italic;
}

/* line 165, ___sass/style.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 170, ___sass/style.scss */
p {
  margin: 0 0 24px;
}

/* line 177, ___sass/style.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 186, ___sass/style.scss */
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 200, ___sass/style.scss */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 211, ___sass/style.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 216, ___sass/style.scss */
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

/* line 223, ___sass/style.scss */
blockquote blockquote {
  margin-right: 0;
}

/* line 228, ___sass/style.scss */
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 235, ___sass/style.scss */
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

/* line 241, ___sass/style.scss */
blockquote strong,
blockquote b {
  font-weight: 400;
}

/* line 245, ___sass/style.scss */
small {
  font-size: smaller;
}

/* line 250, ___sass/style.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 257, ___sass/style.scss */
sup {
  top: -0.5em;
}

/* line 261, ___sass/style.scss */
sub {
  bottom: -0.25em;
}

/* line 265, ___sass/style.scss */
dl {
  margin: 0 20px;
}

/* line 269, ___sass/style.scss */
dt {
  font-weight: bold;
}

/* line 273, ___sass/style.scss */
dd {
  margin: 0 0 20px;
}

/* line 279, ___sass/style.scss */
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* line 284, ___sass/style.scss */
ul {
  list-style-type: square;
}

/* line 288, ___sass/style.scss */
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 294, ___sass/style.scss */
li > ul,
li > ol {
  margin: 0;
}

/* line 298, ___sass/style.scss */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

/* line 304, ___sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 308, ___sass/style.scss */
figure {
  margin: 0;
}

/* line 312, ___sass/style.scss */
form {
  margin: 0;
}

/* line 316, ___sass/style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 322, ___sass/style.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 331, ___sass/style.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 339, ___sass/style.scss */
button,
input {
  line-height: normal;
}

/* line 346, ___sass/style.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 352, ___sass/style.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 357, ___sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 361, ___sass/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

/* line 367, ___sass/style.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 372, ___sass/style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 377, ___sass/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 403, ___sass/style.scss */
caption {
  font-size: 16px;
  margin: 20px 0;
}

/* line 421, ___sass/style.scss */
del {
  color: #333;
}

/* line 425, ___sass/style.scss */
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 430, ___sass/style.scss */
hr {
  border: 1px solid black;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
/* line 459, ___sass/style.scss */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
/* line 478, ___sass/style.scss */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}

/* line 505, ___sass/style.scss */
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}

/* Assistive text */
/* line 511, ___sass/style.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 516, ___sass/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Form fields, general styles first. */
/* line 539, ___sass/style.scss */
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}

/* line 546, ___sass/style.scss */
input,
textarea {
  color: #141412;
}

/* line 551, ___sass/style.scss */
input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}

/* Buttons */
/* line 560, ___sass/style.scss */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #e05d22;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
  /* W3C */
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}

/* line 580, ___sass/style.scss */
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none;
}

/* line 590, ___sass/style.scss */
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}

/* line 599, ___sass/style.scss */
.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

/* line 604, ___sass/style.scss */
.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
/* line 609, ___sass/style.scss */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

/* line 613, ___sass/style.scss */
:-moz-placeholder {
  color: #7d7b6d;
}

/* line 617, ___sass/style.scss */
::-moz-placeholder {
  color: #7d7b6d;
}

/* line 621, ___sass/style.scss */
:-ms-input-placeholder {
  color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
/* line 634, ___sass/style.scss */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
/* line 644, ___sass/style.scss */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

/* line 650, ___sass/style.scss */
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
/* line 659, ___sass/style.scss */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
/* line 664, ___sass/style.scss */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
/* line 669, ___sass/style.scss */
.alignleft {
  float: left;
}

/* line 673, ___sass/style.scss */
.alignright {
  float: right;
}

/* line 677, ___sass/style.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 683, ___sass/style.scss */
img.alignleft {
  margin: 5px 20px 5px 0;
}

/* line 687, ___sass/style.scss */
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

/* line 691, ___sass/style.scss */
img.alignright {
  margin: 5px 0 5px 20px;
}

/* line 695, ___sass/style.scss */
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

/* line 699, ___sass/style.scss */
img.aligncenter {
  margin: 5px auto;
}

/* line 703, ___sass/style.scss */
img.alignnone {
  margin: 5px 0;
}

/* line 709, ___sass/style.scss */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

/* line 717, ___sass/style.scss */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 727, ___sass/style.scss */
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
 * 共通設定
 */
/* line 734, ___sass/style.scss */
a {
  color: #4A7A2A;
  text-decoration: none;
}
/* line 737, ___sass/style.scss */
a:hover {
  text-decoration: underline;
}
/* line 740, ___sass/style.scss */
a img {
  border: none;
}
/* line 742, ___sass/style.scss */
a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* line 750, ___sass/style.scss */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  background-color: whte;
  color: #333333;
  margin: 0;
  padding: 0;
}
/* line 756, ___sass/style.scss */
body #page {
  width: 920px;
  margin: 0 auto;
  border: 1px solid #4A7A2A;
  border-top: 5px solid #4A7A2A;
}
/* line 761, ___sass/style.scss */
body #page #masthead {
  float: left;
  width: 920px;
  padding-top: 8px;
  margin-bottom: 2px;
  color: black;
}
/* line 767, ___sass/style.scss */
body #page #masthead #header_inner {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 8px;
}
/* line 772, ___sass/style.scss */
body #page #masthead #header_inner #header-logo-part {
  float: left;
  margin: 0 auto;
}
/* line 775, ___sass/style.scss */
body #page #masthead #header_inner #header-logo-part #hd-logo {
  float: left;
}
/* line 777, ___sass/style.scss */
body #page #masthead #header_inner #header-logo-part #hd-logo h1#site-title {
  display: block;
  float: left;
  margin: 0;
  margin-right: 0.5em;
  margin-bottom: 7px;
}
/* line 783, ___sass/style.scss */
body #page #masthead #header_inner #header-logo-part #hd-logo h1#site-title a {
  display: block;
  float: left;
}
/* line 790, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper {
  float: right;
  margin-right: 0.5em;
}
/* line 793, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub {
  float: left;
}
/* line 795, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container {
  clear: both;
  float: right;
  width: 100%;
}
/* line 799, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container ul {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 805, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container ul li {
  display: block;
  float: left;
  border-right: 1px solid #666666;
  font-size: 10pt;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/* line 812, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container ul li a {
  color: #666666;
}
/* line 814, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container ul li a:hover {
  text-decoration: underline;
}
/* line 819, ___sass/style.scss */
body #page #masthead #header_inner #sub-menu-wrapper #site-navigation-sub .menu-sub-menu-container ul li:first-child {
  border-left: 1px solid #666666;
}
/* line 826, ___sass/style.scss */
body #page #masthead #header_inner #header-site-description {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 8px;
}
/* line 831, ___sass/style.scss */
body #page #masthead #header_inner #header-site-description h2.site-description {
  font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  clear: none;
  display: block;
  float: left;
  color: #FF7000;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1em;
}
/* line 844, ___sass/style.scss */
body #page #masthead #site-navigation {
  clear: both;
}
/* line 846, ___sass/style.scss */
body #page #masthead #site-navigation ul {
/*   background: transparent url('img/main-menu.png?1387858994') no-repeat;
 */  width: 900px;
  height: 56px;
  overflow: hidden;
/*   float: left;
  display: block;
 */  margin: 0;
  padding: 0;
  padding-left: 9px;

  display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
    font-family: ui-sans-serif;
}
/* line 858, ___sass/style.scss */
body #page #masthead #site-navigation ul li {
/*   display: block;
  float: left;
 */  display: flex;
    align-items: center;
    border-right: solid 1px #CCCCCC;
    justify-content: center;
  width: 20%;
  height: 100%;
}
body #page #masthead #site-navigation ul li:last-child {
    border-right: none;
}
body #page #masthead #site-navigation ul li:hover {
    background: #fafafa;
    border-top: solid 2px #72a900;
}
/* line 861, ___sass/style.scss */
body #page #masthead #site-navigation ul li a {
  display: block;
/*   background: transparent url('img/main-menu.png?1387858994') no-repeat;
 */  display: block;
  height: 100%;
/*   text-indent: 100%;
 */  white-space: nowrap;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-weight: 700;
    text-decoration: none;
}
/* line 873, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-home a {
  width: 100%;
  background-position: -9px 0;
}
/* line 877, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-home.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-home a:hover {
  background-position: -9px -56px;
}
/* line 883, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-aboutus a {
  width: 100%;
  background-position: -159px 0;
}
/* line 887, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-aboutus.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-aboutus a:hover {
  background-position: -159px -56px;
}
/* line 893, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-philosophy a {
  width: 150px;
  background-position: -309px 0;
}
/* line 897, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-philosophy.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-philosophy a:hover {
  background-position: -309px -56px;
}
/* line 903, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-stores a {
  width: 150px;
  background-position: -459px 0;
}
/* line 907, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-stores.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-stores a:hover {
  background-position: -459px -56px;
}
/* line 913, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-services a {
  width: 150px;
  background-position: -609px 0;
}
/* line 917, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-services.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-services a:hover {
  background-position: -609px -56px;
}
/* line 923, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-recruiting a {
  width: 150px;
  background-position: -759px 0;
}
/* line 927, ___sass/style.scss */
body #page #masthead #site-navigation ul li.main-menu-recruiting.current_page_item a, body #page #masthead #site-navigation ul li.main-menu-recruiting a:hover {
  background-position: -759px -56px;
}
/* line 935, ___sass/style.scss */
body #page #main {
  clear: both;
  float: left;
  width: 900px;
  padding: 0;
  margin-left: 8px;
  font-size: 11pt;
  line-height: 1.5em;
  margin-bottom: 4em;
}
/* line 944, ___sass/style.scss */
body #page #main .breadcrumbs {
  clear: both;
  height: 1.7em;
  line-height: 1.7em;
}
/* line 948, ___sass/style.scss */
body #page #main .breadcrumbs a {
  text-decoration: none;
}
/* line 950, ___sass/style.scss */
body #page #main .breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 955, ___sass/style.scss */
body #page #main section {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
/* line 960, ___sass/style.scss */
body #page #main h1 {
  font-size: 20pt;
  font-weight: bold;
  color: #7A2223;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: 0.5em;
}
/* line 969, ___sass/style.scss */
body #page #main h3 {
  color: white;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: bold;
  background: transparent url('img/h3-bg.png?1387858981') no-repeat;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 0.5em;
  margin-top: 0;
  margin-bottom: 2em;
}
/* line 981, ___sass/style.scss */
body #page #main h3 a {
  color: white;
}
/* line 983, ___sass/style.scss */
body #page #main h4 {
  color: black;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: normal;
  background: transparent url('img/h4-bg.png?1387858992') no-repeat;
  width: 615px;
  height: 36px;
  line-height: 33px;
  padding-left: 0.5em;
}
/* line 994, ___sass/style.scss */
body #page #main h4.green {
  background: transparent url('img/h4-green.png?1387860856') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 24px;
}
/* line 1000, ___sass/style.scss */
body #page #main h4.orange {
  background: transparent url('img/h4-orange.png?1387860869') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 24px;
}
/* line 1006, ___sass/style.scss */
body #page #main h4.purple {
  background: transparent url('img/h4-purple.png?1387864273') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 24px;
}
/* line 1012, ___sass/style.scss */
body #page #main h4.purple-01 {
  background: transparent url('img/h4-purple-01.png?1387860899') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 33px;
}
/* line 1018, ___sass/style.scss */
body #page #main h4.pink {
  background: transparent url('img/h4-pink.png?1387864236') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 24px;
}
/* line 1024, ___sass/style.scss */
body #page #main h4.pink-01 {
  background: transparent url('img/h4-pink-01.png?1387860887') no-repeat bottom left;
  width: 600px;
  height: 33px;
  line-height: 33px;
}
/* line 1031, ___sass/style.scss */
body #page #main h5 {
  border: 1px solid #99BA8C;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
  padding-left: 0.5em;
}
/* line 1038, ___sass/style.scss */
body #page #main h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 1044, ___sass/style.scss */
body #page #main div.page_heading_holder {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2em;
}
/* line 1059, ___sass/style.scss */
body #page #main table.table-simple {
  border-collapse: collapse;
}
/* line 1062, ___sass/style.scss */
body #page #main table.table-simple tr th, body #page #main table.table-simple tr td {
  border: 1px solid #333333;
  padding: 3px 1em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
/* line 1072, ___sass/style.scss */
body #page #main dl dt {
  width: 10em;
  clear: left;
  float: left;
}
/* line 1077, ___sass/style.scss */
body #page #main dl dd {
  float: left;
}
/* line 1081, ___sass/style.scss */
body #page #main section {
  margin-bottom: 1em;
}
/* line 1084, ___sass/style.scss */
body #page #main p {
  margin-bottom: 2em;
}
/* line 1087, ___sass/style.scss */
body #page #main .half-width {
  float: left;
  width: 300px;
}
/* line 1091, ___sass/style.scss */
body #page #main .text-red {
  color: red;
  font-weight: bold;
}
/* line 1095, ___sass/style.scss */
body #page #main #primary {
  width: 630px;
  float: right;
}
/* line 1098, ___sass/style.scss */
body #page #main #primary #content {
  width: 615px;
  float: right;
}
/* line 1102, ___sass/style.scss */
body #page #main #primary #content .post {
  margin-bottom: 2em;
}
/* line 1105, ___sass/style.scss */
body #page #main #primary #content .post .entry-header h1 {
  border-left: 5px solid #CCA336;
  border-bottom: 1px solid #CCA336;
  padding-left: 10px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 2em;
  font-size: 20px;
  width: 965px;
  background: none;
  height: 1.7em;
  line-height: 1.7em;
  width: 100%;
}
/* line 1120, ___sass/style.scss */
body #page #main #primary #content .post .entry-content {
  margin-top: 0.5em;
}
/* line 1125, ___sass/style.scss */
body #page #main #primary #content #archive-nav-below .nav-previous {
  float: left;
}
/* line 1126, ___sass/style.scss */
body #page #main #primary #content #archive-nav-below .nav-next {
  float: right;
}
/* line 1130, ___sass/style.scss */
body #page #main #secondary {
  float: left;
  width: 260px;
}
/* line 1133, ___sass/style.scss */
body #page #main #secondary #relative-pages {
  width: 100%;
  float: left;
  background-color: #DEEBCA;
  padding-top: 4px;
  margin-bottom: 1em;
}
/* line 1139, ___sass/style.scss */
body #page #main #secondary #relative-pages h1 {
  margin-left: 4px;
  margin-bottom: 4px;
  padding-left: 4px;
  border-left: 4px solid #4A7A2A;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
/* line 1150, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links {
  width: 252px;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  background-color: white;
  border-top: 1px solid #CCCCCC;
}
/* line 1159, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1168, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li.current_page_item {
  background-color: #E9E9E9;
  font-weight: bold;
  color: black;
}
/* line 1174, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li.page-item-90 a {
  display: block;
  width: 14em;
}
/* line 1179, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li a {
  color: #4A7A2A;
}
/* line 1182, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul {
  width: 252px;
  float: left;
  list-style-type: none;
  background-color: #DEEBCA;
  border-top: 1px solid #CCCCCC;
  margin-left: -1em;
  padding-left: 0;
}
/* line 1190, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li {
  padding-left: 2em;
  border: none;
}
/* line 1193, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li.current_page_item {
  background-color: #4A7A2A;
  font-weight: normal;
}
/* line 1196, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li.current_page_item > a {
  color: white;
}
/* line 1200, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li a {
  color: black;
}
/* line 1203, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li ul {
  border-top: none;
  margin-left: -2em;
}
/* line 1206, ___sass/style.scss */
body #page #main #secondary #relative-pages ul#relative-page-links li > ul li ul li {
  padding-left: 3em;
}
/* line 1215, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 1221, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li {
  display: block;
  float: left;
  margin-bottom: 12px;
}
/* line 1225, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links {
  list-style-type: square;
}
/* line 1227, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li {
  font-size: 14px;
}
/* line 1229, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li.current_page_item {
  font-weight: bold;
}
/* line 1232, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul {
  list-style-type: disc;
  padding-left: 20px;
}
/* line 1235, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul li {
  font-weight: normal;
}
/* line 1237, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul li.current_page_item {
  font-weight: bold;
}
/* line 1240, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul li ul {
  list-style: none;
  padding-left: 10px;
}
/* line 1243, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul li ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
/* line 1248, ___sass/style.scss */
body #page #main #secondary ul#sidebar-links > li ul.relative-page-links > li > ul li ul li {
  text-indent: -5px;
}
/* line 1261, ___sass/style.scss */
body #footer {
  position: relative;
  clear: both;
  width: 100%;
  color: white;
  background-color: #4A7A2A;
  margin-top: 20px;
}
/* line 1268, ___sass/style.scss */
body #footer a#footer-to-top {
  position: absolute;
  right: 10px;
  top: -21px;
}
/* line 1273, ___sass/style.scss */
body #footer #footer-logo {
  margin-left: 14px;
  margin-top: 14px;
  float: left;
}
/* line 1278, ___sass/style.scss */
body #footer #footer-navigation {
  float: left;
  width: 600px;
  margin-left: 3em;
  margin-top: 14px;
}
/* line 1283, ___sass/style.scss */
body #footer #footer-navigation ul#menu-footer-sub-menu {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  font-size: 14px;
}
/* line 1292, ___sass/style.scss */
body #footer #footer-navigation ul#menu-footer-sub-menu li {
  display: block;
  float: left;
  padding-left: 1em;
  margin-bottom: 0.5em;
  padding-right: 1em;
  border-left: 1px solid white;
}
/* line 1299, ___sass/style.scss */
body #footer #footer-navigation ul#menu-footer-sub-menu li a {
  color: white;
}
/* line 1302, ___sass/style.scss */
body #footer #footer-navigation ul#menu-footer-sub-menu li:nth-child(5), body #footer #footer-navigation ul#menu-footer-sub-menu li:last-child {
  border-right: 1px solid white;
}
/* line 1308, ___sass/style.scss */
body #footer #footer-address {
  clear: both;
  font-size: 12px;
  line-height: 3em;
  margin-left: 14px;
}
/* line 1314, ___sass/style.scss */
body #footer .footer-separator02 {
  clear: both;
  border: none;
  background: transparent url('img/separator02.png?1387858994') no-repeat;
  width: 918px;
  height: 4px;
  margin-bottom: 0;
}
/* line 1322, ___sass/style.scss */
body #footer #footer-copyright {
  clear: both;
  width: 100%;
  margin-left: 14px;
  font-size: 12px;
  line-height: 3em;
  height: 3em;
}

/**
 * home
 */
/* line 1337, ___sass/style.scss */
body.home .nivoSlider {
  margin-bottom: 8px;
}
/* line 1340, ___sass/style.scss */
body.home article.hentry {
  background: transparent url('img/separator01.png?1387858994') no-repeat;
  width: 100%;
  padding-top: 12px;
}
/* line 1346, ___sass/style.scss */
body.home article.hentry #primary #home-main-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}
/* line 1352, ___sass/style.scss */
body.home article.hentry #primary #home-main-items ul li {
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 1360, ___sass/style.scss */
body.home article.hentry #primary #home-update-info {
  float: left;
  margin-left: 10px;
  border: 1px solid #4A7A2A;
  padding: 5px;
  width: 304px;
}
/* line 1366, ___sass/style.scss */
body.home article.hentry #primary #home-update-info h1 {
  background: transparent url('img/home-update-info.png?1387858995') no-repeat;
  height: 31px;
  width: 292px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
/* line 1377, ___sass/style.scss */
body.home article.hentry #primary #home-update-info ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}
/* line 1384, ___sass/style.scss */
body.home article.hentry #primary #home-update-info ul li {
  width: 100%;
  display: block;
  float: left;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #333333;
}
/* line 1391, ___sass/style.scss */
body.home article.hentry #primary #home-update-info ul li .home-update-date {
  width: 100%;
  font-size: 12px;
}
/* line 1395, ___sass/style.scss */
body.home article.hentry #primary #home-update-info ul li .home-update-title {
  width: 100%;
  font-size: 14px;
}
/* line 1398, ___sass/style.scss */
body.home article.hentry #primary #home-update-info ul li .home-update-title a {
  color: #333333;
}
/* line 1405, ___sass/style.scss */
body.home article.hentry #primary #home-informations {
  position: relative;
  float: left;
  margin-left: 10px;
  border: 1px solid #FF7000;
  padding: 5px;
  width: 303px;
  background-color: #FFFFE0;
}
/* line 1413, ___sass/style.scss */
body.home article.hentry #primary #home-informations h1 {
  background: transparent url('img/home-information.png?1387858995') no-repeat;
  height: 31px;
  width: 291px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
/* line 1424, ___sass/style.scss */
body.home article.hentry #primary #home-informations a#home-information-link {
  position: absolute;
  right: 5px;
  top: 5px;
}
/* line 1429, ___sass/style.scss */
body.home article.hentry #primary #home-informations ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}
/* line 1436, ___sass/style.scss */
body.home article.hentry #primary #home-informations ul li {
  width: 100%;
  display: block;
  float: left;
  line-height: 1.2em;
  margin-bottom: 5px;
}
/* line 1442, ___sass/style.scss */
body.home article.hentry #primary #home-informations ul li .home-update-date {
  color: #333333;
  width: 100%;
  font-size: 12px;
}
/* line 1447, ___sass/style.scss */
body.home article.hentry #primary #home-informations ul li .home-update-title {
  width: 100%;
  font-size: 14px;
}
/* line 1450, ___sass/style.scss */
body.home article.hentry #primary #home-informations ul li .home-update-title a {
  color: #FF7000;
}
/* line 1458, ___sass/style.scss */
body.home article.hentry #home-footer {
  margin-top: 2em;
  clear: both;
  float: left;
  width: 100%;
}
/* line 1463, ___sass/style.scss */
body.home article.hentry #home-footer #home-footer-company-info {
  float: left;
  line-height: 1.2em;
}
/* line 1466, ___sass/style.scss */
body.home article.hentry #home-footer #home-footer-company-info #home-footer-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
/* line 1471, ___sass/style.scss */
body.home article.hentry #home-footer #home-footer-company-info #home-footer-address {
  font-size: 12px;
  margin: 0;
}
/* line 1476, ___sass/style.scss */
body.home article.hentry #home-footer #home-footer-contactus {
  float: right;
  margin-left: 16px;
}
/* line 1480, ___sass/style.scss */
body.home article.hentry #home-footer #home-footer-telno {
  float: right;
  margin-left: 16px;
}

/**
 * aboutus
 */
/* line 1493, ___sass/style.scss */
body.aboutus #page #main #aboutus-greeting .greeting-signature {
  color: #333333;
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1em;
}
/* line 1500, ___sass/style.scss */
body.aboutus #page #main #aboutus-greeting .greeting-signature span.position-name {
  font-size: 14px;
  margin-right: 1em;
}

/**
 * course-01
 */
/* line 1513, ___sass/style.scss */
body.course-01 #page #main #course-01-section-03 ol {
  float: left;
  display: block;
  width: 100%;
}
/* line 1517, ___sass/style.scss */
body.course-01 #page #main #course-01-section-03 ol li {
  float: left;
  display: block;
  width: 100%;
}
/* line 1521, ___sass/style.scss */
body.course-01 #page #main #course-01-section-03 ol li p {
  width: 31em;
}

/**
 * blog/single
 */
/* line 1534, ___sass/style.scss */
body.blog #page #main h3, body.single #page #main h3 {
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 1538, ___sass/style.scss */
body.blog #page #main #secondary #relative-pages h1, body.single #page #main #secondary #relative-pages h1 {
  font-size: 20px;
  height: auto;
}


/*お料理フォトコンテスト*/
#photo_table{
width:100%;
}

@media screen and (min-width:960px) {
#photo_table{
width:860px;
}
}

/* あいちゃんレシピ */
.month-column{
  position: relative;
}
.month-column::after{
  font-family: 'FontAwesome';
  content: "\f138";
  position: absolute;
  right: 1.5em;
  top:0;
  width: 27px;
}
.recipe_a{
  color:#707070;
}
.recipe_p{
  border-bottom: dotted 1px;
    padding: 0 0 4px 12px;
  font-size: 16px;
}
.recipe_p span{
  padding-left: 3em;
}

