/*
Theme Name:/* WS-SW fixed SW
Theme URI: http://www.samuraiworks.org/
Description: Markup of css which can facilitate customization.
Version: 0.0
Author: SW
Author URI: http://www.samuraiworks.org/
Tags: light,two-columns,right-sidebar,fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* todo wordpress に関わる部分のCSS */
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  /*android block width bgcolor fix*/
  /* 禁則A */
  /*word-break: normal;*/
  line-break: strict;
  /* 禁則B */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*-----------------------------------------------------------
 http://webtech-walker.com/archive/2008/05/16032443.html
 基本となる文字サイズを｢13px｣とする。
 ------------------------------------------------------------*/
body {
  font-size: 13px;
}
body.small {
  font-size: 77%;
}
body.medium {
  font-size: 91%;
}
body.large {
  font-size: 131%;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.screen-reader-text {
  display: none;
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
hr {
  clear: both;
  border: none;
  height: 1px;
  border-top: 1px solid #ddd;
  margin: 10px auto;
}
blockquote {
  margin: 0px 0px 20px;
  padding: 10px 20px 10px 20px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
blockquote blockquote {
  margin: 20px 0;
  background-color: #fff;
}
blockquote blockquote blockquote {
  margin: 20px 0;
  background-color: #f4f4f4;
}
blockquote p {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
table {
  margin-bottom: 20px;
}
object,
embed {
  width: 100%;
  display: block;
  margin: auto;
}
/*:focus { // fixme アクセシビリティ
  outline: 0;
}*/
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  width: 100%;
}
a {
  width: auto;
  height: 100%;
}
body,
html {
  width: 100%;
  min-width: 1150px;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
  line-height: 1.625;
  color: #523B32;
  font-weight: 400;
}
body.lang-vn {
  font-family: "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body.lang-vn #footer {
  font-family: "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body#tinymce,
html {
  min-width: 100%;
}
#contents {
  width: 100%;
  height: 100%;
}
#contents #topic-path {
  margin: 0 20px 0 0;
}
.guide_code {
  font-size: 11px;
  overflow-x: auto;
}
/* 定義部分----------------------------------------------- */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* moved from sw.css add */
a {
  text-decoration: none;
  cursor: pointer;
}
a:link {
  color: #c9171e;
}
a:visited {
  color: #864f55;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.furueru {
  animation: rumble 0.25s linear infinite;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.scale-blur {
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  transform: scale(0.91);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.ribbonWrap {
  position: absolute;
  left: -15px;
  top: 20px;
  z-index: 333;
}
.ribbon1 {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #a00;
  position: absolute;
  left: -15px;
  top: 66px;
  z-index: 333;
}
.ribbon1 a,
.ribbon1 a:hover,
.ribbon1 a:visited {
  color: #fff;
}
.ribbon1::before,
.ribbon1::after {
  content: '';
  position: absolute;
}
.ribbon1::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #5e0000;
}
.ribbon1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #a00;
  border-right-color: transparent;
}
[class^="ribbon-"] {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #a00;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
[class^="ribbon-"] a,
[class^="ribbon-"] a:hover,
[class^="ribbon-"] a:visited {
  color: #fff;
}
[class^="ribbon-"]::before,
[class^="ribbon-"]::after {
  content: '';
  position: absolute;
}
[class^="ribbon-"]::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #5e0000;
}
[class^="ribbon-"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #a00;
  border-right-color: transparent;
}
.ribbon-coronavirus {
  width: 23em;
}
.ribbon-festival,
.ribbon-festival_subcat {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #2ca9e1;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-festival a,
.ribbon-festival_subcat a,
.ribbon-festival a:hover,
.ribbon-festival_subcat a:hover,
.ribbon-festival a:visited,
.ribbon-festival_subcat a:visited {
  color: #fff;
}
.ribbon-festival::before,
.ribbon-festival_subcat::before,
.ribbon-festival::after,
.ribbon-festival_subcat::after {
  content: '';
  position: absolute;
}
.ribbon-festival::before,
.ribbon-festival_subcat::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #187ca9;
}
.ribbon-festival::after,
.ribbon-festival_subcat::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #2ca9e1;
  border-right-color: transparent;
}
.ribbon-travel,
.ribbon-travel_subcat {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #86ae2b;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-travel a,
.ribbon-travel_subcat a,
.ribbon-travel a:hover,
.ribbon-travel_subcat a:hover,
.ribbon-travel a:visited,
.ribbon-travel_subcat a:visited {
  color: #fff;
}
.ribbon-travel::before,
.ribbon-travel_subcat::before,
.ribbon-travel::after,
.ribbon-travel_subcat::after {
  content: '';
  position: absolute;
}
.ribbon-travel::before,
.ribbon-travel_subcat::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #57711c;
}
.ribbon-travel::after,
.ribbon-travel_subcat::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #86ae2b;
  border-right-color: transparent;
}
.ribbon-food,
.ribbon-food_subcat {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #f8b500;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-food a,
.ribbon-food_subcat a,
.ribbon-food a:hover,
.ribbon-food_subcat a:hover,
.ribbon-food a:visited,
.ribbon-food_subcat a:visited {
  color: #fff;
}
.ribbon-food::before,
.ribbon-food_subcat::before,
.ribbon-food::after,
.ribbon-food_subcat::after {
  content: '';
  position: absolute;
}
.ribbon-food::before,
.ribbon-food_subcat::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ac7d00;
}
.ribbon-food::after,
.ribbon-food_subcat::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #f8b500;
  border-right-color: transparent;
}
.ribbon-from_kogei,
.ribbon-from_kogei_subcat {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #2bae74;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-from_kogei a,
.ribbon-from_kogei_subcat a,
.ribbon-from_kogei a:hover,
.ribbon-from_kogei_subcat a:hover,
.ribbon-from_kogei a:visited,
.ribbon-from_kogei_subcat a:visited {
  color: #fff;
}
.ribbon-from_kogei::before,
.ribbon-from_kogei_subcat::before,
.ribbon-from_kogei::after,
.ribbon-from_kogei_subcat::after {
  content: '';
  position: absolute;
}
.ribbon-from_kogei::before,
.ribbon-from_kogei_subcat::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #1c714b;
}
.ribbon-from_kogei::after,
.ribbon-from_kogei_subcat::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #2bae74;
  border-right-color: transparent;
}
.ribbon-come-to-japan {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #A06D02;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-come-to-japan a,
.ribbon-come-to-japan a:hover,
.ribbon-come-to-japan a:visited {
  color: #fff;
}
.ribbon-come-to-japan::before,
.ribbon-come-to-japan::after {
  content: '';
  position: absolute;
}
.ribbon-come-to-japan::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #543a01;
}
.ribbon-come-to-japan::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #A06D02;
  border-right-color: transparent;
}
.ribbon-habit {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #A06D02;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-habit a,
.ribbon-habit a:hover,
.ribbon-habit a:visited {
  color: #fff;
}
.ribbon-habit::before,
.ribbon-habit::after {
  content: '';
  position: absolute;
}
.ribbon-habit::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #543a01;
}
.ribbon-habit::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #A06D02;
  border-right-color: transparent;
}
.ribbon-study {
  position: relative;
  width: 10em;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  background-color: #A06D02;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 333;
}
.ribbon-study a,
.ribbon-study a:hover,
.ribbon-study a:visited {
  color: #fff;
}
.ribbon-study::before,
.ribbon-study::after {
  content: '';
  position: absolute;
}
.ribbon-study::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #543a01;
}
.ribbon-study::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border: 10px solid #A06D02;
  border-right-color: transparent;
}
#secondImage [class^="ribbon-"] {
  top: -7px;
}
/* sw structure */
#content {
  width: 700px;
  float: left;
}
#side {
  width: 310px;
  float: right;
}
#side li.cat-item.cat-item-1 {
  display: none;
}
#main {
  position: relative;
  z-index: 0;
  background: #fcfcf8;
}
#wrap {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  clear: both;
  background: #fff;
  -ms-box-shadow: 0 0 3px #b7b09d;
  -moz-box-shadow: 0 0 3px #b7b09d;
  -webkit-box-shadow: 0 0 3px #b7b09d;
  box-shadow: 0 0 3px #b7b09d;
  padding: 30px;
}
/*space*/
#header-wp,
#footerWrap,
#footerBottom,
#breadcrumb {
  margin: auto;
}
#main #side table#wp-calendar caption {
  border: 1px solid #f3f3f3;
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #FBFBFB), color-stop(95%, #F5F5F5), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  text-align: center;
}
#main #side table#wp-calendar th,
#main #side table#wp-calendar td {
  padding: 6px 11px 5px;
}
#main #side table#wp-calendar th a:link,
#main #side table#wp-calendar td a:link {
  color: #c9171e;
  font-weight: bold;
}
#side .side-banner {
  width: 300px;
  margin: 15px auto;
}
#side .side-banner a {
  display: block;
  margin: 0;
}
#side .help,
#side .news {
  width: 310px;
  cursor: pointer;
  text-indent: -9876px;
}
#side .help > p,
#side .news > p {
  display: block;
  margin: 0;
  background: #fff url(/img/tk-side.gif) no-repeat 0 0;
}
#side .help a,
#side .news a {
  display: block;
  margin: 0;
}
#side .help {
  display: none;
  margin-top: 1em;
}
#side .help .s01 {
  height: 83px;
  background-position: 0px 0px;
}
#side .help .s01:hover {
  background-position: -310px 0px;
}
#side .help .s02 {
  height: 111px;
  background-position: 0px -83px;
}
#side .help .s02:hover {
  background-position: -310px -83px;
}
#side .help .s03 {
  height: 111px;
  background-position: 0px -194px;
}
#side .help .s03:hover {
  background-position: -310px -194px;
}
#side .help .s04 {
  height: 111px;
  background-position: 0px -305px;
}
#side .help .s04:hover {
  background-position: -310px -305px;
}
#side .help .s05 {
  height: 93px;
  background-position: 0px -416px;
}
#side .news .s01 {
  height: 83px;
  background-position: 0px -509px;
}
#side .news .s01:hover {
  background-position: -310px -509px;
}
#side .news .s02 {
  height: 111px;
  background-position: 0px -592px;
}
#side .news .s02:hover {
  background-position: -310px -592px;
}
#side .news .s03 {
  height: 111px;
  background-position: 0px -703px;
}
#side .news .s03:hover {
  background-position: -310px -703px;
}
#side .news .s04 {
  height: 111px;
  background-position: 0px -814px;
}
#side .news .s04:hover {
  background-position: -310px -814px;
}
#side .news .s05 {
  height: 93px;
  background-position: 0px -925px;
}
#side {
  overflow: hidden;
  padding: 0;
  margin: 0px;
  float: right;
  position: relative;
}
#side .post-date {
  padding-left: 10px;
  font-size: 80%;
}
#footer {
  clear: both;
  position: relative;
  background: #fff url(/img/ftbg.png) repeat center center;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
