@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, Arial, sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none; }

p {
  line-height: 1.5; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px; }

button {
  cursor: pointer; }

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

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*                link
  ======================================================= */
a:link {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #6dc5f1;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden {
  overflow: hidden; }

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
  background-color: #ebebeb; }

#main_area .main_area_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em; }
  #main_area .main_area_cont .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #main_area .main_area_cont .side {
    width: 280px;
    padding-left: 30px; }
    @media only screen and (max-width: 950px) {
      #main_area .main_area_cont .side {
        width: 230px;
        padding-left: 20px; } }
  @media only screen and (max-width: 1100px) {
    #main_area .main_area_cont {
      display: block; }
      #main_area .main_area_cont .side {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px; }
  @media only screen and (max-width: 1200px) {
    .main_width {
      padding: 0 50px; } }
  @media only screen and (max-width: 1100px) {
    .main_width {
      padding: 0 50px; } }
  @media only screen and (max-width: 1024px) {
    .main_width {
      padding: 0 30px; } }
  @media only screen and (max-width: 768px) {
    .main_width {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    .main_width {
      padding: 0 15px; } }

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }
  .cont_width .contIn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.underline {
  text-decoration: underline; }

.lato {
  font-family: "Lato", "arial", sans-serif; }

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }

table tr td,
table tr th {
  text-align: left;
  padding: 0px; }

.ie7 table tr th,
.ie7 table tr td {
  position: relative; }

/* 擬似テーブル */
.table {
  display: table;
  width: 100%; }
  .table .tableCell {
    display: table-cell;
    vertical-align: top; }
  @media only screen and (max-width: 640px) {
    .table.sp_brake {
      display: block; }
      .table.sp_brake .tablecell {
        display: block;
        width: 100%; } }

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none; }
  .page_top a {
    display: block; }
  @media only screen and (max-width: 640px) {
    .page_top {
      bottom: 0px;
      right: 0; }
      .page_top img {
        width: 36px;
        height: 36px; } }

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px; }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .row img {
    width: 100%; }
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
        padding-left: 5px;
        padding-right: 5px; } }
  .row .tab1, .row .tab2, .row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media only screen and (max-width: 1024px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 8px;
        padding-right: 8px; } }
    @media only screen and (max-width: 768px) {
      .row .tab1, .row .tab2, .row .tab6 {
        padding-left: 5px;
        padding-right: 5px; } }

.square {
  overflow: hidden; }
  .square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.66666667%; }

.col10 {
  width: 83.33333333%; }

.col9 {
  width: 75%; }

.col8 {
  width: 66.66666667%; }

.col7 {
  width: 58.33333333%; }

.col6 {
  width: 50%; }

.col5 {
  width: 41.66666667%; }

.col4 {
  width: 33.33333333%; }

.col3 {
  width: 25%; }

.col2 {
  width: 16.66666667%; }

.col1 {
  width: 8.33333333%; }

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%; }
  .pc1024Col6 {
    width: 50%; }
  .pc1024Col3 {
    width: 25%; }
  .pc1024Col2 {
    width: 16.66666667%; } }

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%; }
  .tab6 {
    width: 50%; }
  .tab4 {
    width: 33.33333333%; } }

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%; }
  .sp6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%; }
  .sps6 {
    width: 50%; } }

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*                main
======================================================= */
.head_meta {
  margin-bottom: 2.5em; }
  .head_meta .meta_date p {
    font-family: "Cabin", sans-serif;
    font-size: 200%;
    position: relative;
    font-weight: 500;
    line-height: 1; }
  @media only screen and (max-width: 950px) {
    .head_meta {
      margin-bottom: 1.5em; }
      .head_meta .meta_date p {
        font-size: 142.9%; } }

.main .main_inner {
  padding: 3.5em;
  background-color: #fff; }
  @media only screen and (max-width: 950px) {
    .main .main_inner {
      padding: 2em; } }
  @media only screen and (max-width: 768px) {
    .main .main_inner {
      padding: 20px; } }

/*                entry_cont
======================================================= */
.entry_cont .entry_head .entry_title h1, .entry_cont .entry_head .entry_title h2 {
  font-size: 171.4%;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.5; }

.entry_cont .entry-content p, .entry_cont .entry-content ul li, .entry_cont .entry-content ol li, .entry_cont .entry-content dl dt, .entry_cont .entry-content dl dd {
  font-size: 128.6%; }
  @media only screen and (max-width: 768px) {
    .entry_cont .entry-content p, .entry_cont .entry-content ul li, .entry_cont .entry-content ol li, .entry_cont .entry-content dl dt, .entry_cont .entry-content dl dd {
      font-size: 114.3%; } }
  @media only screen and (max-width: 480px) {
    .entry_cont .entry-content p, .entry_cont .entry-content ul li, .entry_cont .entry-content ol li, .entry_cont .entry-content dl dt, .entry_cont .entry-content dl dd {
      font-size: 100%; } }

.entry_cont .entry-content iframe {
  max-width: 100%; }

.entry_cont .entry-content #apf_post_footer h4 {
  font-size: 128.6%; }
  @media only screen and (max-width: 768px) {
    .entry_cont .entry-content #apf_post_footer h4 {
      font-size: 114.3%; } }
  @media only screen and (max-width: 480px) {
    .entry_cont .entry-content #apf_post_footer h4 {
      font-size: 100%; } }

.entry_cont .entry-content #apf_post_footer ul {
  margin-top: 0.5em; }

