@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("//fonts.googleapis.com/css?family=Roboto");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* ===================================================================

setting

=================================================================== */
html {
  font-size: 62.5%;
  background-color: #f2f2f2;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: center;
  background-color: #2c2c2c;
  color: #2c2c2c;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

* {
  box-sizing: border-box;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
  border: #0075aa;
  box-shadow: 0px 0px 4px 2px #0075aa;
  -moz-box-shadow: 0px 0px 4px 2px #0075aa;
  -webkit-box-shadow: 0px 0px 4px 2px #0075aa;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Webkit */
:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Firefox 18 以前 */
:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 19 以降 */
:focus::-moz-placeholder {
  color: transparent;
}

/* ===================================================================

Common Style

=================================================================== */
a {
  color: #8BC34A;
  text-decoration: none;
}
a:hover {
  color: #DCEDC8;
  text-decoration: underline;
  cursor: pointer;
}

header .container {
  background-color: #8BC34A;
  padding: 0 0;
  margin: 0 auto;
}
header .container #mainVisual {
  margin: 0 auto;
  padding: 0 0 2.5%;
}
header .container #mainVisual img {
  width: 100%;
}
header .container #mainMenu {
  background-color: #DCEDC8;
}
header .container #mainMenu ul {
  padding: 0.5% 0;
  font-size: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .container #mainMenu ul {
    display: block;
  }
}
header .container #mainMenu ul::after {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8BC34A;
  display: inline-block;
  content: "|";
}
@media screen and (max-width: 767px) {
  header .container #mainMenu ul::after {
    content: "";
  }
}
header .container #mainMenu ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
header .container #mainMenu ul li::after {
  color: #8BC34A;
  display: inline-block;
  content: "|";
}
header .container #mainMenu ul li:last-child::after {
  content: "";
}
header .container #mainMenu ul li a {
  padding: 1em;
}
header .container #mainMenu ul li a:hover {
  color: #689F38;
}
header .container .pageFrame {
  padding: 0 0 2.5%;
}
header .container .pageFrame img {
  width: 100%;
}

.wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}
.wrapper .container {
  padding-top: 3%;
  padding-bottom: 3%;
  background: #fff;
}
.wrapper .container .row {
  overflow: hidden;
}

.contents {
  text-align: left;
}
.contents > article {
  zoom: 1;
}
.contents > article:before, .contents > article:after {
  content: "";
  display: block;
}
.contents > article:after {
  clear: both;
}
.contents > article > h1 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #689F38;
  font-weight: bold;
  padding: 0 0 2%;
  margin: 0 auto 6%;
  border-bottom: 2px dotted #689F38;
  line-height: 1.5;
}
.contents > article .postThumbnail {
  margin-bottom: 5%;
}
.contents > article .postThumbnail img {
  max-width: 100%;
  height: auto;
}
.contents > article .postContent h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #689F38;
  font-weight: bold;
  padding: 0.5em;
  background-color: #DCEDC8;
  border-radius: 0.4rem;
  margin: 0 auto 4%;
}
.contents > article .postContent h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #689F38;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 2%;
}
.contents > article .postContent h3::before {
  font-family: "FontAwesome";
  content: '\f101';
  display: inline-block;
  margin-right: 0.2em;
}
.contents > article .postContent h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #689F38;
  font-weight: bold;
  margin: 0 auto 2%;
  line-height: 1.5;
}
.contents > article .postContent table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3%;
}
.contents > article .postContent table caption {
  background-color: #689F38;
  color: #fff;
  text-align: center;
  padding: 0;
}
.contents > article .postContent table tr th {
  border: 1px solid #8BC34A;
  background-color: #DCEDC8;
  padding: 1% 3%;
  text-align: center;
}
.contents > article .postContent table tr td {
  border: 1px solid #8BC34A;
  padding: 1% 3%;
  text-align: center;
}
.contents > article .postContent ul {
  display: block;
  width: 100%;
  padding: 3%;
  margin-bottom: 3%;
  border-radius: 0.4rem;
  color: #8BC34A;
  border: 1px solid #DCEDC8;
}
.contents > article .postContent ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 3%;
}
.contents > article .postContent ul > li::before {
  font-family: "FontAwesome";
  content: '\f058';
  position: absolute;
  left: 0;
}
.contents > article .postContent ul > li:last-child {
  margin-bottom: 0;
}
.contents > article .postContent ol {
  counter-reset: cnt;
  display: block;
  width: 100%;
  padding: 3%;
  margin-bottom: 3%;
  border-radius: 0.4rem;
  color: #8BC34A;
  border: 1px solid #DCEDC8;
}
.contents > article .postContent ol > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 3%;
}
.contents > article .postContent ol > li::before {
  counter-increment: cnt;
  content: "(" counter(cnt) ")";
  position: absolute;
  left: 0;
}
.contents > article .postContent ol > li:last-child {
  margin-bottom: 0;
}
.contents > article .postContent dl {
  display: table;
  width: 100%;
}
.contents > article .postContent dl > dt {
  display: table-cell;
  width: 30%;
}
.contents > article .postContent dl > dd {
  display: table-cell;
  width: 70%;
}
.contents > article .postContent div {
  margin-bottom: 5%;
}
.contents > article .postContent p {
  margin-bottom: 2%;
}
.contents > article .postContent img {
  max-width: 100%;
  height: auto;
}
.contents > article .postContent a::before {
  font-family: "FontAwesome";
  content: '\f0c1';
}
.contents > article .postContent strong {
  padding: 0.6% 1% 0.4%;
  background-color: #689F38;
  margin: 0 1%;
  color: #fff;
}
.contents > article .postContent hr {
  margin-bottom: 5%;
}

