@charset "UTF-8";
/*!
 *
 * Color Me SASS v1.0
 * Built and Designed by Richard Bray
 *
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
<div>
  <input type="radio" name="dummy" id="dummy_1" value="1" checked="checked" />
  <label for="dummy_1" data-label="ON">ON</label>
  <input type="radio" name="dummy" id="dummy_0" value="0" />
  <label for="dummy_0" data-label="OFF">OFF</label>
</div>
*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* color set */
/* Palette generated by Material Palette - materialpalette.com/pink/blue-grey */
html {
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 0.9em;
  }
}

a {
  color: #607D8B;
  font-weight: bold;
}
a:hover {
  color: #36474f;
  transition: .3s linear;
}

.linkEffect a,
a.linkEffect {
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .linkEffect a,
  a.linkEffect {
    text-decoration: underline;
  }
}
.linkEffect a:hover,
a.linkEffect:hover {
  text-decoration: none;
}
.linkEffect a:hover:before,
a.linkEffect:hover:before {
  width: 100%;
  left: 0%;
}
.linkEffect a:before,
a.linkEffect:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0%;
  height: 0px;
  border-bottom: 1px #E91E63 solid;
  transition-duration: 0.3s;
}

.alize {
  font-family: "alize", "Lato", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 1.618em;
}

.centered-navigation {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 48px;
  width: 100%;
  z-index: 9999;
}
.centered-navigation .mobile-logo {
  display: inline;
  float: left;
  max-height: 48px;
  padding-left: 0.8em;
}
.centered-navigation .mobile-logo img {
  max-height: 48px;
  opacity: .6;
  padding: .8em 0;
}
@media screen and (min-width: 40em) {
  .centered-navigation .mobile-logo {
    display: none;
  }
}
.centered-navigation .centered-navigation-mobile-menu {
  color: rgba(51, 51, 51, 0.7);
  display: block;
  float: right;
  line-height: 48px;
  margin: 0;
  margin-right: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .centered-navigation .centered-navigation-mobile-menu {
    display: none;
  }
}
.centered-navigation .centered-navigation-mobile-menu:focus, .centered-navigation .centered-navigation-mobile-menu:hover {
  color: #333;
}
.centered-navigation .centered-navigation-wrapper {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 999;
  font-size: 1.1em;
}
.centered-navigation .centered-navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.centered-navigation .centered-navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.centered-navigation ul.centered-navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 99999;
}
.centered-navigation ul.centered-navigation-menu.show {
  display: block;
}
@media screen and (min-width: 40em) {
  .centered-navigation ul.centered-navigation-menu {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 40em) {
  .centered-navigation .nav-link:first-child {
    margin-left: 1em;
  }
}
.centered-navigation ul li.nav-link {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  line-height: 48px;
  overflow: hidden;
  margin-right: 0.8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
  transition-duration: 0.4s;
}
.centered-navigation ul li.nav-link:hover {
  background: #fbd8e4;
}
.centered-navigation ul li.nav-link a {
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding: 0 20px;
}
.centered-navigation ul li.nav-link a:focus, .centered-navigation ul li.nav-link a:hover {
  color: #333;
}
@media screen and (min-width: 40em) {
  .centered-navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 48px;
  }
  .centered-navigation ul li.nav-link:hover {
    background: transparent;
  }
  .centered-navigation ul li.nav-link a {
    padding: 0 0.5em;
  }
}
.centered-navigation li.logo.nav-link {
  display: none;
}
@media screen and (min-width: 40em) {
  .centered-navigation li.logo.nav-link {
    display: inline;
  }
}
.centered-navigation .logo img {
  margin-bottom: -0.66667em;
  max-height: 2em;
  opacity: 0.6;
}
.centered-navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .centered-navigation li.more.nav-link {
    padding-right: 0.8em;
  }
}
.centered-navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}
.centered-navigation li.more.nav-link a {
  margin-right: 0.8em;
}
.centered-navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
.centered-navigation li.more.nav-link > a:after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: rgba(51, 51, 51, 0.7);
  content: "\25BE";
}
.centered-navigation li.more {
  overflow: visible;
  padding-right: 0;
}
.centered-navigation li.more a {
  padding-right: 0.8em;
}
.centered-navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 40em) {
  .centered-navigation li.more > a {
    margin-right: 0.8em;
  }
}
.centered-navigation li.more > a:after {
  content: "窶ｺ";
  font-size: 1.2em;
  position: absolute;
  right: 0.4em;
}
.centered-navigation li.more:focus > .submenu, .centered-navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 40em) {
  .centered-navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}
.centered-navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 40em) {
  .centered-navigation ul.submenu {
    left: -0.8em;
    position: absolute;
    top: 1.5em;
  }
}
@media screen and (min-width: 40em) {
  .centered-navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}
.centered-navigation ul.submenu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .centered-navigation ul.submenu li {
    line-height: 36.92308px;
  }
  .centered-navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .centered-navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: .7em;
  }
}
.centered-navigation ul.submenu li a {
  background-color: rgba(247, 247, 247, 0.9);
  display: inline-block;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .centered-navigation ul.submenu li a {
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 0.8em;
    text-align: left;
    width: 12em;
  }
}

