@charset "UTF-8";
/*
 * Theme Name: Tabit Theme
 * Theme URI: http://company.youtfit.com/
 * Description: Tabit theme for WordPress.
 * Author: Masaki Wakatake
 * Author URI: http://company.youtfit.com/
 * Version: 1.0
 *
 * License:
 * License URI:
 *
 * General comments (optional).
 * */
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clear {
  clear: both; }

.horizontal-line {
  background: url("http://s3-ap-northeast-1.amazonaws.com/tabitbucket/assets/images/border_line_slash.png") repeat-x;
  height: 10px;
  width: 100%; }

header.main-header {
  box-sizing: border-box;
  margin: auto;
  width: 1000px;
  position: relative;
  padding: 10px; }

.category-nav {
  background: #e1ebf5; }
  .category-nav li {
    display: inline;
    padding-right: 10px; }
  .category-nav ul {
    text-align: center; }
  .category-nav li a {
    color: #565657;
    text-decoration: none; }

.nav-list-container {
  width: 1000px;
  margin: auto;
  text-align: center;
  line-height: 50px;
  vertical-align: middle; }

#breadcrumb {
  background: #d9dadc; }

#breadcrumb-container {
  width: 1000px;
  margin: auto;
  padding: 10px 0px 10px;
  color: #333333;
  font-size: 0.8em; }

#breadcrumb a {
  color: #5893ce; }
#breadcrumb li {
  float: left; }

.main-logo {
  margin: auto;
  width: 104px; }

#search {
  left: 0;
  top: 20px;
  position: absolute; }

#searchform {
  padding: 0px 10px 0px 10px; }
  #searchform input[type="text"] {
    padding: 5px 5px 5px 20px;
    /* border-radius: 10px; */
    border: 1px solid #e3e3e3;
    background: url("http://s3-ap-northeast-1.amazonaws.com/tabitbucket/assets/images/search_glass.png") 3px 3px no-repeat white;
    background-size: 15px 15px;
    box-sizing: border-box;
    width: 200px; }

.search_button {
  background: url("http://s3-ap-northeast-1.amazonaws.com/tabitbucket/assets/images/search_glass_black.png") no-repeat #f2f2f2;
  background-size: 18px 18px;
  background-position: 1px 5px;
  cursor: pointer;
  width: 20px;
  height: 25px;
  border: 0px; }

.menu-dropdown {
  font-size: 0.7em;
  right: 0;
  top: 20px;
  position: absolute;
  color: #969696;
  text-decoration: none; }
  .menu-dropdown img {
    vertical-align: middle;
    margin-right: 5px; }

.dropdown-tabit-text li {
  font-size: 0.8em; }

#container {
  background: #fafafa; }

.content-area {
  width: 1000px;
  margin: auto;
  padding: 20px 0px; }

.std-column {
  border: solid #e6e6e6 1px;
  background: #ffffff;
  padding: 10px 0px 10px 0px;
  box-sizing: border-box; }

#main-content {
  position: relative;
  width: 670px;
  float: left; }

.single-content {
  position: relative;
  width: 670px;
  float: left; }
  .single-content article {
    color: #333;
    padding: 20px; }
  .single-content .entry-title {
    color: #333333; }
  .single-content .entry-description {
    font-size: 0.8em;
    padding: 10px 0px 10px 0px; }
  .single-content .entry-header .entry-author-and-views {
    float: right;
    font-size: 0.8em;
    margin-right: 20px;
    line-height: 33px; }
  .single-content .social-share {
    /* float: right; */
    margin-top: 20px;
    margin-bottom: 20px; }
    .single-content .social-share li {
      float: left;
      margin-right: 5px; }
    .single-content .social-share a.square {
      width: 50%;
      padding: 12px 0;
      float: left;
      font-size: 18px;
      font-weight: lighter;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      letter-spacing: 0.1em;
      display: inline-block;
      font-family: 'Avenir','Helvetica neue';
      -webkit-font-smoothing: antialiased;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .single-content .social-share a.square:hover {
      opacity: 0.7; }
    .single-content .social-share .sq-twitter {
      width: 50%;
      background-color: #00acee;
      border-bottom-color: #007fb2; }
    .single-content .social-share .sq-facebook {
      width: 50%;
      background-color: #3b5998;
      border-bottom-color: #314a7f; }
    .single-content .social-share .sq-message {
      font-size: 0.8em;
      margin: auto;
      text-align: center;
      padding: 5px; }
  .single-content .social-share-list {
    margin-top: 0px;
    float: right; }
  .single-content .author {
    padding-right: 10px; }

#main-content li {
  width: 320px;
  height: 380px;
  margin: auto;
  text-align: center; }

#category-search li {
  width: 320px;
  height: 380px;
  margin: auto;
  text-align: center; }
#category-search .title-content {
  margin-top: 20px; }

#main-content li:nth-child(odd), #category-search li:nth-child(odd) {
  float: left;
  padding-left: 10px; }