.entry_cont + .entry_cont {
  margin-top: 3.5em;
  padding-top: 3.5em;
  border-top: solid 1px #dcdcdc; }

/*                entry_cont
======================================================= */
.sns {
  margin: 1.15em 0 2.0em; }
  .sns ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sns ul li {
      min-width: 3.0em;
      padding-left: 8px;
      list-style: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 10px; }
      .sns ul li > a {
        padding: 4px 5px 3px;
        display: block;
        text-align: center;
        color: #fff;
        border-radius: 2px;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .sns ul li > a:hover {
          opacity: 0.8; }
        .sns ul li > a i + span {
          margin-left: 0.15em; }
        .sns ul li > a > span {
          line-height: 1;
          font-size: 85.7%; }
          .sns ul li > a > span.icon {
            font-size: 100%;
            font-weight: bold; }
      .sns ul li.twitter > a {
        background-color: #1da1f2; }
      .sns ul li.facebook > a {
        background-color: #3b5998; }
      .sns ul li.googleplus > a {
        background-color: #dd4b39; }
      .sns ul li.pocket > a {
        background-color: #ef4056; }
      .sns ul li.hatebu > a {
        background-color: #3c7dd1; }
      .sns ul li.line > a {
        background-color: #00c300; }
      .sns ul li.rss > a {
        background-color: #ffb53c; }
      .sns ul li.pinit > a {
        background-color: #d4121c; }

.entry_bottom .sns {
  margin-top: 3em; }
  .entry_bottom .sns ul li {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    margin-bottom: 10px; }
    .entry_bottom .sns ul li > a {
      padding: 10px 5px 9px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .entry_bottom .sns ul li > a i {
        font-size: 128.6%; }
        .entry_bottom .sns ul li > a i + span {
          margin-left: 0.15em; }
      .entry_bottom .sns ul li > a > span {
        line-height: 1;
        font-size: 100%; }
        .entry_bottom .sns ul li > a > span.icon {
          font-size: 128.6%;
          font-weight: bold;
          margin-right: 0.15em; }
    @media only screen and (max-width: 768px) {
      .entry_bottom .sns ul li > a {
        padding: 10px 5px 9px; }
        .entry_bottom .sns ul li > a i {
          font-size: 114.3%; }
        .entry_bottom .sns ul li > a > span {
          font-size: 92.9%; }
          .entry_bottom .sns ul li > a > span.icon {
            font-size: 114.3%; } }
    @media only screen and (max-width: 480px) {
      .entry_bottom .sns ul li > a {
        padding: 10px 5px 9px; }
        .entry_bottom .sns ul li > a i {
          font-size: 100%; }
        .entry_bottom .sns ul li > a > span {
          font-size: 85.7%; }
          .entry_bottom .sns ul li > a > span.icon {
            font-size: 100%; } }

.entry_bottom .fb-layout {
  margin-top: 3em; }
  @media only screen and (max-width: 1200px) {
    .entry_bottom .fb-layout {
      display: none; } }

.entry_bottom .entry-meta {
  margin-top: 1.5em;
  font-size: 128.6%; }
  .entry_bottom .entry-meta a {
    color: #003cff; }

.entry_control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px; }
  .entry_control ul li {
    width: 50%;
    background-color: #fff;
    padding: 1.75em 3em 1.5em;
    font-size: 128.6%; }
    .entry_control ul li a {
      display: block;
      position: relative; }
      .entry_control ul li a:hover {
        text-decoration: none; }
      .entry_control ul li a:before {
        font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: absolute;
        color: #a3a3a3; }
    .entry_control ul li.prev {
      border-right: solid 1px #ebebeb;
      text-align: left;
      padding-left: 4em; }
      .entry_control ul li.prev a:before {
        content: '\f137';
        left: -24px; }
    .entry_control ul li.next {
      border-left: solid 1px #ebebeb;
      text-align: right;
      padding-right: 4em; }
      .entry_control ul li.next a:before {
        content: '\f138';
        right: -24px; }
  @media only screen and (max-width: 768px) {
    .entry_control ul li {
      width: 50%;
      background-color: #fff;
      padding: 1.05em 1em 1em;
      font-size: 114.3%; }
      .entry_control ul li.prev {
        padding-left: 2em; }
        .entry_control ul li.prev a:before {
          left: -20px; }
      .entry_control ul li.next {
        padding-right: 2em; }
        .entry_control ul li.next a:before {
          right: -20px; } }
  @media only screen and (max-width: 640px) {
    .entry_control ul {
      display: block; }
      .entry_control ul li {
        width: 100%;
        background-color: #fff;
        padding: 0.75em 1em 0.7em;
        font-size: 100%; }
        .entry_control ul li.prev {
          border-right: none;
          padding-left: 2em; }
          .entry_control ul li.prev a:before {
            left: -20px; }
        .entry_control ul li.next {
          border-top: solid 1px #ebebeb;
          padding-right: 2em; }
          .entry_control ul li.next a:before {
            right: -20px; } }

/*                header
======================================================= */
#header {
  background-color: #fff; }
  #header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative; }
    #header > div > div {
      max-height: 100px; }
    @media only screen and (max-width: 1100px) {
      #header > div {
        height: 80px; }
        #header > div > div {
          max-height: 80px; } }
    #header > div #header_logo {
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      /* 子要素をflexboxにより中央に配置する */ }
      #header > div #header_logo .header_title h1, #header > div #header_logo .header_title p {
        line-height: 1.5;
        font-size: 214.3%; }
        @media only screen and (max-width: 1100px) {
          #header > div #header_logo .header_title h1, #header > div #header_logo .header_title p {
            font-size: 185.7%; } }
        @media only screen and (max-width: 900px) {
          #header > div #header_logo .header_title h1, #header > div #header_logo .header_title p {
            font-size: 157.1%; } }
      @media only screen and (max-width: 1100px) {
        #header > div #header_logo .header_catch p {
          font-size: 92.9%; } }
      @media only screen and (max-width: 900px) {
        #header > div #header_logo .header_catch p {
          font-size: 85.7%; } }
    #header > div #gnavi {
      margin-left: auto;
      margin-right: 0; }
      #header > div #gnavi .head_nav {
        margin-top: 1.2em; }
        @media only screen and (max-width: 1100px) {
          #header > div #gnavi .head_nav {
            margin-top: 0.8em; } }
        #header > div #gnavi .head_nav > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #header > div #gnavi .head_nav > ul > li {
            position: relative;
            width: 33.3333%; }
            #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
              display: block;
              text-align: center;
              line-height: 2.2;
              min-width: 18em;
              cursor: pointer; }
              @media only screen and (max-width: 1400px) {
                #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
                  min-width: 16em; } }
              @media only screen and (max-width: 1300px) {
                #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
                  min-width: 14em; } }
              @media only screen and (max-width: 1200px) {
                #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
                  min-width: 12em; } }
              @media only screen and (max-width: 1100px) {
                #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
                  min-width: 10em;
                  font-size: 85.7%; } }
              @media only screen and (max-width: 950px) {
                #header > div #gnavi .head_nav > ul > li > a, #header > div #gnavi .head_nav > ul > li > span {
                  min-width: 8.6em;
                  letter-spacing: -0.15em; } }
            #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
              display: block;
              line-height: 2.2;
              min-width: 18em;
              cursor: pointer; }
              @media only screen and (max-width: 1400px) {
                #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
                  min-width: 16em; } }
              @media only screen and (max-width: 1300px) {
                #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
                  min-width: 14em; } }
              @media only screen and (max-width: 1200px) {
                #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
                  min-width: 12em; } }
              @media only screen and (max-width: 1100px) {
                #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
                  min-width: 10em;
                  font-size: 85.7%; } }
              @media only screen and (max-width: 950px) {
                #header > div #gnavi .head_nav > ul > li.left_li > ul > li > a, #header > div #gnavi .head_nav > ul > li.left_li > ul > li > span {
                  min-width: 8.6em;
                  letter-spacing: -0.15em; } }
      @media only screen and (max-width: 768px) {
        #header > div #gnavi {
          display: none; } }
    #header > div .submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 2; }
      #header > div .submenu ul {
        margin-top: 5px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        overflow: hidden; }
        #header > div .submenu ul li a {
          display: block; }
          #header > div .submenu ul li a:hover {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0.6); }
        #header > div .submenu ul li a, #header > div .submenu ul li > div {
          padding: 12px 15px 10px;
          color: #fff; }
        #header > div .submenu ul li + li {
          border-top: dotted 1px rgba(255, 255, 255, 0.4); }
    #header > div #head_photo_icon {
      margin-right: 0;
      position: relative; }
      #header > div #head_photo_icon .icon img {
        width: auto;
        height: 100%; }
      @media only screen and (max-width: 1100px) {
        #header > div #head_photo_icon .icon {
          height: 80px; } }
      #header > div #head_photo_icon .btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        #header > div #head_photo_icon .btn > a, #header > div #head_photo_icon .btn > span {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff; }
          #header > div #head_photo_icon .btn > a:hover, #header > div #head_photo_icon .btn > span:hover {
            text-decoration: none; }
          #header > div #head_photo_icon .btn > a > span, #header > div #head_photo_icon .btn > span > span {
            display: block;
            padding: 0.5em 0;
            line-height: 1; }
        #header > div #head_photo_icon .btn > ul {
          display: none;
          position: absolute;
          right: 0;
          width: 100%; }
      #header > div #head_photo_icon .submenu {
        left: auto;
        right: 5px;
        top: 100%;
        min-width: 24em; }
      @media only screen and (max-width: 768px) {
        #header > div #head_photo_icon {
          display: none; } }
    #header > div .sp_menu_btn {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -14px;
      cursor: pointer; }
      @media only screen and (min-width: 769px) {
        #header > div .sp_menu_btn {
          display: none; } }
      #header > div .sp_menu_btn .sp-btn-cont {
        position: relative;
        display: block;
        height: 22px;
        width: 22px;
        top: 3px; }
        #header > div .sp_menu_btn .sp-btn-cont span {
          position: absolute;
          display: block;
          width: 22px;
          height: 4px;
          right: 0;
          background: #00438e;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          #header > div .sp_menu_btn .sp-btn-cont span.border01 {
            top: 0px; }
          #header > div .sp_menu_btn .sp-btn-cont span.border02 {
            top: 8px; }
          #header > div .sp_menu_btn .sp-btn-cont span.border03 {
            top: 16px; }
      #header > div .sp_menu_btn.active .sp-btn-cont span.border01 {
        top: 0;
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg); }
      #header > div .sp_menu_btn.active .sp-btn-cont span.border02 {
        opacity: 0; }
      #header > div .sp_menu_btn.active .sp-btn-cont span.border03 {
        top: 11px;
        -webkit-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg); }

