@charset "UTF-8";
/*

Theme Name: Townwork
Theme URI:
Description: theme for Townwork
Template: RJB
Version:1.0
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  vertical-align: baseline; }

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

a:hover,
a:active {
  color: #333333;
  text-decoration: underline; }

body {
  line-height: 1.6;
  color: #333333;
  background: #ffca00;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',sans-serif;
  text-align: center;
  min-width: 1020px; }

.switchButton {
  display: none;
  background-color: #f38226;
  font-size: 40px; }
  .switchButton a {
    padding: .6em 0;
    display: block; }

.header_description {
  background-color: #ffca00; }

.header_description h1,
.header_description p {
  margin: 0 auto;
  width: 1020px;
  text-align: right;
  font-size: 62.5%;
  overflow: hidden;
  *zoom: 1; }

.col {
  margin: 0 auto;
  text-align: left;
  width: 1020px;
  background: #fff;
  font-size: 62.5%;
  *zoom: 1; }
  .col:after {
    content: '';
    clear: both;
    display: table; }

.header {
  position: relative;
  border-bottom: 1px solid #dadada;
  background: #ffffff;
  font-size: 62.5%; }
  .header .siteLogo {
    padding: 12px 0 18px;
    float: left;
    width: 368px; }
    .header .siteLogo .logo {
      float: left; }
    .header .siteLogo img {
      display: block; }
  .header .social {
    padding-top: 8px;
    float: right; }
    .header .social li {
      margin-left: 5px;
      float: left; }
      .header .social li a {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(images/icon_header_social.png);
        background-repeat: no-repeat; }
        .header .social li a span {
          visibility: hidden; }
      .header .social li.twitter a {
        background-position: 0 0; }
      .header .social li.facebook a {
        background-position: -36px 0; }
      .header .social li.googleplus a {
        background-position: -72px 0; }
      .header .social li.hatena a {
        background-position: -108px 0; }
      .header .social li.rss a {
        background-position: -144px 0; }

.notfound {
  padding-top: 1em; }

.searchbox {
  clear: both;
  padding-bottom: 4px;
  float: right; }
  .notfound .searchbox {
    padding: 12px 0 24px;
    float: none; }
  .searchbox input {
    margin: 0;
    border: 1px solid #dadada;
    float: left; }
  .searchbox .field {
    padding: 4px 6px;
    border-right: 0;
    width: 170px;
    height: 14px; }
  .searchbox .submit {
    width: 46px;
    height: 24px;
    background: #eee; }
    .searchbox .submit:hover {
      background: #ccc; }

.global {
  float: left;
  width: 770px;
  font-size: 90%; }
  .global > ul {
    margin: 0;
    padding: 0;
    border-left: 1px solid #dadada;
    width: 100%; }
    .global > ul:after {
      content: '';
      display: table;
      clear: both; }
    .global > ul > li {
      margin-bottom: -1px;
      border-right: 1px solid #dadada;
      float: left;
      width: auto;
      font-weight: bold;
      font-size: 13px;
      position: relative;
      list-style: none; }
      .global > ul > li > a {
        border-bottom: 1px solid #dadada;
        color: #333333;
        display: block;
        text-decoration: none; }
        .global > ul > li > a span {
          padding: 8px 20px;
          border-bottom: 1px solid #fff;
          display: block;
          line-height: 13px; }
      .global > ul > li:hover a, .global > ul > li:hover span, .global > ul > li:active a, .global > ul > li:active span {
        border-bottom-color: #ffca00; }
      .global > ul > li.current a, .global > ul > li.current span {
        border-bottom-color: #ffca00; }
      .global > ul > li:hover > ul {
        top: auto;
        left: 0; }
    .global > ul li ul {
      border-top: 1px solid #ffca00;
      background: #ffffff;
      position: absolute;
      top: auto;
      left: 0;
      width: 230px;
      display: none; }
  .global li:hover > ul {
    display: block;
    z-index: 5; }
  .global li li {
    border: 1px solid #ffca00;
    border-top: none;
    border-radius: 0;
    display: block;
    font-weight: normal;
    position: relative; }
    .global li li:hover > a {
      background: #ffeeb7; }
    .global li li:hover ul {
      top: -1px;
      left: 228px;
      background: #ffeeb7; }
      .global li li:hover ul a:hover {
        background: #ffdf84; }
    .global li li a {
      padding: 5px 22px;
      display: block;
      position: relative; }
      .global li li a span {
        display: block; }
      .global li li a ul {
        border-top: 1px solid #ffca00; }
      .global li li a li {
        font-size: 100%; }

.topicpath {
  background: #fff; }
  .topicpath ol {
    margin: 0 auto;
    padding: 15px 0 20px;
    width: 1020px;
    overflow: hidden;
    *zoom: 1; }
  .topicpath li {
    float: left;
    font-size: 11px;
    padding-left: 10px;
    position: relative;
    margin-left: 10px; }
    .topicpath li:before {
      clear: both;
      color: #393939;
      content: ">";
      display: block;
      height: 0;
      margin-top: -8px;
      position: absolute;
      left: -3px;
      top: 50%; }
    .topicpath li:first-child {
      padding-left: 0;
      margin-left: 0; }
      .topicpath li:first-child:before {
        content: none; }
    .topicpath li:last-child a {
      text-decoration: none; }
      .topicpath li:last-child a:hover, .topicpath li:last-child a:active {
        opacity: 1; }
  .topicpath a {
    color: #393939;
    position: relative;
    text-decoration: underline; }

.contents-hd-update-txt {
  float: right; }

.contents-hd-update-date,
.contents-hd-update-count {
  color: #e64300;
  font-weight: 700; }

.content {
  background: #fff; }

.main_area {
  float: left;
  width: 760px;
  font-size: 140%; }

.sidebar {
  float: right;
  width: 220px; }

.pagetop {
  padding: 0 0 12px;
  font-size: 11px;
  *zoom: 1; }
  .pagetop:after {
    content: '';
    display: table;
    clear: both; }
  .pagetop a {
    padding-left: 12px;
    float: right;
    background: url(images/ic_pagetop_arrow.png) 0 center no-repeat;
    position: relative; }

.footer {
  padding: 20px 10px 64px;
  border-top: 1px solid #f38226;
  background-color: #ffca00;
  font-size: 62.5%; }
  .footer a {
    color: #435B67; }
  .footer .footer_content {
    margin: 0 auto;
    width: 1020px;
    text-align: left;
    overflow: hidden;
    *zoom: 1; }
  .footer .footer_logo {
    float: left;
    width: 236px; }
  .footer .copyright a, .footer .copyright img {
    float: left;
    display: block; }
  .footer .copyright p {
    padding-top: 2px;
    float: left; }
    .footer .copyright p a {
      display: inline;
      font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
      font-weight: bold;
      text-decoration: underline; }
  .footer .navigation {
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
    text-align: right; }

.post_header {
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1; }
  .post_header .post_category {
    float: left; }
    .post_header .post_category .category {
      margin: 10px 10px 10px 0;
      padding: 0 10px;
      border: 1px solid #fcbe00;
      display: inline-block;
      line-height: 1.4;
      color: #f59719;
      background: #fff;
      font-size: 11px;
      letter-spacing: 2px; }
  .post_header .date {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
    color: #999999;
    text-align: right;
    font-size: .7142em; }
  .post_header .post_title {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fcbe00;
    line-height: 1.2;
    font-weight: bold;
    font-size: 200%; }
    .post_header .post_title span {
      padding-left: 8px;
      border-left: 7px solid #ff7384;
      display: block;
      line-height: 1.2; }

.social_single {
  overflow: hidden;
  *zoom: 1; }
  .social_single ul {
    float: left; }
  .social_single li {
    padding-right: 10px;
    float: left;
    width: auto;
    overflow: hidden; }
  .social_single .twitter-share-button.twitter-count-horizontal {
    width: 100px !important; }
  .social_single .fb_iframe_widget {
    vertical-align: top; }
    .social_single .fb_iframe_widget span {
      vertical-align: top !important; }
  .social_single .follow {
    text-align: right;
    overflow: hidden;
    *zoom: 1; }
    .social_single .follow span, .social_single .follow iframe {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }
    .social_single .follow span {
      font-size: 12px; }
  .post_footer .social_single {
    margin-bottom: 25px; }

.single_content {
  padding-bottom: 30px;
  font-size: 1em; }
  .single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6 {
    margin-bottom: .8em;
    padding: 5px 0 5px 11px;
    border-left: 3px solid #fcbe00;
    font-size: 1.1428em; }
  .single_content h2 {
    font-weight: bold;
    border-left: 10px solid #fcbe00;
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 0px; }
  .single_content h3 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 5px;
    border: none; }
  .single_content p {
    padding-bottom: 1.4em;
    font-size: 110%; }
  .single_content a {
    color: #0077e6; }
  .single_content strong,
  .single_content b {
    font-weight: bold; }
  .single_content .color {
    color: #ff3232; }
  .single_content ul,
  .single_content ol {
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .single_content ul li {
    list-style-type: disc; }
  .single_content ol li {
    list-style-type: decimal; }
  .single_content table {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-size: .8571em; }
  .single_content th,
  .single_content td {
    padding: .25em 1em;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-weight: normal;
    font-size: 100%; }
  .single_content th,
  .single_content blockquote {
    background: #f8f8f8; }
  .single_content blockquote {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.4em;
    padding: 1.4em 1.4em 0;
    border: 1px solid #e2e2e2;
    font-size: 1em; }
  .single_content .wp-caption {
    margin-bottom: 1.6em;
    padding: 0;
    max-width: 100% !important;
    font-size: 1em; }
  .single_content .wp-caption.aligncenter {
    margin-bottom: 2em; }
  .single_content .wp-caption img {
    display: block;
    margin: 0; }
  .single_content p.wp-caption-text {
    margin: 0;
    padding: 8px 0 0;
    text-align: left;
    font-size: 1em; }
  .single_content .alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  .single_content .alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  .single_content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .single_content img.alignleft,
  .single_content img.alignright,
  .single_content img.aligncenter {
    margin-bottom: 1.6em; }
  .single_content .format01,
  .single_content .format02 {
    margin-bottom: 1.6em;
    padding: 16px 18px;
    overflow: hidden;
    *zoom: 1; }
  .single_content .format01 {
    background: #f9f6e9 none repeat; }
  .single_content .format02 {
    background: #f5f6fa none repeat; }
  .single_content .color {
    color: #ff3232; }
  .single_content iframe {
    max-width: 100%; }

.post_header h1.post_title {
  border-bottom: 5px solid #fcbe00 !important; }

.page-link-box {
  margin-top: 50px; }
  .page-link-box a {
    padding: 0;
    background: none; }
  .page-link-box .custom-page-links {
    padding: 3px 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    width: 100%;
    text-align: center; }
    .page-link-box .custom-page-links:before {
      content: '次ページ';
      padding-right: 20px;
      padding-left: 20px;
      display: inline;
      background: url(images/icon_arrow.png) 0 center no-repeat;
      font-size: 12px; }
    .page-link-box .custom-page-links a {
      color: #000;
      font-weight: bold; }
  .page-link-box .page-links {
    margin: 0;
    padding: 10px 0 40px;
    word-spacing: -1em;
    display: table;
    display: block\9;
    width: 100%;
    text-align: center; }
    .page-link-box .page-links li {
      margin: 0 5px;
      border: 1px solid #999;
      display: inline-block;
      word-spacing: normal;
      list-style: none; }
      .page-link-box .page-links li a, .page-link-box .page-links li span {
        padding: 4px 6px;
        border: 1px solid #fff;
        display: block;
        color: #666;
        line-height: 1;
        text-decoration: none; }
      .page-link-box .page-links li a:hover, .page-link-box .page-links li a:active, .page-link-box .page-links li span {
        color: #fff;
        background: #999; }
      .page-link-box .page-links li a:hover, .page-link-box .page-links li a:active {
        text-decoration: underline; }

.word_list {
  clear: both;
  padding: 16px 0 24px;
  border-top: 1px solid #e2e2e2;
  font-size: .8571em; }
  .word_list h2 {
    float: left;
    color: #fc9a00;
    font-weight: bold; }
  .word_list ul,
  .word_list p {
    overflow: hidden;
    *zoom: 1; }
  .word_list p,
  .word_list li {
    padding-left: 14px; }
  .word_list li {
    margin-left: 10px;
    padding-left: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .word_list li a {
      color: #0077e6;
      text-decoration: underline; }
      .word_list li a:hover {
        color: #39f; }

.related {
  padding-bottom: 45px;
  font-size: .8571em; }
  .related .related_title {
    padding: 8px 12px 7px;
    border-left: 3px solid #fcbe00;
    background-color: #ffeeb7;
    font-weight: bold; }
  .related li {
    padding: 12px;
    border-bottom: 1px solid #e2e2e2; }
  .related a {
    padding-left: 10px;
    color: #0077E6;
    background: url(images/ic_arrow_yellow.gif) 0 0.3em no-repeat;
    font-weight: bold; }
  .related .view_list {
    padding-top: 10px;
    float: right; }
  .related .nopost {
    padding: 12px 0 0 12px; }

.rank {
  margin-bottom: 1px;
  padding: 1px 1px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background: #ffffff; }

.tl {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 2px;
  background: url(images/bg_borders.png) 0 0 no-repeat; }

.tr {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 2px;
  height: 2px;
  background: url(images/bg_borders.png) right 0 no-repeat; }

.bl {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 2px;
  height: 2px;
  background: url(images/bg_borders.png) 0 bottom no-repeat; }

.br {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 2px;
  height: 2px;
  background: url(images/bg_borders.png) right bottom no-repeat; }

.block {
  margin: 1px 1px 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #ffffff; }

.number {
  padding: 3px 20px;
  display: block;
  background: #ffeeb7; }

.bordered {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffca00;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
  .bordered .title {
    padding-left: 7px;
    border-left: 7px solid #ffca00;
    float: left;
    font-weight: bold; }
    .bordered .title span {
      padding-left: 3px;
      font-weight: normal;
      font-size: 12px; }
      .bordered .title span span {
        padding-left: .5em; }
  .bordered .description {
    margin-top: 3px;
    margin-right: 8em;
    font-size: 10px;
    overflow: hidden;
    *zoom: 1; }
    .bordered .description p {
      margin-left: 10px;
      padding-left: 4px;
      border-left: 1px solid #333; }
  .bordered .more {
    position: absolute;
    top: 0;
    right: 0; }
    .bordered .more a {
      padding-left: 10px;
      background: url(images/ic_arrow_yellow.gif) 0 center no-repeat;
      font-size: 12px; }
  .bordered .count {
    float: right; }

.ranking_title,
.toranet .list {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffca00;
  text-align: right;
  overflow: hidden;
  *zoom: 1; }

.ranking_title {
  margin-top: 10px;
  margin-bottom: 0; }

.ranking_title h1,
.ranking_title h2,
.toranet .list h2 {
  padding-left: 29px;
  float: left;
  background: url(images/ic_ranking.png) 0 center no-repeat;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  *zoom: 1; }

.ranking_title .anchor {
  padding-top: 4px;
  overflow: hidden;
  *zoom: 1;
  font-size: 12px; }
  .ranking_title .anchor a {
    padding-left: 10px;
    background: url(images/ic_arrow_yellow.gif) 0 center no-repeat; }

.tabs {
  margin-top: 10px; }
  .tabs .switcher {
    margin-top: 10px;
    position: relative;
    overflow: hidden; }
    .tabs .switcher li {
      float: left; }
  .tabs .tab {
    display: none; }
    .tabs .tab.active {
      display: block; }

.toranet .list h2 {
  padding-left: 0;
  background: none; }

.side_ranking {
  padding-bottom: 24px; }
  .side_ranking .ranking {
    padding-bottom: 1px;
    overflow: hidden;
    *zoom: 1; }
    .side_ranking .ranking h2 {
      padding-left: 29px;
      background: url(images/ic_ranking.png) 0 0 no-repeat;
      float: left;
      font-weight: bold;
      font-size: 140%;
      overflow: hidden;
      *zoom: 1; }
    .side_ranking .ranking .anchor {
      float: right; }
      .side_ranking .ranking .anchor a {
        line-height: 25px;
        padding-left: 10px;
        background: url(images/ic_arrow_yellow.gif) 0 center no-repeat;
        text-align: right; }
  .side_ranking .sidebar_ranking ol {
    border-top: 1px solid #fcbe00;
    font-size: 1.2em; }
  .side_ranking .sidebar_ranking li {
    padding: 10px 7px 10px 0;
    border-bottom: 1px dotted #dadada; }
    .side_ranking .sidebar_ranking li .rank {
      margin-right: 10px;
      float: left;
      width: 1.5em;
      color: #555;
      background: #ddd;
      font-weight: bold;
      text-align: center; }
    .side_ranking .sidebar_ranking li.rank01 .rank, .side_ranking .sidebar_ranking li.rank02 .rank, .side_ranking .sidebar_ranking li.rank03 .rank {
      color: #fc8800;
      background: #ffeeb7; }
    .side_ranking .sidebar_ranking li .anchor {
      font-weight: bold;
      overflow: hidden;
      *zoom: 1; }
  .side_ranking .sidebar_ranking .more {
    padding-top: 4px;
    text-align: right; }
    .side_ranking .sidebar_ranking .more a {
      padding-left: 10px;
      background: url(images/ic_arrow_yellow.gif) 0 center no-repeat; }

.side_archives h2 {
  margin-bottom: 4px;
  padding: 0 0 0 6px;
  border-left: 5px solid #ffca00;
  font-weight: bold;
  font-size: 1.4em; }
.side_archives ul {
  border-top: 1px solid #ffca00;
  font-size: 1.2em;
  overflow: hidden;
  *zoom: 1; }
.side_archives li {
  margin-top: -1px;
  padding: 10px 7px;
  border-top: 1px dotted #dadada;
  width: 204px; }

.category_text {
  padding: 10px 0; }
  .category_text h1, .category_text h2, .category_text h3, .category_text h4, .category_text h5, .category_text h6 {
    margin-bottom: .8em;
    padding: 5px 0 5px 11px;
    border-left: 3px solid #fcbe00;
    font-size: 1.1428em; }
  .category_text h2 {
    font-weight: bold;
    border-left: 10px solid #fcbe00;
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 0px; }
  .category_text h3 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 5px;
    border: none; }
  .category_text p {
    padding-bottom: 1.4em;
    font-size: 110%; }
  .category_text a {
    color: #0077e6; }
  .category_text strong,
  .category_text b {
    font-weight: bold; }
  .category_text .color {
    color: #ff3232; }
  .category_text ul,
  .category_text ol {
    margin: 0 0 1em 2.5em;
    padding: 0; }
  .category_text ul li {
    list-style-type: disc; }
  .category_text ol li {
    list-style-type: decimal; }
  .category_text table {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-size: .8571em; }
  .category_text th,
  .category_text td {
    padding: .25em 1em;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    font-weight: normal;
    font-size: 100%; }
  .category_text th,
  .category_text blockquote {
    background: #f8f8f8; }
  .category_text blockquote {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.4em;
    padding: 1.4em 1.4em 0;
    border: 1px solid #e2e2e2;
    font-size: 1em; }
  .category_text .wp-caption {
    margin-bottom: 1.6em;
    padding: 0;
    max-width: 100% !important;
    font-size: 1em; }
  .category_text .wp-caption.aligncenter {
    margin-bottom: 2em; }
  .category_text .wp-caption img {
    display: block;
    margin: 0; }
  .category_text p.wp-caption-text {
    margin: 0;
    padding: 8px 0 0;
    text-align: left;
    font-size: 1em; }
  .category_text .alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  .category_text .alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  .category_text .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .category_text img.alignleft,
  .category_text img.alignright,
  .category_text img.aligncenter {
    margin-bottom: 1.6em; }
  .category_text .format01,
  .category_text .format02 {
    margin-bottom: 1.6em;
    padding: 16px 18px;
    overflow: hidden;
    *zoom: 1; }
  .category_text .format01 {
    background: #f9f6e9 none repeat; }
  .category_text .format02 {
    background: #f5f6fa none repeat; }
  .category_text .color {
    color: #ff3232; }
  .category_text iframe {
    max-width: 100%; }

.latest_list {
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1; }
  .latest_list ol {
    margin-left: -2px;
    width: 762px; }
    .latest_list ol li {
      margin-left: 2px;
      float: left;
      width: 252px; }
      .latest_list ol li.col-1 {
        clear: both; }
      .latest_list ol li a {
        padding: 10px 6px;
        display: block;
        color: #333;
        position: relative; }
        .latest_list ol li a:hover, .latest_list ol li a:active {
          background: #ffeeb7;
          text-decoration: underline; }
      .latest_list ol li .image {
        border: 1px solid #fff; }
        .latest_list ol li .image img {
          width: 100%;
          height: auto;
          display: block; }
      .latest_list ol li .meta .category_name {
        padding: 0 10px;
        border: 1px solid #fcbe00;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        color: #f59719;
        background: #fff;
        font-size: 11px;
        letter-spacing: 2px; }
      .latest_list ol li .title {
        height: 2.8em;
        line-height: 1.4;
        overflow: hidden;
        font-weight: bold; }
      .latest_list ol li .new {
        position: absolute;
        top: 15px;
        left: 12px;
        padding: 0 10px;
        border-radius: 2px;
        color: #fff;
        background: #e63131;
        font-size: 12px; }

.category_list {
  overflow: hidden;
  *zoom: 1; }
  .category_list ul {
    margin-left: -2px;
    display: table;
    display: block\9;
    word-spacing: -1em;
    width: 762px; }
  .category_list li {
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 252px; }
    .category_list li a {
      padding: 7px 6px;
      display: block;
      color: #333;
      font-size: 12px;
      position: relative;
      overflow: hidden;
      *zoom: 1; }
      .category_list li a:hover, .category_list li a:active {
        background: #ffeeb7;
        text-decoration: underline; }
      .category_list li a .image {
        margin-right: 6px;
        border: 1px solid #fff;
        float: left;
        width: 68px; }
        .category_list li a .image img {
          width: 100%;
          height: auto;
          display: block; }
      .category_list li a .title {
        line-height: 1.5;
        font-size: 110%;
        overflow: hidden;
        *zoom: 1; }
      .category_list li a .new {
        position: absolute;
        top: 10px;
        left: 9px;
        padding: 0 10px;
        border-radius: 2px;
        color: #fff;
        background: #e63131;
        font-size: 10px; }

.archive_list li,
.ranking_single li {
  border-bottom: 1px solid #dadada;
  overflow: hidden;
  *zoom: 1; }
  .archive_list li a,
  .ranking_single li a {
    padding: 15px 0;
    display: block; }
    .archive_list li a:hover, .archive_list li a:active,
    .ranking_single li a:hover,
    .ranking_single li a:active {
      text-decoration: none; }
      .archive_list li a:hover .title, .archive_list li a:active .title,
      .ranking_single li a:hover .title,
      .ranking_single li a:active .title {
        text-decoration: underline; }
  .archive_list li .image,
  .ranking_single li .image {
    margin-right: 15px;
    border: 1px solid #fff;
    float: left;
    width: 138px; }
    .archive_list li .image img,
    .ranking_single li .image img {
      width: 100%;
      height: auto;
      display: block; }
  .archive_list li .text,
  .ranking_single li .text {
    font-size: 12px;
    overflow: hidden;
    *zoom: 1; }
  .archive_list li .title,
  .ranking_single li .title {
    font-weight: bold;
    font-size: 14px; }
  .archive_list li .new,
  .ranking_single li .new {
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    background: #e63131;
    text-transform: uppercase;
    font-size: 10px; }
  .archive_list li .excerpt,
  .ranking_single li .excerpt {
    padding-top: 6px; }
  .archive_list li .category,
  .ranking_single li .category {
    padding-top: 10px; }
    .archive_list li .category span,
    .ranking_single li .category span {
      padding: 0 10px;
      border: 1px solid #fcbe00;
      display: inline-block;
      line-height: 1.4;
      color: #f59719;
      background: #fff;
      font-size: 11px;
      letter-spacing: 2px; }
  .archive_list li .rank,
  .ranking_single li .rank {
    margin-right: 5px;
    float: left;
    width: 1.8em;
    line-height: 1.8em;
    background: #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 11px; }

.pagenav_area {
  padding: 20px 0;
  overflow: hidden;
  *zoom: 1; }
  .pagenav_area.count {
    padding: 0; }
  .pagenav_area .name {
    float: left;
    font-weight: bold; }
  .pagenav_area .pagenav {
    float: right;
    width: auto;
    font-size: .8571em; }
  .pagenav_area a {
    color: #0077e6; }
  .pagenav_area .page,
  .pagenav_area .current {
    margin-left: -1px;
    padding: 0 .5em;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2; }
  .pagenav_area .previouspostslink {
    margin-right: 6px; }
  .pagenav_area .nextpostslink {
    margin-left: 6px; }
  .pagenav_area .extend {
    color: #999999; }

.new_item {
  margin-bottom: 20px; }

.categories {
  margin-bottom: 40px; }

.list_anchor {
  padding: 4px 10px 0 0;
  width: auto;
  overflow: hidden;
  *zoom: 1; }

.toranet {
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1; }
  .toranet .jobs {
    padding: 1px;
    border: 1px solid #dadada; }
    .toranet .jobs > ul {
      margin-top: -10px; }
      .toranet .jobs > ul > li {
        padding: 10px 0 0;
        border-bottom: none; }
    .toranet .jobs li {
      padding: 4px 10px;
      border-bottom: 1px dashed #cfcfcf; }
    .toranet .jobs span {
      padding: 2px 4px;
      display: block;
      background: #ececec; }

.side_ad {
  padding-bottom: 24px; }

.rec-cst-area-wrap {
  background-color: #ebebe9;
  padding-bottom: 10px; }

.rec-cst-wrap {
  margin: 20px 10px;
  padding: 10px;
  background-color: white;
  border-radius: 3px; }

.rec-cst-area-wrap h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #fcc800;
  padding: 10px 20px; }

.rec-cst-area-wrap .rec-cst-job-new {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAiCAMAAADVlV/6AAAAM1BMVEX/////qqj/VVD/lZL/1dP/ysj/dXH/tbL/amb/iof/gHz/n53/9PT/YFv/v73/6un/394n5wn8AAABCklEQVR4Ae3WZ4KCMAAF4ckLJT3c/7RL7CV2/7ljV/joIN/K6OMMoC/008w/Y4dhGNWa1neShn2zTHtac+2X1jwMvs8Y9nt1ACSxb1CEpLUI+N2o0x0m5S7jdqONQNkOUXWHoZwxMbRWoEKUMmzHj1BuMwkIp0zQrhlGyUKCVR3B32aGAkOX8ZDa2BiYpQT5DpMT2Kt1Y/brFBYHiyYYdIdpTyn3mBGib28XcBHiXUYVTI+JUApMasQI032mEfZ63chBTVRpgiGRdJ/RCKnDaAGYJVWA8ohxQI+ZAfz+jX3EyByZfU0LQNLaBJAfMrl2GSUo2r1Z9JCR7TLHPbeA+T+J/jDzrT8mX+oPbqUS0slv7coAAAAASUVORK5CYII=);
  background-size: 36px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 18px;
  padding-top: 1px;
  margin-right: 5px;
  text-indent: -9999px; }

.rec-cst-job-ttl-wrap {
  display: table;
  table-layout: fixed;
  margin-bottom: 3px;
  width: 100%;
  text-decoration: none;
  color: #333; }

.rec-cst-job-ttl {
  color: #323232;
  font-size: 11px;
  display: table-cell;
  font-weight: 700;
  width: 100%; }

.rec-cst-job-name {
  color: #0066d2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline; }

a.rec-cst-job-name {
  text-decoration: underline; }

.rec-cst-job-recruitinfo-lst {
  padding-top: 5px;
  padding-left: 2px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.rec-cst-job-recruitinfo-txt {
  color: #666;
  padding-top: 1px;
  padding-left: 20px;
  font-size: 11px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

li.ico-cst-min-salary:before, .shop-detail-similar-payment:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 2px;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAAzElEQVR4Ae2TGRjDQBSE41SndYpTnMqldVqnusRpndYpTnFap7j0ntdjcsz2pO73Db1/pnlHq9PzfhOO6qCm0s98q6PinddZIR21h4YTWBjYwmOqreAQZIVUENZQWGIgELAWgb3s6jQHBYHbqh+fa70VjB4Pt85bL1qgaD2b6dSaarW4ddxc1q2Wtx65VXlXrLsvYrUTrLsP8wDfEt3VZwMdQqcUyTjHBcQ9958V+JcCYRrenGH+6lLqo7oZ9WSc4+LvlvIPdHeDT4o/AGLo1tGZX6rhAAAAAElFTkSuQmCC);
  background-size: 10px auto; }

.ico-cst-min-traffic:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAABBklEQVR4Ae2WGbTFMBiE4xSnOMUpTuVLdapT3L1OcYpTnZ5TnfomNmfSPZG3zDnfXbLMv3Q1rHH8eDCB+BJvVBi0IIGtAwuwZE7GPQOUUmhwBSMILxjAQl5TMY80MJoGYb8jr6TmwTSKvPIvN/83n0FspDbvT22+gNzC7Z7jv79xRVoe0ys00ECkRYuMqfFA9yOHodqrROZouxnU2qtYxwbNsmApswT8gbkFs1T7pT5lcJKD6sxdcSCtliZXsBEJxBvMO3u9RvdU1ltWMByV5xvNJ3Mk6ZsD4QaWKs53HlEthKus8wtWzX4v69m8kF5Uddb9yGyeqR3xNfRypTehBJxpkN4SvgHCPB0jTT9goQAAAABJRU5ErkJggg==);
  background-size: 11px auto;
  left: 2px; }

.ico-cst-min-workhour:before, .shop-detail-similar-time:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAM1BMVEUAAABgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFpgYFr67nLfAAAAEHRSTlMAv+8QQM8ggI9gcFAw35+v+lQIiwAAAOZJREFUeF59ktluxSAMBY1Zw5LM/39tbyHCUmk7D4mlOQciOWKIDzXnFsQwVSMLfY5AVgxcF0PS7D01hNDKAMgmu4JmLy/BAfduKsQkhlSgvDZCXMVb21tXWGPdUsDJ4gL9bniFLmZfCuSVynJar6iIOEiHXeW284ftUCRAPuyOBmi/W0eUAOEvy792/LxX3eTxIooTD7fZzSVpioGeWx5JKlwiZT5PBiSRBMOf8oJnrg3KIZNCX8N5to+70rA12X8Wvd2BSyarvtI0T5vpXgdTGj0CoG6+z8+8Bps7yUGvt/tQmh36BbecD2FEqfqGAAAAAElFTkSuQmCC);
  background-size: 14px auto; }

.txt-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.town-tax-nav__home {
  margin-bottom: 20px; }
  .town-tax-nav__home .bordered {
    margin-bottom: 15px; }
  .town-tax-nav__home nav {
    margin: 0 2px; }
    .town-tax-nav__home nav a {
      font-weight: 600; }
    .town-tax-nav__home nav .children {
      margin-top: 3px; }
    .town-tax-nav__home nav > ul {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .town-tax-nav__home nav > ul > li {
        width: calc( 100% / 6 - 6px ); }
        .town-tax-nav__home nav > ul > li > a {
          font-size: 85.71429%;
          text-align: center;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          border: 1px solid #d9d9d9;
          padding: 5.5px 0;
          display: block; }
          .town-tax-nav__home nav > ul > li > a:hover {
            text-decoration: none;
            border-color: #ffca00; }
        .town-tax-nav__home nav > ul > li li a {
          font-size: 78.57143%;
          font-weight: 300;
          padding-left: 10px;
          background: url(images/ic_arrow_yellow.gif) 0 center no-repeat; }
.town-tax-nav__archive {
  margin-bottom: 20px; }
  .town-tax-nav__archive nav {
    position: relative; }
    .town-tax-nav__archive nav .children {
      display: none; }
      .town-tax-nav__archive nav .children a {
        font-size: 78.57143%; }
    .town-tax-nav__archive nav .children-1 {
      width: 760px;
      background-color: #fcc800;
      position: absolute;
      left: 0;
      right: 0; }
      .town-tax-nav__archive nav .children-1 > li {
        padding: 5px 0;
        overflow: hidden; }
        .town-tax-nav__archive nav .children-1 > li > a {
          text-decoration: none;
          border-left: 1px solid #e6b700;
          padding: 2px 10px;
          display: block;
          position: relative; }
        .town-tax-nav__archive nav .children-1 > li:nth-of-type(1) > a {
          border-left: none; }
        .town-tax-nav__archive nav .children-1 > li.current-cat > a, .town-tax-nav__archive nav .children-1 > li.current-cat-ancestor > a {
          font-weight: 600; }
        .town-tax-nav__archive nav .children-1 > li.has-children.hover > a:after, .town-tax-nav__archive nav .children-1 > li.has-children.current-cat > a:after, .town-tax-nav__archive nav .children-1 > li.has-children.current-cat-ancestor > a:after {
          width: 16px;
          height: 16px;
          background-color: #f5f5f5;
          content: '';
          border-radius: 3px;
          position: absolute;
          left: 50%;
          bottom: -17px;
          transform: translateX(-50%) rotate(-45deg); }
        .town-tax-nav__archive nav .children-1 > li.has-children.hover.not-hover > a:after, .town-tax-nav__archive nav .children-1 > li.has-children.current-cat.not-hover > a:after, .town-tax-nav__archive nav .children-1 > li.has-children.current-cat-ancestor.not-hover > a:after {
          content: none; }
        .town-tax-nav__archive nav .children-1 > li.hover > a:after {
          width: 16px;
          height: 16px;
          background-color: #f5f5f5;
          content: '';
          border-radius: 3px;
          position: absolute;
          left: 50%;
          bottom: -17px;
          transform: translateX(-50%) rotate(-45deg); }
        .town-tax-nav__archive nav .children-1 > li.not-arrow > a:after {
          display: none; }
        .town-tax-nav__archive nav .children-1 > li.not-hover > a:after {
          content: none; }
    .town-tax-nav__archive nav .children-2 {
      width: 760px;
      background-color: #f5f5f5;
      position: absolute;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      top: 100%;
      left: 0;
      right: 0; }
      .town-tax-nav__archive nav .children-2 > li {
        padding: 5px 0; }
        .town-tax-nav__archive nav .children-2 > li > a {
          /*text-decoration: none;*/
          padding: 0 10px 0 20px;
          background: url(images/ic_arrow_yellow.gif) 10px center no-repeat; }
        .town-tax-nav__archive nav .children-2 > li.current-cat > a {
          font-weight: 600; }
    .town-tax-nav__archive nav > ul > li.current-cat > .children-1 > li:nth-of-type(1).has-children > a {
      position: relative; }
      .town-tax-nav__archive nav > ul > li.current-cat > .children-1 > li:nth-of-type(1).has-children > a:after {
        width: 16px;
        height: 16px;
        background-color: #f5f5f5;
        content: '';
        border-radius: 3px;
        position: absolute;
        left: 50%;
        bottom: -17px;
        transform: translateX(-50%) rotate(-45deg); }
    .town-tax-nav__archive nav > ul > li.current-cat > .children-1 > li:nth-of-type(1) > .children-2 {
      display: flex; }
    .town-tax-nav__archive nav > ul > li.current-cat > .children-1 > li.not-hover > a:after {
      display: none; }
    .town-tax-nav__archive nav > ul > li.current-cat > .children-1 > li.not-hover > .children-2 {
      display: none; }
    .town-tax-nav__archive nav > ul {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .town-tax-nav__archive nav > ul > li {
        width: calc( 100% / 6 - 6px ); }
        .town-tax-nav__archive nav > ul > li > a {
          font-size: 85.71429%;
          font-weight: 600;
          text-align: center;
          text-decoration: none;
          margin-top: 10px;
          -webkit-border-radius: 6px;
          border-radius: 6px 6px 0 0;
          border: 1px solid #d9d9d9;
          border-bottom: none;
          padding: 6.5px 0;
          display: block; }
          .town-tax-nav__archive nav > ul > li > a:hover {
            margin-top: 0;
            padding: 11.5px 0;
            border-color: #ffca00;
            background-color: #ffca00; }
        .town-tax-nav__archive nav > ul > li.current-cat > a, .town-tax-nav__archive nav > ul > li.current-cat-ancestor > a {
          margin-top: 0;
          padding: 11.5px 0;
          border-color: #ffca00;
          background-color: #ffca00; }
        .town-tax-nav__archive nav > ul > li.current-cat > li:nth-of-type(1) .children-2, .town-tax-nav__archive nav > ul > li.current-cat-ancestor > li:nth-of-type(1) .children-2 {
          display: flex; }
      .town-tax-nav__archive nav > ul .current-cat > .children-1,
      .town-tax-nav__archive nav > ul .current-cat > .children-2,
      .town-tax-nav__archive nav > ul .current-cat-ancestor > .children-1,
      .town-tax-nav__archive nav > ul .current-cat-ancestor > .children-2,
      .town-tax-nav__archive nav > ul .hover > .children-1,
      .town-tax-nav__archive nav > ul .hover > .children-2 {
        display: flex; }
      .town-tax-nav__archive nav > ul .not-hover > .children-1,
      .town-tax-nav__archive nav > ul .not-hover > .children-2 {
        display: none; }