#main-content li:nth-child(even), #category-search li:nth-child(even) {
  float: right;
  padding-right: 10px; }

#main-content .title-toppage, #category-search .title-toppage {
  padding: 5px;
  text-align: left; }

#main-content .title-toppage a, #category-search .title-toppage a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px; }

#main-content .article-excerpt, #category-search .article-excerpt {
  padding: 5px;
  text-align: left;
  font-size: 0.8em; }

#main-content .article-excerpt a, #category-search .article-excerpt a {
  color: #969696;
  text-decoration: none; }

#main-content .author-the-views-toppage, #category-search .author-the-views-toppage {
  margin: 5px; }

#main-content li .author, #category-search li .author {
  float: left;
  color: #969696;
  font-size: 0.8em; }

#main-content li .author a {
  color: #969696;
  font-size: 0.8em;
  text-decoration: none; }

.author .avatar {
  vertical-align: middle;
  padding-right: 5px; }

#main-content li .views, #category-search li .views {
  float: right;
  vertical-align: middle;
  line-height: 32px;
  color: #969696;
  font-size: 0.8em; }

.category-list ul {
  padding: 5px 20px 5px 20px; }

#category-list li {
  width: 300px;
  height: 380px;
  margin: auto;
  text-align: center; }

#page-category-list li {
  width: 295px;
  height: 200px;
  margin: 10px 0px 10px;
  background: #f2f2f3;
  color: gray; }

#category-list li:nth-child(odd) {
  float: left;
  padding-left: 10px; }

#page-category-list li:nth-child(odd) {
  float: left;
  padding-left: 10px;
  margin-left: 20px; }

#category-list li:nth-child(even) {
  float: right;
  padding-right: 10px; }

#page-category-list li:nth-child(even) {
  float: right;
  padding-right: 10px;
  margin-right: 20px; }

.page-category-list header {
  text-align: left;
  margin-bottom: 5px; }
  .page-category-list header a {
    color: #5893ce;
    text-decoration: none; }
.page-category-list .category-excerpt a {
  color: gray;
  text-decoration: none;
  font-size: 0.8em; }

#category-search li article {
  padding: 0px; }
#category-search .no-entry {
  padding: 5px 0px 0px 20px; }

#tag-of-this-article ul, #tag-of-this-article span {
  margin: 5px 20px 0px 20px; }

ul#tag-list {
  margin-top: 15px; }

.sidebars {
  float: right;
  width: 320px; }

.sidebars li {
  padding: 10px; }

.sidebar li article .thumb {
  float: left;
  margin-right: 10px; }
.sidebar .title-toppage {
  padding: 5px; }
  .sidebar .title-toppage a {
    color: #333333;
    text-decoration: none; }

.site-footer {
  background: #6195c9; }

.tag-list-link {
  color: gray;
  font-size: 0.8em;
  float: right;
  padding-right: 10px; }

footer h3.catch {
  color: #f5f5f5;
  font-weight: normal;
  font-size: 0.7em;
  display: inline; }
footer #footer-border {
  background: gray;
  width: 100%;
  height: 1em; }
footer .site-info {
  width: 1030px;
  margin: auto;
  padding: 10px 10px;
  box-sizing: border-box; }
footer .footer-logo {
  float: left;
  text-align: center; }
  footer .footer-logo a {
    margin: 20px 20px; }
  footer .footer-logo img {
    vertical-align: middle; }
footer .footer-vertical-line {
  float: left; }
