﻿/*!
 * Clean Blog v1.0.0 CSS（Xserver Webフォント対応版）
 * Copyright 2014 Start Bootstrap
 * Licensed under Apache 2.0
 */

body {
  font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-size: 14px;
  color: #404040;
  -webkit-tap-highlight-color: #0085a1;
}

.container {
  margin-top: 55px;
}

.container img {
  padding-right: 1em;
}

footer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  background-color: #f8f8f8;
}

footer .container {
  margin-top: 20px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  text-align: center;
  margin-bottom: 0;
}

footer a {
  color: #404040;
}

a {
  text-decoration: none;
  color: #0000cc; /* 通常時のリンク色 */
  transition: color 0.3s;
}

a:hover,
a:focus {
  text-decoration: underline; /* ホバー時だけ下線表示したい場合 */
  color: #0085a1;
}

a img:hover,
a img:focus {
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
}

img.logo {
  position: fixed;
  width: 240px;
  height: 47px;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
}

.blog img {
  padding-right: 0;
}

p {
  line-height: 1.5;
  margin: 0 30px;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-weight: 600;
  clear: both;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 135%;
  padding: 5px;
  border: 2px solid #ec6800;
  border-radius: 10px;
  background: #fff;
  color: #ec6800;
}

h3 {
  font-size: 120%;
  border-top: 3px double #deb887;
  border-bottom: 3px double #deb887;
  padding: 7px;
  margin-left: 15px;
  width: 94%;
}

h4 {
  font-size: 100%;
  margin-left: 20px;
  width: 90%;
}

.textsize {
  margin: 10px auto;
}

.textsize ul {
  overflow: hidden;
}

.textsize li {
  float: right;
  margin-right: 5px;
  display: block;
  width: 38px;
  height: 24px;
  text-align: center;
  font-size: 18px;
}

.t1 {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.t2 {
  background: #eee;
  border: 1px solid #ccc;
  cursor: default;
}

#table4, #table8 {
  margin-left: 2em;
  list-style: none;
  overflow: auto;
}

#table4 dt,
#table8 dt {
  clear: both;
  float: left;
}

#table4 dt {
  width: 5em;
  padding: 0.2em;
  font-weight: normal;
}

#table4 dd {
  padding: 0.2em 0.2em 0.2em 5.2em;
}

#table8 dt {
  width: 8em;
  padding: 0.5em;
}

#table8 dd {
  padding: 0.5em 0.5em 0.5em 8.5em;
}

.fixed {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 920px) {
  .fixed {
    position: fixed;
    top: 50%;
    right: 10px;
    display: inline;
    margin-top: -200px;
    visibility: visible;
  }
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
}

.navbar-custom .navbar-brand {
  font-weight: 800;
  color: #888;
  padding: 20px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: rgba(32, 32, 32, 0.8);
  text-decoration: underline;
}

.navbar-custom .nav li a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #888;
  padding: 15px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: rgba(32, 32, 32, 0.8);
  text-decoration: underline;
}

.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 150px 0;
  text-align: center;
}

.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  font-size: 5.8em;
  margin-top: 0;
}

.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 1.8em;
  line-height: 1.1;
  display: block;
  font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  margin: 10px 0 0;
}

.intro-header .post-heading h1 {
  font-size: 4.0em;
}

.intro-header .post-heading .subheading {
  font-size: 2.2em;
  margin: 10px 0 30px;
  font-weight: 600;
  font-family: inherit;
}

.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5em;
  font-family: inherit;
}

.intro-header .post-heading .meta a {
  color: #fff;
}

.post-preview > a {
  color: #404040;
}

.post-preview > a:hover,
.post-preview > a:focus {
  color: #0085a1;
}

.post-preview > a > .post-title {
  font-size: 2.6em;
  margin: 30px 0 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin-bottom: 10px;
}

.post-preview > .post-meta {
  color: gray;
  font-size: 1.3em;
  font-style: italic;
  margin-top: 0;
}

.post-preview > .post-meta > a {
  color: #404040;
}

.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}

.section-heading {
  font-size: 2.6em;
  margin-top: 60px;
  font-weight: 700;
}

.caption {
  text-align: center;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-radius: 0 0 5px 5px;
}

blockquote {
  color: gray;
  font-style: italic;
  font-family: "xfont-ryumin-pr6n", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "ＭＳ Ｐ明朝", serif;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: transparent;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  position: relative;
  z-index: 0;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.76;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085a1;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

.btn {
  font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}

.btn-lg {
  font-size: 1.2em;
  padding: 25px 35px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: #fff;
}

.pager {
  margin-top: 20px;
}

.pager li > a,
.pager li > span {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
  background-color: #0085a1;
  border: 1px solid #0085a1;
}

.pager .disabled > a,
.pager .disabled > span {
  color: gray;
  background-color: #404040;
  cursor: not-allowed;
}

::selection,
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #0085a1;
}

img::selection,
img::-moz-selection {
  background: transparent;
}
