@charset "UTF-8";
/* リセット用CSSをインポート */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

strong, em {
  font-weight: bold;
}

/*全体*/
html {
  line-height: 1.4;
  font-size: 75%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo;
}

a {
  color: #06c;
  text-decoration: none;
}

a:visited {
  color: #969;
}

a:focus,
a:hover {
  color: #f36;
  text-decoration: underline;
}

/*レイアウト*/
header, .container {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.container {
  padding: 30px 0;
}

.sidebar_left {
  width: 180px;
  overflow: hidden;
  zoom: 1;
}

.mainContent {
  float: right;
  width: 785px;
  overflow: hidden;
  *zoom: 1;
  zoom: 1;
}

.content {
  float: left;
  width: 470px;
  zoom: 1;
}

.sidebar_right {
  overflow: hidden;
  zoom: 1;
  float: right;
  width: 300px;
}

/*共通*/
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid #cccccc;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn a {
  color: #333;
  text-decoration: none;
  display: block;
  vertical-align: top;
}

/*header*/
header hgroup {
  display: block;
}
header hgroup .blogTtl {
  padding: 22px 0 4px;
  font-weight: bold;
  font-size: 2.11em;
}
header hgroup .blogTtl a {
  color: #000;
  text-decoration: none;
}
header hgroup .blogTtl a:hover {
  text-decoration: underline;
}
header hgroup .blogInfo {
  font-size: 1em;
  font-weight: normal;
}

/*header ヘッダー画像がある場合*/
.headerImg {
  padding-top: 0;
}
.headerImg img {
  vertical-align: bottom;
}
.headerImg header {
  position: relative;
}
.headerImg header hgroup {
  position: absolute;
}
.headerImg header hgroup .blogTtl {
  padding: 22px 20px 4px;
}
.headerImg header hgroup .blogInfo {
  padding: 0 20px;
}

/*menu メニューを設定している場合*/
.menu-menu-container {
  background-color: #f7f7f7;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
  width: 980px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.menu-menu-container li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}
.menu-menu-container li a {
  color: #333;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 15px 20px;
  text-decoration: none;
}
.menu-menu-container li a:hover {
  background-color: #e4e4e4;
}
.menu-menu-container li .sub-menu {
  background-color: #e4e4e4;
  border-top: 0;
  display: none;
  padding: 0;
  position: absolute;
  top: 45px;
  z-index: 99999;
}
.menu-menu-container li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  background-color: #ddd;
}
.menu-menu-container li .sub-menu .sub-menu li a:hover {
  background-color: #ccc;
}
.menu-menu-container li .sub-menu li a {
  margin: 0;
  width: 200px;
}
.menu-menu-container li .sub-menu li a:hover {
  background-color: #ddd;
}
.menu-menu-container li:hover > ul {
  display: block;
}
.menu-menu-container .current-menu-item {
  background-color: #e4e4e4;
}

/*sidebar*/
.sidebar aside {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #f7f7f7;
}
.sidebar aside h3.sideTtl {
  padding: 5px 10px;
  background: #e4e4e4;
  margin: -10px 0 10px;
}
.sidebar aside ul, .sidebar aside .textwidget, .sidebar aside #calendar_wrap {
  margin: 0 10px;
  padding: 10px;
  background: #fff;
}
.sidebar aside ul li, .sidebar aside .textwidget li, .sidebar aside #calendar_wrap li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #b3b3b3;
}
.sidebar #wp-calendar {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
  position: relative;
  margin: 0 auto;
}
.sidebar #wp-calendar caption {
  padding-bottom: 6px;
  font-weight: bold;
  text-align: center;
}
.sidebar #wp-calendar td {
  text-align: center;
}
.sidebar #wp-calendar tfoot {
  line-height: 0;
}
.sidebar #wp-calendar tfoot #next, .sidebar #wp-calendar tfoot #prev {
  position: absolute;
  top: 0;
  line-height: 1.4;
}
.sidebar #wp-calendar tfoot #next {
  right: 0;
}
.sidebar #wp-calendar tfoot #prev {
  left: 0;
}
.sidebar .searchform div {
  position: relative;
  margin: 0 10px;
}
.sidebar .searchform div input[type=text] {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1;
}
.sidebar .searchform div label {
  display: none;
}

.sidebar_left input[type=text] {
  width: 100px;
}
.sidebar_left #wp-calendar {
  width: 140px;
}

.sidebar_right input[type=text] {
  width: 220px;
}
.sidebar_right #wp-calendar {
  width: 220px;
}
.sidebar_right #wp-calendar td {
  font-size: 1.17em;
}
.sidebar_right #wp-calendar tfoot #next, .sidebar_right #wp-calendar tfoot #prev {
  line-height: 1.2;
}

/*footer*/
footer {
  padding-top: 30px;
  text-align: center;
}