html {
  background: gray;
}

body {
  font-family: "Lato", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #212121;
  background: white;
}

header,
#main_contents,
#footer_box {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}
header:after,
#main_contents:after,
#footer_box:after {
  content: "";
  display: table;
  clear: both;
}

section {
  padding: 16px;
  margin-bottom: 32px;
}

header {
  display: block;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header #herounit {
  position: relative;
}
header #herounit img {
  width: 100%;
  margin-top: -52px;
}
@media screen and (max-width: 640px) {
  header #herounit img {
    margin-bottom: -4px;
  }
}
header #herounit #hero_text {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -52px;
  width: 100%;
  height: 100%;
}
header #herounit #hero_text object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header #herounit #hero_text object img {
  width: 960px;
}
header #herounit object {
  width: 100%;
  margin-bottom: -7px;
}
header #herounit object > img {
  width: 100%;
}

.sub_title {
  width: 768px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0px 16px;
  clear: both;
}
.sub_title img {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 16px;
}
.sub_title h1 {
  font-size: 1.618em;
  line-height: 80px;
}

nav {
  box-sizing: border-box;
  background-color: white;
  background: rgba(255, 255, 255, 0.4);
  border-top: solid thin rgba(242, 242, 242, 0.7);
  border-bottom: solid thin rgba(242, 242, 242, 0.7);
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul.centered-navigation-menu > li {
  position: relative;
}
nav ul.centered-navigation-menu > li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #E91E63;
  border-radius: 2px;
  transition-duration: 0.3s;
}
nav ul.centered-navigation-menu > li:not(.logo) > a:hover:before, nav ul.centered-navigation-menu > li:not(.logo) > a.active:before {
  width: 100%;
  left: 0%;
}
nav a {
  font-weight: bold;
}

#main_contents {
  display: block;
  max-width: 768px;
}
#main_contents:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #main_contents {
    width: 90%;
  }
}
#main_contents #news_box:after {
  content: "";
  display: table;
  clear: both;
}
#main_contents #news_box ul {
  clear: both;
  max-width: 480px;
  height: 7.5em;
  margin: 8px auto;
  padding: 0;
  overflow: hidden;
  transition-duration: 1s;
  list-style-type: none;
  overflow: hidden;
}
#main_contents #news_box ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #main_contents #news_box ul {
    height: 4em;
  }
}
#main_contents #news_box ul li {
  position: relative;
  clear: left;
  width: 95%;
  /*height: 1.5em;*/
  padding: 0px 2.5%;
}
@media screen and (max-width: 640px) {
  #main_contents #news_box ul li {
    height: 4em;
    line-height: 1em;
  }
}
#main_contents #news_box ul li a {
  font-size: 0.8em;
}
#main_contents #news_box ul li p {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #main_contents #news_box ul li p {
    width: 100%;
    text-overflow: inherit;
    white-space: normal;
  }
}
#main_contents #news_box ul li .date {
  float: right;
  width: 58px;
  font-size: 0.7em;
  height: 1em;
}
@media screen and (max-width: 640px) {
  #main_contents #news_box ul li .date {
    width: 100%;
  }
}
#main_contents #news_box > h4, #main_contents .open_news {
  clear: both;
  width: 10em;
  margin: 8px auto;
  margin: auto;
  text-align: center;
  padding: 2px 0px;
  font-size: .8em;
  transition-duration: 0.3s;
}
#main_contents #news_box > h4 span, #main_contents .open_news span {
  font-size: 50%;
}
#main_contents .open_news:hover {
  cursor: pointer;
  background: #fbd8e4;
}
#main_contents .open > span {
  display: inline-block;
  transform: rotate(180deg);
}
#main_contents #top_nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_contents #top_nav > li {
  position: relative;
  float: left;
  margin: 1.5%;
  padding: 0px 0px;
  width: 30.3%;
  border-radius: 3px;
  transition: 0.3s;
  box-shadow: 0 2px 2px 0 #BBB;
}
#main_contents #top_nav > li:hover {
  box-shadow: 0px 3px 6px 0 #BBB;
}
@media screen and (max-width: 640px) {
  #main_contents #top_nav > li {
    width: 100%;
    margin-bottom: 16px;
  }
}
#main_contents #top_nav h2 {
  width: 80%;
  margin: 0 10%;
  float: left;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.2em;
  color: black;
}
@media screen and (max-width: 767px) {
  #main_contents #top_nav h2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #main_contents #top_nav h2 {
    width: auto;
    float: right;
    font-size: 0.9em;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  #main_contents #top_nav > li.nav {
    min-height: inherit;
  }
}
#main_contents #top_nav > li.nav .topnav-rogo {
  float: left;
  margin: 0 auto;
  width: 40%;
  margin: 8px 30%;
}
@media screen and (max-width: 640px) {
  #main_contents #top_nav > li.nav .topnav-rogo {
    width: 80px;
    height: 80px;
    margin: 5px;
    margin-bottom: 1em;
  }
}
#main_contents #top_nav > li.nav .top-nav_text {
  width: 100%;
  clear: left;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  #main_contents #top_nav > li.nav .top-nav_text {
    padding: 0px 10%;
  }
}
@media screen and (max-width: 640px) {
  #main_contents #top_nav > li.nav .top-nav_text {
    width: auto;
    padding-left: 2.5%;
  }
}
#main_contents #top_nav > li.nav .top-nav_text ul {
  list-style: none;
  margin: 0.5em auto;
  padding: 0;
}
#main_contents #top_nav > li.nav .top-nav_text ul li {
  position: relative;
  padding: 0 5%;
  text-align: left;
  font-size: 0.9em;
}
#main_contents #top_profile {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  margin-top: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}
#main_contents #top_profile:last-child {
  margin-right: 0;
}
#main_contents #top_profile > h2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.2em;
  border-bottom: dotted thin black;
}
#main_contents #top_profile > h2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #main_contents #top_profile > h2 {
    width: 90%;
    margin: 5%;
  }
}
#main_contents #top_profile .top_rogo {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}
#main_contents #top_profile .top_rogo object {
  background: white;
  border-radius: 100%;
}
#main_contents #top_profile > p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  line-height: 1.6em;
  padding-bottom: 1em;
}
#main_contents #top_profile > p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #main_contents #top_profile > p {
    width: auto;
    margin-top: 22px;
    margin-left: 5%;
  }
}