footer .footer-link {
  float: left;
  margin-left: 20px; }
  footer .footer-link li {
    padding-top: 5px; }
  footer .footer-link a {
    color: #f5f5f5;
    text-decoration: none; }
footer .category-list-all span a {
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 0.9em;
  text-decoration: underline; }
footer .category-list-all div:nth-child(1) {
  margin-left: 0px; }

.twitter-fb-counter {
  float: left;
  margin-top: 5px; }
  .twitter-fb-counter li {
    float: left; }

li.google-plusone-button {
  margin-left: 10px; }

.tweet-button {
  width: 100px; }

.fb-comments {
  margin: auto;
  width: 628px;
  text-align: center;
  padding: 10px 0px 0px; }

footer .social-share {
  float: left;
  margin-left: 20px; }
footer #copyright {
  background: #b2b5b8;
  text-align: center;
  color: #f5f5f5;
  margin: auto;
  padding: 5px 0px 5px;
  text-align: center;
  font-size: 0.8em; }

#main-content header.area-header, .sidebars header.area-header {
  color: gray;
  font-size: 1.5em;
  margin: 10px 0px 10px 10px; }

#main-content header.area-header:before, .sidebars header.area-header:before {
  content: "| "; }

.single-content header.area-header {
  color: #333333;
  border-bottom: 3px solid #e3e3e3;
  font-size: 1.5em;
  padding-bottom: 5px;
  margin: 0px 20px 5px 20px; }
.single-content li.category {
  position: relative;
  background: lightgray;
  margin-bottom: 5px;
  text-align: center;
  width: 25%;
  float: left;
  box-sizing: border-box;
  border-right: 5px solid white; }
  .single-content li.category a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 5px; }
.single-content .sidebar {
  margin-bottom: 20px; }

.sidebar .entry-author-and-views {
  color: #969696;
  font-size: 0.8em;
  text-decoration: none; }
  .sidebar .entry-author-and-views a {
    color: #969696;
    font-size: 0.8em;
    text-decoration: none; }

li.header-tag {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px; }
  li.header-tag a {
    color: #bbb;
    font-size: 0.8em;
    margin-left: 2px;
    vertical-align: middle; }
    li.header-tag a:hover {
      text-decoration: none; }

li.tag {
  background-color: #e3e1e1;
  padding: 2px;
  height: 30px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px; }
  li.tag a {
    color: #4a4849;
    font-size: 0.9em;
    text-decoration: none;
    vertical-align: middle;
    padding: 10px; }

.search-result {
  padding: 10px; }

/**
 * Navigation
 */
.paging-navigation {
  position: relative;
  height: 2em;
  text-align: center;
  color: gray;
  margin-top: 20px; }

.pagination {
  display: inline; }

.page-numbers {
  /* line-height:2em; */
  background: #f2f2f2;
  color: #333333;
  padding: 10px; }

.paging-navigation a {
  color: gray; }
.paging-navigation .next {
  position: absolute;
  right: 10px; }
.paging-navigation .prev {
  position: absolute;
  left: 10px; }
.paging-navigation a.next, .paging-navigation a.prev {
  padding: 5px;
  text-decoration: none; }

.tag-list-pagination {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px; }

/* １つの記事を複数ページにする */
/* 利用方法は記事投稿時に<!--nextpage-->を入れる */
.page-links {
  padding: 5px;
  text-align: center; }
  .page-links a {
    background: #f2f2f2;
    color: #333333;
    padding: 10px; }

#page-links .prev-page {
  float: left;
  background: #f2f2f2;
  color: #333333;
  padding: 10px; }
#page-links .next-page {
  float: right;
  background: #f2f2f2;
  color: #333333;
  padding: 10px; }

.slider {
  background: #222; }

/**
 * ad
 */
.ad {
  /* display:none; */
  margin: 10px 0px 10px; }

.ad-sidebar {
  margin: 10px auto 10px;
  width: 300px; }

.ad-article-bottom {
  position: relative; }
  .ad-article-bottom div:nth-child(odd) {
    float: left; }
  .ad-article-bottom div:nth-child(even) {
    float: right; }

.time {
  float: left;
  color: #bbb;
  font-size: 0.9em; }

/*# sourceMappingURL=style.css.map */