.footer_nav {
  background: #fff;
  display: block !important;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 46px;
  overflow: hidden;
  border: 1px solid #cccccc;
  font-size: 10px !important;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #363636;
}
.footer_nav a {
  color: #363636 !important;
  text-decoration: none;
  display: block;
}
.footer_nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.footer_nav li {
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}
.footer_nav li.to_top {
  border-bottom: none;
}
.footer_nav li.next a {
  background-image: url(img/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  padding: 25px 0 5px;
}
.footer_nav li.next_nolink span {
  background-image: url(img/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  padding: 25px 0 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: block;
  background-color: #ddd;
  color: #363636 !important;
}
.footer_nav li.prev a {
  background-image: url(img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  padding: 25px 0 5px;
}
.footer_nav li.prev_nolink span {
  background-image: url(img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  padding: 25px 0 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: block;
  background-color: #ddd;
  color: #363636 !important;
}
.footer_nav li.comment a {
  padding: 10px 0 6px;
}
.footer_nav li.list a {
  padding: 17px 0 13px;
}
.footer_nav li.to_top a {
  background-image: url(img/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  padding: 25px 0 5px;
}

article span {
  color: #acacac;
}

/*本文*/
article {
  padding: 16px 0;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 30px;
}
article .ttl {
  margin: 0 29px;
  padding: 2px 10px;
  border-left: 5px solid #e4e4e4;
  display: block;
  font-size: 1.31em;
  font-weight: bold;
}
article .inner {
  overflow: visible !important;
  overflow: hidden;
  *zoom: 1;
  margin: 0 29px;
}
article .inner .entry_meta {
  color: #999;
  padding: 10px 0;
}
article .inner .entry {
  overflow: hidden;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
article .inner .entry img {
  max-width: 410px;
}
article .btnArea {
  overflow: hidden;
  *zoom: 1;
}
article .btnArea:before {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 1.2em;
}
article .btnArea .btn {
  float: right;
}
article .btnArea .btn a {
  width: 69px;
  height: 21px;
  line-height: 21px;
  font-size: 10px;
}
article .footer_comment {
  margin: 14px 0 30px;
  padding: 0 0 10px;
  text-align: right;
  font-size: 10px;
  border-bottom: 1px dotted #949494;
}
article .same_theme {
  margin: 36px 0 20px;
  text-align: left;
  overflow: hidden;
}
article .same_theme p {
  padding-bottom: 12px;
}
article .same_theme a {
  margin-right: 5px;
}

.comment_area {
  margin-top: 46px;
  padding: 12px 14px;
  border-width: 1px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.comment_area .commentTtl {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #b3b3b3;
  display: block;
}
.comment_area .commentTtl span {
  float: right;
  cursor: pointer;
}
.comment_area .commentTtl span .inner {
  color: #0066cc !important;
  float: none;
}
.comment_area .commentTtl span .inner:hover {
  color: #ff3366 !important;
  text-decoration: underline;
}
.comment_area .commentTtl span a:visited {
  color: #0066cc !important;
}
.comment_area .commentTtl span a:hover {
  color: #ff3366 !important;
}
.comment_area .btn {
  width: 200px;
  height: 24px;
  line-height: 24px;
  margin: 14px auto;
  display: block;
  cursor: pointer;
}
.comment_area #reply-title {
  font-weight: bold;
}
.comment_area label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.comment_area textarea {
  width: 390px;
}
.comment_area #respond {
  width: 400px;
  margin: 0 auto;
}
.comment_area .form-submit {
  text-align: center;
}
.comment_area .navi {
  position: relative;
  width: 400px;
  min-height: 24px;
  margin: 16px auto 0;
  text-align: center;
}
.comment_area .navi .previousLink:before {
  content: " │ ";
}

#comments li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #b3b3b3;
}
#comments li .inner {
  padding: 10px 14px;
  overflow: hidden;
  zoom: 1;
}
#comments li ul {
  margin-bottom: -3px;
}
#comments li li {
  border-top: 1px dotted #b3b3b3;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 4px;
}
#comments .commentBody {
  padding-bottom: 6px;
}
#comments .reply {
  float: right;
}
#comments .comment-author {
  color: black !important;
}

.comment-respond {
  border: 1px solid #f7f7f7;
  padding: 15px;
  background-color: #fafafa;
}

.freeArea {
  border-top: 1px dotted #979797;
  border-bottom: 1px dotted #979797;
  background: #fff;
  margin-bottom: 16px;
  padding: 16px 30px;
}

/*ページ送り*/
.post_nav {
  position: relative;
  width: 410px;
  min-height: 24px;
  margin: 16px auto;
  text-align: center;
}
.post_nav .next_post a, .post_nav .prev_post a {
  border: 1px solid #dddddd;
  position: absolute;
  top: 0;
  white-space: nowrap;
  padding: 4px 14px 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #0066cc !important;
  text-decoration: none;
  background-color: #fff;
}
.post_nav .next_post a:hover, .post_nav .prev_post a:hover {
  background-color: #f7f7f7;
}
.post_nav .next_post a {
  left: 240px;
}
.post_nav .prev_post a {
  right: 240px;
}
.post_nav .prev_post_single, .post_nav .next_post_single, .post_nav .post_nav_list {
  display: inline-block;
}
.post_nav .prev_post_single {
  border-left: 1px solid #000;
  text-align: right;
  padding-left: 14px;
}
.post_nav .next_post_single {
  border-right: 1px solid #000;
  padding-right: 14px;
}
.post_nav .post_nav_list {
  padding: 0 11px;
}