footer {
  width: 100%;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 64px;
  background: gray;
  color: #e6e6e6;
  box-shadow: 0px 3px 5px #333333 inset;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer #footer_box {
  max-width: 768px;
}
footer a.footer_link {
  width: 48px;
  height: 48px;
  float: left;
  margin: 5px;
  opacity: 0.7;
  transition: .3s linear;
}
footer a.footer_link:hover {
  opacity: 1;
}
footer a.footer_link object {
  width: 48px;
  height: 48px;
  pointer-events: none;
}
footer #credit {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 3px;
  font-size: 0.8em;
  text-align: right;
}
footer #credit:last-child {
  margin-right: 0;
}

/*  sub page  */
.clone_nav {
  background: rgba(255, 255, 255, 0.9);
}
.clone_nav ul {
  font-size: 0.9em;
  min-height: 0px;
}

#pageNav {
  clear: both;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 8px;
  transition-duration: .5s;
}
#pageNav li {
  float: left;
  width: 10em;
  margin-bottom: 0.809em;
  display: inline-block;
  padding-right: 2.5%;
}
#pageNav li a {
  font-size: .6em;
  line-height: .6em;
  text-decoration: none;
}

#main_contents.profile .profile_list {
  list-style: none;
  padding-left: 20px;
}
#main_contents.profile .profile_list li {
  position: relative;
  line-height: 1.618em;
  margin-bottom: 0.618em;
}
#main_contents.profile .profile_list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -20px;
  width: 10px;
  height: 10px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #E91E63;
}
#main_contents.profile .profile_list li a {
  padding-left: 0.8em;
}
#main_contents.profile .thumbnail {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main_contents.profile .thumbnail li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 2.5%;
}
@media screen and (max-width: 640px) {
  #main_contents.profile .thumbnail li {
    width: 25%;
    margin: 2.5%;
  }
}
#main_contents.profile .thumbnail li img {
  width: 100%;
}
#main_contents.products section {
  float: left;
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto;
  transition: 0.3s;
  box-shadow: 0 2px 2px 0 #BBB;
}
#main_contents.products section:after {
  content: "";
  display: table;
  clear: both;
}
#main_contents.products h2 {
  margin-top: 0;
}
#main_contents.products img {
  float: left;
  width: 30%;
  padding-right: 3%;
}
#main_contents.products div > p {
  float: right;
  width: 67%;
  height: auto;
  margin-top: 0;
  transition: 0.5s;
}
#main_contents.products div > p.truncate {
  position: relative;
  overflow: hidden;
  height: 96px;
}
@media screen and (max-width: 640px) {
  #main_contents.products div > p.truncate {
    height: 84px;
  }
}
#main_contents.products div > p.truncate:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 32px;
  background: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
#main_contents.products p.date {
  text-align: right;
  font-size: 50%;
}
#main_contents.products a {
  display: block;
  clear: both;
  width: 10em;
  margin: 0 auto;
  text-align: center;
}
#main_contents.products .text_open {
  display: block;
  width: 30%;
  margin-left: 70%;
  float: right;
  text-align: right;
  cursor: pointer;
}
#main_contents.products div > p.truncate + .text_open {
  position: relative;
}
#main_contents.products div > p.truncate + .text_open:after {
  content: attr(data-open);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

/* bg svg switch */
html.svg ul#viewBtn li {
  background-image: url(../img/recipe_icons.svg);
}

html.noSvg ul#viewBtn li {
  background-image: url(../img/recipe_icons.png);
}

/* common */
.edit_tmpl {
  display: none;
}