/*footer*/
#footerWrap {
  padding: 2px 0;
  background-color: #c9171e;
}
#footerWrap #footerWidgetArea {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 20px;
  position: relative;
}
#footerWrap #footerWidgetArea .dish-ti {
  position: absolute;
  text-align: center;
  left: 20px;
  top: -20px;
  z-index: 111;
  font-size: 16px;
  font-weight: bold;
  color: #c9171e;
  width: 200px;
  height: 50px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 0 ;
  background-color: #fff;
  padding: 15px 5px 5px;
}
#footerTop {
  width: 1100px;
  margin: 0 auto;
  min-height: 200px;
  padding: 0;
  background: transparent url(/img/tk-takebg.png) no-repeat right bottom;
  line-height: 1.3;
}
#footerTop .footerTop-inner {
  padding: 10px;
  font-size: 88%;
  position: relative;
}
#footerTop .footerTop-inner a {
  color: #523B32;
  text-decoration: none;
}
#footerTop .footerTop-inner a:hover,
#footerTop .footerTop-inner a:focus {
  text-decoration: underline;
}
#footerTop .footerTop-inner .footer-col {
  float: left;
  min-width: 200px;
  padding-left: 25px;
}
#footerTop .footerTop-inner .footer-col .title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 117%;
  /*&:before {
          content: "\25B6\FE0E";
          margin: 0 3px;
        }*/
}
#footerTop .footerTop-inner .footer-col .title p {
  margin-top: -5px;
  padding-left: 2em;
}
#footerTop .footerTop-inner.second {
  position: relative;
  padding: 0px 0 10px;
}
#footerTop .footerTop-inner.second div.first-child {
  margin-left: 185px;
}
#footerBottom {
  min-height: 25px;
  padding: 0;
  background-color: #86ae2b;
  color: #fff;
}
#footerBottom .footerBottom-inner {
  width: 1100px;
  margin: 0 auto;
  font-size: 0.67em;
  line-height: 35px;
}
#footerBottom .footerBottom-inner .footer-menu ul li {
  display: inline-block;
}
#footerBottom .footerBottom-inner .footer-menu ul li:before {
  content: "\ff5c";
  margin: 0 1px;
}
#footerBottom .footerBottom-inner .footer-menu ul li:last-child:after {
  content: "\ff5c";
  margin: 0 2px;
}
#footerBottom .footerBottom-inner .footer-menu a {
  color: #fff;
  text-decoration: none;
}
#footerBottom .footerBottom-inner .footer-menu a:hover,
#footerBottom .footerBottom-inner .footer-menu a:focus {
  text-decoration: underline;
}
#footerBottom .footerBottom-inner #copyright {
  float: right;
  font-size: 85%;
}
/*top-image*/
#topImage {
  clear: both;
  margin: auto;
  position: relative;
  height: 440px;
}
/*second-image*/
#secondImage {
  position: relative;
  clear: both;
  border: 1px solid #f3f3f3;
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #FBFBFB), color-stop(95%, #F5F5F5), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  padding: 0.7em;
}
#secondImage .secondImage-inner {
  margin: 0 auto;
  position: relative;
}
#wrap .snsico {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 99;
}
#wrap .snsico a {
  display: inline-block;
  margin-left: 4px;
}
/*breadcrumb*/
#breadcrumb {
  clear: both;
  padding: 0px 10px 20px 0px;
  font-size: 12px;
  line-height: 1.5em;
}
#breadcrumb a {
  text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: underline;
}
/*content*/
.hentry ul {
  padding-left: 0px;
}
.hentry .postmetadata {
  clear: both;
  font-size: 88%;
  vertical-align: middle;
}
span.tkgico {
  vertical-align: text-top;
  padding: 0 5px;
}
/*.sticky {
  background: #f8f8f8;
  margin: 0 0 30px;
  padding: 20px;
  border-bottom: 3px solid #333;
}*/
.sticky hr {
  display: none;
}
/*navigation*/
.navigation {
  clear: both;
  padding: 40px 0;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}
.navigation a {
  color: #fff;
  padding: 5px 10px;
  background-color: #c9171e;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 2px;
}
.navigation a:hover,
.navigation a:focus {
  background-color: #aaa;
}
.navigation div.alignleft {
  float: left;
}
.navigation div.alignright {
  float: right;
}
.navigation span {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 2px;
}
.navigation span.current {
  background-color: #c9171e;
}
.navigation span.pages {
  background-color: #ccc;
  padding: 5px 20px;
}
/*toTop*/
#toTop {
  text-align: right;
  font-size: 11px;
  line-height: 19px;
}
/*image*/
.thumbnail-align img {
  float: left;
  padding: 7px;
  margin: 0 20px 20px 0;
  border: 1px solid #f8b500;
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #FBFBFB), color-stop(95%, #F5F5F5), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  width: 150px;
  height: auto;
}
img.alignleft {
  float: left;
  padding: 7px;
  margin: 0 20px 20px 0;
  background-color: #eee;
}
img.alignright {
  float: right;
  padding: 7px;
  margin: 0 0 20px 20px;
  background-color: #eee;
}
.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 7px 2px;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.wp-caption img {
  margin: 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
  padding: 0 0 25px;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0;
}
.gallery br + br {
  display: none;
}
/*comment*/
.commentlist {
  margin: 0;
}
.commentlist p {
  margin: 10px 0;
  clear: both;
}
.commentlist li {
  clear: both;
}
.commentlist .comment-body {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  clear: both;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 10px 0;
}
.commentlist .reply {
  text-align: right;
}
.commentlist .avatar {
  float: left;
  margin: 0 10px 0 0;
}
#commentform p {
  margin: 0 0 5px;
}
#commentform textarea#comment {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #666;
  padding: 3px;
  width: 98%;
}
#commentform input#url,
#commentform input#email,
#commentform input#author {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #666;
  padding: 3px;
  clear: both;
  width: 98%;
}
#commentform .required {
  color: #c00;
}
.commentlist .bypostauthor {
  background-color: #fdfcda;
}
/*side-widget*/
.sideWidget .widgetTitle {
  margin: 0;
  font-weight: bold;
}
.sideWidget ul {
  margin: 0;
}
.sideWidget ul ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.sideWidget p {
  margin: 0;
}
.sideWidget th,
.sideWidget td {
  padding: 0;
  text-align: center;
}
/* todo サイト全体制作 に関わる部分のCSS */
#side .sideWidget-home h3.widgetTitle {
  margin-top: 0;
}
#side .sideWidget div.mlp_language_box ul > li {
  padding-left: 0;
}
div.mlp_language_box {
  margin-bottom: 15px;
}
div.mlp_language_box ul li {
  display: inline-block;
  margin: 0 7px ;
}
div.mlp_language_box a {
  display: inline-block;
}
div.mlp_language_box a.current-language-item {
  border-bottom: 6px solid #f8b500;
  border-radius: 6px;
}
#bbpress-forums div.bbp-breadcrumb {
  float: right;
}
#bbpress-forums .bbp-body li.bbp-topic-title {
  border-left: 3px solid #c9171e;
  padding-left: 8px;
  font-weight: bold;
  font-size: 111%;
}
#bbpress-forums .bbp-breadcrumb-home,
#bbpress-forums .bbp-breadcrumb-home + span.bbp-breadcrumb-sep {
  display: none;
}
body.login #login h1 {
  padding-bottom: 10px;
}
p.editlink {
  padding: 0.5em;
  margin: 20px 0;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}
