@charset "utf-8";
/* ==========================================================================
   Layout
   ========================================================================== */
/* Genral
   ========================================================================== */
body {
  min-width: 980px;
  border-top: 2px solid #DEDBD6;
  color: #555;
}
@media screen and (max-width: 701px) {
  body {
    min-width: 320px;
  }
}
a {
  color: #705e54;
}
::selection {
  background-color: #fff0f8;
}
/* Alert
   ========================================================================== */
#script-alert {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0 0;
}
#script-alert > .inner {
  padding: 9px 12px 8px;
  border: 1px solid #f00;
  color: #f00;
  text-align: center;
}
@media screen and (max-width: 701px) {
  #script-alert {
    width: auto;
    margin: 0 10px;
    padding-top: 10px;
  }
  #script-alert p {
    font-size: 1em;
  }
}
/* Overlay
   ========================================================================== */
#overlay-bg {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
}
#overlay {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: absolute;
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 50001;
  width: 100%;
  min-width: 320px;
  padding: 10px 10px 10px;
}
.no-js #overlay {
  display: none;
}
#overlay .close-overlay {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  margin: 0 0 0 auto;
  width: 52px;
  height: 33px;
  background: url(../img/layout/header_global_nav_close_sp.png) no-repeat;
  cursor: pointer;
}
#overlay li {
  border-top: 1px solid #7e7977;
  text-align: center;
  font-size: 1.3em;
}
#overlay a {
  display: block;
  padding: 15px;
  color: #fff;
  background: #463f3c url(../img/layout/overlay_bg_wh.png) no-repeat right center;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  text-decoration: none;
}
.open-overlay #site-header a,
.open-overlay #content a,
.open-overlay #footer a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#overlay li .ul_nest .col {
    width: 50%;
    box-sizing: border-box;
    float:left;
    border-top: none;
    font-size: 13px;
}
#overlay li .ul_nest .col:first-child {
    border-right: 1px solid #9c9795;
}
#overlay li .ul_nest .col a {
    background-color:#857467;
}

#overlay li .ul_nest .col a span.mod-icon-window {
    display:inline-block;
    margin-left:5px;
    background: url(../img/parts/icon_window_white.png) no-repeat;
}
@media screen and (max-width: 701px) {
  #overlay li .ul_nest .col a span.mod-icon-window {
      background-image: url(../img/parts/icon_window_white@x2.png);
  }
}


@media screen and (min-width: 980px) {
  #overlay,
  #overlay-bg {
    display: none !important;
  }
}
/* Site header
   ========================================================================== */
#site-header {
  position: relative;
  /* width: 980px; */
  min-width: 980px;
  margin: 0 auto 16px;
  padding-top: 19px;
}
#site-header .site-id {
  position: absolute;
  z-index: 100;
  float: left;
  margin-right: 25px;
}
#site-header .site-id img {
  width: auto;
  height: 40px;
}
#site-header.signed-in .site-id {
  padding-bottom: 60px;
}
#site-header.signed-in .site-id img {
  width: auto;
  height: 27px;
}
#site-header .global-nav {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 9999;
}
#site-header .global-nav dt {
  display: none;
}
#site-header .global-nav dd > .inner {
  height: auto;
}
#site-header .global-nav li {
  margin-right: 29px;
  float: left;
}
#site-header .global-nav a {
  text-decoration: none;
  text-shadow: none;
  display: block;
  position: relative;
  font-size: 15px;
  color: #4c4c4c;
  position: relative;
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#site-header .global-nav a:before{
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 transparent transparent;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: rotate(45deg);
  margin-top: -4px;
}
#site-header .global-nav a:hover{
  opacity:.5;
}
#site-header .global-nav .top a {
  display:none;
}
#site-header .member-nav {
  margin-right: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 300px;
}
#site-header .member-nav li {
  float: left;
  padding-right: 4px;
  font-weight: bold;
}
#site-header .member-nav a {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6') chroma(color=#000000);
  zoom: 1;
  display: block;
  width: 146px;
  padding: 2px 0;
  border: 1px solid #d5d5d5;
  text-align: center;
  text-decoration: none;
}
#site-header .member-nav a:hover {
  background-color: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: -moz-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFFFFFFF') chroma(color=#000000);
  zoom: 1;
}
#site-header .member-nav .icon {
  margin-right: 6px;
  vertical-align: middle;
}
#site-header.signed-in .status {
  position: absolute;
  top: 58px;
  left: 195px;
  font-size: 10px;
}
#site-header .primmary-nav {
  float: right;
  height: 18px;
  margin: 0 5px 16px 0;
  padding-top: 4px;
  text-align: right;
}
#site-header .primmary-nav li {
  display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 10px;
  padding-left: 20px;
  background: url(../img/layout/header_primmary_nav_bg01.png) no-repeat left center;
  font-size: 1em;
}
#site-header .primmary-nav li:nth-child(1){
  background:initial;
}
#site-header .primmary-nav a {
  text-decoration: none;
}
#site-header .primmary-nav a:hover {
  text-decoration: underline;
}
#site-header .action-nav {
  clear: right;
  float: right;
  width: 406px;
  /* full pettern
		.trial {
			width: 40%;
		}
		.request {
			width: 30%;
		}
		.admission {
			width: 30%;
		}
		*/
}
#site-header .action-nav li {
  float: left;
  line-height: 1.2;
  text-align: center;
}
#site-header .action-nav .trial {
  width: 50%;
}
#site-header .action-nav .request {
  width: 50%;
}
#site-header .action-nav a {
  display: block;
  padding: 7px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  zoom: 1;
}
#site-header .action-nav .trial a {
  margin-right: 2px;
  background-color: #FF9600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9600), color-stop(100%, #FF9600));
  background: -webkit-linear-gradient(left top, left bottom, #FF9600, #FF9600);
  background: -moz-linear-gradient(left top, left bottom, #FF9600, #FF9600);
  background: linear-gradient(to bottom, #FF9600, #FF9600);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF9600', endColorstr='#FF9600') chroma(color=#FF9600);
  zoom: 1;
  border: 1px solid #FF9600;
}
#site-header .action-nav .request a {
  background-color: #FF9600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF9600), color-stop(100%, #FF9600));
  background: -webkit-linear-gradient(left top, left bottom, #FF9600, #FF9600);
  background: -moz-linear-gradient(left top, left bottom, #FF9600, #FF9600);
  background: linear-gradient(to bottom, #FF9600, #FF9600);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF9600', endColorstr='#FF9600') chroma(color=#FF9600);
  zoom: 1;
  /* full pettern
			margin-left: 4px;
			*/
  margin-left: 2px;
  border: 1px solid #FF9600;
}
#site-header .action-nav .admission a {
  background-color: #e7b259;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b259), color-stop(100%, #e79637));
  background: -webkit-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: -moz-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: linear-gradient(to bottom, #e7b259, #e79637);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE7B259', endColorstr='#FFE79637') chroma(color=#000000);
  zoom: 1;
  /* full pettern
			margin-left: 4px;
			*/
  border: 1px solid #e79827;
}
#site-header .welcome-message {
  position: relative;
  top: 40px;
  clear: right;
  float: right;
  width: 322px;
  text-align: right;
}
#site-header .language-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  zoom: 1;
}
.no-js #site-header .language-nav dd {
  display: none;
}
#site-header .language-nav dt {
  width: 118px;
  height: 20px;
  border: 1px solid #ccc;
  line-height: 20px;
  background: url(../img/layout/header_language_nav_bg01.png) no-repeat 104px center;
  cursor: pointer;
}
#site-header .language-nav dt span {
  padding-left: 6px;
  display: block;
  width: 91px;
  border-right: 1px solid #e0e0e0;
  color: #666;
  background-color: #f9f9f9;
}
#site-header .language-nav dd {
  position: relative;
  zoom: 1;
}
#site-header .language-nav dd ul {
  width: 118px;
  border: 1px solid #ccc;
  border-top: none;
}
#site-header .language-nav dd li {
  padding-top: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left top;
}
#site-header .language-nav dd li:first-child {
  padding-top: 0;
  background: none;
}
#site-header .language-nav dd a {
  display: block;
  padding: 2px 6px;
  background-color: #fff;
  text-decoration: none;
}
#site-header .language-nav dd a:hover {
  background-color: #e8e6e2;
}

.hold-header {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right:0;
    /* width: 980px; */
    margin:0 auto;
    padding: 20px 0px 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
    color: #000000;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); 
}
.hold-header.fixed {
    position: fixed;
    top: 0;
    padding-bottom: 3px;
}
.hold-header div {
    max-width: 980px;
    margin: 0 auto;
}
.hold-header nav{
    position: relative;
}

@media screen and (max-width: 701px) {

  .hold-header {
    padding: 10px 10px 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .hold-header.fixed {
    padding-bottom: 0px;
  }
  #site-header {
    width: auto;
    min-width: 300px;
    padding: 10px 10px 0;
    height: 129px;
    margin-bottom: 0;
  }
  #site-header.signed-in {
    height: 77px;
  }
  #site-header .site-id {
    float: none;
    position: initial;
    margin-bottom: 14px;
    padding-bottom: 0 !important;
    padding-top: 6px;
  }
  #site-header .site-id img {
    width: auto;
    height: 30px;
  }
  #site-header.signed-in .site-id img {
    width: auto;
    height: 22px;
  }
  #site-header .global-nav {
    position: absolute;
    top: 10px !important;
    right: 10px;
    width: 100%;
  }
  #site-header .global-nav dt {
    color: transparent;
    background-repeat: no-repeat;
    font: 0/0 a;
    text-shadow: none;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    right: 0;
    bottom: 25px;
    display: block;
    width: 52px;
    height: 33px;
    background: url(../img/module/header_global_nav_menu_sp.jpg) no-repeat;
    cursor: pointer;
  }
  #site-header .global-nav dd {
    display: none;
  }
  #site-header .member-nav {
    margin-bottom: 10px;
    width: 100%;
  }
  #site-header .member-nav li {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 50%;
  }
  #site-header .member-nav li:first-child {
    padding-right: 2px;
  }
  #site-header .member-nav li:last-child {
    padding-left: 2px;
    padding-right: 0;
  }
  #site-header .member-nav a {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100%;
  }
  #site-header.signed-in .status {
    position: static;
    clear: both;
    padding-top: 2px;
    text-align: center;
  }
  #site-header .primmary-nav {
    display: none;
  }
  #site-header .action-nav {
    width: 100%;
  }
  #site-header .welcome-message {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    top: 0;
    width: 100%;
  }
  #site-header .language-nav {
    display: none;
  }
}
/* Content
   ========================================================================== */
#content {
  width: 980px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 701px) {
  #content {
    min-width: 300px;
    width: auto;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.column-main {
  float: left;
  width: 702px;
}
.single-column .column-main {
  float: none;
  width: 100%;
}
.column-main .old-content-container,
.column-main > .column-main-narrow {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 701px) {
  .column-main {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .column-main .old-content-container,
  .column-main > .column-main-narrow {
    width: auto;
  }
}
.column-sub {
  float: right;
  width: 255px;
}
@media screen and (max-width: 701px) {
  .column-sub {
    float: none;
    width: 100%;
  }
}
/* Breadcrumbs
   ========================================================================== */
#breadcrumbs {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 10px;
}
#breadcrumbs li {
  float: left;
  padding-left: 17px;
  background: url(../img/layout/breadcrumbs_bg01.gif) no-repeat 7px center;
  font-size: 1em;
}
#breadcrumbs li:first-child {
  padding-left: 0;
  background: none;
}
@media screen and (max-width: 701px) {
  #breadcrumbs li {
    display: inline;
    float: none;
    padding-left: 0;
    background: none;
  }
  #breadcrumbs li:before {
    content: '>';
    margin: 0 6px 0 4px;
  }
  #breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
  }
}
/* Section
   ========================================================================== */
section,
article,
aside {
  margin-bottom: 30px;
}
.column-sub section,
.column-sub article,
.column-sub aside {
  margin-bottom: 20px;
}
section:last-child,
article:last-child,
aside:last-child {
  margin-bottom: 0 !important;
}
/* Site footer
   ========================================================================== */
#site-footer {
  clear: both;
  min-width: 980px;
}

#site-footer .primmary-nav,
#site-footer .language-nav {
  display: none;
}
#site-footer .sub-nav {
  padding: 24px 0 23px;
  text-align: center;
  background-color: #efede9;
}
#site-footer .sub-nav ul {
  margin-left: 27px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#site-footer .sub-nav ul:first-child {
  margin-left: 0;
}
#site-footer .sub-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 27px;
  padding-left: 10px;
  background: url(../img/layout/footer_sub_nav_bg01.png) no-repeat left center;
  font-size: 1em;
}
#site-footer .sub-nav li:first-child {
  margin-left: 0;
}
#site-footer .sub-nav a {
  color: #555;
  text-decoration: none;
}
#site-footer .sub-nav a:hover {
  text-decoration: underline;
}
#site-footer .copyright {
  padding: 10px 0 9px;
  text-align: center;
  color: #555;
  background-color: #ffffff;
  font-size: 1em;
}