/*                sp_menu
======================================================= */
#sp_menu {
  position: absolute;
  left: 0;
  top: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none; }
  @media only screen and (min-width: 769px) {
    #sp_menu {
      display: none !important; } }
  #sp_menu #sp_gnavi > ul {
    background-color: #fff;
    border-top: solid 1px #00438e;
    border-bottom: solid 1px #00438e;
    position: relative; }
    #sp_menu #sp_gnavi > ul > li {
      width: 100%;
      border-bottom: solid 1px #00438e; }
      #sp_menu #sp_gnavi > ul > li > a, #sp_menu #sp_gnavi > ul > li > span {
        display: block;
        letter-spacing: 0.15em;
        padding: 0.95em 15px 0.9em;
        position: relative; }
        #sp_menu #sp_gnavi > ul > li > a:hover, #sp_menu #sp_gnavi > ul > li > span:hover {
          text-decoration: none; }
      #sp_menu #sp_gnavi > ul > li .submenu {
        display: none; }
        #sp_menu #sp_gnavi > ul > li .submenu > ul {
          background-color: #fff;
          border-top: solid 1px #00438e;
          border-bottom: solid 1px #00438e;
          position: relative; }
          #sp_menu #sp_gnavi > ul > li .submenu > ul > li {
            width: 100%;
            border-bottom: solid 1px #00438e; }
            #sp_menu #sp_gnavi > ul > li .submenu > ul > li > a, #sp_menu #sp_gnavi > ul > li .submenu > ul > li > span {
              display: block;
              letter-spacing: 0.15em;
              padding: 0.95em 15px 0.9em;
              position: relative; }
              #sp_menu #sp_gnavi > ul > li .submenu > ul > li > a:hover, #sp_menu #sp_gnavi > ul > li .submenu > ul > li > span:hover {
                text-decoration: none; }

/*                side
======================================================= */
.side .side_cont + .side_cont {
  margin-top: 1.8em; }

.side .side_cont .side_title h2 {
  font-size: 114.3%;
  font-weight: 600; }

.side .side_cont .side_bar_title {
  background-color: #373434;
  padding: 10px 20px 10px; }
  .side .side_cont .side_bar_title h2 {
    font-size: 128.6%;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.025em; }