p.editlink:before {
  content: "Edit!";
  font-size: 0.75em;
  background: #bf1665;
  color: #fff;
  padding: 5px 5px 3px;
  margin-right: 5px;
  border-radius: 3px;
}
#side .sideWidget .mlp-language-box ul li {
  background-image: none;
}
.wp-admin #wp-version-message a.button {
  display: none;
}
/* do it .wp-admin 管理画面限定 総合 */
.wp-admin .core-updates {
  display: none;
}
.wp-admin div.update-nag {
  display: none;
}
body.wp-admin .aioseop_help_text_link,
body.wp-admin .aioseop_help_text_link:active {
  border: none;
}
body.wp-admin .aioseop_help_text_link:before,
body.wp-admin .aioseop_help_text_link:active:before {
  color: #bf1665;
}
body.wp-admin .aioseop_help_text_link span {
  font-size: 10px;
  width: 3em;
}
body.wp-admin .categorydiv div.tabs-panel {
  min-height: 30em;
  max-height: 60em;
}
body.wp-admin td.acf_comment.column-acf_comment {
  max-width: 19em;
}
body.wp-admin #find-posts.find-box {
  width: 900px;
  margin-left: -450px;
}
body.wp-admin.tools_page_search-regex p.submit input[type="submit"]:first-child {
  margin-right: 15em;
}
body.wp-admin .cms_tpv_promo_above_wrapper {
  visibility: hidden;
}
body.wp-admin .cms_tpv_page_actions {
  width: 400px;
}
body.wp-admin #poststuff .acf_postbox h2.hndle {
  font-size: 12px;
  padding: 8px 0 3px;
  margin: 0;
  line-height: 1.1;
  color: #a29574;
  border-bottom: 1px dotted #dcd7bb;
}
body.wp-admin .acf_postbox > .inside > .field {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.wp-admin #postdivrich p.label,
body.wp-admin div.field p.label {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 0.3em;
  padding: 0;
  color: #666666;
  text-shadow: 0 1px 0 #FFFFFF;
}
body.wp-admin #postdivrich p.label label,
body.wp-admin div.field p.label label {
  padding: 0.2em 0 0 0.4em;
  background-color: #dcd7bb;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: default;
  color: #333333;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 3px;
  display: block;
  vertical-align: text-bottom;
}
body.wp-admin .repeater .acf-input-table .wp-editor-tabs .switch-tmce {
  opacity: 0.3;
}
body.wp-admin ul.repeater-footer li.right {
  float: none;
}
body.wp-admin ul.repeater-footer li.right a.add-row-end.acf-button {
  width: 100%;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.wp-admin ul.repeater-footer li.right a.add-row-end.acf-button:link {
  color: #fff;
}
body.wp-admin .repeater > table {
  margin: 0 0 0px;
}
body.wp-admin .repeater > table > tbody > tr > td.order {
  color: #c9171e;
  background-color: #eef4eb;
}
body.wp-admin .acf_postbox .field textarea {
  min-height: 3em;
}
body.wp-admin #ed_toolbar #cm_content_b,
body.wp-admin #ed_toolbar #cm_content_i,
body.wp-admin #ed_toolbar #cm_content_del,
body.wp-admin #ed_toolbar #cm_content_ins,
body.wp-admin #ed_toolbar #cm_content_code,
body.wp-admin #ed_toolbar #cm_content_blockquote {
  display: none !important;
}
.hide-if-no-customize {
  display: none;
}
div.wn-item .wn-article .newmark {
  background-color: #d73f2d !important;
}
div.wn-item .wn-date {
  width: 6.5em !important;
}
textarea.wp-editor-area {
  width: 100% !important;
}
/* #search-cat */
input {
  line-height: 1.3em;
}
#search-cat {
  padding: 1em 0;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}