#site-footer .d-logo {
  padding: 15px 0 3px;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 701px) {
  #site-footer {
    min-width: 320px;
  }
  #site-footer .primmary-nav {
    padding-top: 20px;
    display: block;
    background-color: #efede9;
    text-align: center;
  }
  #site-footer .primmary-nav ul {
    padding-bottom: 13px;
  }
  #site-footer .primmary-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    -webkit-background-size: 5px 6px !important;
    -moz-background-size: 5px 6px !important;
    background-size: 5px 6px !important;
    margin-left: 30px;
    padding-left: 10px;
    background: url(../img/layout/footer_primmary_nav_bg01@2x.png) no-repeat left center;
  }
  #site-footer .primmary-nav li:first-child {
    margin-left: 0;
  }
  #site-footer .primmary-nav a {
    color: #555;
    text-decoration: none;
  }
  #site-footer .primmary-nav a:hover {
    text-decoration: underline;
  }
  #site-footer .language-nav {
    display: block;
    padding: 17px 0;
    background-color: #efede9;
    text-align: center;
  }
  #site-footer .language-nav dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: -0.4em;
  }
  #site-footer .language-nav dt::after {
    content: ':';
    padding: 0 0.7em;
  }
  #site-footer .language-nav dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  #site-footer .language-nav li {
    margin-right: -0.4em;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  #site-footer .language-nav li::after {
    content: '|';
    padding: 0 0.5em;
    color: #a2a2a2;
  }
  #site-footer .language-nav li:last-child::after {
    content: '';
    padding: 0;
  }
  #site-footer .language-nav a {
    color: #555;
    text-decoration: none;
  }
  #site-footer .language-nav a:hover {
    text-decoration: underline;
  }
  #site-footer .sub-nav {
    padding: 20px 0 0;
    background-color: #e2dfdc;
  }
  #site-footer .sub-nav ul {
    display: block;
    margin-left: 0;
    padding: 0 0 10px 0;
  }
  #site-footer .sub-nav li {
    margin-left: -0.25em;
    padding-left: 0;
    line-height: 1.1;
    background: none;
    font-size: 1.2em;
  }
  #site-footer .sub-nav li::before {
    content: '';
    padding: 0 0.35em;
    color: #a2a2a2;
  }
  #site-footer .sub-nav li:first-child {
    margin-left: 0;
  }
  #site-footer .sub-nav li:first-child::before {
    content: '';
    padding: 0;
  }
  #site-footer .copyright {
    padding: 0 0 15px;
  }
}
/* Popup
   ========================================================================== */
body.popup {
  min-width: 702px;
}
body.popup #site-header,
body.popup #content {
  width: 702px;
}
body.popup #site-header,
body.popup #site-footer {
  min-width: 702px;
}
body.popup #site-header {
  margin-bottom: 21px;
  padding-top: 21px;
}
body.popup #site-header .site-id img {
  height: 26px;
  padding: 8px 0 7px;
}
body.popup #site-header.signed-in .site-id {
  padding-bottom: 0;
}
body.popup #site-header.signed-in .site-id img {
  height: 41px;
  padding: 0;
}
body.popup #content {
  margin-bottom: 30px;
}
body.popup #content:first-child {
  padding-top: 20px;
}
body.popup #content .main-column {
  float: none;
  width: 100%;
}
body.popup #site-footer .close-button {
  display: block;
  width: 226px;
  margin: 0 auto 60px;
  text-align: center;
}
body.popup #site-footer .close-button a {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(left top, left bottom, #f0f0f0, #dedede);
  background: -moz-linear-gradient(left top, left bottom, #f0f0f0, #dedede);
  background: linear-gradient(to bottom, #f0f0f0, #dedede);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFDEDEDE') chroma(color=#000000);
  zoom: 1;
  border: 1px solid #beb8b0;
}
@media screen and (max-width: 701px) {
  body.popup {
    min-width: 320px;
  }
  body.popup #site-header,
  body.popup #content,
  body.popup #site-footer {
    width: auto;
    min-width: 0;
  }
  body.popup #site-footer .close-button {
    min-width: 0;
  }
  body.popup #site-footer .copyright {
    padding: 7px 0;
  }
}



/* Popup2
   スケジュール確認・変更、MY受講履歴をポップアップで表示するように変更
   ========================================================================== */
body.popup2 {
  min-width: 1000px;
}
body.popup2 #site-header,
body.popup2 #content {
  width: 1000px;
}
body.popup2 #site-header,
body.popup2 #site-footer {
  min-width: 1000px;
}
body.popup2 #site-header {
  margin-bottom: 21px;
  padding-top: 21px;
}
body.popup2 #site-header .site-id img {
  height: 26px;
  padding: 8px 0 7px;
}
body.popup2 #site-header.signed-in .site-id {
  padding-bottom: 0;
}
body.popup2 #site-header.signed-in .site-id img {
  height: 41px;
  padding: 0;
}
body.popup2 #content {
  margin-bottom: 30px;
}
body.popup2 #content:first-child {
  padding-top: 20px;
}
body.popup2 #content .main-column {
  float: none;
  width: 100%;
}
body.popup2 #site-footer .close-button {
  display: block;
  width: 226px;
  margin: 0 auto 60px;
  text-align: center;
}
body.popup2 #site-footer .close-button a {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(left top, left bottom, #f0f0f0, #dedede);
  background: -moz-linear-gradient(left top, left bottom, #f0f0f0, #dedede);
  background: linear-gradient(to bottom, #f0f0f0, #dedede);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFDEDEDE') chroma(color=#000000);
  zoom: 1;
  border: 1px solid #beb8b0;
}
@media screen and (max-width: 701px) {
  body.popup2 {
    min-width: 320px;
  }
  body.popup2 #site-header,
  body.popup2 #content,
  body.popup2 #site-footer {
    width: auto;
    min-width: 0;
  }
  body.popup2 #site-footer .close-button {
    min-width: 0;
  }
  body.popup2 #site-footer .copyright {
    padding: 7px 0;
  }
}

.foot-bnr{
	margin:0 10px 15px 10px;
}
.foot-bnr img{
	width:100%;
}
/* ==========================================================================
   Content modules
   ========================================================================== */
/* Heading
   ========================================================================== */
.mod-h1,
.mod-h2,
.mod-h3,
.mod-h4,
.mod-h5,
.mod-h6 {
  line-height: 1.35;
  zoom: 1;
}
.mod-h1 > span,
.mod-h2 > span,
.mod-h3 > span,
.mod-h4 > span,
.mod-h5 > span,
.mod-h6 > span {
  display: block;
  zoom: 1;
}
.mod-h1 {
  margin-bottom: 12px;
  padding: 11px 0;
  border-top: 2px solid #d8d5cf;
  border-bottom: 1px solid #e0ddd9;
  font-size: 1.8em;
}
.mod-h1 > span {
  padding-left: 11px;
  border-left: 3px solid #ed86b3;
}
.mod-h2 {
  margin-bottom: 12px;
  padding: 7px 7px 6px 9px;
  border-left: 3px solid #ed86b3;
  background-color: #eceae8;
  font-size: 1.6em;
}
.mod-h3 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d8d5cf;
  line-height: 1.25;
  font-size: 1.6em;
}
.mod-h3 > span {
  padding-left: 11px;
  border-left: 3px solid #ed86b3;
}
.mod-h4 {
  margin-bottom: 9px;
  line-height: 1.25;
  font-size: 1.6em;
}
.mod-h4-attendance {
  margin-bottom: 12px;
  padding: 7px 7px 6px 9px;
  border-left: 3px solid #ed86b3;
  background-color: #eceae8;
  font-size: 12px;
}
.mod-heading-catch {
  margin-bottom: 15px;
  padding-top: 6px;
  font-size: 1.6em;
}
/* Table
   ========================================================================== */
.mod-table {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin-bottom: 1.2em;
  width: 100%;
  table-layout: fixed;
}
.mod-table:last-child {
  margin-bottom: 0;
}
.android .mod-table {
  border: 1px solid #d9d6d1;
}
.mod-table th,
.mod-table td {
  padding: 8px 10px;
  border: 1px solid #d9d6d1;
}
.mod-table td {
  vertical-align: middle;
}
.mod-table td.is-disabled {
  background-color: #f7f6f3;
}
.mod-table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #dbd9d5;
  vertical-align: middle;
}
.mod-table thead th:last-child {
  border-right-color: #dbd9d5;
}
.mod-table thead tr:last-child th {
  border-bottom: none;
}
.mod-table tbody th {
  background-color: #f7f6f3;
  text-align: left;
}
@media screen and (max-width: 701px) {
  .mod-table col {
    font-size: 1em;
  }
  .mod-table th,
  .mod-table td {
    padding: 5px;
    font-size: 1em;
  }
  .mod-table thead th {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mod-table .mod-icon-pdf {
    width: 11px;
    height: 12px;
    -webkit-background-size: 11px 12px;
    background-size: 11px 12px;
  }
}
.mod-table-plain {
  margin-bottom: 1.2em;
  width: 100%;
}
.mod-table-plain:last-child {
  margin-bottom: 0;
}
.mod-table-plain th,
.mod-table-plain td {
  padding-bottom: 0.8em;
}
.mod-table-plain th {
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}
.mod-table-plain tr:last-child th,
.mod-table-plain tr:last-child td {
  padding-bottom: 0;
}
@media screen and (max-width: 399px) {
  .mod-table-plain table {
    display: block;
  }
  .mod-table-plain tr {
    margin-bottom: 10px;
    display: block;
  }
  .mod-table-plain tr:last-child {
    margin-bottom: 0;
  }
  .mod-table-plain th,
  .mod-table-plain td {
    display: inline;
  }
  .mod-table-plain th {
    padding-right: 0;
  }
}
/* Unordered list
   ========================================================================== */
.mod-ul {
  margin-bottom: 1.2em;
}
.mod-ul:last-child {
  margin-bottom: 0;
}
.mod-ul > li {
  margin: 0 0 0 18px;
  list-style-type: disc;
}
.mod-ul > li .mod-ul {
  margin-top: 0.3em;
}
.mod-ul > li .mod-ul > li {
  margin-bottom: 0.3em;
}
.mod-ul-notes,
.mod-ul-marked {
  margin-bottom: 1.2em;
}
.mod-ul-notes:last-child,
.mod-ul-marked:last-child {
  margin-bottom: 0;
}
.mod-ul-notes > li,
.mod-ul-marked > li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-ul-notes > li > span:first-child,
.mod-ul-marked > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ul-link {
  margin-bottom: 1.2em;
}
.mod-ul-link:last-child {
  margin-bottom: 0;
}
.mod-ul-horizontal {
  margin-bottom: 1.2em;
  overflow: hidden;
  zoom: 1;
}
.mod-ul-horizontal:last-child {
  margin-bottom: 0;
}
.mod-ul-horizontal > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 1.4em 0 0;
}
.mod-ul-horizontal > li:last-child {
  margin-right: 0;
}
/* Ordered list
   ========================================================================== */