.loopclmBox .topcolumnBox {
  zoom: 1;
  text-align: left;
  padding: 3% 0;
  margin-bottom: 3%;
  border-bottom: 1px dotted #BDBDBD;
}
.loopclmBox .topcolumnBox:before, .loopclmBox .topcolumnBox:after {
  content: "";
  display: block;
}
.loopclmBox .topcolumnBox:after {
  clear: both;
}
.loopclmBox .topcolumnBox:first-child {
  padding-top: 0;
}
.loopclmBox .topcolumnBox .columnboxLeft .thumbnailBox {
  margin-bottom: 3%;
}
.loopclmBox .topcolumnBox .columnboxLeft .thumbnailBox img {
  width: 100%;
  height: auto;
}
.loopclmBox .topcolumnBox .columnboxRight h1 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 auto 2%;
}
.loopclmBox .topcolumnBox .columnboxRight h1::before {
  font-family: "FontAwesome";
  content: '\f0c6';
}
.loopclmBox .topcolumnBox .columnboxRight .textBox {
  line-height: 1.5;
  margin-bottom: 2%;
}
.loopclmBox .topcolumnBox .columnboxRight .categoryBox {
  float: left;
}
.loopclmBox .topcolumnBox .columnboxRight time {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}
.loopclmBox .topcolumnBox .columnboxRight time::before {
  font-family: "FontAwesome";
  content: '\f073';
}

footer .container {
  background-color: #8BC34A;
  padding: 0;
  color: #fff;
}
footer .container #footerMenu {
  background-color: #DCEDC8;
}
footer .container #footerMenu ul {
  padding: 0.5% 0;
  font-size: 0;
}
footer .container #footerMenu ul li {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .container #footerMenu ul li {
    display: block;
  }
}
footer .container #footerMenu ul li::after {
  color: #8BC34A;
  display: inline-block;
  content: "|";
}
footer .container #footerMenu ul li:last-child::after {
  content: "";
}
@media screen and (max-width: 767px) {
  footer .container #footerMenu ul li::after {
    content: "";
  }
}
footer .container #footerMenu ul li a {
  padding: 1em;
}
footer .container #footerMenu ul li a:hover {
  color: #689F38;
}
footer .container small {
  display: inline-block;
  padding: 3% 0;
}
footer .container .pageFrame {
  padding: 0;
}
footer .container .pageFrame img {
  width: 100%;
}