#search-cat select#cat {
  width: 12em;
}
#search-cat input#s {
  width: 131px;
  height: 25px;
  padding: 7px;
  border: none;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.infos {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 285px;
}
/* serach form wp */
.search-wp {
  padding: 60px 0 0 0;
}
.search-wp .search-form input.search-field {
  float: left;
  width: 23em;
  height: 25px;
  padding: 0 30px 0 5px;
  border: 1px solid #999;
  border-radius: 11px;
  background-color: #f3f3f3;
}
.search-wp .search-form input[type="submit"] {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0 0 0 -30px;
  padding: 0;
  background: #fff url(../img/search.png) no-repeat center center;
  border: 1px solid #86ae2b;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
}
/* Font Changer */
.textResize {
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: 333;
  padding-right: 20px;
}
.textResize .msiz {
  padding: 2px 5px 0 0px;
  vertical-align: bottom;
  line-height: 29px;
}
.textResize .re {
  padding: 5px 4px 0 0px;
}
.textResize .re a {
  display: block;
  text-decoration: none;
}
.textResize .re a p {
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  background-color: #e6e6e6;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  text-align: center;
  color: #303030;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.textResize .re a p:hover,
.textResize .re a:focus > p {
  background-color: #e6e6e6;
  color: #303030;
  text-decoration: underline;
}
.textResize .re a p.active,
.textResize .re a:hover p.active {
  color: #fff;
  background-color: #303030;
}
.textResize #textResizeBtn {
  position: relative;
}
.textResize #textResizeBtn li {
  list-style-type: none;
  float: left;
}
/* header do it footer do it----------------------------------------------- */
.header-top .header-top-inner {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  height: 150px;
  background: #fff url(/img/tk-hdbg.png) no-repeat right bottom;
  -ms-box-shadow: 0 0 3px #b7b09d;
  -moz-box-shadow: 0 0 3px #b7b09d;
  -webkit-box-shadow: 0 0 3px #b7b09d;
  box-shadow: 0 0 3px #b7b09d;
}
.header-top .header-top-inner #siteTitle {
  position: absolute;
  left: 15px;
  top: 40px;
  float: left;
}
.header-top .header-top-inner .header-desc {
  float: left;
  text-align: center;
  background-color: #999;
  padding: 3px 7px;
  margin: 5px;
  color: #fff;
  font-size: 11px;
}
.header-top .header-top-inner .header-what {
  position: absolute;
  top: 32px;
  left: 330px;
  width: 100px;
  height: 70px;
  text-indent: -9876px;
  background: #fff url(/img/tk-what.png) no-repeat center center;
}
.header-top .header-top-inner .header-what:hover {
  animation: rumble 0.25s linear infinite;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.header-bottom {
  background-color: #c9171e;
}
.header-bottom .header-bottom-inner {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  height: 105px;
  z-index: 555;
}
.header-bottom .header-bottom-inner ul.navs {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
}
.header-bottom .header-bottom-inner ul.navs li {
  display: block;
  float: left;
  width: 112px;
  height: 100px;
  cursor: pointer;
  text-indent: -9876px;
  background: transparent url(/img/tk-hd-menu.png) no-repeat 0 0;
}
.header-bottom .header-bottom-inner ul.navs li.i01 {
  background-position: -29px -100px;
}
.header-bottom .header-bottom-inner ul.navs li.i01:hover,
.header-bottom .header-bottom-inner ul.navs li.i01.current {
  background-position: -29px 0px;
}
.header-bottom .header-bottom-inner ul.navs li.i02 {
  background-position: -141px -100px;
}
.header-bottom .header-bottom-inner ul.navs li.i02:hover,
.header-bottom .header-bottom-inner ul.navs li.i02.current {
  background-position: -141px 0px;
}
.header-bottom .header-bottom-inner ul.navs li.i03 {
  background-position: -253px -100px;
}
.header-bottom .header-bottom-inner ul.navs li.i03:hover,
.header-bottom .header-bottom-inner ul.navs li.i03.current {
  background-position: -253px 0px;
}
.header-bottom .header-bottom-inner ul.navs li.i04 {
  background-position: -365px -100px;
}
.header-bottom .header-bottom-inner ul.navs li.i04:hover,
.header-bottom .header-bottom-inner ul.navs li.i04.current {
  background-position: -365px 0px;
}
.header-bottom .header-bottom-inner ul.navs li.i05 {
  background-position: -477px -100px;
}
.header-bottom .header-bottom-inner ul.navs li.i05:hover,
.header-bottom .header-bottom-inner ul.navs li.i05.current {
  background-position: -477px 0px;
}
.header-bottom .header-bottom-inner ul.navs li.i06 {
  background-position: -589px -100px;
  width: 115px;
}
.header-bottom .header-bottom-inner ul.navs li.i06:hover,
.header-bottom .header-bottom-inner ul.navs li.i06.current {
  background-position: -589px 0px;
}
/* top-titleLabel */
.top-titleLabel {
  display: none;
}
body.home .top-titleLabel {
  display: block;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 460px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 68px;
  font-size: 47px;
  font-weight: bold;
}
body.home .top-titleLabel .mini {
  font-size: 88%;
}
body.home .top-titleLabel .large {
  font-size: 111%;
  color: #c9171e;
}
.list-fixed {
  width: 250px;
}
.add-fixed {
  position: fixed;
  top: 25px;
  z-index: 1;
}
/* post do it----------------------------------------------- */
/* page do it----------------------------------------------- */
.button-wrap {
  text-align: center;
}
.buttonAssy {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
}
.buttonAssy:link {
  color: #fff;
}
.buttonAssy:visited {
  color: #fff;
}
.button-main {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #86ae2b;
}
.button-main:link {
  color: #fff;
}
.button-main:visited {
  color: #fff;
}
.button-main:hover,
.button-main:focus {
  background-color: #999;
  text-decoration: underline;
}
.button-main:after {
  content: " ";
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
/* module 用 */
.button-vivid {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #d73f2d;
}
.button-vivid:link {
  color: #fff;
}
.button-vivid:visited {
  color: #fff;
}
.button-vivid:hover,
.button-vivid:focus {
  background-color: #523B32;
  text-decoration: underline;
}
.button-vivid:after {
  content: " ";
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
.lang-vn.page-id-1943 input[name=Submit],
#bbp_topic_submit,
#bbp_reply_submit,
.submit-button input {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #d73f2d;
  padding: 0.44em 10px 0.42em 10px;
  border: none;
  margin: 1em 0;
}
.lang-vn.page-id-1943 input[name=Submit]:link,
#bbp_topic_submit:link,
#bbp_reply_submit:link,
.submit-button input:link {
  color: #fff;
}
.lang-vn.page-id-1943 input[name=Submit]:link,
#bbp_topic_submit:link,
#bbp_reply_submit:link,
.submit-button input:link {
  color: #fff;
}
.lang-vn.page-id-1943 input[name=Submit]:visited,
#bbp_topic_submit:visited,
#bbp_reply_submit:visited,
.submit-button input:visited {
  color: #fff;
}
.lang-vn.page-id-1943 input[name=Submit]:hover,
#bbp_topic_submit:hover,
#bbp_reply_submit:hover,
.submit-button input:hover,
.lang-vn.page-id-1943 input[name=Submit]:focus,
#bbp_topic_submit:focus,
#bbp_reply_submit:focus,
.submit-button input:focus {
  background-color: #523B32;
  text-decoration: underline;
}
.button-site {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #f8b500;
}
.button-site:link {
  color: #fff;
}
.button-site:visited {
  color: #fff;
}
.button-site:hover,
.button-site:focus {
  background-color: #2ca9e1;
  text-decoration: underline;
}
.button-site:after {
  content: " ";
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
.button-gray {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #523B32;
}
.button-gray:link {
  color: #fff;
}
.button-gray:visited {
  color: #fff;
}
.button-gray:hover,
.button-gray:focus {
  background-color: #466b91;
  text-decoration: underline;
}
.button-gray:after {
  content: " ";
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
a.area-saiyo img {
  display: block;
}
.button-saiyo {
  position: relative;
  width: 315px;
  min-height: 40px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 43px;
  cursor: pointer;
  text-align: right;
  padding: 0.4em 52px 0.4em 5px;
  background-color: #303030;
}
.button-saiyo:link {
  color: #fff;
}
.button-saiyo:visited {
  color: #fff;
}
.button-saiyo:hover,
.button-saiyo:focus {
  background-color: #999;
  text-decoration: underline;
}
.button-saiyo:after {
  content: " ";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
#side .button-saiyo {
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  width: 250px;
  text-align: center;
}
.button-facebook {
  position: relative;
  width: 375px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 55px 0.42em 10px;
  background-color: #3b5998;
  font-size: 1.2em;
  line-height: 43px;
  padding: 0.4em 10px 0.4em 50px;
  display: none;
}
.button-facebook:link {
  color: #fff;
}
.button-facebook:visited {
  color: #fff;
}
.button-facebook:hover,
.button-facebook:focus {
  background-color: #0e1f5b;
  text-decoration: underline;
}
.button-facebook:before {
  content: "\20";
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  background: transparent url(../img/arrowFB.png) no-repeat center center;
  background-size: cover;
}
#side .button-facebook {
  display: inline-block;
  width: 250px;
}
.button-news {
  position: relative;
  width: 235px;
  min-height: 35px;
  display: inline-block;
  background-color: #2ca9e1;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 36px;
  padding: 5px 35px 5px 5px;
  cursor: pointer;
}
.button-news:link {
  color: #fff;
}
.button-news:visited {
  color: #fff;
}
.button-news:hover,
.button-news:focus {
  background-color: #999;
  text-decoration: underline;
}
.button-news:after {
  content: " ";
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  background: transparent url(../img/arrowright.png) no-repeat center center;
  background-size: cover;
}
.swQueryPost1 dl.postmetadata dt {
  float: left;
  width: 185px;
  font-weight: bold;
}
.swQueryPost1 dl.postmetadata dd {
  padding-left: 200px;
  font-weight: normal;
}
/* home do it()----------------------------------------------- */
.sildes .flex-control-paging li a.flex-active {
  background: #c9171e;
}
.line {
  height: 15px;
  width: 100%;
  background: #fff url(/img/line.gif) repeat-x center center;
}
.home-line {
  margin: 20px auto 1px;
  width: 1050px;
}
.home-line-bottom {
  margin: 0px auto 20px;
  width: 1050px;
}
.home-mid-wrap {
  position: relative;
  margin: 10px 0;
}
.home-mid-wrap .home-voice,
.home-mid-wrap .home-howto {
  position: relative;
  float: left;
}
.home-mid-wrap .home-voice {
  margin-right: 20px;
}
.home-bot-wrap {
  width: 720px;
  margin: 20px 0 20px;
}
.home-bot-wrap > div {
  position: relative;
}
div.home-posts {
  position: relative;
  float: left;
  width: 220px;
  height: 250px;
  margin-right: 20px;
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #FBFBFB), color-stop(95%, #F5F5F5), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  border: 1px solid #999;
  line-height: 1.52em;
}
div.home-posts p {
  margin: 0;
  background-color: transparent;
}
div.home-posts .ex-image {
  margin-left: 0px;
  width: 218px;
  height: 150px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.home-posts .ex-title {
  font-size: 116%;
  font-weight: bold;
  padding: 2% 3% 0;
}
div.home-posts .ex-text {
  font-size: 85%;
  padding: 1% 5% 0;
}
div.home-posts .ovwrap {
  height: 248px;
  overflow: hidden;
}
div.home-posts .meta-nav {
  font-weight: bold;
}
/*header*/
#siteTitle {
  position: relative;
  margin: 0;
  line-height: 0;
}
/*header-logo*/
#siteDescription {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin: 0 5px 0 0;
  padding: 0;
  float: right;
}
/*sub-menu*/
#header-wp ul.menu {
  margin: 0;
  padding: 0;
}
#header-wp .menu li a {
  padding: 0px 5px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
}
#header-wp ul.menu > li {
  float: left;
  font-size: 14px;
  color: #fff;
  width: 200px;
  height: 50px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 0 10px 0;
  background: #303030 url(/img/hdr_bul_s01.gif) no-repeat 10px 15px;
  padding: 15px 5px 5px 30px;
}
#header-wp ul.menu > li:nth-child(1) {
  background-image: url(/img/hdr_bul_s01.gif);
}
#header-wp ul.menu > li:nth-child(2) {
  background-image: url(/img/hdr_bul_s02.gif);
}
#header-wp ul.menu > li:nth-child(3) {
  background-image: url(/img/hdr_bul_s03.gif);
}
#header-wp ul.menu > li:nth-child(4) {
  background-image: url(/img/hdr_bul_s04.gif);
}
#header-wp ul.menu > li:nth-child(5) {
  background-image: url(/img/hdr_bul_s05.gif);
}
#header-wp ul.menu > li.current-menu-item,
#header-wp ul.menu > li.current-post-parent,
#header-wp ul.menu > li.current_page_parent {
  height: 70px;
  padding-top: 35px;
  background-position: 10px 35px;
}
/*mainMenu*/
#mainMenu {
  position: absolute;
  z-index: 666;
  left: 0;
  top: 0;
  width: 1100px;
  margin: 0 auto;
}
#mainMenu ul {
  margin: auto;
  height: 40px;
}
#mainMenu li {
  float: left;
  position: relative;
}
#mainMenu a {
  padding: 0 10px;
}
#mainMenu ul.menu ul {
  display: none;
  position: absolute;
  top: 48px;
  height: auto;
  left: 0;
  width: 200px;
  z-index: 777;
}
#mainMenu ul.menu li.current-menu-parent ul,
#mainMenu ul.menu li.current-menu-item ul {
  top: 70px;
}
#mainMenu ul.menu ul li {
  border-top: 1px dotted #fff;
  display: block;
  margin-top: -2px;
}
#mainMenu ul.menu ul a {
  display: block;
  padding: 10px;
  width: 200px;
  background: #303030;
  height: auto;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