.mod-ol {
  margin-bottom: 1.2em;
}
.mod-ol:last-child {
  margin-bottom: 0;
}
.mod-ol > li {
  margin: 0 0 0 2em;
  list-style-type: decimal;
}
.mod-ol-notes {
  margin-bottom: 1.2em;
}
.mod-ol-notes:last-child {
  margin-bottom: 0;
}
.mod-ol-notes > li {
  position: relative;
  padding-left: 2.2em;
  zoom: 1;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ol-index {
  margin-bottom: 1.2em;
}
.mod-ol-index:last-child {
  margin-bottom: 0;
}
.mod-ol-index > li {
  position: relative;
  padding-left: 1.7em;
  zoom: 1;
}
.mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
/* Definition list
   ========================================================================== */
.mod-dl {
  margin-bottom: 1.2em;
}
.mod-dl:last-child {
  margin-bottom: 0;
}
.mod-dl > dt {
  margin-bottom: 0.25em;
  font-weight: bold;
}
.mod-dl > dd {
  overflow: hidden;
  zoom: 1;
}
.mod-dl-horizontal {
  margin-bottom: 1.2em;
  overflow: hidden;
  zoom: 1;
}
.mod-dl-horizontal:last-child {
  margin-bottom: 0;
}
.mod-dl-horizontal > dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
/* Paragraph
   ========================================================================== */
.mod-p-container p {
  margin-bottom: 1em;
}
.mod-p-container p:last-child {
  margin-bottom: 0;
}
/* Image
   ========================================================================== */
.mod-image-left {
  float: left;
  margin-right: 15px;
  padding-top: 0.25em;
}
.mod-image-center {
  margin: 0 auto;
  text-align: center;
}
.mod-image-right {
  float: right;
  margin-left: 15px;
  padding-top: 0.25em;
}
.mod-image-caption {
  display: block;
  padding-top: 5px;
  font-size: 1em;
}
.mod-image-right .mod-image-caption {
  text-align: right;
}
/* Link
   ========================================================================== */
.mod-link {
  zoom: 1;
  padding: 1px 0 1px 11px;
  background: url(../img/parts/icon_arrow.png) no-repeat 0 0.42em;
}
p.mod-link {
  margin-bottom: 1em;
}
p.mod-link:last-child {
  margin-bottom: 0;
}
span.mod-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
@media screen and (max-width: 701px) {
  .mod-link {
    -webkit-background-size: 7px 11px !important;
    -moz-background-size: 7px 11px !important;
    background-size: 7px 11px !important;
    background-image: url(../img/parts/icon_arrow@2x.png);
    background-position: 0 0.5em;
  }
}
.mod-link-more {
  margin-bottom: 1em;
  text-align: center;
}
.mod-link-more:last-child {
  margin-bottom: 0;
}

.mod-link-more-fav {
  margin-bottom: 1em;
  text-align: center;
}
.mod-link-more-fav:last-child {
  margin-bottom: 0;
}

.mod-link-more a {
  background-color: #f7f1e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f1e8), color-stop(100%, #ebe5dd));
  background: -webkit-linear-gradient(left top, left bottom, #f7f1e8, #ebe5dd);
  background: -moz-linear-gradient(left top, left bottom, #f7f1e8, #ebe5dd);
  background: linear-gradient(to bottom, #f7f1e8, #ebe5dd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF7F1E8', endColorstr='#FFEBE5DD') chroma(color=#000000);
  zoom: 1;
  display: block;
  padding: 10px;
  border: 1px solid #d0c7bb;
}

.mod-link-more-fav a {
  background-color: #f7f1e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF098), color-stop(100%, #FFE170));
  background: -webkit-linear-gradient(left top, left bottom, #FFF098, #FFE170);
  background: -moz-linear-gradient(left top, left bottom, #FFF098, #FFE170);
  background: linear-gradient(to bottom, #FFF098, #FFE170);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFF098', endColorstr='#FFFFE170') chroma(color=#000000);
  zoom: 1;
  display: block;
  padding: 10px;
  border: 1px solid #d0c7bb;
}
.mod-link-more a > span {
  padding-right: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: url(../img/parts/icon_arrow.png) no-repeat right center;
}
.mod-link-more-fav a > span {
  padding-right: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: url(../img/parts/icon_arrow.png) no-repeat right center;
}
@media screen and (max-width: 701px) {
  .mod-link-more a > span {
    -webkit-background-size: 7px 11px !important;
    -moz-background-size: 7px 11px !important;
    background-size: 7px 11px !important;
    background-image: url(../img/parts/icon_arrow@2x.png);
  }
}
.mod-link-anchor {
  margin-bottom: 25px;
  overflow: hidden;
  zoom: 1;
}
.mod-link-anchor li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 10px 9px 0;
  padding: 0 10px 0 0;
  line-height: 1.2;
  background: url(../img/parts/line_y_dotted_dark.png) repeat-y right top;
}
.mod-link-anchor li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.mod-link-anchor li > span {
  display: block;
  padding: 0.15em 0 0.15em 19px;
  background: url(../img/parts/icon_anchor.png) no-repeat 0 0.2em;
}
@media screen and (max-width: 701px) {
  .mod-link-anchor li > span {
    -webkit-background-size: 14px 14px !important;
    -moz-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
    background-image: url(../img/parts/icon_anchor@2x.png);
  }
}
.mod-link-return {
  text-align: right;
}
.mod-link-return > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 18px;
  background: url(../img/parts/icon_returntop.png) no-repeat left center;
}
@media screen and (max-width: 701px) {
  .mod-link-return > span {
    -webkit-background-size: 13px 9px !important;
    -moz-background-size: 13px 9px !important;
    background-size: 13px 9px !important;
    background-image: url(../img/parts/icon_returntop@2x.png);
  }
}
/* Button
   ========================================================================== */
.mod-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 202px;
  max-width: 100%;
  text-align: center;
}
.mod-button a,
.mod-button input {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6') chroma(color=#000000);
  zoom: 1;
  display: block;
  *width: 180px;
  margin: 0;
  padding: 12px 10px;
  border: none;
  border: 1px solid #d5d5d5;
  outline: none;
  line-height: normal !important;
  color: #705e54;
  font-weight: bold;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mod-button--02 a,
.mod-button--02 input {
  background-color: #f0eae1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0eae1), color-stop(100%, #dfdad2));
  background: -webkit-linear-gradient(left top, left bottom, #f0eae1, #dfdad2);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eae1), to(#dfdad2));
  background: -webkit-linear-gradient(top, #f0eae1, #dfdad2);
  background: linear-gradient(to bottom, #f0eae1, #dfdad2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0EAE1', endColorstr='#FFDFDAD2') chroma(color=#000000);
  zoom: 1;
  border: 1px solid #beb8b0;
}
.mod-button a::before,
.mod-button input::before {
  content: '\3000';
  display: inline-block;
  vertical-align: top;
  width: 0;
  overflow: hidden;
}
.mod-button a::-moz-focus-inner,
.mod-button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mod-button a:hover,
.mod-button input:hover {
  background-color: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: -moz-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFFFFFFF') chroma(color=#000000);
  zoom: 1;
}
.mod-button--02 a:hover,
.mod-button--02 input:hover {
  background-color: #f0eae1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0eae1), color-stop(100%, #dfdad2));
  background: -webkit-linear-gradient(left top, left bottom, #f0eae1, #dfdad2);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eae1), to(#dfdad2));
  background: -webkit-linear-gradient(top, #f0eae1, #dfdad2);
  background: linear-gradient(to bottom, #f0eae1, #dfdad2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0EAE1', endColorstr='#FFDFDAD2') chroma(color=#000000);
  zoom: 1;
  }
.mod-button input {
  *position: relative;
  *overflow: visible;
  width: 100%;
  *width: 202px;
  *padding: 9px 10px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mod-button.disabled > span:first-child {
  display: block;
  *width: 180px;
  margin: 0;
  padding: 12px 10px;
  border: 1px solid #d5d5d5;
  line-height: normal;
  color: #bcbcbc;
  background-color: #f4f2ef;
  font-weight: bold;
  vertical-align: top;
}
.mod-button .mod-icon-pdf {
  margin-top: -2px;
  margin-bottom: -1px;
}
.mod-button.mini {
  min-width: 0;
  font-size: 1em;
}
.mod-button.mini a,
.mod-button.mini input {
  padding: 4px 8px 3px;
  *width: auto;
}
@media screen and (max-width: 701px) {
  .mod-button {
    min-width: 100%;
  }
  .mod-button.mini {
    min-width: 0;
  }
}
.mod-button.opt-button-fixed {
  display: block;
}
.mod-button.opt-button-thick a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mod-button-important {
  overflow: hidden;
  zoom: 1;
  padding: 14px;
  background: #f5f5f5;
  text-align: center;
}
.mod-button-important .mod-button {
  font-size: 1.4em;
}
.mod-button-important .mod-button a,
.mod-button-important .mod-button input[type="submit"] {
  background-color: #f0eae1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0eae1), color-stop(100%, #dfdad2));
  background: -webkit-linear-gradient(left top, left bottom, #f0eae1, #dfdad2);
  background: -moz-linear-gradient(left top, left bottom, #f0eae1, #dfdad2);
  background: linear-gradient(to bottom, #f0eae1, #dfdad2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0EAE1', endColorstr='#FFDFDAD2') chroma(color=#000000);
  zoom: 1;
  border: 1px solid #beb8b0;
}
.mod-button-list {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 1.2em;
}
.mod-button-list:last-child {
  margin-bottom: 0;
}
.mod-button-list .mod-button {
  margin: 0 9px 0 0;
}
.mod-button-list .mod-button.mini {
  margin: 0 2px 0 0;
}
.mod-button-list .mod-button:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 701px) {
  .mod-button-list .mod-button {
    margin-bottom: 12px;
  }
  .mod-button-list .mod-button.mini {
    margin-bottom: 5px;
  }
}
.mod-button-list.opt-button-list-fixed {
  margin-right: -6px;
  margin-left: -6px;
}
.mod-button-list.opt-button-list-fixed .mod-button.opt-button-fixed {
  float: left;
  width: 50%;
  min-width: 50%;
  margin: 0;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-button-action {
  text-align: center;
}
.mod-button-action .mod-button {
  margin: 0;
}
.mod-button-action .mod-button:first-child {
  padding-right: 4px;
}
.mod-button-action .mod-button:last-child {
  padding-left: 4px;
}
.mod-button-action .mod-button:first-child:last-child {
  padding: 0;
}
@media screen and (max-width: 701px) {
  .mod-button-action {
    margin-bottom: 1.2em;
  }
  .mod-button-action:last-child {
    margin-bottom: 0;
  }
  .mod-button-action .mod-button {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    float: left;
    width: 50%;
    min-width: 0;
  }
  .mod-button-action .mod-button a {
    min-width: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* Icon
   ========================================================================== */
.mod-icon-window {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -1px;
  width: 11px;
  height: 9px;
  margin: 0 4px;
  background: url(../img/parts/icon_window.png) no-repeat;
}
@media screen and (max-width: 701px) {
  .mod-icon-window {
    -webkit-background-size: 11px 9px !important;
    -moz-background-size: 11px 9px !important;
    background-size: 11px 9px !important;
    background-image: url(../img/parts/icon_window@x2.png);
  }
}
.mod-icon-pdf {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -1px;
  width: 14px;
  height: 15px;
  margin: 0 2px;
  background: url(../img/parts/icon_pdf.png) no-repeat;
}
/* Label
   ========================================================================== */
.mod-label-icon {
  margin-bottom: -5px;
  overflow: hidden;
  zoom: 1;
}
.mod-label-icon li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 5px 3px;
  line-height: 10px !important;
  color: #fff;
  background-color: #85baed;
  font-size: 10px;
  font-weight: bold;
}
.mod-label-icon li:last-child {
  margin-right: 0;
}
.mod-label-icon li.new {
  background-color: #ef588f;
}
.mod-label-icon li.open {
  background-color: #f8bf08;
}
.mod-label-icon li.renewal {
  background-color: #9dd558;
}
.mod-label-icon li.cooking {
  background-color: #8fb507;
}
.mod-label-icon li.bread {
  background-color: #df6127;
}
.mod-label-icon li.cake {
  background-color: #ed86b3;
}
.mod-label-icon li.kids {
  background-color: #5ebdd2;
}
.mod-label-icon li.entertainment {
  background-color: #f88e07;
}
.mod-label-icon li.member {
  background-color: #d7969e;
}
.mod-label-icon li.dreamer {
  background-color: #8e87a2;
}
.mod-label-icon li.finished {
  background-color: #a7a99e;
}
.mod-label-icon li.group {
  background-color: #f4983b;
}
.mod-label-icon li.menu {
  background-color: #c9a253;
}
.mod-label-icon li.part {
  background-color: #66c787;
}
.mod-label-icon li.event {
  background-color: #d49372;
}
.mod-label-icon li.restaurant {
  background-color: #8ea6dd;
}
.mod-label-icon li.class {
  background-color: #d0be7e;
}
.mod-label-icon li.color01 {
  background-color: #5cb5c6;
}
.mod-label-icon li.color02 {
  background-color: #8fbfdd;
}
.mod-label-icon li.color03 {
  background-color: #8e9bb9;
}
.mod-label-icon li.color04 {
  background-color: #4fb376;
}
.mod-label-icon li.color05 {
  background-color: #769f6f;
}
.mod-label-icon li.color06 {
  background-color: #51947b;
}
.mod-label-icon li.color07 {
  background-color: #ff8f7f;
}
.mod-label-icon li.color08 {
  background-color: #f2ad98;
}
.mod-label-icon li.color09 {
  background-color: #df6a76;
}
.mod-label-icon li.color10 {
  background-color: #c1c2bb;
}
.mod-label-icon li.color11 {
  background-color: #b1a1ad;
}
.mod-label-icon li.color12 {
  background-color: #bc7a90;
}
.mod-label-icon li.hfc01 {
  background-color: #d1aa36;
}
.mod-label-icon li.hfc02 {
  background-color: #a0a0a0;
}
.mod-label-icon li.hfc03 {
  background-color: #b26630;
}
li .mod-label-icon,
th .mod-label-icon,
td .mod-label-icon,
dd .mod-label-icon {
  font-size: 83.333%;
}
.mac .mod-label-icon li {
  padding-bottom: 2px;
}
.mac.firefox .mod-label-icon li {
  padding-top: 3px;
  padding-bottom: 1px;
}
/* Separator
   ========================================================================== */
.mod-hr {
  overflow: hidden;
  clear: both;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d6d1;
}
.mod-hr hr {
  display: none;
}
.mod-hr-dashed {
  overflow: hidden;
  clear: both;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x;
}
.mod-hr-dashed hr {
  display: none;
}
.mod-hr-trans {
  overflow: hidden;
  clear: both;
  height: 30px;
}
.mod-hr-trans hr {
  display: none;
}
/* Pagination
   ========================================================================== */
.mod-pagination {
  text-align: center;
}
.mod-pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 30px;
  height: 40px;
  margin: 0 3px;
  line-height: 40px;
  font-weight: bold;
}
.mod-pagination a,
.mod-pagination .current {
  display: block;
  width: 30px;
  height: 40px;
}
.mod-pagination a {
  background-color: #ebe8e2;
}
.mod-pagination .current {
  color: #ebe8e2;
  background-color: #736760;
}
.mod-pagination .first,
.mod-pagination .prev,
.mod-pagination .next,
.mod-pagination .last {
  width: auto;
}
.mod-pagination .first a,
.mod-pagination .prev a,
.mod-pagination .next a,
.mod-pagination .last a {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6') chroma(color=#000000);
  zoom: 1;
  width: 38px;
  height: 38px;
  border: 1px solid #d5d5d5;
  text-decoration: none;
}
.mod-pagination .first a:hover,
.mod-pagination .prev a:hover,
.mod-pagination .next a:hover,
.mod-pagination .last a:hover {
  background-color: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: -moz-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFFFFFFF') chroma(color=#000000);
  zoom: 1;
}
.mod-pagination .first span,
.mod-pagination .prev span,
.mod-pagination .next span,
.mod-pagination .last span {
  color: transparent;
  background-repeat: no-repeat;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 38px;
  height: 38px;
}
.mod-pagination .first {
  margin-left: 0;
}
.mod-pagination .first span {
  background: url(../img/module/pagination_img01.png) no-repeat center center;
}
.mod-pagination .prev {
  margin-right: 10px;
}
.mod-pagination .prev span {
  background: url(../img/module/pagination_img02.png) no-repeat left center;
}
.mod-pagination .next {
  margin-left: 10px;
}
.mod-pagination .next span {
  background: url(../img/module/pagination_img03.png) no-repeat right center;
}
.mod-pagination .last {
  margin-right: 0;
}
.mod-pagination .last span {
  background: url(../img/module/pagination_img04.png) no-repeat right center;
}
@media screen and (max-width: 701px) {
  .mod-pagination {
    position: relative;
    padding-right: 90px;
    padding-left: 90px;
  }
  .mod-pagination .first,
  .mod-pagination .prev,
  .mod-pagination .next,
  .mod-pagination .last {
    position: absolute;
  }
  .mod-pagination .first span,
  .mod-pagination .prev span,
  .mod-pagination .next span,
  .mod-pagination .last span {
    -webkit-background-size: 38px !important;
    -moz-background-size: 38px !important;
    background-size: 38px !important;
  }
  .mod-pagination .first {
    left: 0;
  }
  .mod-pagination .first span {
    background: url(../img/module/pagination_img01@2x.png) no-repeat center center;
  }
  .mod-pagination .prev {
    left: 46px;
  }
  .mod-pagination .prev span {
    background: url(../img/module/pagination_img02@2x.png) no-repeat left center;
  }
  .mod-pagination .next {
    right: 46px;
  }
  .mod-pagination .next span {
    background: url(../img/module/pagination_img03@2x.png) no-repeat right center;
  }
  .mod-pagination .last {
    right: 0;
  }
  .mod-pagination .last span {
    background: url(../img/module/pagination_img04@2x.png) no-repeat right center;
  }
}
/* Multi columns
   ========================================================================== */
.mod-2up,
.mod-2up-fixed,
.mod-3up,
.mod-3up-fixed,
.mod-4up,
.mod-4up-fixed,
.mod-4up-fixed-half,
.mod-6up-fixed-half {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.mod-2up:last-child,
.mod-2up-fixed:last-child,
.mod-3up:last-child,
.mod-3up-fixed:last-child,
.mod-4up:last-child,
.mod-4up-fixed:last-child,
.mod-4up-fixed-half:last-child,
.mod-6up-fixed-half:last-child {
  margin-bottom: 0 !important;
}
.mod-2up .col,
.mod-2up-fixed .col,
.mod-3up .col,
.mod-3up-fixed .col,
.mod-4up .col,
.mod-4up-fixed .col,
.mod-4up-fixed-half .col,
.mod-6up-fixed-half .col {
  float: left;
  margin-right: 12px;
}
.single-column .mod-2up .col,
.single-column .mod-2up-fixed .col,
.single-column .mod-3up .col,
.single-column .mod-3up-fixed .col,
.single-column .mod-4up .col,
.single-column .mod-4up-fixed .col,
.single-column .mod-4up-fixed-half .col,
.single-column .mod-6up-fixed-half .col {
  margin-right: 20px;
}
.mod-2up .col:last-child,
.mod-2up-fixed .col:last-child,
.mod-3up .col:last-child,
.mod-3up-fixed .col:last-child,
.mod-4up .col:last-child,
.mod-4up-fixed .col:last-child,
.mod-4up-fixed-half .col:last-child,
.mod-6up-fixed-half .col:last-child,
.single-column .mod-2up .col:last-child,
.single-column .mod-2up-fixed .col:last-child,
.single-column .mod-3up .col:last-child,
.single-column .mod-3up-fixed .col:last-child,
.single-column .mod-4up .col:last-child,
.single-column .mod-4up-fixed .col:last-child,
.single-column .mod-4up-fixed-half .col:last-child,
.single-column .mod-6up-fixed-half .col:last-child {
  margin-right: 0;
}
.mod-2up .col,
.mod-2up-fixed .col {	
  width: 345px;
}
.single-column .mod-2up .col,
.single-column .mod-2up-fixed .col {
  width: 480px;
}
.mod-3up .col,
.mod-3up-fixed .col {
  width: 226px;
}
.single-column .mod-3up .col,
.single-column .mod-3up-fixed .col {
  width: 313px;
}
.mod-2up .mod-2up-fixed .col,
.mod-2up .mod-2up .col,
.mod-4up .col,
.mod-4up-fixed .col,
.mod-4up-fixed-half .col {
  width: 166px;
}
.single-column .mod-2up .mod-2up-fixed .col,
.single-column .mod-2up .mod-2up .col,
.single-column .mod-4up .col,
.single-column .mod-4up-fixed .col,
.single-column .mod-4up-fixed-half .col {
  width: 230px;
}
.mod-6up-fixed-half .col {
  width: 107px;
}
.single-column .mod-6up-fixed-half .col {
  width: 146px;
}
.mod-2up-fixed .mod-2up-fixed .col {
  width: auto;
}
@media screen and (max-width: 701px) {
  .mod-2up.sp-last-child,
  .mod-3up.sp-last-child,
  .mod-4up.sp-last-child {
    margin-bottom: 0 !important;
  }
  .mod-2up .col,
  .mod-3up .col,
  .mod-4up .col,
  .single-column .mod-2up .col,
  .single-column .mod-3up .col,
  .single-column .mod-4up .col {
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }
  .mod-2up .col:last-child,
  .mod-3up .col:last-child,
  .mod-4up .col:last-child,
  .single-column .mod-2up .col:last-child,
  .single-column .mod-3up .col:last-child,
  .single-column .mod-4up .col:last-child {
    margin-bottom: 0;
  }
    .mod-2up-fixed {
    width: auto;
    /*margin-right: -6px;*/
    /*margin-left: -6px;*/
  }
  .mod-2up-fixed .col,
  .single-column .mod-2up-fixed .col {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    /* padding: 0 6px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.mod-2up-fixed .col, .single-column .mod-2up-fixed .col :nth-child(2) {
    padding: 0 0 0 2px;
}

.col.colLeft {
    padding: 5px 2px 0 0;
}
.col.colRight {
    padding: 5px 0 0 2px;
}

  .mod-3up-fixed .col,
  .single-column .mod-3up-fixed .col {
    float: left;
    width: 32% ;
    margin-right: 2%;
  }
  .mod-4up-fixed {
    width: auto;
    margin-right: -6px;
    margin-left: -6px;
  }
  .mod-4up-fixed .col,
  .single-column .mod-4up-fixed .col {
    float: left;
    width: 25% ;
    margin-right: 0;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-4up-fixed-half {
    width: auto;
    margin-right: -6px;
    margin-left: -6px;
  }
  .mod-4up-fixed-half .col,
  .single-column .mod-4up-fixed-half .col {
    float: left;
    width: 50%;
    margin-top: 12px;
    margin-right: 0;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-4up-fixed-half .col:nth-of-type(-n+2),
  .single-column .mod-4up-fixed-half .col:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .mod-4up-fixed-half .col:nth-of-type(2n+1),
  .single-column .mod-4up-fixed-half .col:nth-of-type(2n+1) {
    clear: left;
  }
  .mod-6up-fixed-half .col,
  .single-column .mod-6up-fixed-half .col {
    float: left;
    width: 32% ;
    margin-top: 12px;
    margin-right: 2%;
  }
  .mod-6up-fixed-half .col:nth-of-type(-n+3),
  .single-column .mod-6up-fixed-half .col:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .mod-6up-fixed-half .col:nth-of-type(3n),
  .single-column .mod-6up-fixed-half .col:nth-of-type(3n) {
    margin-right: 0;
  }
  .mod-6up-fixed-half .col:nth-of-type(3n+1),
  .single-column .mod-6up-fixed-half .col:nth-of-type(3n+1) {
    clear: left;
  }
}

/* border
   ========================================================================== */
.border_gray img{
    border: 1px solid #d9d6d1;
    box-sizing: border-box;
    padding:10px;
}


/* View utility
   ========================================================================== */
.pc-hide {
  *display: none;
  display: none\9;
}
@media screen and (min-width: 702px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 701px) {
  .sp-hide {
    display: none;
  }
  .sp-only-first > :not(:first-child) {
    display: none;
  }
  body .sp-last-child {
    margin-bottom: 0 !important;
  }
}
/* Input parts
   ========================================================================== */
.iphone input[type="checkbox"],
.android input[type="checkbox"],
.safari input[type="checkbox"],
.chrome input[type="checkbox"] {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: -moz-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: linear-gradient(to bottom, #fefefe, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFEEEEEE') chroma(color=#000000);
  zoom: 1;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  bottom: 1px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 0px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.iphone input[type="checkbox"]:checked,
.android input[type="checkbox"]:checked,
.safari input[type="checkbox"]:checked,
.chrome input[type="checkbox"]:checked {
  background-color: #555555;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #aaaaaa));
  background: -webkit-linear-gradient(left top, left bottom, #555555, #aaaaaa);
  background: -moz-linear-gradient(left top, left bottom, #555555, #aaaaaa);
  background: linear-gradient(to bottom, #555555, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF555555', endColorstr='#FFAAAAAA') chroma(color=#000000);
  zoom: 1;
}
.iphone input[type="checkbox"]:checked:before,
.android input[type="checkbox"]:checked:before,
.safari input[type="checkbox"]:checked:before,
.chrome input[type="checkbox"]:checked:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.iphone input[type="checkbox"]:checked:after,
.android input[type="checkbox"]:checked:after,
.safari input[type="checkbox"]:checked:after,
.chrome input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 9px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.iphone input[type="radio"],
.android input[type="radio"],
.safari input[type="radio"],
.chrome input[type="radio"] {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: -moz-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: linear-gradient(to bottom, #fefefe, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFEEEEEE') chroma(color=#000000);
  zoom: 1;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  bottom: 1px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.iphone input[type="radio"]:checked,
.android input[type="radio"]:checked,
.safari input[type="radio"]:checked,
.chrome input[type="radio"]:checked {
  background-color: #555555;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #aaaaaa));
  background: -webkit-linear-gradient(left top, left bottom, #555555, #aaaaaa);
  background: -moz-linear-gradient(left top, left bottom, #555555, #aaaaaa);
  background: linear-gradient(to bottom, #555555, #aaaaaa);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF555555', endColorstr='#FFAAAAAA') chroma(color=#000000);
  zoom: 1;
}
.iphone input[type="radio"]:checked:before,
.android input[type="radio"]:checked:before,
.safari input[type="radio"]:checked:before,
.chrome input[type="radio"]:checked:before {
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: -moz-linear-gradient(left top, left bottom, #fefefe, #eeeeee);
  background: linear-gradient(to bottom, #fefefe, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFEEEEEE') chroma(color=#000000);
  zoom: 1;
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
/* Form
   ========================================================================== */
.mod-form-header {
  margin-bottom: 30px;
  padding-top: 8px;
}
.mod-form-header .current-step {
  margin-bottom: 15px;
}
.mod-form-header .result {
  position: relative;
  margin-bottom: -18px;
  padding-top: 2px;
  font-size: 1.6em;
  font-weight: bold;
}
.mod-form .mod-label-required {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 0.2em;
  margin-left: 6px;
  padding: 1px 5px 2px;
  font-size: 10px;
  color: #fff;
  background-color: #e50012;
  font-size: 62.5%;
}
.mac .mod-form .mod-label-required {
  padding-bottom: 1px;
}
.mac.firefox .mod-form .mod-label-required {
  padding-top: 3px;
  padding-bottom: 0;
}
.mod-form .mod-ul-horizontal {
  margin-bottom: 4px;
}
.mod-form .mod-ul-horizontal:last-child,
.mod-form .mod-ul-horizontal.space-none,
.mod-form .mod-ul-horizontal.mb0 {
  margin-bottom: -8px !important;
}
.mod-form .mod-ul-horizontal li {
  padding-bottom: 8px;
}
.mod-form .mod-ul-static-width li {
  width: 19.5%;
  margin-right: 0;
}
@media screen and (max-width: 701px) {
  .mod-form .mod-ul-static-width li {
    width: auto;
    min-width: 49%;
  }
}
.mod-form .mod-input,
.mod-form textarea {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-width: 100%;
  margin: 0;
  padding: 4px;
  border: none;
  border: 1px solid #ccc;
  border-top-color: #9a9a9a;
  border-left-color: #9a9a9a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal !important;
  background: url(/common/img/module/form_bg01.png) no-repeat left top;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod-form .mod-input {
  width: 348px;
  max-width: 100%;
}
.mod-form .mod-input-full {
  width: 100%;
  *width: 98.5%;
}
.mod-form textarea {
  width: 100%;
  *width: 98.5%;
}
.mod-form textarea[rows="3"] {
  height: 5.4em;
}
.mod-form textarea[rows="4"] {
  height: 6.8em;
}
.mod-form textarea[rows="5"] {
  height: 8.3em;
}
.mod-form textarea[rows="6"] {
  height: 9.8em;
}
.mod-form textarea[rows="7"] {
  height: 11.4em;
}
.mod-form select {
  max-width: 100%;
  margin: 0;
}
.mod-form th input[type="checkbox"],
.mod-form td input[type="checkbox"] {
  display: block !important;
  margin: 0 auto !important;
}
.msie .mod-form th input[type="checkbox"] {
  margin: 0 -3px !important;
}
.mod-form .mod-name {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 1.2em;
}
.mod-form .mod-name:last-child {
  margin-bottom: 0;
}
.mod-form .mod-name .last-name,
.mod-form .mod-name .first-name {
  float: left;
  line-height: normal;
}
.mod-form .mod-name .last-name > label,
.mod-form .mod-name .first-name > label {
  display: block;
}
.mod-form .mod-name .last-name {
  margin-right: 26px;
}
.mod-form .mod-name .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.8em;
  font-weight: bold;
}
.mod-form .mod-name .data {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.mod-form .mod-name .mod-input {
  width: 310px;
  *width: 300px;
  max-width: none;
  vertical-align: middle;
}
@media screen and (max-width: 701px) {
  .mod-form .mod-name .last-name,
  .mod-form .mod-name .first-name {
    display: block;
  }
  .mod-form .mod-name .last-name {
    margin-bottom: 10px;
  }
  .mod-form .mod-name .mod-input {
    width: 250px;
  }
}
.mod-form .mod-zipcode {
  margin-bottom: 1.2em;
}
.mod-form .mod-zipcode:last-child {
  margin-bottom: 0;
}
.mod-form .mod-zipcode .area,
.mod-form .mod-zipcode .pipe,
.mod-form .mod-zipcode .local {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.mod-form .mod-zipcode .area {
  width: 70px;
}
.mod-form .mod-zipcode .area input {
  width: 70px;
}
.mod-form .mod-zipcode .pipe {
  padding: 0 0.8em;
}
.mod-form .mod-zipcode .local {
  margin-right: 10px;
  width: 120px;
}
.mod-form .mod-zipcode .local input {
  width: 120px;
}
.mod-form .mod-zipcode .find-address {
  vertical-align: middle;
}
@media screen and (max-width: 701px) {
  .mod-form .mod-zipcode .area {
    width: 50px;
  }
  .mod-form .mod-zipcode .local {
    width: 80px;
  }
}
.mod-form .mod-date .unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 0.5em 0 0.25em;
}
.mod-form .mod-email .mod-input,
.mod-form .mod-email select {
  margin: 0;
  width: 100%;
}
.mod-form .mod-email .local,
.mod-form .mod-email .at,
.mod-form .mod-email .domain {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.mod-form .mod-email .local {
  width: 50%;
}
.mod-form .mod-email .local .mod-input {
  *width: 341px;
}
.mod-form .mod-email .at {
  padding: 0 0.5em;
}
.mod-form .mod-email .domain {
  width: 40%;
}
.mod-form .mod-email .domain .mod-input {
  *width: 271px;
}
.mod-form .mod-email .domain select {
  width: 100%;
}
.mod-form p.mod-error {
  color: #ee3900;
  margin-top: 0.4em;
}
.mod-form textarea.mod-error,
.mod-form .mod-input.mod-error,
.mod-form select.mod-error {
  border-color: #ee3900;
  border-width: 2px;
}
.mod-form-narrow {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 701px) {
  .mod-form-narrow {
    width: auto;
  }
}
.form-select{
	max-width: 100%;
  margin: 0;
  height:36px;
  line-height:36px;
}

/* Module description
   ========================================================================== */
.mod-module-description {
  margin: 20px 0;
}
.mod-module-description .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 3px 10px 2px;
  color: #fff;
  background: #000;
  font-size: 1em;
}
.mod-module-description .body {
  padding: 8px 8px 4px;
  border: 2px solid #000;
  background-color: #f3f3f3;
}
.mod-module-description .code code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(left top, left bottom, #fefefe, #f2f2f2);
  background: -moz-linear-gradient(left top, left bottom, #fefefe, #f2f2f2);
  background: linear-gradient(to bottom, #fefefe, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFF2F2F2') chroma(color=#000000);
  zoom: 1;
  margin: 0 10px 5px 0;
  padding: 2px 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
/* Tab
   ========================================================================== */
.mod-tab {
  margin-bottom: 25px;
}
.mod-tab:last-child {
  margin-bottom: 0;
}
.mod-tab table {
  width: 100%;
  table-layout: fixed;
}
.mod-tab td {
  border: 1px solid #d5d5d5;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.mod-tab a,
.mod-tab .current,
.mod-tab span.disabled {
  display: block;
  padding: 13px 5px;
}
.mod-tab a {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(left top, left bottom, #ffffff, #f6f6f6);
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6') chroma(color=#000000);
  zoom: 1;
  text-decoration: none;
}
.mod-tab a:hover {
  background-color: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: -moz-linear-gradient(left top, left bottom, #f6f6f6, #ffffff);
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFFFFFFF') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .current {
  color: #fff;
  background-color: #96836f;
  cursor: default;
}
.mod-tab span.disabled {
  color: #bcbcbc;
  background-color: #f4f2ef;
  cursor: default;
}
.mod-tab .all .current {
  background-color: #9b827b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b827b), color-stop(100%, #bca498));
  background: -webkit-linear-gradient(left top, left bottom, #9b827b, #bca498);
  background: -moz-linear-gradient(left top, left bottom, #9b827b, #bca498);
  background: linear-gradient(to bottom, #9b827b, #bca498);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF9B827B', endColorstr='#FFBCA498') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .cooking .current {
  background-color: #86ae00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ae00), color-stop(100%, #a8c441));
  background: -webkit-linear-gradient(left top, left bottom, #86ae00, #a8c441);
  background: -moz-linear-gradient(left top, left bottom, #86ae00, #a8c441);
  background: linear-gradient(to bottom, #86ae00, #a8c441);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF86AE00', endColorstr='#FFA8C441') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .bread .current {
  background-color: #df6127;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df6127), color-stop(100%, #fb9205));
  background: -webkit-linear-gradient(left top, left bottom, #df6127, #fb9205);
  background: -moz-linear-gradient(left top, left bottom, #df6127, #fb9205);
  background: linear-gradient(to bottom, #df6127, #fb9205);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFDF6127', endColorstr='#FFFB9205') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .cake .current {
  background-color: #ed7aa9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed7aa9), color-stop(100%, #fdabc4));
  background: -webkit-linear-gradient(left top, left bottom, #ed7aa9, #fdabc4);
  background: -moz-linear-gradient(left top, left bottom, #ed7aa9, #fdabc4);
  background: linear-gradient(to bottom, #ed7aa9, #fdabc4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFED7AA9', endColorstr='#FFFDABC4') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .abckids .current {
  background-color: #5ebdd2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ebdd2), color-stop(100%, #8cd2e1));
  background: -webkit-linear-gradient(left top, left bottom, #5ebdd2, #8cd2e1);
  background: -moz-linear-gradient(left top, left bottom, #5ebdd2, #8cd2e1);
  background: linear-gradient(to bottom, #5ebdd2, #8cd2e1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF5EBDD2', endColorstr='#FF8CD2E1') chroma(color=#000000);
  zoom: 1;
}
.mod-tab .text-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.mod-tab .keep-height {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-right: -1px;
}
/* Article list
   ========================================================================== */
.mod-article-list {
  margin-bottom: 1.2em;
  padding-top: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left top;
}
.mod-article-list:last-child {
  margin-bottom: 0;
}
.mod-article-list .list-item {
  margin-bottom: 0;
  padding: 12px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
.mod-article-list .list-item .image {
  margin-right: 10px;
  width: 150px;
  padding-top: 0;
}
.mod-article-list .list-item .date {
  margin-bottom: 7px;
}
.mod-article-list .list-item .title {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.4em;
}
.mod-article-list .list-item .title:last-child {
  margin-bottom: 0;
}
.mod-article-list .list-item .icon {
  margin-bottom: 5px;
}
.mod-article-list .list-item .icon:last-child {
  margin-bottom: 0;
}
.mod-article-list .list-item .text {
  margin-bottom: 8px;
}
.mod-article-list .list-item .text:last-child {
  margin-bottom: 0;
}
.mod-article-list .list-item .title + .text {
  margin-top: -4px;
}
.mod-article-list.odd-colored .list-item:nth-child(2n-1) {
  background-color: #fafbfd;
}
@media screen and (max-width: 399px) {
  .mod-article-list .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mod-article-list .list-item .image {
    width: 90px;
  }
}

/*追加*/
/*pcの場合
-------------*/
@media screen and (min-width: 701px) {
  .mod-article-list .box-3up{
      overflow: hidden;
      width: 100%;
  }
  .mod-article-list .box-3up .list-item{
      width: calc(100% / 3);
      float:left;
      box-sizing: border-box;
  }
  .mod-article-list .box-3up .list-item .image {
      width: 84px;
      min-height: 110px;
  }
  .mod-article-list .box-3up .list-item >.text{
      display:inline-block;
  }
  .mod-article-list .box-3up .list-item >.body ul.mod-button-list{
      text-align:center;
      margin-bottom:10px;
  }
  .mod-article-list.odd-colored .list-item:nth-child(2n-1) {
      background-color: #fff;
  }
}

.mod-article-list .box-3up .list-item >.body .explain{
  line-height:1.4;
  margin-bottom:10px;
}
.mod-article-list .box-3up .list-item >.body ul{
  margin-bottom:0;
}
.mod-article-list .box-3up .list-item >.text{
  display:block;
}


/* Information list
   ========================================================================== */
.mod-information-list {
  margin-bottom: 1.2em;
  border: 1px solid #d9d6d1;
}
.mod-information-list:last-child {
  margin-bottom: 0;
}
.mod-information-list .list-item {
  margin-bottom: 0;
  padding-bottom: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
.mod-information-list .list-item:last-child {
  background: none;
}
.mod-information-list .list-item > a {
  display: block;
  padding: 10px 26px 11px 11px;
  background: url(../img/module/information_list_bg_gr.png) no-repeat right center;
  text-decoration: none;
  cursor: pointer;
}
.mod-information-list .list-item .no-link {
  padding: 10px 26px 11px 11px;
}
.mod-information-list .list-item .date {
  float: left;
  margin: 0 10px 0.25em 0;
  line-height: 1.45;
}
.mod-information-list .list-item .icon {
  margin-bottom: 1px;
}
.mod-information-list .list-item .title {
  clear: both;
  line-height: 1.4;
  font-weight: normal;
}
.mod-information-list .list-item a .title {
  text-decoration: underline;
}
.mod-information-list .list-item .button {
  clear: both;
  margin-bottom: -5px;
}
.mod-information-list .list-item .button li {
  min-width: 0;
  margin: 0 2px 5px 0;
  font-size: 1em;
}
.mod-information-list .list-item .button li:last-child {
  margin-right: 0;
}
.mod-information-list .list-item .button a {
  padding: 2px 6px;
}
@media screen and (max-width: 701px) {
  .mod-information-list .list-item > a {
    -webkit-background-size: 16px 11px !important;
    -moz-background-size: 16px 11px !important;
    background-size: 16px 11px !important;
    background-image: url(../img/module/information_list_bg01@2x.png);
  }
}
/* Important information
   ========================================================================== */
.mod-important-information {
  margin-bottom: 20px;
}
.mod-important-information table {
  width: 100%;
}
.mod-important-information th {
  width: 15em;
  padding: 0 16px 0 37px;
  border: 2px solid #ea5e81;
  vertical-align: middle;
  color: #fff;
  background: #e9567b url(/common/img/module/important_information_bg01.png) no-repeat 11px center;
}
.mod-important-information td {
  display: table-cell;
  padding: 8px 12px;
  border: 2px solid #e9567b;
  vertical-align: top;
  background-color: #fff;
}
.mod-important-information td dl {
  overflow: hidden;
  zoom: 1;
  color: #de033a;
}
.mod-important-information td dt {
  float: left;
  margin-right: 1em;
}
.mod-important-information td dd {
  overflow: hidden;
  zoom: 1;
}
.mod-important-information td a {
  color: #de033a;
}
.mod-important-information-multi{
	border:2px solid #ea5e81;
	color:#ea5e81;
	padding:20px;
	margin:20px 0;
}
.mod-important-information-multi a{
	color:inherit;
}

@media screen and (max-width: 701px) {
  .mod-important-information {
    margin-bottom: 10px;
  }
  .mod-important-information table {
    display: block;
    width: 100%;
  }
  .mod-important-information tbody,
  .mod-important-information tr,
  .mod-important-information th,
  .mod-important-information td {
    display: block;
    width: auto;
  }
  .msie .mod-important-information th,
  .msie .mod-important-information td {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    float: left;
    clear: left;
    width: 100%;
  }
  .mod-important-information th {
    padding: 6px;
    text-align: center;
    background-image: none;
  }
  .mod-important-information th::before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -webkit-background-size: 18px 15px !important;
    -moz-background-size: 18px 15px !important;
    background-size: 18px 15px !important;
    content: '';
    width: 20px;
    height: 17px;
    margin-right: 7px;
    background: url(../img/module/important_information_bg01@2x.png) no-repeat;
  }
  .mod-important-information td {
    border-top: none;
  }
  .mod-important-information td dt {
    float: none;
  }
}

/* Important information orange version
   ========================================================================== */
.mod-important-information.orange th {
  width: 10em;
  background: #e9567b url(/assets/img/sub-directory/recruit/module/important_information_bg02.png) no-repeat 11px 7px;
}
@media screen and (max-width: 701px) {
  .mod-important-information.orange{
    margin-top:4px;
  }
  .mod-important-information.orange tbody,
  .mod-important-information.orange tr,
  .mod-important-information.orange th,
  .mod-important-information.orange td {
    display: block;
    width: auto;
  }
  .msie .mod-important-information.orange th,
  .msie .mod-important-information.orange td {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    float: left;
    clear: left;
    width: 100%;
  }
  .mod-important-information.orange th {
    padding: 6px;
    background-image: none;
  }
  .mod-important-information.orange th::before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -webkit-background-size: 18px 15px !important;
    -moz-background-size: 18px 15px !important;
    background-size: 18px 15px !important;
    content: '';
    width: 20px;
    height: 17px;
    margin-right: 7px;
    background: url(/assets/img/sub-directory/recruit/module/important_information_bg02@2x.png) no-repeat;
  }
}

/* Layout block
   ========================================================================== */
.mod-layout-visual .image {
  margin-bottom: 18px;
}
.mod-layout-visual .image:last-child {
  margin-bottom: 0;
}
.mod-layout-visual .lead {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.mod-layout-visual .lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 701px) {
  .mod-layout-visual .image {
    margin-right: auto;
    margin-left: auto;
    max-width: 420px;
  }
  .mod-layout-visual .image img {
    height: auto;
  }
}
.mod-layout-image {
  overflow: hidden;
  zoom: 1;
}
.mod-layout-image .title {
  padding: 6px 0 10px;
  font-size: 1.6em;
}
.mod-layout-image .image {
  width: 270px;
  padding-top: 0;
}
.mod-layout-image .image-small {
  width: 180px;
}
.course-layout-img .image {
  width: auto;
}
.course-layout-img .mod-image-left {
  float: none;
  margin: 0;
  text-align: center;
}
.course-layout-img .body {
  margin-top: 12px;
}
.mod-layout-image .image,
.mod-layout-image .image-wide {
  width: 270px;
  padding-top: 0;
}
.mod-layout-image .image--50 {
  width: 50%;
}
.mod-layout-image .image--50 img{
  width: 100%;
}
.mod-layout-image .image-small,
.mod-layout-image .image-small-wide {
  width: 180px;
}

.mod-layout-image .body .under-image{
  text-align:center;
  margin:0 auto
}
.mod-layout-image .body .under-image img{
  height:auto;
}
.mod-layout-image.mod-align-center{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.mod-layout-image.mod-align-center.rev{
	flex-direction: row-reverse;
}


/*701px以下*/
@media screen and (max-width: 701px) {
  .mod-layout-image .image,
  .mod-layout-image .image-wide,
  .mod-layout-image .image-small,
  .mod-layout-image .image-small-wide {
    float: none;
    margin: 0 auto 12px;
  }
  .mod-layout-image .image,
  .mod-layout-image .image.image--50 {
    width: 230px;
  }
  .mod-layout-image .image-small {
    width: 180px;
  }
  .mod-layout-image .image-wide,
  .mod-layout-image .image-small-wide,
  .mod-layout-image .image-wide.image--50 {
    width: 100%;
  }
  .mod-layout-image .image-wide img,
  .mod-layout-image .image-small-wide img {
    width: 100%;
    height: auto;
  }
  .mod-layout-image .mod-image-caption {
    text-align: left;
  }
  .course-layout-img .image {
    width: 100%;
  }
  .course-layout-img .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mod-layout-image.mod-align-center{
    display:block;
  }
}

/* Multi box
   ========================================================================== */
.mod-multi-box {
  margin-bottom: 12px;
}
.single-column .mod-multi-box {
  margin-bottom: 20px;
}
.mod-multi-box:last-child {
  margin-bottom: 0 !important;
}
.mod-multi-box .image {
  margin-bottom: 10px;
  text-align: center;
}
.mod-multi-box .image.mod-image-left {
  margin-bottom: 0;
}
.mod-multi-box .box {
  position: relative;
  padding: 11px;
  border: 1px solid #d9d6d1;
}
.mod-multi-box .box .title {
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 1.4em;
}
.mod-multi-box .box .title:first-child {
  margin-top: -4px;
}
.mod-multi-box .box .body {
  padding-top: 3px;
}
.mod-multi-box .box .icon {
  margin-bottom: 3px;
}
.mod-multi-box .box .icon:last-child {
  margin-bottom: -5px;
}
.single-column .mod-multi-box .box {
  padding: 19px;
}
.mod-multi-box.mod-2up .box .image.mod-image-left {
  width: 150px;
  margin-right: 10px;
  padding-top: 0;
}
.mod-multi-box.mod-3up .box .image {
  padding-bottom: 10px;
  width: 202px;
  text-align: center;
}
.mod-multi-box.mod-3up .box .image.mod-image-left {
  width: 70px;
  margin-right: 10px;
  padding-top: 0;
}
.mod-multi-box.mod-3up .box .image.mod-image-left,
.mod-multi-box.mod-3up .box .image.mod-image-right {
  padding-bottom: 0;
}
.single-column .mod-multi-box.mod-3up .box .image {
  padding-bottom: 15px;
  width: 273px;
}
.single-column .mod-multi-box.mod-3up .box .image.mod-image-left {
  width: 110px;
  margin-right: 10px;
  padding: 0;
}
.mod-multi-box.mod-4up .box .image {
  padding-bottom: 12px;
  width: 142px;
  text-align: center;
}
.single-column .mod-multi-box.mod-4up .box .image {
  width: 190px;
}
@media screen and (max-width: 701px) {
  .mod-multi-box {
    margin-bottom: 12px !important;
  }
  .mod-multi-box.sp-last-child,
  .mod-multi-box:last-child {
    margin-bottom: 0 !important;
  }
  .mod-multi-box .col {
    margin-bottom: 12px !important;
  }
  .mod-multi-box .col.sp-last-child,
  .mod-multi-box .col:last-child {
    margin-bottom: 0 !important;
  }
  .mod-multi-box .box {
    padding: 8px !important;
    height: auto !important;
  }
  .mod-multi-box .box .image {
    float: left;
    width: 110px !important;
    margin: 0 10px 0 0;
  }
   .mod-multi-box.mod-2up-fixed .box .image {
    float: none;
    width: auto !important;
    margin: 0 0 10px;
  }
  .mod-multi-box.mod-3up .box .image {
    padding-bottom: 0;
  }
}

/* Multi image
   ========================================================================== */
.mod-multi-image {
  margin-bottom: 25px;
}
.mod-multi-image:last-child {
  margin-bottom: 0;
}
.mod-multi-image .mod-image-caption {
  padding-top: 9px;
}
.mod-multi-image .image {
  text-align: center;
}
@media screen and (max-width: 701px) {
  .mod-multi-image.sp-only-first > .col:first-child,
  .mod-multi-image > .col.sp-last-child,
  .mod-multi-image > .col:last-child {
    margin-bottom: 0 !important;
  }
  .mod-multi-image .image img{
    width:100%;
  }
  .mod-multi-image .col {
    margin-bottom: 20px;
  }
  .mod-multi-image.mod-2up .col,
  .mod-multi-image.mod-3up .col,
  .mod-multi-image.mod-4up .col {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .mod-multi-image.mod-2up .col {
    width: 280px;
  }
  .mod-multi-image.mod-3up .col {
    width: 280px;
  }
  .mod-multi-image.mod-4up .col {
    width: 166px;
  }
  .mod-multi-image.mod-4up .col.col--280 {
    width: 280px;
  }
  .mod-multi-image.mod-2up .mod-2up {
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 0;
    margin-left: auto !important;
    width: 300px;
  }
  .mod-multi-image.mod-2up .mod-2up .col {
    float: left;
    width: 134px;
    margin-right:12px;
  }
  .mod-multi-image.mod-2up .mod-2up .col:last-child {
    margin-right: 0;
  }
  .mod-multi-image.mod-2up .mod-2up .image img {
    max-width: 134px;
  }
  .mod-multi-image.mod-3up .col {
    width: 226px;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 20px;
    margin-left: auto !important;
  }
  .mod-multi-image.mod-4up .col {
    width: 166px;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 20px;
    margin-left: auto !important;
  }
  .mod-multi-image.mod-2up-fixed .col.col--wide,
  .mod-multi-image.mod-3up-fixed .col.col--wide,
  .mod-multi-image.mod-4up-fixed .col.col--wide {
    width: 100%;
  }
}
/* Supplement Information (part)
   ========================================================================== */
.mod-supplement-info-01 {
  overflow: hidden;
  zoom: 1;
  padding: 9px 11px 11px;
  border: 1px solid #d9d6d1;
}
.single-column .mod-supplement-info-01 {
  padding: 17px 19px 19px;
}
.mod-supplement-info-01 .title {
  margin-bottom: 6px;
  padding: 0;
  font-size: 1.4em;
}
.mod-supplement-info-01 .image {
  max-width: 150px;
}
.mod-supplement-info-01 .image.mod-image-left {
  margin-right: 12px;
}
.mod-supplement-info-01 .image.mod-image-right {
  margin-left: 12px;
}
@media screen and (max-width: 701px) {
  .mod-supplement-info-01 {
    padding: 9px 7px 7px !important;
  }
}
@media screen and (max-width: 399px) {
  .mod-supplement-info-01 .image {
    width: 90px;
  }
}
/* Supplement Information (general)
   ========================================================================== */
.mod-supplement-info-02 {
  overflow: hidden;
  zoom: 1;
  padding: 9px 11px 11px;
  border: 1px solid #d9d6d1;
}
.single-column .mod-supplement-info-02 {
  padding: 17px 19px 19px;
}
.mod-supplement-info-02 .title {
  margin-bottom: 6px;
  padding: 0;
  font-size: 1.4em;
}
.mod-supplement-info-02 .sub-title {
  margin-bottom: 13px;
  padding: 7px 10px;
  border-top: 1px solid #d4d4d4;
  background-color: #f4f3f0;
}
.mod-supplement-info-02 .mod-2up .col {
  float: left;
  width: 333px;
  margin-right: 12px;
}
.mod-supplement-info-02 .mod-2up .col:last-child {
  margin-right: 0;
}
.mod-supplement-info-02 .mod-2up .image {
  width: 70px;
  padding-top: 0;
}
.single-column .mod-supplement-info-02 .mod-2up .col {
  width: 460px;
  margin-right: 20px;
}
.single-column .mod-supplement-info-02 .mod-2up .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 701px) {
  .mod-supplement-info-02 {
    padding: 9px 8px 8px !important;
  }
  .mod-supplement-info-02 .sub-title {
    margin-bottom: 8px;
  }
  .mod-supplement-info-02 .mod-2up .col {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .mod-supplement-info-02 .mod-2up .col:first-child {
    margin-bottom: 8px;
  }
  .mod-supplement-info-02 .mod-2up .button a {
    margin-right: 15px;
  }
}
/* Supplement Information (important)
   ========================================================================== */
.mod-supplement-info-03 {
  overflow: hidden;
  zoom: 1;
  padding: 15px 15px 20px;
  background-color: #f4f3f0;
}
.mod-supplement-info-03 .title {
  margin-bottom: 6px;
  font-size: 1.4em;
}
.mod-supplement-info-03 .button {
  margin: 0 -4px -12px;
  text-align: center;
}
.mod-supplement-info-03 .button li {
  margin: 0 4px 12px;
}
@media screen and (max-width: 701px) {
  .mod-supplement-info-03 .button li {
    min-width: 202px;
  }
}
/* CV
   ========================================================================== */
.mod-cv {
  padding: 12px 14px;
  border: 1px solid #d9d6d1;
  border-top-width: 2px;
}
.single-column .mod-cv {
  padding-right: 19px;
  padding-left: 19px;
}
.mod-cv .title {
  margin-bottom: 15px;
  padding-bottom: 11px;
  line-height: 1.3;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  font-size: 1.4em;
}
.mod-cv .title span {
  display: block;
  padding-left: 7px;
  border-left: 3px solid #ed86b3;
}
.mod-cv > ul {
  overflow: hidden;
  zoom: 1;
  padding-left: 4px;
}
.mod-cv > ul > li {
  float: left;
  width: 160px;
  margin-right: 8px;
}
.mod-cv > ul > li:last-child {
  margin-right: 0;
}
.single-column .mod-cv > ul {
  margin-right: -15px;
  padding-left: 2px;
}
.single-column .mod-cv > ul > li {
  width: 226px;
  margin-right: 10px;
}
.mod-cv .button {
  margin-bottom: 7px;
  text-align: center;
  font-weight: bold;
  zoom: 1;
}
.mod-cv .button a {
  display: block;
  padding: 10px 10px 9px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-decoration: none;
}
.mod-cv .studio .button a {
  background-color: #d1c46f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1c46f), color-stop(100%, #c0af3b));
  background: -webkit-linear-gradient(left top, left bottom, #d1c46f, #c0af3b);
  background: -moz-linear-gradient(left top, left bottom, #d1c46f, #c0af3b);
  background: linear-gradient(to bottom, #d1c46f, #c0af3b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFD1C46F', endColorstr='#FFC0AF3B') chroma(color=#000000);
  zoom: 1;
  border-color: #ab9c34;
}
.mod-cv .trial .button a {
  background-color: #f2a6c7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2a6c7), color-stop(100%, #ed86b3));
  background: -webkit-linear-gradient(left top, left bottom, #f2a6c7, #ed86b3);
  background: -moz-linear-gradient(left top, left bottom, #f2a6c7, #ed86b3);
  background: linear-gradient(to bottom, #f2a6c7, #ed86b3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF2A6C7', endColorstr='#FFED86B3') chroma(color=#000000);
  zoom: 1;
  border-color: #dd6fa5;
}
.mod-cv .request .button a {
  background-color: #80ba37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ba37), color-stop(100%, #53ac1e));
  background: -webkit-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: -moz-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: linear-gradient(to bottom, #80ba37, #53ac1e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF80BA37', endColorstr='#FF53AC1E') chroma(color=#000000);
  zoom: 1;
  border-color: #589f21;
}
.mod-cv .admission .button a {
  background-color: #e7b259;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b259), color-stop(100%, #e79637));
  background: -webkit-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: -moz-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: linear-gradient(to bottom, #e7b259, #e79637);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE7B259', endColorstr='#FFE79637') chroma(color=#000000);
  zoom: 1;
  border-color: #e79827;
}
.mod-cv .reserve .button a {
  background-color: #cfac9a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfac9a), color-stop(100%, #a68370));
  background: -webkit-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: -moz-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: linear-gradient(to bottom, #cfac9a, #a68370);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFCFAC9A', endColorstr='#FFA68370') chroma(color=#000000);
  zoom: 1;
  border-color: #91705c;
}
.mod-cv .step .button a {
  background-color: #f29786;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f29786), color-stop(100%, #e67667));
  background: -webkit-linear-gradient(left top, left bottom, #f29786, #e67667);
  background: -moz-linear-gradient(left top, left bottom, #f29786, #e67667);
  background: linear-gradient(to bottom, #f29786, #e67667);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF29786', endColorstr='#FFE67667') chroma(color=#000000);
  zoom: 1;
  border-color: #e46756;
}
.mod-cv .description {
  font-size: 83.33%;
}
@media screen and (max-width: 701px) {
  .mod-cv {
    display: none;
  }
}
/* CV2
   ========================================================================== */
.mod-cv2 {
  padding: 12px 14px;
  border: 1px solid #d9d6d1;
  border-top-width: 2px;
}
.single-column .mod-cv2 {
  padding-right: 19px;
  padding-left: 19px;
}
.pc-hide single-column .mod-cv2 {
  padding-right: 19px;
  padding-left: 19px;
}
.mod-cv2 .title {
  margin-bottom: 15px;
  padding-bottom: 11px;
  line-height: 1.3;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  font-size: 1.4em;
}
.mod-cv2 .title span {
  display: block;
  padding-left: 7px;
  border-left: 3px solid #ed86b3;
}
.mod-cv2 > ul {
  overflow: hidden;
  zoom: 1;
  padding-left: 4px;
}
.mod-cv2 > ul > li {
  float: left;
  width: 160px;
  margin-right: 8px;
}
.mod-cv2 > ul > li:last-child {
  margin-right: 0;
}
.single-column .mod-cv2 > ul {
  margin-right: -15px;
  padding-left: 2px;
}
.single-column .mod-cv2 > ul > li {
  width: 226px;
  margin-right: 10px;
}
.mod-cv2 .button {
  margin-bottom: 7px;
  text-align: center;
  font-weight: bold;
  zoom: 1;
}
.mod-cv2 .button a {
  display: block;
  padding: 10px 10px 9px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-decoration: none;
}
.mod-cv2 .studio .button a {
  background-color: #d1c46f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1c46f), color-stop(100%, #c0af3b));
  background: -webkit-linear-gradient(left top, left bottom, #d1c46f, #c0af3b);
  background: -moz-linear-gradient(left top, left bottom, #d1c46f, #c0af3b);
  background: linear-gradient(to bottom, #d1c46f, #c0af3b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFD1C46F', endColorstr='#FFC0AF3B') chroma(color=#000000);
  zoom: 1;
  border-color: #ab9c34;
}
.mod-cv2 .trial .button a {
  background-color: #f2a6c7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2a6c7), color-stop(100%, #ed86b3));
  background: -webkit-linear-gradient(left top, left bottom, #f2a6c7, #ed86b3);
  background: -moz-linear-gradient(left top, left bottom, #f2a6c7, #ed86b3);
  background: linear-gradient(to bottom, #f2a6c7, #ed86b3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF2A6C7', endColorstr='#FFED86B3') chroma(color=#000000);
  zoom: 1;
  border-color: #dd6fa5;
}
.mod-cv2 .request .button a {
  background-color: #80ba37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ba37), color-stop(100%, #53ac1e));
  background: -webkit-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: -moz-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: linear-gradient(to bottom, #80ba37, #53ac1e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF80BA37', endColorstr='#FF53AC1E') chroma(color=#000000);
  zoom: 1;
  border-color: #589f21;
}
.mod-cv2 .admission .button a {
  background-color: #e7b259;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7b259), color-stop(100%, #e79637));
  background: -webkit-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: -moz-linear-gradient(left top, left bottom, #e7b259, #e79637);
  background: linear-gradient(to bottom, #e7b259, #e79637);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFE7B259', endColorstr='#FFE79637') chroma(color=#000000);
  zoom: 1;
  border-color: #e79827;
}
.mod-cv2 .reserve .button a {
  background-color: #cfac9a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfac9a), color-stop(100%, #a68370));
  background: -webkit-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: -moz-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: linear-gradient(to bottom, #cfac9a, #a68370);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFCFAC9A', endColorstr='#FFA68370') chroma(color=#000000);
  zoom: 1;
  border-color: #91705c;
}
.mod-cv2 .step .button a {
  background-color: #f29786;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f29786), color-stop(100%, #e67667));
  background: -webkit-linear-gradient(left top, left bottom, #f29786, #e67667);
  background: -moz-linear-gradient(left top, left bottom, #f29786, #e67667);
  background: linear-gradient(to bottom, #f29786, #e67667);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF29786', endColorstr='#FFE67667') chroma(color=#000000);
  zoom: 1;
  border-color: #e46756;
}
.mod-cv2 .description {
  font-size: 83.33%;
}
@media screen and (max-width: 701px) {
.mod-cv2 > ul > li {
  float: left;
  width: 270px;
  margin-right: 8px;
}
.single-column .mod-cv2 > ul > li {
  width: 250px;
  margin-right: 10px;
}
}
/* Box
   ========================================================================== */
.mod-box {
  border: 1px solid #d9d6d1;
  border-top-width: 2px;
}
.mod-box > .title {
  position: relative;
  padding: 10px 10px 10px 19px;
  line-height: 1.4;
  background-color: #f4f3f0;
  font-size: 1.4em;
}
.mod-box > .title span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 5px;
  margin-top: -3px;
  background-color: #ed86b3;
}
.mod-box > .inner {
  overflow: hidden;
  zoom: 1;
  padding: 12px;
}
.single-column .mod-box > .inner {
  padding: 12px 20px;
}
.mod-box .sub-title {
  margin-bottom: 7px;
  line-height: 1.4;
  font-size: 1.4em;
}
.mod-box .mod-2up {
  margin-bottom: -12px !important;
}
.mod-box .mod-2up .col {
  margin: 0 38px 0 0;
  padding-bottom: 12px;
  width: 318px;
}
.mod-box .mod-2up .col:last-child {
  margin-right: 0;
}
.single-column .mod-box .mod-2up .col {
  width: 450px;
}
@media screen and (max-width: 701px) {
  .mod-box > .inner {
    padding: 12px !important;
  }
  .mod-2up .mod-box {
    margin-bottom: 25px !important;
  }
  .mod-2up .mod-box .mod-2up .col {
    width: 100% !important;
  }
  .mod-2up > .col:last-child .mod-box {
    margin-bottom: 0 !important;
  }
}
/* Collapsible
   ========================================================================== */
.mod-collapsible-container {
  border: 1px solid  #d4d4d4;
}
.mod-collapsible-container .mod-collapsible-item {
  margin-bottom: 0;
  border-bottom: 1px solid  #d4d4d4;
}
.mod-collapsible-container .mod-collapsible-item:last-child {
  border-bottom: none;
}
.mod-collapsible-container .mod-collapsible-handler {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(left top, left bottom, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7') chroma(color=#000000);
  zoom: 1;
  color: #705e52;
  font-size: 1.4em;
}
.mod-collapsible-container .mod-collapsible-handler > span {
  display: block;
  padding: 9px 35px 8px 12px;
}
.mod-collapsible-container .expanded .mod-collapsible-handler > span {
  background: url(/common/img/module/collapsible_bg01.png) no-repeat right center;
}
.mod-collapsible-container .collapsed .mod-collapsible-handler > span {
  background: url(/common/img/module/collapsible_bg02.png) no-repeat right center;
}
.mod-collapsible-container .mod-collapsible-content {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.mod-collapsible-container .mod-collapsible-content > .inner {
  padding: 11px 9px 10px;
  border-top: 1px solid #d4d4d4;
}
.mod-collapsible-container .expanded .mod-collapsible-content {
  height: auto;
}
.mod-collapsible-container .collapsed .mod-collapsible-content {
  height: 0;
}
.mod-collapsible-content .flow{
  display:flex;
  align-items:center;
  padding:10px 0;
}
.mod-collapsible-content .border_bottom_dash{
  border-bottom:1px dashed #eee;
}
.mod-collapsible-content .flow .border{
  border:1px solid #ccc;
}
.mod-collapsible-content .flow .graph{
  flex-basis:50%;
}
.mod-collapsible-content .flow .text{
  flex-basis:50%;
  padding:0 20px;
}
@media screen and (max-width: 701px) {
  .mod-collapsible-container .mod-collapsible-handler > span {
    -webkit-background-size: 29px 20px !important;
    -moz-background-size: 29px 20px !important;
    background-size: 29px 20px !important;
  }
  .mod-collapsible-container .expanded .mod-collapsible-handler > span {
    background-image: url(/common/img/module/collapsible_bg01@2x.png);
  }
  .mod-collapsible-container .collapsed .mod-collapsible-handler > span {
    background-image: url(/common/img/module/collapsible_bg02@2x.png);
  }
}


/* mod-tabArea .tabSet.js-tab
   ========================================================================== */

.mod-tabArea{
    margin: 0 0 20px;
}

.tabSet .tabs {
    overflow: hidden;
    margin-bottom: -1px;
}

.tabSet .tabs li {
    margin: 0;
    list-style: none;
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 220px;
}

.tabSet .tabs li a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom-width: 0;
    border-radius: 6px 6px 0 0;
    color: #b1aaa1;
    text-align: center;
    text-decoration: none;
}

.tabSet .pnls {
    padding: 10px;
    margin-top: -1px;
}

.tabSet .tabs li a,
.tabSet .pnls {
    border: 1px solid #d9d6d1;
    background-color: #ffffff;
    box-sizing: border-box;
}

.tabSet .tabs li a {
    border-bottom-width: 0;
    background: #ebe8e2;
}

.tabSet .tabs li a.current {
    background-color: #ffffff;
    color: #555050;
}

.tabSet .tabs li a.current {
    position: relative;
    z-index: 1;
}

.tabSet .pnls {
    position: relative;
    z-index: 0;
}

.tabSet .tabs li + li {
    margin-left: 6px;
}


/*SP版*/

@media screen and (max-width: 701px) {
    .tabSet .tabs {
        text-align: center;
    }
    .tabSet .tabs li {
        width: 30%;
    }
    .tabSet .tabs-2 li {
        width: 45%;
    }
    .tabSet .tabs-3 li {
        width: 30%;
    }
}



/* Box
   ========================================================================== */
.column-sub .mod-box > .inner {
  padding: 14px;
}
.column-sub .mod-box .mod-button-list li {
  display: block;
  margin: 0 0 14px 0;
}
.column-sub .mod-box .mod-button-list li:last-child {
  margin-bottom: 0;
}
/* section title
   ========================================================================== */
.column-sub .mod-section-title {
  font-size: 1.4em;
  display: block;
  padding: 15px 13px 14px;
  border-top: 2px solid #8f8478;
  line-height: 1.4;
  color: #fff;
  background: #a8a096;
  text-decoration: none;
}
/* Related content
   ========================================================================== */
.sub-related-content {
  border: 1px solid #d4d4d4;
}
.sub-related-content > .inner {
  overflow: hidden;
  zoom: 1;
  padding: 0 12px 12px;
  border: 5px solid #f4f3f0;
}
.sub-related-content > .inner > .title {
  margin-bottom: 9px;
  padding-bottom: 1px;
  text-align: center;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
/* Banner list
   ========================================================================== */
.sub-banner-list {
  width: 255px;
  margin: 0 auto 20px;
}
.sub-banner-list:last-child {
  margin-bottom: 0;
}
.sub-banner-list li {
  margin-bottom: 14px;
}
.sub-banner-list li:last-child {
  margin-bottom: 0;
}
/* Local navigation
   ========================================================================== */
.sub-local-nav {
  margin-bottom: 20px;
}
.sub-local-nav:last-child {
  margin-bottom: 0;
}
.sub-local-nav li {
  line-height: 1.4;
  font-weight: bold;
}
.sub-local-nav a {
  display: block;
  zoom: 1;
  text-decoration: none;
}
.sub-local-nav a:hover,
.sub-local-nav .current > a {
  background-color: #f8f8f6;
}
.sub-local-nav a:hover {
  color: #a8a096;
}
.sub-local-nav .current > a {
  color: #ada395;
}
.sub-local-nav .lv1 {
  font-size: 1.4em;
}
.sub-local-nav .lv1 a {
  padding: 15px 12px 14px;
  border-top: 2px solid #8f8478;
  line-height: 1.4;
  color: #fff;
  background: #a8a096 url(../img/layout/sub_localnav_bg01.png) no-repeat right center;
  text-decoration: none;
}
.sub-local-nav .lv1 a:hover {
  border-top-color: #968c80;
  color: #fff;
  background-color: #b1aaa1;
}
.sub-local-nav .lv2 {
  border: 1px solid #d4d4d4;
}
.sub-local-nav .lv2 > li {
  border-bottom: 1px solid #d4d4d4;
  font-size: 1.4em;
}
.sub-local-nav .lv2 > li:last-child {
  border-bottom: none;
}
.sub-local-nav .lv2 > li > a {
  padding: 15px 22px 14px 12px;
  background-image: url(../img/layout/sub_localnav_bg02.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}
.sub-local-nav .lv2 > li.parent > a {
  background-image: url(../img/layout/sub_localnav_bg05.png);
}
.sub-local-nav .lv3 {
  padding-top: 1px;
  border-left: 2px solid  #d4d4d4;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x;
}
.sub-local-nav .lv3 > li {
  padding-bottom: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  font-size: 85.714%;
}
.sub-local-nav .lv3 > li:last-child {
  padding-bottom: 0;
  background-image: none;
}
.sub-local-nav .lv3 > li > a {
  padding: 11px 22px 11px 18px;
  background-image: url(../img/layout/sub_localnav_bg03.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}
.sub-local-nav .lv4 {
  padding-top: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x;
}
.sub-local-nav .lv4 > li {
  zoom: 1;
}
.sub-local-nav .lv4 > li > a {
  padding: 6px 6px 5px 31px;
  background-image: url(../img/layout/sub_localnav_bg04.png);
  background-repeat: no-repeat;
  background-position: 22px 12px;
}
.sub-local-nav .lv5 > li {
  font-size: 83.33%;
}
.sub-local-nav .lv5 > li > a {
  padding: 5px 6px 5px 31px;
  text-decoration: underline;
}
.sub-local-nav .lv5 > li.current > a {
  text-decoration: none;
}
/* Photo blog
   ========================================================================== */
.sub-photo-blog .title {
  margin-bottom: 0;
}
.sub-photo-blog .item-list section {
  margin-bottom: 0;
  padding: 8px 0 11px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
.sub-photo-blog .item-list section:last-child {
  padding-bottom: 0;
  background: none;
}
.sub-photo-blog .item-list .image.mod-image-left {
  margin-right: 12px;
}
.sub-photo-blog .item-list .sub-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.sub-photo-blog .item-list .author {
  margin-bottom: 8px;
  padding: 2px 6px;
  background: url(../img/parts/bg_slash_gray.png) repeat;
  font-size: 1em;
}
/* ABC PEOPLE
   ========================================================================== */
.sub-abc-people .title {
  margin-bottom: 0;
}
.sub-abc-people .item-list section {
  margin-bottom: 0;
  padding: 8px 0 11px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
.sub-abc-people .item-list section:last-child {
  padding-bottom: 0;
  background: none;
}
.sub-abc-people .item-list .sub-title {
  margin-bottom: 8px;
}
.sub-abc-people .item-list .author {
  margin-bottom: 8px;
  padding: 2px 6px;
  background: url(../img/parts/bg_slash_gray.png) repeat;
  font-size: 1em;
}
/* Staff recommend
   ========================================================================== */
.sub-staff-recommend .weekly-keyword {
  margin-bottom: 10px;
}
.sub-staff-recommend .weekly-keyword dt {
  margin-bottom: 8px;
}
.sub-staff-recommend .weekly-keyword dd {
  padding: 4px;
  background: url(../img/parts/bg_slash_gray.png) repeat;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.sub-staff-recommend .item-list li {
  margin-bottom: 1em;
}
.sub-staff-recommend .item-list li:last-child {
  margin-bottom: 0;
}
/* Recipe gallery
   ========================================================================== */
.sub-recipe-gallery .title {
  margin-bottom: 12px;
}
.sub-recipe-gallery .item-list {
  overflow: hidden;
  zoom: 1;
  margin: 0 -13px -13px 0;
}
.sub-recipe-gallery .item-list li {
  float: left;
  width: 103px;
  padding: 0 13px 13px 0;
}
@media screen and (max-width: 701px) {
  .sub-recipe-gallery .item-list {
    margin: 0 auto -13px;
    position: relative;
    right: -7px;
    width: 348px;
  }
}
@media screen and (max-width: 399px) {
  .sub-recipe-gallery .item-list {
    margin: 0 auto -13px;
    position: relative;
    right: -7px;
    width: 232px;
  }
}
/* Online store
   ========================================================================== */
.sub-online-store .description {
  margin-bottom: 9px;
}
.sub-online-store .item-list {
  margin-bottom: 12px;
  padding-bottom: 16px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
}
.sub-online-store .item-list section {
  margin-bottom: 12px;
}
.sub-online-store .item-list .image {
  width: 80px;
  margin-right: 10px;
}
.sub-online-store .item-list .image img {
  max-width: 78px;
  border: 1px solid  #d9d6d1;
}
.sub-online-store .item-list .sub-title {
  margin-bottom: 7px;
  font-weight: normal;
}
.sub-online-store .button {
  display: block;
}
/* Sign in
   ========================================================================== */
.sub-sign-in {
  border: 1px solid #d4d4d4;
}
.sub-sign-in > .inner {
  padding: 0 12px 10px;
  border: 5px solid #f4f3f0;
}
.sub-sign-in .title {
  margin-bottom: 13px;
  padding-bottom: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  text-align: center;
}
.sub-sign-in .login-button {
  margin-bottom: 11px;
  padding: 0;
  background: none;
  font-weight: bold;
}
.sub-sign-in .login-button p {
  display: block;
}
.sub-sign-in .login-button a {
  min-width: 0;
}
.sub-sign-in .alternate {
  text-align: center;
}
.sub-sign-in .alternate li {
  margin-bottom: 3px;
  font-size: 1em;
}

.sub-sign-in2 {
  border: 1px solid #d4d4d4;
}
.sub-sign-in2 > .inner {
  padding: 0 12px 10px;
  border: 1px solid #f4f3f0;
}
.sub-sign-in2 .title {
  margin-bottom: 13px;
  padding-bottom: 1px;
  background: url(../img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  text-align: center;
}
.sub-sign-in2 .login-button {
  margin-bottom: 11px;
  padding: 0;
  background: none;
  font-weight: bold;
}
.sub-sign-in2 .login-button p {
  display: block;
}
.sub-sign-in2 .login-button a {
  min-width: 0;
}
.sub-sign-in2 .alternate {
  text-align: center;
}
.sub-sign-in2 .alternate li {
  margin-bottom: 3px;
  font-size: 1em;
}

.sub-sign-in .alternate li:last-child {
  margin-bottom: 0;
}
.sub-sign-in .alternate li > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 6px;
  background: url(../img/module/aside_sign_in_bg01.png) no-repeat left center;
}
@media screen and (max-width: 701px) {
  .sub-sign-in .alternate li > span {
    -webkit-background-size: 5px 6px !important;
    -moz-background-size: 5px 6px !important;
    background-size: 5px 6px !important;
    background-image: url(../img/module/aside_sign_in_bg01@2x.png);
  }
}
/* CV
   ========================================================================== */
.sub-cv {
  border: 1px solid #d4d4d4;
  border-top-width: 2px;
}
.sub-sign-in + .sub-cv {
  margin-top: -21px;
  border-top-width: 1px;
}
.sub-cv .title {
  position: relative;
  margin-bottom: -10px;
  padding-bottom: 10px;
  background: url(../img/module/aside_cv_bg01.png) no-repeat center bottom;
  text-align: center;
}
.sub-cv .contents-index > section {
  margin-bottom: 0;
  border-top: 1px solid #d4d4d4;
  background-color: #f4f4f0;
}
.sub-cv .contents-index > section:last-child {
  border-bottom: none;
}
.sub-cv .contents-index > section > a {
  overflow: hidden;
  zoom: 1;
  display: block;
  padding: 11px 20px 11px 11px;
  background: url(../img/module/aside_cv_bg02.png) no-repeat right center;
  text-decoration: none;
  cursor: pointer;
}
.sub-cv .contents-index > section .no-link {
  overflow: hidden;
  zoom: 1;
  padding: 11px;
}
.sub-cv .contents-index > section.separated {
  padding-top: 1px;
}
.sub-cv .contents-index > section.separated > a,
.sub-cv .contents-index > section.separated .no-link {
  border-top: 1px solid #d4d4c4;
}
.sub-cv .contents-index > section .sub-title {
  font-size: 1.4em;
  text-decoration: underline;
}
.sub-cv .contents-index > section .image {
  margin-right: 9px;
}
.sub-cv .contents-index > section .button {
  display: block;
  clear: both;
  min-width: 0;
  padding: 0 17px 9px;
}
@media screen and (max-width: 701px) {
  .sub-cv .title {
    -webkit-background-size: 17px 10px !important;
    -moz-background-size: 17px 10px !important;
    background-size: 17px 10px !important;
    background-image: url(../img/module/aside_cv_bg01@2x.png);
  }
  .sub-cv .contents-index > section > a {
    -webkit-background-size: 14px 12px !important;
    -moz-background-size: 14px 12px !important;
    background-size: 14px 12px !important;
    background-image: url(../img/module/aside_cv_bg02@2x.png);
  }
}
/* Letter sizes
   ========================================================================== */
.size-xsmall {
  font-size: 0.75em !important;
}
dt.size-xsmall,
dd.size-xsmall,
li.size-xsmall,
caption.size-xsmall,
th.size-xsmall,
td.size-xsmall,
col.size-xsmall,
h1.size-xsmall,
h2.size-xsmall,
h3.size-xsmall,
h4.size-xsmall,
h5.size-xsmall,
h6.size-xsmall,
p.size-xsmall,
address.size-xsmall {
  font-size: 0.9em !important;
}
td dt.size-xsmall,
td dd.size-xsmall,
td li.size-xsmall,
td p.size-xsmall,
dd dt.size-xsmall,
dd dd.size-xsmall,
dd li.size-xsmall,
dd p.size-xsmall,
li dt.size-xsmall,
li dd.size-xsmall,
li li.size-xsmall,
li p.size-xsmall {
  font-size: 0.75em !important;
}
.size-small {
  font-size: 0.833em !important;
}
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
th.size-small,
td.size-small,
col.size-small,
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
p.size-small,
address.size-small {
  font-size: 1em !important;
}
td dt.size-small,
td dd.size-small,
td li.size-small,
td p.size-small,
dd dt.size-small,
dd dd.size-small,
dd li.size-small,
dd p.size-small,
li dt.size-small,
li dd.size-small,
li li.size-small,
li p.size-small {
  font-size: 0.833em !important;
}
.size-large {
  font-size: 1.166em !important;
}
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
th.size-large,
td.size-large,
col.size-large,
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
p.size-large,
address.size-large {
  font-size: 1.4em !important;
}
td dt.size-large,
td dd.size-large,
td li.size-large,
td p.size-large,
dd dt.size-large,
dd dd.size-large,
dd li.size-large,
dd p.size-large,
li dt.size-large,
li dd.size-large,
li li.size-large,
li p.size-large {
  font-size: 1.166em !important;
}
.size-xlarge {
  font-size: 1.333em !important;
}
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
th.size-xlarge,
td.size-xlarge,
col.size-xlarge,
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
p.size-xlarge,
address.size-xlarge {
  font-size: 1.6em !important;
}
td dt.size-xlarge,
td dd.size-xlarge,
td li.size-xlarge,
td p.size-xlarge,
dd dt.size-xlarge,
dd dd.size-xlarge,
dd li.size-xlarge,
dd p.size-xlarge,
li dt.size-xlarge,
li dd.size-xlarge,
li li.size-xlarge,
li p.size-xlarge {
  font-size: 1.333em !important;
}
.size-xxlarge {
  font-size: 1.5em !important;
}
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
col.size-xxlarge,
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge {
  font-size: 1.8em !important;
}
td dt.size-xxlarge,
td dd.size-xxlarge,
td li.size-xxlarge,
td p.size-xxlarge,
dd dt.size-xxlarge,
dd dd.size-xxlarge,
dd li.size-xxlarge,
dd p.size-xxlarge,
li dt.size-xxlarge,
li dd.size-xxlarge,
li li.size-xxlarge,
li p.size-xxlarge {
  font-size: 1.5em !important;
}
.size-xxxlarge {
  font-size: 1.666em !important;
}
dt.size-xxxlarge,
dd.size-xxxlarge,
li.size-xxxlarge,
caption.size-xxxlarge,
th.size-xxxlarge,
td.size-xxxlarge,
col.size-xxxlarge,
h1.size-xxxlarge,
h2.size-xxxlarge,
h3.size-xxxlarge,
h4.size-xxxlarge,
h5.size-xxxlarge,
h6.size-xxxlarge,
p.size-xxxlarge,
address.size-xxxlarge {
  font-size: 2.0em !important;
}
td dt.size-xxxlarge,
td dd.size-xxxlarge,
td li.size-xxxlarge,
td p.size-xxxlarge,
dd dt.size-xxxlarge,
dd dd.size-xxxlarge,
dd li.size-xxxlarge,
dd p.size-xxxlarge,
li dt.size-xxxlarge,
li dd.size-xxxlarge,
li li.size-xxxlarge,
li p.size-xxxlarge {
  font-size: 1.666em !important;
}
/* Letter weights
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
/* Letter colors
   ========================================================================== */
.color-thin {
  color: #888 !important;
}
.color-normal {
  color: #555 !important;
}
.color-strong {
  color: #ee3900 !important;
}
/* Float
   ========================================================================== */
.float-none {
  float: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Table cell align
   ========================================================================== */
.th-left th,
.td-left td,
table tr th.left,
table tr td.left {
  text-align: left !important;
}
.th-center th,
.td-center td,
table tr th.center,
table tr td.center {
  text-align: center !important;
}
.th-right th,
.td-right td,
table tr th.right,
table tr td.right {
  text-align: right !important;
}
.th-top th,
.td-top td,
table tr th.top,
table tr td.top {
  vertical-align: top !important;
}
.th-middle th,
.td-middle td,
table tr th.middle,
table tr td.middle {
  vertical-align: middle !important;
}
.th-bottom th,
.td-bottom td,
table tr th.bottom,
table tr td.bottom {
  vertical-align: bottom !important;
}
/* Spacing
   ========================================================================== */
.space-none {
  margin-bottom: 0 !important;
}
.space-normal {
  margin-bottom: 1.2em;
}
dt.space-normal,
dd.space-normal,
li.space-normal,
caption.space-normal,
th.space-normal,
td.space-normal,
col.space-normal,
h1.space-normal,
h2.space-normal,
h3.space-normal,
h4.space-normal,
h5.space-normal,
h6.space-normal,
p.space-normal,
address.space-normal {
  margin-bottom: 1em;
}
.space-normal:last-child {
  margin-bottom: 0 !important;
}
.space-near {
  margin-bottom: 0.48em;
}
dt.space-near,
dd.space-near,
li.space-near,
caption.space-near,
th.space-near,
td.space-near,
col.space-near,
h1.space-near,
h2.space-near,
h3.space-near,
h4.space-near,
h5.space-near,
h6.space-near,
p.space-near,
address.space-near {
  margin-bottom: 0.4em;
}
.space-near:last-child {
  margin-bottom: 0 !important;
}
.space-far {
  margin-bottom: 2.04em;
}
dt.space-far,
dd.space-far,
li.space-far,
caption.space-far,
th.space-far,
td.space-far,
col.space-far,
h1.space-far,
h2.space-far,
h3.space-far,
h4.space-far,
h5.space-far,
h6.space-far,
p.space-far,
address.space-far {
  margin-bottom: 1.7em;
}
.space-far:last-child {
  margin-bottom: 0 !important;
}
/* Margin
   ========================================================================== */
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.m0 {
  margin:0 !important;
}
.m5 {
  margin:5px !important;
}
.m10 {
  margin:10px !important;
}
.m20 {
  margin:20px !important;
}
.m30 {
  margin:30px !important;
}
.m40 {
  margin:40px !important;
}
.m50 {
  margin:50px !important;
}
.m60 {
  margin:60px !important;
}


/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.p0 {
  padding:0 !important;
}
.p5 {
  padding:5px !important;
}
.p10 {
  padding:10px !important;
}
.p20 {
  padding:20px !important;
}
.p30 {
  padding:30px !important;
}
.p40 {
  padding:40px !important;
}
.p50 {
  padding:50px !important;
}
.p60 {
  padding:60px !important;
}

/* Display
   ========================================================================== */
@media screen and (max-width: 701px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only-block {
  display: none !important;
}
@media screen and (max-width: 701px) {
  .sp-only-block {
    display: block !important;
  }
}
.sp-only-inline {
  display: none !important;
}
@media screen and (max-width: 701px) {
  .sp-only-inline {
    display: inline !important;
  }
}
/* ---------------------------------------------------
 wysiwyg
--------------------------------------------------- */
.wysiwyg {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}
.wysiwyg p,
.wysiwyg li,
.wysiwyg dt,
.wysiwyg dd,
.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl {
  margin-bottom: 0.8em;
}
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.wysiwyg dl:last-child {
  margin-bottom: 0;
}
.wysiwyg big {
  font-size: larger;
}
.wysiwyg small {
  font-size: smaller;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-weight: normal;
  font-style: italic;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg s,
.wysiwyg strike {
  text-decoration: line-through;
}
.wysiwyg ul,
.wysiwyg ol {
  list-style-position: outside;
}
.wysiwyg li {
  margin-left: 2em;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul li {
  padding: 0;
  border-bottom: none;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg blockquote {
  margin-left: 1.5em;
}