.side .side_cont .side_bar_inner {
  padding: 1.8em;
  background-color: #fff; }
  .side .side_cont .side_bar_inner + .side_bar_inner {
    margin-top: 2px; }

.side .side_cont ul li {
  margin-top: 1em; }
  .side .side_cont ul li a {
    color: #003cff;
    text-decoration: underline; }
    .side .side_cont ul li a:hover {
      text-decoration: none; }
  .side .side_cont ul li .wpp-meta {
    display: block;
    font-size: 71.4%;
    font-weight: 700; }

.side .prof_cont .prof_image {
  padding-bottom: 1.6em; }
  .side .prof_cont .prof_image > div {
    margin: auto;
    max-width: 176px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
    .side .prof_cont .prof_image > div > img {
      width: 100%;
      height: auto; }

.side .prof_cont .prof_name {
  padding-bottom: 0.8em; }
  .side .prof_cont .prof_name h3 {
    font-size: 114.3%;
    font-weight: 600; }
    .side .prof_cont .prof_name h3 a {
      position: relative; }
      .side .prof_cont .prof_name h3 a:hover {
        text-decoration: none; }
      .side .prof_cont .prof_name h3 a:before {
        position: absolute;
        left: 0;
        bottom: -0.1em;
        width: 100%;
        height: 1px;
        content: "";
        display: block;
        background-color: #333333; }

.side .prof_cont .prof_text p {
  font-size: 100%; }

.side_pickup {
  background-color: #787a78;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  color: #fff; }
  .side_pickup a {
    color: #fff; }
  .side_pickup .side_pickup_titile {
    background-color: #373434;
    padding: 18px 20px 16px; }
    .side_pickup .side_pickup_titile h2 {
      font-size: 171.4%;
      font-family: "Cabin", sans-serif;
      font-weight: 400; }
    @media only screen and (max-width: 950px) {
      .side_pickup .side_pickup_titile {
        padding: 10px 10px 12px; }
        .side_pickup .side_pickup_titile h2 {
          font-size: 142.9%; } }
  .side_pickup .side_pickup_list ul li a {
    display: block; }
  .side_pickup .side_pickup_list ul li a, .side_pickup .side_pickup_list ul li > div {
    padding: 20px 20px;
    background-image: url(../media/images/common/side_pickup_list_li.png);
    background-repeat: repeat-x;
    background-position: left top; }
    @media only screen and (max-width: 950px) {
      .side_pickup .side_pickup_list ul li a, .side_pickup .side_pickup_list ul li > div {
        padding: 10px 10px; } }
    .side_pickup .side_pickup_list ul li a .date, .side_pickup .side_pickup_list ul li > div .date {
      font-size: 85.7%;
      margin-bottom: 10px; }
    .side_pickup .side_pickup_list ul li a .title, .side_pickup .side_pickup_list ul li > div .title {
      line-height: 1.5; }
  .side_pickup .side_pickup_list ul li.bottom {
    text-align: right;
    font-family: "Cabin", sans-serif;
    font-weight: 400; }
    .side_pickup .side_pickup_list ul li.bottom a, .side_pickup .side_pickup_list ul li.bottom > div {
      padding: 18px 20px;
      font-size: 128.6%; }

.searchform > div {
  position: relative;
  padding-right: 56px; }

.searchform .assistive-text, .searchform .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.searchform #s {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 5px 6px; }

.searchform input[type="submit"] {
  cursor: pointer;
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  position: absolute;
  top: 0.015em;
  right: 0; }

/*                footer
======================================================= */
#footer {
  padding: 3em 0; }
  #footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #footer > div {
        display: block;
        text-align: center; } }

/*                image_list
======================================================= */
.image_list {
  padding: 0.75em 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc; }
  .image_list .image_list_title {
    margin-bottom: 1em; }
    .image_list .image_list_title h2 {
      font-size: 142.9%;
      font-weight: 600;
      position: relative;
      padding-left: 1.25em; }
      .image_list .image_list_title h2:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.4em;
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        background-color: #333333; }
  .image_list .image_list_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px; }
    .image_list .image_list_set > div {
      width: 25%;
      max-width: 360px;
      padding: 15px; }
      .image_list .image_list_set > div > a, .image_list .image_list_set > div > div {
        display: block; }
      .image_list .image_list_set > div a {
        color: #333333;
        text-decoration: none; }
      .image_list .image_list_set > div.list_sub_title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.5em; }
        .image_list .image_list_set > div.list_sub_title h3 {
          font-size: 128.6%;
          font-weight: 600;
          position: relative;
          padding-left: 1.25em;
          margin: 0; }
          .image_list .image_list_set > div.list_sub_title h3:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -0.4em;
            content: "";
            display: block;
            width: 0.8em;
            height: 0.8em;
            background-color: #333333; }
    @media only screen and (max-width: 1024px) {
      .image_list .image_list_set {
        margin: -10px; }
        .image_list .image_list_set > div {
          padding: 10px; } }
    @media only screen and (max-width: 768px) {
      .image_list .image_list_set {
        margin: -10px; }
        .image_list .image_list_set > div {
          padding: 10px;
          width: 33.3333%; } }
    @media only screen and (max-width: 480px) {
      .image_list .image_list_set {
        margin: -5px; }
        .image_list .image_list_set > div {
          padding: 5px;
          width: 50%; } }
    .image_list .image_list_set .thumb_image {
      position: relative; }
      .image_list .image_list_set .thumb_image img {
        width: 100%;
        height: 100%; }
        .image_list .image_list_set .thumb_image img.size {
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .image_list .image_list_set .thumb_image img.thumb {
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: cover;
          object-fit: cover;
          /* この一行を追加するだけ！ */ }
    .image_list .image_list_set .thumb_title h3 {
      margin-top: 0.25em;
      margin-bottom: 0.15em;
      font-size: 114.3%; }
    .image_list .image_list_set .thumb_text p {
      font-size: 100%; }

/*                style
======================================================= */
.entry-content {
  /* Clearing floats */
  /* =Repeatable patterns
    -------------------------------------------------------------- */
  /* Small headers */
  /* Shared Post Format styling */
  /* Form fields, general styles first */
  /* Reset non-text input types */
  /* Buttons */
  /* Responsive images */
  /* Make sure videos and embeds fit their containers */
  /* Images */
  /* Navigation */
  /* Author profiles */
  /* =Basic structure
    -------------------------------------------------------------- */
  /* Body, links, basics */
  /* Assistive text */
  /* Page structure */
  /* Header */
  /* Navigation Menu */
  /* Banner */
  /* Sidebar */
  /* Footer */
  /* =Main content and comment content
    -------------------------------------------------------------- */
  /* =Archives
    -------------------------------------------------------------- */
  /* =Single audio/video attachment view
    -------------------------------------------------------------- */
  /* =Single image attachment view
    -------------------------------------------------------------- */
  /* =Aside post format
    -------------------------------------------------------------- */
  /* =Post formats
    -------------------------------------------------------------- */
  /* Image posts */
  /* Link posts */
  /* Quote posts */
  /* Status posts */
  /* =Comments
    -------------------------------------------------------------- */
  /* Comment form */
  /* =Front page template
    -------------------------------------------------------------- */
  /* =Widgets
    -------------------------------------------------------------- */
  /* =Plugins
    ----------------------------------------------- */
  /* =Media queries
    -------------------------------------------------------------- */
  /* Does the same thing as <meta name="viewport" content="width=device-width">,
    * but in the future W3C standard way. -ms- prefix is required for IE10+ to
    * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
    * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
    */
  /* Minimum width of 600 pixels. */
  /* Minimum width of 960 pixels. */
  /* =Print
    ----------------------------------------------- */ }
  .entry-content a {
    color: #003cff; }
    .entry-content a img {
      margin-bottom: 0.5em; }
  .entry-content ol,
  .entry-content ul {
    list-style: none; }
  .entry-content blockquote,
  .entry-content q {
    quotes: none; }
  .entry-content blockquote:before,
  .entry-content blockquote:after,
  .entry-content q:before,
  .entry-content q:after {
    content: '';
    content: none; }
  .entry-content table {
    border-collapse: collapse;
    border-spacing: 0; }
  .entry-content caption,
  .entry-content th,
  .entry-content td {
    font-weight: normal;
    text-align: left; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    clear: both; }
  .entry-content html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .entry-content a:focus {
    outline: thin dotted; }
  .entry-content article,
  .entry-content aside,
  .entry-content details,
  .entry-content figcaption,
  .entry-content figure,
  .entry-content footer,
  .entry-content header,
  .entry-content hgroup,
  .entry-content nav,
  .entry-content section {
    display: block; }
  .entry-content audio,
  .entry-content canvas,
  .entry-content video {
    display: inline-block; }
  .entry-content audio:not([controls]) {
    display: none; }
  .entry-content del {
    color: #333; }
  .entry-content ins {
    background: #fff9c0;
    text-decoration: none; }
  .entry-content hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content sub,
  .entry-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .entry-content sup {
    top: -0.5em; }
  .entry-content sub {
    bottom: -0.25em; }
  .entry-content small {
    font-size: smaller; }
  .entry-content img {
    border: 0;
    -ms-interpolation-mode: bicubic; }
  .entry-content .clear:after,
  .entry-content .wrapper:after,
  .entry-content .format-status .entry-header:after {
    clear: both; }
  .entry-content .clear:before,
  .entry-content .clear:after,
  .entry-content .wrapper:before,
  .entry-content .wrapper:after,
  .entry-content .format-status .entry-header:before,
  .entry-content .format-status .entry-header:after {
    display: table;
    content: ""; }
  .entry-content .archive-title,
  .entry-content .page-title,
  .entry-content .widget-title,
  .entry-content th,
  .entry-content .comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363; }
  .entry-content article.format-quote footer.entry-meta,
  .entry-content article.format-link footer.entry-meta,
  .entry-content article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182; }
  .entry-content button,
  .entry-content input,
  .entry-content select,
  .entry-content textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem; }
  .entry-content button,
  .entry-content input {
    line-height: normal; }
  .entry-content textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top; }
  .entry-content input[type="checkbox"],
  .entry-content input[type="radio"],
  .entry-content input[type="file"],
  .entry-content input[type="hidden"],
  .entry-content input[type="image"],
  .entry-content input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0; }
  .entry-content .menu-toggle,
  .entry-content input[type="submit"],
  .entry-content input[type="button"],
  .entry-content input[type="reset"],
  .entry-content article.post-password-required input[type=submit],
  .entry-content .bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }
  .entry-content .menu-toggle,
  .entry-content button,
  .entry-content input[type="submit"],
  .entry-content input[type="button"],
  .entry-content input[type="reset"] {
    cursor: pointer; }
  .entry-content button[disabled],
  .entry-content input[disabled] {
    cursor: default; }
  .entry-content .menu-toggle:hover,
  .entry-content .menu-toggle:focus,
  .entry-content button:hover,
  .entry-content input[type="submit"]:hover,
  .entry-content input[type="button"]:hover,
  .entry-content input[type="reset"]:hover,
  .entry-content article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ebebeb));
    background-image: linear-gradient(top, #f9f9f9, #ebebeb); }
  .entry-content .menu-toggle:active,
  .entry-content .menu-toggle.toggled-on,
  .entry-content button:active,
  .entry-content input[type="submit"]:active,
  .entry-content input[type="button"]:active,
  .entry-content input[type="reset"]:active {
    color: #0044cc;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1));
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    -webkit-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border-color: transparent; }
  .entry-content .bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  .entry-content img,
  .entry-content .comment-content img,
  .entry-content .widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */ }
  .entry-content img[class*="align"],
  .entry-content img[class*="wp-image-"],
  .entry-content img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  .entry-content img.size-full,
  .entry-content img.size-large,
  .entry-content img.header-image,
  .entry-content img.wp-post-image {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  .entry-content embed,
  .entry-content iframe,
  .entry-content object,
  .entry-content video {
    max-width: 100%; }
  .entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */ }
  .entry-content .alignleft {
    float: left; }
  .entry-content .alignright {
    float: right; }
  .entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .entry-content img,
  .entry-content .comment-content img,
  .entry-content .widget img,
  .entry-content img.header-image,
  .entry-content .author-avatar img,
  .entry-content img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .entry-content .wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px; }
  .entry-content .wp-caption .wp-caption-text,
  .entry-content .gallery-caption,
  .entry-content .entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575; }
  .entry-content img.wp-smiley,
  .entry-content .rsswidget img {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }
  .entry-content dl.gallery-item {
    margin: 0; }
  .entry-content .gallery-item a,
  .entry-content .gallery-caption {
    width: 90%; }
  .entry-content .gallery-item a {
    display: block; }
  .entry-content .gallery-caption a {
    display: inline; }
  .entry-content .gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto; }
  .entry-content .gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%; }
  .entry-content .gallery-columns-1 .gallery-icon img {
    padding: 3%; }
  .entry-content .site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden; }
  .entry-content #nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0; }
  .entry-content #nav-above {
    display: none; }
  .entry-content .paged #nav-above {
    display: block; }
  .entry-content .nav-previous,
  .entry-content .previous-image {
    float: left;
    width: 50%; }
  .entry-content .nav-next,
  .entry-content .next-image {
    float: right;
    text-align: right;
    width: 50%; }
  .entry-content .nav-single + .comments-area,
  .entry-content #comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0; }
  .entry-content .author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden; }
  .entry-content .author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846; }
  .entry-content .author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem; }
  .entry-content .author.archive .author-avatar {
    margin-top: 0; }
  .entry-content html {
    font-size: 87.5%; }
  .entry-content body {
    font-size: 14px;
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444; }
  .entry-content body.custom-font-enabled {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .entry-content a {
    outline: none;
    color: #0044cc; }
  .entry-content a:hover {
    color: #0f3647; }
  .entry-content .assistive-text,
  .entry-content .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px); }
  .entry-content .main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar */ }
  .entry-content .site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: #fff; }
  .entry-content .site-content {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0; }
  .entry-content .widget-area {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0; }
  .entry-content .site-header {
    padding: 24px 0;
    padding: 1.714285714rem 0; }
  .entry-content .site-header h1,
  .entry-content .site-header h2 {
    text-align: center; }
  .entry-content .site-header h1 a,
  .entry-content .site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none; }
  .entry-content .site-header h1 a:hover,
  .entry-content .site-header h2 a:hover {
    color: #21759b; }
  .entry-content .site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  .entry-content .site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575; }
  .entry-content .header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem; }
  .entry-content .main-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    text-align: center; }
  .entry-content .main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143; }
  .entry-content .main-navigation a {
    color: #5e5e5e; }
  .entry-content .main-navigation a:hover,
  .entry-content .main-navigation a:focus {
    color: #21759b; }
  .entry-content .main-navigation ul.nav-menu,
  .entry-content .main-navigation div.nav-menu > ul {
    display: none; }
  .entry-content .main-navigation ul.nav-menu.toggled-on,
  .entry-content .menu-toggle {
    display: inline-block; }
  .entry-content section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem; }
  .entry-content .widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    word-wrap: break-word; }
  .entry-content .widget-area .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .widget-area .widget p,
  .entry-content .widget-area .widget li,
  .entry-content .widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846; }
  .entry-content .widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem; }
  .entry-content .widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem; }
  .entry-content .widget-area .widget a {
    color: #0044cc; }
  .entry-content .widget-area .widget a:hover {
    color: #21759b; }
  .entry-content .widget-area .widget a:visited {
    color: #0044cc; }
  .entry-content .widget-area #s {
    width: 53.66666666666%;
    /* define a width to avoid dropping a wider submit button */ }
  .entry-content footer[role="contentinfo"] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0; }
  .entry-content footer[role="contentinfo"] a {
    color: #686868; }
  .entry-content footer[role="contentinfo"] a:hover {
    color: #21759b; }
  .entry-content .entry-meta {
    clear: both; }
  .entry-content .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal; }
  .entry-content .entry-header .entry-title a {
    text-decoration: none; }
  .entry-content .entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal; }
  .entry-content .entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575; }
  .entry-content .comments-link a,
  .entry-content .entry-meta a {
    color: #0044cc; }
  .entry-content .comments-link a:hover,
  .entry-content .entry-meta a:hover {
    color: #21759b; }
  .entry-content article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center; }
  .entry-content .entry-summary,
  .entry-content .mu_register {
    line-height: 1.714285714; }
  .entry-content h1,
  .entry-content .comment-content h1,
  .entry-content h2,
  .entry-content .comment-content h2,
  .entry-content h3,
  .entry-content .comment-content h3,
  .entry-content h4,
  .entry-content .comment-content h4,
  .entry-content h5,
  .entry-content .comment-content h5,
  .entry-content h6,
  .entry-content .comment-content h6 {
    margin: 24px 0 0;
    font-weight: 600; }
  .entry-content h1,
  .entry-content .comment-content h1 {
    font-size: 157.1%; }
  .entry-content h2,
  .entry-content .comment-content h2,
  .entry-content .mu_register h2 {
    font-size: 142.9%; }
  .entry-content h3,
  .entry-content .comment-content h3 {
    font-size: 128.6%; }
  .entry-content h4,
  .entry-content .comment-content h4 {
    font-size: 114.3%; }
  .entry-content h5,
  .entry-content .comment-content h5 {
    font-size: 100%; }
  .entry-content h6,
  .entry-content .comment-content h6 {
    font-size: 100%; }
  .entry-content p,
  .entry-content .entry-summary p,
  .entry-content .comment-content p,
  .entry-content .mu_register p {
    margin: 0 0 24px; }
  .entry-content a:visited,
  .entry-content .comment-content a:visited {
    color: #000099; }
  .entry-content .more-link {
    white-space: nowrap; }
  .entry-content ol,
  .entry-content .comment-content ol,
  .entry-content ul,
  .entry-content .comment-content ul,
  .entry-content .mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714; }
  .entry-content ul ul,
  .entry-content .comment-content ul ul,
  .entry-content ol ol,
  .entry-content .comment-content ol ol,
  .entry-content ul ol,
  .entry-content .comment-content ul ol,
  .entry-content ol ul,
  .entry-content .comment-content ol ul {
    margin-bottom: 0; }
  .entry-content ul,
  .entry-content .comment-content ul,
  .entry-content .mu_register ul {
    list-style: disc outside;
    padding-left: 1.5em; }
    .entry-content ul li,
    .entry-content .comment-content ul li,
    .entry-content .mu_register ul li {
      list-style: disc outside; }
  .entry-content ol,
  .entry-content .comment-content ol {
    list-style: decimal outside; }
    .entry-content ol li,
    .entry-content .comment-content ol li {
      list-style: decimal outside; }
  .entry-content li,
  .entry-content .comment-content li,
  .entry-content .mu_register li {
    margin-top: 0.1em; }
  .entry-content blockquote,
  .entry-content .comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic; }
  .entry-content blockquote p:last-child,
  .entry-content .comment-content blockquote p:last-child {
    margin-bottom: 0; }
  .entry-content code,
  .entry-content .comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2; }
  .entry-content pre,
  .entry-content .comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem; }
  .entry-content pre code,
  .entry-content .comment-content pre code {
    display: block; }
  .entry-content abbr,
  .entry-content .comment-content abbr,
  .entry-content dfn,
  .entry-content .comment-content dfn,
  .entry-content acronym,
  .entry-content .comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .entry-content address,
  .entry-content .comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem; }
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; }
  .entry-content img.aligncenter,
  .entry-content .wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem; }
  .entry-content embed,
  .entry-content iframe,
  .entry-content object,
  .entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content dl,
  .entry-content .comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem; }
  .entry-content dt,
  .entry-content .comment-content dt {
    font-weight: bold;
    line-height: 1.714285714; }
  .entry-content dd,
  .entry-content .comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content table,
  .entry-content .comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%; }
  .entry-content table caption,
  .entry-content .comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0; }
  .entry-content td,
  .entry-content .comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0; }
  .entry-content .site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .entry-content .page-links {
    clear: both;
    line-height: 1.714285714; }
  .entry-content footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575; }
  .entry-content .single-author .entry-meta .by-author {
    display: none; }
  .entry-content .mu_register h2 {
    color: #757575;
    font-weight: normal; }
  .entry-content .archive-header,
  .entry-content .page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed; }
  .entry-content .archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem; }
  .entry-content .attachment .mejs-audio {
    max-width: 400px; }
  .entry-content .attachment .mejs-container {
    margin-bottom: 24px; }
  .entry-content .article.attachment {
    overflow: hidden; }
  .entry-content .image-attachment div.attachment {
    text-align: center; }
  .entry-content .image-attachment div.attachment p {
    text-align: center; }
  .entry-content .image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
  .entry-content .image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem; }
  .entry-content article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a; }
  .entry-content article.format-aside h1 a:hover {
    color: #2e3542; }
  .entry-content article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8; }
  .entry-content article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466; }
  .entry-content article.format-aside blockquote:last-child,
  .entry-content article.format-aside p:last-child {
    margin-bottom: 0; }
  .entry-content article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal; }
  .entry-content article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182; }
  .entry-content article.format-image footer a h2 {
    font-weight: normal; }
  .entry-content article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px; }
  .entry-content article.format-link {
    max-width: 80%;
    float: left; }
  .entry-content article.format-link a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none; }
  .entry-content article.format-quote p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem; }
  .entry-content article.format-quote blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef; }
  .entry-content .format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content .format-status .entry-header header {
    display: inline-block; }
  .entry-content .format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0; }
  .entry-content .format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0; }
  .entry-content .format-status .entry-header header a {
    color: #0044cc; }
  .entry-content .format-status .entry-header header a:hover {
    color: #21759b; }
  .entry-content .format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem; }
  .entry-content .comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal; }
  .entry-content .comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0; }
  .entry-content .comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative; }
  .entry-content .comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0; }
  .entry-content .comments-area article header cite,
  .entry-content .comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem; }
  .entry-content .comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143; }
  .entry-content .comments-area cite b {
    font-weight: normal; }
  .entry-content .comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e; }
  .entry-content .comments-area article header a {
    text-decoration: none;
    color: #5e5e5e; }
  .entry-content .comments-area article header a:hover {
    color: #21759b; }
  .entry-content .comments-area article header cite a {
    color: #444; }
  .entry-content .comments-area article header cite a:hover {
    text-decoration: underline; }
  .entry-content .comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009cee), to(#0088d0));
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd; }
  .entry-content .comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem; }
  .entry-content .comments-area .bypostauthor cite b {
    font-weight: bold; }
  .entry-content a.comment-reply-link,
  .entry-content a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846; }
  .entry-content a.comment-reply-link:hover,
  .entry-content a.comment-edit-link:hover {
    color: #21759b; }
  .entry-content .commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content #respond {
    margin-top: 48px;
    margin-top: 3.428571429rem; }
  .entry-content #respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5; }
  .entry-content #respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem; }
  .entry-content #respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0; }
  .entry-content #respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0; }
  .entry-content #respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem; }
  .entry-content #respond form label {
    display: block;
    line-height: 1.714285714; }
  .entry-content #respond form input[type="text"],
  .entry-content #respond form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%; }
  .entry-content #respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e; }
  .entry-content .required {
    color: red; }
  .entry-content .entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  .entry-content .template-front-page .site-content article {
    border: 0;
    margin-bottom: 0; }
  .entry-content .template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed; }
  .entry-content .template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside; }
  .entry-content .template-front-page .widget-area .widget li a {
    color: #0044cc; }
  .entry-content .template-front-page .widget-area .widget li a:hover {
    color: #21759b; }
  .entry-content .template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0; }
  .entry-content .widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem; }
  .entry-content .widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0; }
  .entry-content .widget_recent_entries .post-date,
  .entry-content .widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem; }
  .entry-content #wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868; }
  .entry-content #wp-calendar th,
  .entry-content #wp-calendar td,
  .entry-content #wp-calendar caption {
    text-align: left; }
  .entry-content #wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right; }
  .entry-content .widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846; }
  .entry-content .widget_twitter li {
    list-style-type: none; }
  .entry-content .widget_twitter .timesince {
    display: block;
    text-align: right; }
  .entry-content .fb_iframe_widget > span {
    vertical-align: baseline !important; }
  .entry-content .fb-layout {
    width: 100% !important;
    overflow: hidden; }
  .entry-content img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem; }