#mainMenu ul.menu ul ul {
  left: 100%;
  top: 0;
}
#mainMenu ul.menu ul a:hover {
  background: #999;
  color: #fff;
}
#mainMenu li:hover > a,
#mainMenu ul ul :hover > a,
#mainMenu li > a:focus,
#mainMenu ul ul > a:focus {
  text-decoration: underline;
}
#mainMenu ul li:hover > ul {
  display: block;
  /*/ display: none;*/
}
/* 定義部分----------------------------------------------- */
.no-script {
  padding: 0.1em 0.5em;
  border: 2px solid #C00000;
  color: #C00000;
  text-align: center;
}
.mainGrad1 {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #FBFBFB), color-stop(95%, #F5F5F5), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #FBFBFB 50%, #F5F5F5 95%, #e7e7e7 100%);
}
.mainGrad2 {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FBFBFB), color-stop(95%, #F8F8F8), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
}
/* ------------------------------------------------------------
  box-sizing
------------------------------------------------------------ */
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari,Google Chrome用 */
  -moz-box-sizing: border-box;
  /* Firefox用 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8用 */
  box-sizing: border-box;
  /* Opera用 */
}
.boxShadow {
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 3px #b7b09d;
  -moz-box-shadow: 0 0 3px #b7b09d;
  -webkit-box-shadow: 0 0 3px #b7b09d;
  box-shadow: 0 0 3px #b7b09d;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari,Google Chrome用 */
  -moz-box-sizing: border-box;
  /* Firefox用 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8用 */
  box-sizing: border-box;
  /* Opera用 */
}
/* android fix */
.a_fl_R {
  float: right;
}
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right;
}
.a_TLeft {
  text-align: left;
}
.a_hidden {
  display: none;
}
.a_hidden2 {
  text-indent: -9696px;
  display: block;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
.a_disp_none {
  display: none;
}
/*ブロック要素にリンク追加*/
.linkbox,
.linkbox2 {
  cursor: pointer;
}
.aa_baselink {
  display: none;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clearfix:before,
.clf:after,
.clearfix:after {
  content: "";
  display: table;
}
.clf:after,
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
/* DW clearfix表示 */
/**/
/* ------------------------------------------------------------
    99. Clearfix
------------------------------------------------------------ */
/*-----------------------------------------------------------
 http://webtech-walker.com/archive/2008/05/16032443.html
 基本となる文字サイズを｢13px｣とする。
 ------------------------------------------------------------*/
.ft10 {
  font-size: 77%;
}
.ft11 {
  font-size: 85%;
}
.ft12 {
  font-size: 93%;
}
.ft13 {
  font-size: 100%;
}
.ft14 {
  font-size: 108%;
}
.ft15 {
  font-size: 116%;
}
.ft16 {
  font-size: 123.1%;
}
.ft17 {
  font-size: 131%;
}
.ft18 {
  font-size: 138.5%;
}
.ft19 {
  font-size: 146.5%;
}
.ft20 {
  font-size: 153.9%;
}
.ft21 {
  font-size: 161.6%;
}
.ft22 {
  font-size: 167%;
}
.ft23 {
  font-size: 174%;
}
.ft24 {
  font-size: 182%;
}
.ft25 {
  font-size: 189%;
}
.ft26 {
  font-size: 197%;
}
/* padding系-----------------------*/
.b_LH1 {
  line-height: 1.1em;
}
.b_LH2 {
  line-height: 1.3em;
}
.b_LH3 {
  line-height: 1.8em;
}
.b_LH4 {
  line-height: 2.1em;
}
.b_pad20 {
  padding: 20px;
}
.b_pad15 {
  padding: 15px;
}
.b_pad10 {
  padding: 10px;
}
.b_pad5 {
  padding: 5px;
}
.b_padB5 {
  padding: 0px 0px 5px 0px;
}
.b_padT5 {
  padding-top: 5px;
}
.b_padLT5 {
  padding: 5px 0px 0px 5px;
}
.b_padT10 {
  padding-top: 10px;
}
.b_padT30 {
  padding-top: 30px;
}
.b_padTB5 {
  padding: 5px 0px;
}
.b_padTB10 {
  padding: 10px 0px 10px 0px;
}
.b_padTB20 {
  padding: 20px 0px 10px 0px;
}
.b_padTB30 {
  padding: 30px 0px 30px 0px;
}
.b_padTB50 {
  padding: 50px 0px 50px 0px;
}
.b_padL20 {
  padding: 0px 0px 0px 20px;
}
.b_padR5 {
  padding-right: 5px;
}
.b_padL5 {
  padding-left: 5px;
}
.b_padL10 {
  padding-left: 10px;
}
.b_padLR5 {
  padding-right: 5px;
  padding-left: 5px;
}
.b_padLR10 {
  padding-right: 10px;
  padding-left: 10px;
}
.b_padLR15 {
  padding-right: 15px;
  padding-left: 15px;
}
.b_mar5 {
  margin: 5px;
}
.b_marLR15 {
  margin: 0px 15px 0px 15px;
}
/* モジュール作成用クラス init -----------------------*/
.guide_code {
  background-color: #f6f6f6;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #aaa;
}
/* h1-6 init */
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
}
p {
  margin: 0.7em 0 0.5em;
}
body.notHome h1 {
  padding: 10px 0 0;
  margin-bottom: 11px;
}
body.notHome h1 > span {
  display: inline-block;
  margin-bottom: -9px;
  border-bottom: 9px solid #f8b500;
  border-radius: 9px;
}
body.notHome .h1-category {
  font-size: 0.85em;
}
body.notHome .h1-chatch {
  font-size: 1.2em;
}
body.home h1 {
  border: none;
}
#content h2 {
  font-size: 1.4em;
  border-bottom: 2px solid #ddd;
}
#content h2 > span {
  display: inline-block;
  margin-bottom: -4px;
  padding: 3px;
  border-bottom: 6px solid #86ae2b;
  border-radius: 6px;
}
#content h3 {
  font-size: 1.4em;
  border-bottom: 3px solid #ddd;
}
#content h3 > span {
  display: inline-block;
  margin-bottom: -3px;
  padding: 3px;
  border-bottom: 3px solid #c9171e;
}
body.home h2 {
  font-weight: normal;
  border-bottom: 0px solid #ddd;
}
#content h4 {
  padding: 0.4em 0 0.2em 1.5em;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  font-size: 105%;
  text-indent: -1.5em;
}
#content h4:before {
  content: "\25a0";
  color: #c9171e;
  margin-right: 8px;
}
#content h4.toggle:before {
  content: "▼";
  color: #c9171e;
  margin-right: 8px;
}
#content h5 {
  border-bottom: 1px dotted #f8b500;
  font-size: 1em;
}
#content h6 {
  font-size: 1em;
}
#side h3 {
  border-left: 0px solid #f8b500;
  padding-left: 0px;
  font-size: 100%;
  border-bottom: 3px solid #ddd;
  margin: 30px 0 15px;
}
#side h3 span {
  padding: 5px 0 3px 1px;
}
/* モジュール作成用クラス定義リスト-----------------------*/
.display-none {
  display: none;
}
.text-bold {
  font-weight: bold !important;
}
.text-red {
  color: #c00000;
}
.text-midr {
  color: #149363;
}
.underline {
  text-decoration: underline;
}
.sup {
  vertical-align: super;
  font-size: 70%;
}
.sub {
  vertical-align: sub;
  font-size: 70%;
}
.text-small {
  font-size: 0.857em;
}
.text-large {
  font-size: 1.5em;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
hr.dot-line {
  border-top: 1px dotted #ddd;
}
/* リスト */
.list-dot > li,
li.list-dot {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.list-dot > li:before,
li.list-dot:before {
  content: "\30fb";
  margin: 0 1px;
  color: #c9171e;
}
.mark {
  position: absolute;
  top: 0;
  left: 0;
}
ol.num {
  margin-left: 0.85em;
  padding-left: 0.4em;
  list-style-type: decimal;
  list-style-position: outside;
  text-indent: -0.2em;
}
ol.list-num > li {
  position: relative;
}
/* $list-num, $list-note */
ol.list-num > li {
  padding-left: 1.2em;
}
ol.list-brackets {
  list-style: outside none;
  margin-left: 0px;
}
ol.list-brackets > li {
  padding-left: 2.5em;
  position: relative;
}
dl.list-brackets {
  list-style: outside none;
  margin-left: 0px;
}
dl.list-brackets dt,
dl.list-brackets dd {
  padding-left: 2.5em;
  position: relative;
}
ul.list-note {
  list-style: outside none;
  margin-left: 10px;
}
ul.list-note > li {
  padding-left: 1.2em;
  position: relative;
}
dl.list-note {
  list-style: outside none;
  margin-left: 10px;
}
dl.list-note dt,
dl.list-note dd {
  padding-left: 1.2em;
  position: relative;
}
/* sw list 階層包括時のFix */
ul > li > ul.list-brackets li,
ol > li > ol.list-brackets li,
ul > li > ol.list-brackets li,
ol > li > ul.list-brackets li,
ul > li > dl.list-brackets li,
ol > li > dl.list-brackets li {
  padding-left: 2.1em;
  text-indent: -2.9em;
}
ul > li > ul.link-gt,
ol > li > ol.link-gt,
ul > li > ol.link-gt,
ol > li > ul.link-gt,
ul > li > dl.link-gt,
ol > li > dl.link-gt {
  text-indent: 0em;
  margin-left: 0px;
}
ul > li > ul.list-note,
ol > li > ol.list-note,
ul > li > ol.list-note,
ol > li > ul.list-note,
ul > li > dl.list-note,
ol > li > dl.list-note {
  margin-left: 0px;
  text-indent: 0em;
}
ul > li > ul.list-note dt,
ol > li > ol.list-note dt,
ul > li > ol.list-note dt,
ol > li > ul.list-note dt,
ul > li > dl.list-note dt,
ol > li > dl.list-note dt {
  padding-left: 0em;
}
ul > li > ul .mark,
ol > li > ol .mark,
ul > li > ol .mark,
ol > li > ul .mark,
ul > li > dl .mark,
ol > li > dl .mark {
  position: relative;
  padding-right: 0.25em;
}
ul > li > ul.list-num > li > .mark,
ol > li > ol.list-num > li > .mark,
ul > li > ol.list-num > li > .mark,
ol > li > ul.list-num > li > .mark,
ul > li > dl.list-num > li > .mark,
ol > li > dl.list-num > li > .mark,
ul > li > ul.list-note > li > .mark,
ol > li > ol.list-note > li > .mark,
ul > li > ol.list-note > li > .mark,
ol > li > ul.list-note > li > .mark,
ul > li > dl.list-note > li > .mark,
ol > li > dl.list-note > li > .mark {
  position: absolute;
}
ul > li > ul > li > ul.list-num > li > .mark,
ol > li > ol > li > ul.list-num > li > .mark,
ul > li > ol > li > ul.list-num > li > .mark,
ol > li > ul > li > ul.list-num > li > .mark,
ul > li > dl > li > ul.list-num > li > .mark,
ol > li > dl > li > ul.list-num > li > .mark,
ul > li > ul > li > ol.list-num > li > .mark,
ol > li > ol > li > ol.list-num > li > .mark,
ul > li > ol > li > ol.list-num > li > .mark,
ol > li > ul > li > ol.list-num > li > .mark,
ul > li > dl > li > ol.list-num > li > .mark,
ol > li > dl > li > ol.list-num > li > .mark,
ul > li > ul > li > ol.list-num > li > .mark,
ol > li > ol > li > ol.list-num > li > .mark,
ul > li > ol > li > ol.list-num > li > .mark,
ol > li > ul > li > ol.list-num > li > .mark,
ul > li > dl > li > ol.list-num > li > .mark,
ol > li > dl > li > ol.list-num > li > .mark,
ul > li > ul > li > ul.list-num > li > .mark,
ol > li > ol > li > ul.list-num > li > .mark,
ul > li > ol > li > ul.list-num > li > .mark,
ol > li > ul > li > ul.list-num > li > .mark,
ul > li > dl > li > ul.list-num > li > .mark,
ol > li > dl > li > ul.list-num > li > .mark,
ul > li > ul > li > dl.list-num > li > .mark,
ol > li > ol > li > dl.list-num > li > .mark,
ul > li > ol > li > dl.list-num > li > .mark,
ol > li > ul > li > dl.list-num > li > .mark,
ul > li > dl > li > dl.list-num > li > .mark,
ol > li > dl > li > dl.list-num > li > .mark,
ul > li > ul > li > dl.list-num > li > .mark,
ol > li > ol > li > dl.list-num > li > .mark,
ul > li > ol > li > dl.list-num > li > .mark,
ol > li > ul > li > dl.list-num > li > .mark,
ul > li > dl > li > dl.list-num > li > .mark,
ol > li > dl > li > dl.list-num > li > .mark {
  /* 第三階層 ただし非推奨 */
  position: relative;
}
ul.list-dot > li > ol.list-num > li > .mark {
  position: relative;
}
.list-fix .mark {
  position: relative;
}
.list-fix .num,
.list-fix.num {
  text-indent: 0;
  list-style-position: inside;
}
.link-gt > li,
#side .sideWidget ul > li {
  padding-left: 20px;
  background-image: url(../img/icon-link-gt.gif);
  background-position: 3px 5px;
  background-repeat: no-repeat;
  background-size: 9px 14px;
}
.link-anchor > li {
  padding-left: 20px;
  background-image: url(../img/icon-link-anchor.gif);
  background-position: 0px 5px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
}
ul.inline li {
  display: inline-block;
}
/* レイアウト */
.caption {
  font-size: 80%;
}
.column-box img {
  margin: 0 auto;
}
.columns .column-box img {
  width: auto;
  height: auto;
}
.columns,
.columns-half {
  display: table;
  width: 100%;
}
.column {
  display: table-cell;
  vertical-align: top;
}
.column:first-child {
  padding-right: 10px;
}
.column:last-child {
  padding-left: 10px;
}
.columns-half .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.columns-half .column:first-child {
  padding-right: 10px;
}
.columns-half .column:last-child {
  padding-left: 10px;
}
.columns-half.nopaddings .column:first-child {
  padding-right: 0px;
}
.columns-half.nopaddings .column:last-child {
  padding-left: 0px;
}
/* $table */
#main table {
  border-width: 2px;
  border-style: solid;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
#main table .cell-vivid-1col {
  border: 3px solid #d73f2d !important;
  background-color: #aa8373;
}
#main table .cell-vivid {
  background-color: #aa8373;
  color: #fff;
}
#main table .vivid-border-t {
  border-top: 3px solid #d73f2d !important;
}
#main table .vivid-border-r {
  border-right: 3px solid #d73f2d !important;
}
#main table .vivid-border-b {
  border-bottom: 3px solid #d73f2d !important;
}
#main table .vivid-border-l {
  border-left: 3px solid #d73f2d !important;
}
#main table .nowrap {
  white-space: nowrap;
}
#main table.round {
  position: relative;
  border-radius: 6px;
  border-collapse: separate;
}
#main table.layout {
  margin-top: 0;
  border-width: 0;
  background-color: transparent;
}
#main .maxwidth,
table.maxwidth {
  width: 100%;
}
#main .halfwidth,
table.halfwidth {
  width: 50%;
}
#main table,
.home #main table.layout table {
  border-color: #6b62a9;
}
#main table caption {
  margin-bottom: 5px;
  text-align: left;
}
#main table th,
#main table td,
#main table.layout table th,
#main table.layout table td,
#main_pulldown table th,
#main_pulldown table td {
  padding: 9px 15px 8px;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
}
#main table.zaimu tbody th,
#main table.zaimu tbody td {
  padding: 0.2em 0.5em;
  border-width: 0 1px 0 0;
}
#main table.zaimu tbody tr.first th,
#main table.zaimu tbody tr.first td {
  padding-top: 0.8em;
}
#main table.zaimu tbody th.paddingleft-child,
#main table.zaimu tbody td.paddingleft-child {
  padding-left: 1.5em;
}
#main table.zaimu tbody th.paddingleft-gchild,
#main table.zaimu tbody td.paddingleft-gchild {
  padding-left: 2.5em;
}
#main table.zaimu tbody th.sum,
#main table.zaimu tbody td.sum {
  border-top-width: 1px;
}
#main table.layout th,
#main table.layout td,
#main table.layout table.layout th,
#main table.layout table.layout td {
  padding: 0;
  border-width: 0;
}
#main table thead th,
#main table thead td,
#main table.layout table thead th,
#main table.layout table thead td {
  border-bottom-width: 2px;
}
#main table.wide th,
#main table.wide td {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.7142em;
}
#main table.round th,
#main table.round td {
  border-top-width: 0;
  border-left-width: 0;
}
#main table thead th.border-reduce,
#main table thead td.border-reduce {
  border-bottom-width: 1px;
}
#main table thead th.border-increase,
#main table td.border-increase,
#main table tbody th {
  border-right-width: 2px;
}
#main table.layout table tbody th {
  border-right-width: 2px !important;
}
#main table.layout table tbody th.borderright-none {
  border-right-width: 0 !important;
}
#main table.round tr.last th,
#main table.round tr.last td,
#main table.round th.last,
#main table.round td.last {
  border-bottom-width: 0;
}
#main table th {
  background-color: #f2f1f0;
  vertical-align: middle;
}
#main table thead th,
.home #main table thead td {
  background-color: #ddd;
}
#main table,
#main table th,
#main table td {
  border-color: #523B32;
}
#main table.round .round-left {
  border-radius: 4px 0 0 0;
}
#main table.round .round-right {
  border-radius: 0 4px 0 0;
}
#main table.round .round-leftright {
  border-radius: 4px 4px 0 0;
}
#main table.round .round-topbottom-left {
  border-radius: 4px 0 0 4px;
}
#main table.round tr.last .round-left {
  border-radius: 0 0 0 4px;
}
#main table.round tr.last .round-right {
  border-radius: 0 0 4px 0;
}
#main table.round tr.last .round-leftright {
  border-radius: 0 0 4px 4px;
}
#main table.round .round-topbottom-right {
  border-radius: 0 4px 4px 0;
}
/* $box-round */
.box-roundAssy {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
}
.box-round {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
  background-color: #fff;
}
.box-round-bg {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
  background-color: #f2f1f0;
  border-width: 0px;
}
.box-round-dot {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
  background-color: #fff;
  border-width: 2px;
  border-style: dotted;
}
.box-round-vivid {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
  background-color: #aa8373;
  border-color: #d73f2d;
  border-width: 0px;
  color: #fff;
  font-weight: bold;
}
.box-round-form {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #888;
  background-color: #fff;
  border-color: #c9171e;
  text-align: center;
  font-size: 90%;
}
.box-round-form2 {
  position: relative;
  padding: 0.1em 1em 0.5em;
  margin: 1em auto;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-color: #888;
  text-align: center;
  font-size: 90%;
}
.float-left {
  float: left;
  margin: 0 1em 5px 0;
  /*img {
    width: auto;
    height: auto;
  }*/
}
/*img.float-left {
  margin: 0 15px 5px 0;
}*/
.float-right {
  float: right;
  margin: 0 0 5px 1em;
  /*img {
    width: auto;
    height: auto;
  }*/
}
/*img.float-right {
  margin: 0 0 5px 15px;
}*/
.icon {
  margin-top: 2px;
  margin-left: 5px;
  vertical-align: text-top;
}
.slice p {
  float: left;
  margin: 0;
  padding: 0;
}
.slice p img {
  display: block;
}
/* margin / padding */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
/* 定義部分 }----------------------------------------------- */
/* fixme Goto top は廃止 */
#goto-top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 999;
  margin: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: transparent url(/img/up-arrow.png) no-repeat center center;
  background-size: cover;
  display: none;
}
#goto-top:hover,
#goto-top:focus {
  animation: rumble 0.25s linear infinite;
  opacity: 0.9;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