.resultBox {
  margin: 0 auto 8%;
}
.resultBox h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #689F38;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  padding-left: 1em;
}
.resultBox h1::before {
  font-family: "FontAwesome";
  content: '\f091';
  display: block;
  position: absolute;
  left: 0;
}
.resultBox time {
  font-size: 12px;
  font-size: 1.2rem;
}
.resultBox h2 {
  text-align: center;
  background-color: #f0d300;
  padding: 1%;
}
.resultBox table {
  width: 100%;
  border-collapse: collapse;
}
.resultBox table.lnTable, .resultBox table.pmTable, .resultBox table.coTable {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2%;
}
.resultBox table.lnTable caption, .resultBox table.pmTable caption, .resultBox table.coTable caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 1% 2%;
}
.resultBox table.lnTable th, .resultBox table.pmTable th, .resultBox table.coTable th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1% 2%;
}
.resultBox table.lnTable td, .resultBox table.pmTable td, .resultBox table.coTable td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 1% 2%;
}
.resultBox table.lnTable caption {
  color: #fff;
  background-color: #009688;
  border: 1px solid #00796B;
  border-bottom: none;
}
.resultBox table.lnTable th {
  color: #00796B;
  background-color: #B2DFDB;
  border: 1px solid #00796B;
  width: 20%;
}
.resultBox table.lnTable td {
  color: #00796B;
  border: 1px solid #00796B;
  width: 30%;
}
.resultBox table.pmTable caption {
  color: #fff;
  background-color: #00BCD4;
  border: 1px solid #0097A7;
  border-bottom: none;
}
.resultBox table.pmTable th {
  color: #0097A7;
  background-color: #B2EBF2;
  border: 1px solid #0097A7;
  width: 20%;
}
.resultBox table.pmTable td {
  color: #0097A7;
  border: 1px solid #0097A7;
  width: 30%;
}
.resultBox table.coTable caption {
  color: #fff;
  background-color: #8BC34A;
  border: 1px solid #689F38;
  border-bottom: none;
}
.resultBox table.coTable th {
  color: #689F38;
  background-color: #DCEDC8;
  border: 1px solid #689F38;
  width: 50%;
}
.resultBox table.coTable td {
  color: #689F38;
  border: 1px solid #689F38;
  width: 50%;
}

.looptblBox {
  margin: 0 auto 8%;
}
.looptblBox h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0288D1;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  padding-left: 1em;
}
.looptblBox h1::before {
  font-family: "FontAwesome";
  content: '\f091';
  display: block;
  position: absolute;
  left: 0;
}
.looptblBox time {
  font-size: 12px;
  font-size: 1.2rem;
}
.looptblBox table {
  width: 100%;
  border-collapse: collapse;
}
.looptblBox table.lnTable, .looptblBox table.coTable {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.looptblBox table.lnTable th, .looptblBox table.coTable th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0288D1;
  background-color: #B3E5FC;
  text-align: center;
  border: 1px solid #03A9F4;
  padding: 1% 2%;
}
.looptblBox table.lnTable th span, .looptblBox table.coTable th span {
  font-size: 11px;
  font-size: 1.1rem;
}
.looptblBox table.lnTable td, .looptblBox table.coTable td {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0288D1;
  text-align: center;
  border: 1px solid #03A9F4;
  padding: 1% 2%;
}
.looptblBox table.pmTable {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.looptblBox table.pmTable caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0288D1;
  background-color: #B3E5FC;
  text-align: center;
  border: 1px solid #03A9F4;
  border-bottom: none;
  padding: 1% 2%;
}
.looptblBox table.pmTable th {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0288D1;
  background-color: #fff;
  text-align: center;
  border: 1px solid #03A9F4;
  padding: 1% 2%;
}
.looptblBox table.pmTable td {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #03A9F4;
  padding: 1% 2%;
}

.categoryNavi {
  text-align: right;
  margin-bottom: 5%;
}
.categoryNavi a::before {
  font-family: "FontAwesome";
  content: "";
}
.categoryNavi a::after {
  font-family: "FontAwesome";
  content: "";
}

#pagenation {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#pagenation .page-numbers {
  display: inline-block;
  border: 1px solid #f0e591;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
}
#pagenation a.page-numbers {
  color: #f0d300;
  text-decoration: none;
}
#pagenation a.page-numbers:hover {
  background-color: #f0e591;
  color: #f0d300;
  text-decoration: none;
}
#pagenation .current {
  background-color: #f0d300;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
}

#sidebar {
  background: #EEEEEE;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
  text-align: left;
}
#sidebar ul {
  line-height: 1.5;
}
#sidebar ul li.sidebarBox {
  padding: 5%;
}
#sidebar ul li.sidebarBox > ul > li {
  margin-bottom: 10%;
}
#sidebar ul li.sidebarBox > ul > li:last-child {
  margin-bottom: 0;
}
#sidebar ul li.sidebarBox > ul > li > a {
  display: block;
  position: relative;
  padding-left: 1em;
  padding-bottom: 2%;
  margin-bottom: 5%;
  border-bottom: 1px dotted #8BC34A;
}
#sidebar ul li.sidebarBox > ul > li > a::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0;
}
#sidebar ul li.sidebarBox > ul > li > ul.children {
  padding: 0;
  margin-bottom: 5%;
}
#sidebar ul li.sidebarBox > ul > li > ul.children:last-child {
  margin-bottom: 0;
}
#sidebar ul li.sidebarBox > ul > li > ul.children > li > a {
  display: block;
  position: relative;
  padding-left: 1em;
  margin-bottom: 5%;
}
#sidebar ul li.sidebarBox > ul > li > ul.children > li > a::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0;
}