@-ms-viewport {
  .entry-content {
    width: device-width; } }

@-o-viewport {
  .entry-content {
    width: device-width; } }

@viewport {
  .entry-content {
    width: device-width; } }
  @media screen and (min-width: 600px) {
    .entry-content .author-avatar {
      float: left;
      margin-top: 8px;
      margin-top: 0.571428571rem; }
    .entry-content .author-description {
      float: right;
      width: 80%; }
    .entry-content .site {
      margin: 0 auto;
      max-width: 960px;
      max-width: 68.571428571rem;
      overflow: hidden; }
    .entry-content .site-content {
      float: left;
      width: 65.104166667%; }
    .entry-content body.template-front-page .site-content,
    .entry-content body.attachment .site-content,
    .entry-content body.full-width .site-content {
      width: 100%; }
    .entry-content .widget-area {
      float: right;
      width: 26.041666667%; }
    .entry-content .site-header h1,
    .entry-content .site-header h2 {
      text-align: left; }
    .entry-content .site-header h1 {
      font-size: 26px;
      font-size: 1.857142857rem;
      line-height: 1.846153846;
      margin-bottom: 0; }
    .entry-content .main-navigation ul.nav-menu,
    .entry-content .main-navigation div.nav-menu > ul {
      border-bottom: 1px solid #ededed;
      border-top: 1px solid #ededed;
      display: inline-block !important;
      text-align: left;
      width: 100%; }
    .entry-content .main-navigation ul {
      margin: 0;
      text-indent: 0; }
    .entry-content .main-navigation li a,
    .entry-content .main-navigation li {
      display: inline-block;
      text-decoration: none; }
    .entry-content .main-navigation li a {
      border-bottom: 0;
      color: #6a6a6a;
      line-height: 3.692307692;
      text-transform: uppercase;
      white-space: nowrap; }
    .entry-content .main-navigation li a:hover,
    .entry-content .main-navigation li a:focus {
      color: #000; }
    .entry-content .main-navigation li {
      margin: 0 40px 0 0;
      margin: 0 2.857142857rem 0 0;
      position: relative; }
    .entry-content .main-navigation li ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      z-index: 1;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
    .entry-content .main-navigation li ul ul {
      top: 0;
      left: 100%; }
    .entry-content .main-navigation ul li:hover > ul,
    .entry-content .main-navigation ul li:focus > ul,
    .entry-content .main-navigation .focus > ul {
      border-left: 0;
      clip: inherit;
      overflow: inherit;
      height: inherit;
      width: inherit; }
    .entry-content .main-navigation li ul li a {
      background: #efefef;
      border-bottom: 1px solid #ededed;
      display: block;
      font-size: 11px;
      font-size: 0.785714286rem;
      line-height: 2.181818182;
      padding: 8px 10px;
      padding: 0.571428571rem 0.714285714rem;
      width: 180px;
      width: 12.85714286rem;
      white-space: normal; }
    .entry-content .main-navigation li ul li a:hover,
    .entry-content .main-navigation li ul li a:focus {
      background: #e3e3e3;
      color: #444; }
    .entry-content .main-navigation .current-menu-item > a,
    .entry-content .main-navigation .current-menu-ancestor > a,
    .entry-content .main-navigation .current_page_item > a,
    .entry-content .main-navigation .current_page_ancestor > a {
      color: #636363;
      font-weight: bold; }
    .entry-content .menu-toggle {
      display: none; }
    .entry-content .entry-header .entry-title {
      font-size: 22px;
      font-size: 1.571428571rem; }
    .entry-content #respond form input[type="text"] {
      width: 46.333333333%; }
    .entry-content #respond form textarea.blog-textarea {
      width: 79.666666667%; }
    .entry-content .template-front-page .site-content,
    .entry-content .template-front-page article {
      overflow: hidden; }
    .entry-content .template-front-page.has-post-thumbnail article {
      float: left;
      width: 47.916666667%; }
    .entry-content .entry-page-image {
      float: right;
      margin-bottom: 0;
      width: 47.916666667%; }
    .entry-content .template-front-page .widget-area .widget,
    .entry-content .template-front-page.two-sidebars .widget-area .front-widgets {
      float: left;
      width: 51.875%;
      margin-bottom: 24px;
      margin-bottom: 1.714285714rem; }
    .entry-content .template-front-page .widget-area .widget:nth-child(odd) {
      clear: right; }
    .entry-content .template-front-page .widget-area .widget:nth-child(even),
    .entry-content .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
      float: right;
      width: 39.0625%;
      margin: 0 0 24px;
      margin: 0 0 1.714285714rem; }
    .entry-content .template-front-page.two-sidebars .widget,
    .entry-content .template-front-page.two-sidebars .widget:nth-child(even) {
      float: none;
      width: auto; }
    .entry-content .commentlist .children {
      margin-left: 48px;
      margin-left: 3.428571429rem; } }
  @media screen and (min-width: 960px) {
    .entry-content body {
      background-color: #e6e6e6; }
    .entry-content body .site {
      padding: 0 40px;
      padding: 0 2.857142857rem;
      margin-top: 48px;
      margin-top: 3.428571429rem;
      margin-bottom: 48px;
      margin-bottom: 3.428571429rem;
      -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
      box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }
    .entry-content body.custom-background-empty {
      background-color: #fff; }
    .entry-content body.custom-background-empty .site,
    .entry-content body.custom-background-white .site {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media print {
    .entry-content {
      /* Comments */ }
      .entry-content body {
        background: none !important;
        color: #000;
        font-size: 10pt; }
      .entry-content footer a[rel=bookmark]:link:after,
      .entry-content footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */ }
      .entry-content a {
        text-decoration: none; }
      .entry-content img,
      .entry-content .comment-content img,
      .entry-content .author-avatar img,
      .entry-content img.wp-post-image {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .entry-content .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important; }
      .entry-content .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left; }
      .entry-content .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left; }
      .entry-content .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left; }
      .entry-content .site-header h1 a,
      .entry-content .site-header h2 a {
        color: #000; }
      .entry-content .author-avatar,
      .entry-content #colophon,
      .entry-content #respond,
      .entry-content .commentlist .comment-edit-link,
      .entry-content .commentlist .reply,
      .entry-content .entry-header .comments-link,
      .entry-content .entry-meta .edit-link a,
      .entry-content .page-link,
      .entry-content .site-content nav,
      .entry-content .widget-area,
      .entry-content img.header-image,
      .entry-content .main-navigation {
        display: none; }
      .entry-content .wrapper {
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .entry-content .site-content {
        margin: 0;
        width: auto; }
      .entry-content .entry-header .entry-title,
      .entry-content .entry-title {
        font-size: 21pt; }
      .entry-content footer.entry-meta,
      .entry-content footer.entry-meta a {
        color: #444;
        font-size: 10pt; }
      .entry-content .author-description {
        float: none;
        width: auto; }
      .entry-content .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto; }
      .entry-content .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px; }
      .entry-content .comments-area article header cite,
      .entry-content .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/media/images/common/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/media/images/common/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10001; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/media/images/common/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/media/images/common/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/media/images/common/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/media/images/common/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