/**/
.footer-toTop {
  clear: both;
  width: 1100px;
  margin: 0px auto;
  text-align: right;
  font-size: 77%;
}
.footer-toTop a {
  display: inline-block;
  padding: 24px 42px 0 0;
  background: transparent url(/img/up-arrow.png) no-repeat right bottom;
  background-size: 40px 40px;
  min-height: 35px;
}
/* アクセシビリティ対応 */
/* Block Skip */
div#blockSkip {
  z-index: 999;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
}
div#blockSkip a {
  display: block;
  background: #999;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  font-size: 1px;
  line-height: 0;
  cursor: default;
  height: 1px;
}
div#blockSkip a.show {
  color: #ffffff;
  height: 1.5em;
  margin-top: -1px;
  padding: 5px 0;
  font-size: 93%;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
}
div#blockSkip a:hover {
  text-decoration: underline !important;
}
div#blockSkip a:focus {
  text-decoration: none !important;
}
/* notice old ie and SMP fix +++++++++++++++++++++++++++++++++++++++++++++ */
/* SMP用でIE全部でプレビューさせない */
body.ie header#header {
  display: none;
}
body.ie .menu-button-right {
  display: none;
}
/* レガシーIE表示調整 */
/* --do it ------------------------- sw Carousel } */
header#header {
  display: none;
}
/*+sw+++++++++++++++++++++++++++++++ Media Queries for Mobile Support */
.mediaQuerySlideMini .mid-slider {
  height: auto;
}
.mediaQuerySlideMini .CarouselArea {
  width: 320px;
  height: 225px;
}
.mediaQuerySlideMini ul.cycleList li {
  width: 160px;
  height: auto;
  padding: 0 5px;
  font-size: 78%;
}
.mediaQuerySlideMini ul.cycleList li .ex-image img,
.mediaQuerySlideMini ul.cycleList li .ex-image a {
  width: 150px;
}
.mediaQuerySlideMini ul.cycleList li p.ex-title {
  line-height: inherit;
}
.mediaQuerySlideMini ul.cycleList li p.ex-text {
  font-size: 80%;
  line-height: 1.5em;
}
.mediaQuerySlideMini div#thumbs0,
.mediaQuerySlideMini div#thumbs1 {
  width: 320px;
  height: auto;
}
.mediaQuerySlideMini #h_rotate-left {
  bottom: 140px;
}
.mediaQuerySlideMini #h_rotate-right {
  bottom: 140px;
}
.mediaQueryMixin {
  /* fixme モバイルだけにします？ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* fixme モバイルだけにします？ */
  /*second-image*/
  /* UI */
}
.mediaQueryMixin .list-fixed {
  display: none;
}
.mediaQueryMixin #mainMenu {
  display: none;
}
.mediaQueryMixin #wrap {
  width: 100%;
  position: relative;
}
.mediaQueryMixin #contents {
  width: 100%;
  min-width: 100%;
  height: 100%;
}
.mediaQueryMixin #breadcrumb {
  display: none;
}
.mediaQueryMixin body.home #wrap.category-topics #content,
.mediaQueryMixin body.page #content {
  width: 100%;
  padding: 1em;
}
.mediaQueryMixin #side .sideWidget ul > li {
  background-image: none;
}
.mediaQueryMixin #side .sideWidget,
.mediaQueryMixin #side {
  width: 100%;
  padding: 1em;
}
.mediaQueryMixin #side .sideWidget ul > li,
.mediaQueryMixin #side ul > li {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FBFBFB), color-stop(95%, #F8F8F8), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background-size: cover;
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #e0e0e0;
  list-style-type: none;
}
.mediaQueryMixin #side .sideWidget ul > li a:before,
.mediaQueryMixin #side ul > li a:before {
  content: " ";
  height: 36px;
  width: 35px;
  position: absolute;
  top: 0;
  /*bottom: 0;
        margin: auto;*/
  left: 0px;
  background: transparent url(../img/icon-link-gt.gif) no-repeat 9px 12px;
  background-size: 9px 14px;
}
.mediaQueryMixin #side .sideWidget ul > li a,
.mediaQueryMixin #side ul > li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
.mediaQueryMixin #side .sideWidget ul > li a:hover,
.mediaQueryMixin #side ul > li a:hover {
  text-decoration: underline;
}
.mediaQueryMixin #side .sideWidget ul > li:first-child,
.mediaQueryMixin #side ul > li:first-child {
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  border-left: 1px solid #e0e0e0;
}
.mediaQueryMixin #side .sideWidget ul > li:last-child,
.mediaQueryMixin #side ul > li:last-child {
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  border-bottom: 1px solid #e0e0e0;
}
.mediaQueryMixin #side .sideWidget ul > li:hover,
.mediaQueryMixin #side ul > li:hover,
.mediaQueryMixin #side .sideWidget ul > li:focus,
.mediaQueryMixin #side ul > li:focus {
  -webkit-box-shadow: 0 1px 2px #999 inset;
  -moz-box-shadow: 0 1px 2px #999 inset;
  box-shadow: 0 1px 2px #999 inset;
}
body.mobile.mediaQueryMixin .columns-half .column-box img {
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin .column-box img {
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin .column {
  display: block;
  width: 100% !important;
}
body.mobile.mediaQueryMixin .column:first-child {
  padding-right: 0px;
}
body.mobile.mediaQueryMixin .column:last-child {
  padding-left: 0px;
}
body.mobile.mediaQueryMixin .column.column-box {
  text-align: center;
}
.mediaQueryMixin .columns-half .column {
  display: block;
  width: 100%;
}
.mediaQueryMixin .columns-half .column:first-child {
  padding-right: 0px;
}
.mediaQueryMixin .columns-half .column:last-child {
  padding-left: 0px;
}
.mediaQueryMixin .slice {
  width: 100%;
}
.mediaQueryMixin .slice.col2 p {
  width: 50%;
}
.mediaQueryMixin .slice.col3 p {
  width: 33.33%;
}
.mediaQueryMixin .slice.col5 p {
  width: 20%;
}
.mediaQueryMixin .slice p img {
  width: 100%;
}
.mediaQueryMixin img.flex-image {
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin .float-left {
  margin: 0 0px 5px 0;
  float: none;
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin .float-right {
  margin: 0 0 5px 0px;
  float: none;
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin #wrap.category-topics #content {
  width: 100%;
}
body.mobile.mediaQueryMixin #wrap.category-topics #content p > img {
  width: 100%;
  height: auto;
}
body.mobile.mediaQueryMixin #content p > img {
  max-width: 100%;
  height: auto;
}
body.desktop.mediaQueryMixin #content,
body.tablet.mediaQueryMixin #content {
  overflow: hidden;
}
body.desktop.mediaQueryMixin #content p > img,
body.tablet.mediaQueryMixin #content p > img {
  max-width: 100%;
  height: auto;
}
body.desktop.mediaQueryMixin #content .columns .column p > img,
body.tablet.mediaQueryMixin #content .columns .column p > img {
  max-width: inherit;
  height: auto;
}
.mediaQueryMixin .centerWrap {
  padding-bottom: 50px;
  height: 200px;
}
.mediaQueryMixin #secondImage .secondImage-inner {
  width: 100%;
}
.mediaQueryMixin #header {
  display: block;
}
.mediaQueryMixin .header-top {
  display: none;
}
.mediaQueryMixin .header-top .header-top-inner {
  width: 100%;
}
.mediaQueryMixin .header-bottom {
  width: 100%;
  height: 49px;
}
.mediaQueryMixin .header-bottom .r-tokyo {
  display: none;
}
.mediaQueryMixin #siteTitle {
  top: 7px;
}
.mediaQueryMixin #mainMenu {
  top: 14px;
}
.mediaQueryMixin body.home .top-titleLabel {
  display: none;
}
.mediaQueryMixin body.home #wrap {
  width: 100%;
}
.mediaQueryMixin body.home #content {
  width: 100%;
  padding: 1.5em;
}
.mediaQueryMixin .home-right {
  width: 100%;
  text-align: center;
  min-height: 150px;
}
.mediaQueryMixin .swQueryPost1 dl.postmetadata dt {
  float: none;
  width: 100%;
  font-weight: bold;
}
.mediaQueryMixin .swQueryPost1 dl.postmetadata dd {
  padding-left: 0px;
  font-weight: normal;
}
.mediaQueryMixin .icon {
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
.mediaQueryMixin #goto-top {
  bottom: 15px;
}
.mediaQueryMixin .button-main,
.mediaQueryMixin .button-vivid,
.mediaQueryMixin .button-site,
.mediaQueryMixin .button-gray,
.mediaQueryMixin .button-facebook,
.mediaQueryMixin #side .button-facebook,
.mediaQueryMixin .button-saiyo,
.mediaQueryMixin #side .button-saiyo,
.mediaQueryMixin .submit-button input {
  width: 90%;
}
.mediaQueryMixin .button-vivid,
.mediaQueryMixin .button-site,
.mediaQueryMixin .button-gray {
  font-size: 17px;
  padding-top: 0.84em;
}
.mediaQueryMixin a.area-saiyo > img {
  display: none;
}
.mediaQueryMixin .button-saiyo,
.mediaQueryMixin #side .button-saiyo {
  height: 55px;
  display: inline-block;
  text-align: center;
  padding-left: 25px;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
}
.mediaQueryMixin .button-saiyo:after,
.mediaQueryMixin #side .button-saiyo:after {
  height: 55px;
  width: 55px;
}
.mediaQueryMixin .footer-toTop {
  width: 100%;
}
.mediaQueryMixin #footerTop {
  min-height: inherit;
}
.mediaQueryMixin #footerTop .footerTop-inner {
  width: 100%;
}
.mediaQueryMixin #footerTop .footerTop-inner .footer-col {
  float: left;
  width: auto;
  padding-left: 1.5em;
}
.mediaQueryMixin #footerTop .footerTop-inner .footer-col p,
.mediaQueryMixin #footerTop .footerTop-inner .footer-col .shozaichi {
  display: none;
}
.mediaQueryMixin #footerTop .footerTop-inner.second div.first-child {
  margin-left: 0;
}
.mediaQueryMixin #footerBottom .footerBottom-inner {
  width: 100%;
  text-align: center;
}
.mediaQueryMixin #footerBottom .footerBottom-inner .footer-menu {
  margin-bottom: 10px;
}
.mediaQueryMixin #footerBottom .footerBottom-inner #copyright {
  width: 100%;
  line-height: 1.5em;
}
/*++++++++++++++++++++++++++++++++ Media Queries for Mobile Support */
/* Retina 用のスタイルシート */
/*# sourceMappingURL=style.css.map */