@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset */

div,
span,
iframe,
p,
blockquote,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

/* other */

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

i,
em {
  font-style: italic;
}

blockquote {
  padding: 20px;
  color: #111;
  background-color: #e5f5fc;
}

.article__content ul,
.article__content ol {
  margin: 12px 0;
}

.article__content ul li {
  list-style: disc;
  margin: 0 0 0 2.4em;
}

.article__content ol li {
  list-style: decimal;
  margin: 0 0 0 2.4em;
}

.article__content table {
  border-color: #333;
}

.article__content thead {
  background-color: #999;
}

.article__content tfoot,
.article__content tbody {
  background-color: #fff;
  color: #333;
}

.article__content td,
.article__content th {
  padding: 0px 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #424242;
  color: #424242;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: 'Helvetica Neue','Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  zoom: 1;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #424242;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.l-wrapper {
  width: 1000px;
  border-top: 4px solid #EF6C00;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  display: table;
  width: 100%;
  height: 252px;
}

.l-content {
  padding-bottom: 50px;
}

.l-footer {
  width: 100%;
  clear: both;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.header {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.header__inner {
  background: #EF6C00;
  display: inline-block;
  padding: 20px;
  margin: auto;
}

.header h1 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  max-height: 96px;
  overflow: hidden;
}

.header h1 a {
  color: #fff;
  text-decoration: none;
}

.header .description {
  overflow: hidden;
  color: #fff;
}

.header-row--1 {
  margin-bottom: 10px;
}

.add-area {
  margin-bottom: 20px;
}

.add-area--header {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.add-area__inner {
  display: table-cell;
  vertical-align: middle;
}

.header-row--1 .add-area {
  margin: 0;
  height: 130px;
  display: table;
}

.rss-txt {
  float: left;
  width: 360px;
}

.rss-txt--left {
  margin-right: 8px;
}

.rss-txt__item {
  font-size: 13px;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rss-txt__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.footer .poweredby {
  width: 138px;
  margin: 0 auto;
}

.footer .poweredby__body {
  background: #9C9C9C;
  text-align: center;
  font-size: 10px;
  padding: 3px;
  color: #fff;
}

.footer .poweredby__body a {
  color: #fff;
}

.main {
  width: 660px;
  margin-right: 40px;
}

.side {
  width: 300px;
}

.side--right {
  float: right;
}

.side--left {
  float: left;
  margin-right: 20px;
}

.heading {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px dashed #EF6C00;
  margin-bottom: 40px;
  color: #fff;
}

.entry {
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}

.entry__content {
  margin-bottom: 30px;
}

.entry__thumbnail {
  float: right;
  width: 300px;
  height: 186px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
}

.entry__thumbnail--inner {
  background: #424242;
  width: 100%;
  height: 186px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entry__thumbnail--inner:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.entry__thumbnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.entry__thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.entry__thumbnail img {
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entry__thumbnail {
  text-align: center\9;
}

.entry__thumbnail:not(:target) {
  text-align: left\9;
}

.entry__thumbnail img {
  top: auto\9;
  left: auto\9;
}

.entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.entry__title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry--2col .entry__title {
  font-size: 18px;
  padding: 0 10px;
  margin-top: -5px;
}

.entry__title a {
  color: #424242;
}

.entry__body {
  padding: 0 15px;
}

.meta {
  font-size: 13px;
  margin: 0 15px;
  text-align: right;
}

.meta .date {
  display: inline-block;
  margin-right: 5px;
}

.meta .tag {
  display: inline-block;
}

.meta .tag a {
  margin-left: 5px;
}

.meta .partition a {
  margin-left: 0;
}

.meta .partition:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.article {
  padding: 60px 0 0;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.article--all {
  margin-bottom: 60px;
}

.article--entry {
  padding: 60px 20px 20px;
  margin-bottom: 0;
  border: 0;
  overflow: hidden;
  position: static;
}

.article__heading {
  padding: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article__heading--row {
  float: left;
  position: relative;
}

.article__heading--left {
  width: 318px;
  margin-right: 10px;
}

.article__heading--right {
  width: 312px;
}

.article__heading .bookmark {
  padding-top: 0;
}

.article__heading .bookmark .seesaa-simple-sbm {
  float: right;
  height: 20px;
}

.article__heading .bookmark .seesaa-simple-sbm__item {
  background: none;
  margin-right: 14px;
}

.article__heading .bookmark .seesaa-simple-sbm__item a {
  background-size: 158px 20px;
  width: 21px;
  height: 20px;
}

.article__heading .bookmark .seesaa-simple-sbm__item .seesaa-simple-sbm-twitter {
  background-position: 0px 0px;
  width: 25px;
}

.article__heading .bookmark .seesaa-simple-sbm__item .seesaa-simple-sbm-facebook {
  background-position: -37px 0px;
  width: 21px;
}

.article__heading .bookmark .seesaa-simple-sbm__item .seesaa-simple-sbm-hatena {
  background-position: -70px 0px;
}

.article__heading .bookmark .seesaa-simple-sbm__item .seesaa-simple-sbm-gplus {
  background-position: -102px 0px;
  width: 23px;
}

.article__heading .bookmark .seesaaBookmarks {
  height: auto !important;
}

.article__heading .bookmark .seesaaBookmarks img {
  top: 0;
}

.article__heading .bookmark .facebookBookmark .fb-like > span {
  vertical-align: top !important;
}

.article__heading .bookmark .seesaaBookmarks {
  float: none;
}

.article__title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  color: #424242;
}

.article__date {
  font-size: 13px;
  background: #EF6C00;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  position: absolute;
  top: 20px;
  left: -2px;
}

.article__content {
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 17px 19px 10px;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  border-left: 4px solid #EF6C00;
  padding-left: 5px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
}

.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin-top: 12px;
}

.article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.article__content img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.article__content a {
  color: #EF6C00;
  text-decoration: underline;
}

.article__footer .meta {
  font-size: 14px;
  margin-right: 0;
}

.article__footer .posted {
  margin-bottom: 20px;
  text-align: right;
  font-size: 13px;
  padding: 0 20px;
}

.article__footer .posted .partition:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.article__footer .posted a {
  font-size: 12px;
}

.article__footer .bookmark {
  text-align: center;
  margin-bottom: 60px;
}

.article .article-tag {
  margin-bottom: 6px;
}

.article .article-tag--entry {
  padding: 0 10px;
  margin-bottom: 11px;
}

.article .article-tag__item {
  background: #EF6C00;
  font-size: 11px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.article .article-tag__item a {
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
}

.article .article-tag__item a:hover {
  text-decoration: none;
}

.article .article-thumbnail {
  background: #EF6C00;
  width: 318px;
  height: 196px;
  overflow: hidden;
  position: relative;
}

.article .article-thumbnail img {
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article .article-comment {
  background: #EF6C00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 156px;
  right: 0;
  z-index: 10;
}

.article .article-comment--inner {
  padding-top: 6px;
  width: 60px;
  height: 40px;
}

.article .article-comment a {
  display: block;
  color: #fff;
}

.article .article-comment a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.article .article-comment a:hover {
  text-decoration: none;
}

.article .article-comment span {
  display: block;
  font-size: 10px;
  margin-top: 2px;
  font-weight: normal;
}

#ad-60days-area {
  padding: 20px;
}

#ad-60days-area .article {
  border: 0;
  padding: 0;
}

.module {
  position: relative;
  margin-bottom: 40px;
  padding-top: 54px;
  background: #fff;
}

.module:not([class^="module module--"]) {
  background: none;
}

.module__heading {
  min-width: 134px;
  text-align: center;
  font-size: 13px;
  background: #EF6C00;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  position: absolute;
  top: 20px;
  left: -2px;
}

.module__body {
  padding: 15px 10px;
  font-size: 13px;
}

.module--popular-entry .module__heading {
  margin-bottom: 0;
}

.module--popular-entry .module__body {
  padding: 0;
}

.module--popular-entry ol li {
  list-style-type: decimal;
  list-style-position: inside;
  color: #EF6C00;
}

.module--popular-entry ol li a {
  padding-left: 5px;
}

.module--popular-entry li {
  padding: 15px 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.module--popular-entry li a {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.module--popular-entry li a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--popular-entry li a:hover .popular-entry__thumbnail--inner {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module--popular-entry .popular-entry__thumbnail {
  margin-right: 5px;
  float: left;
  width: 113px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.module--popular-entry .popular-entry__thumbnail--inner {
  background: #424242;
  width: 100%;
  height: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module--popular-entry .popular-entry__thumbnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.module--popular-entry .popular-entry__thumbnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--popular-entry .popular-entry__thumbnail img {
  top: auto\9;
  left: auto\9;
}

.module--popular-entry .popular-entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--popular-entry .popular-entry__title {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
  width: 130px;
  height: 70px;
  float: left;
}

.module--popular-entry .popular-entry__title:hover {
  text-decoration: underline;
}

.module--popular-entry .popular-entry__body {
  line-height: 1.5;
  overflow: hidden;
  color: #EF6C00;
}

.module--article-link .module__heading {
  margin-bottom: 0;
}

.module--article-link .module__body {
  padding: 0;
}

.module--article-link .article-link__item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.module--article-link .article-link__item a {
  display: block;
  padding: 15px 10px;
  overflow: hidden;
}

.module--article-link .article-link__item a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--article-link .article-link__item a:hover .article-link__thumbnail--inner {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module--article-link .article-link__thumbnail {
  margin-right: 10px;
  float: left;
  width: 113px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.module--article-link .article-link__thumbnail--inner {
  background: #424242;
  width: 100%;
  height: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module--article-link .article-link__thumbnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.module--article-link .article-link__thumbnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--article-link .article-link__thumbnail img {
  top: auto\9;
  left: auto\9;
}

.module--article-link .article-link__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--article-link .article-link__title {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
  height: 70px;
}

.module--article-link .article-link__body {
  line-height: 1.5;
  overflow: hidden;
  color: #EF6C00;
}

.module--category li {
  font-weight: bold;
}

.module--tag-cloud a {
  font-weight: bold;
}

.module--backlog a {
  font-weight: bold;
}

.module--facebook {
  padding-top: 10px;
}

.module--recent-entry .module__heading {
  margin-bottom: 0;
}

.module--recent-entry .module__body {
  padding: 0;
}

.module--recent-entry .recent-entry__item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.module--recent-entry .recent-entry__item a {
  display: block;
  padding: 15px 10px;
  overflow: hidden;
}

.module--recent-entry .recent-entry__item a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--recent-entry .recent-entry__item a:hover .recent-entry__thumbnail--inner {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module--recent-entry .recent-entry__thumbnail {
  margin-right: 10px;
  float: left;
  width: 113px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.module--recent-entry .recent-entry__thumbnail--inner {
  background: #424242;
  width: 100%;
  height: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module--recent-entry .recent-entry__thumbnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.module--recent-entry .recent-entry__thumbnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--recent-entry .recent-entry__thumbnail img {
  top: auto\9;
  left: auto\9;
}

.module--recent-entry .recent-entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--recent-entry .recent-entry__title {
  max-height: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
}

.module--recent-entry .recent-entry__body {
  max-height: 32px;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
}

.module--calendar {
  padding: 15px 0;
  font-size: 14px;
}

.module--calendar table {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.module--calendar caption {
  font-weight: bold;
  padding-bottom: 5px;
}

.module--calendar th,
.module--calendar td {
  text-align: center;
}

.module--calendar td a {
  text-decoration: underline;
  color: #EF6C00;
}

.module--calendar .month {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}

.module--calendar .prev,
.module--calendar .next {
  font-weight: 100;
}

.module--category-recent-entry {
  margin-bottom: 0;
  margin-left: 20px;
}

.module--category-recent-entry .module__heading {
  background: none;
  color: #424242;
  font-size: 18px;
  border-left: 4px solid #EF6C00;
  padding-left: 7px;
  line-height: 1.2;
}

.module--category-recent-entry .module__body {
  padding: 10px 0px;
}

.module--category-recent-entry .recent-entry__item {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  width: 146px;
  vertical-align: top;
}

.module--category-recent-entry .recent-entry__item p {
  font-size: 13px;
  line-height: 1.2;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail--inner {
  background: #424242;
  width: 100%;
  height: 90px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail--inner:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail--inner:hover img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img {
  top: auto\9;
  left: auto\9;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--profile .profile__heading {
  float: left;
  margin-right: 5px;
}

.module--profile .profile__image {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.module--profile .profile__image img {
  max-width: 100%;
  height: auto;
}

.module--search .module__body {
  margin-left: 0;
}

.module--search .search {
  border: 1px solid #EF6C00;
  position: relative;
}

.module--search .search__text {
  padding: 6px 10px;
  width: 80%;
  line-height: 1.2;
}

.module--search .search__submit {
  background: #EF6C00;
  color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 0;
}

.module--recent-comment p {
  line-height: 1.5;
  margin-bottom: 15px;
}

.module--recent-comment p a {
  display: block;
  font-weight: bold;
}

.module--recent-comment p span {
  display: block;
  text-align: right;
  font-size: 12px;
}

.module--comments {
  padding: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.module--comments .module__heading {
  width: auto;
  background: none;
  color: #424242;
  font-size: 18px;
  border-left: 4px solid #EF6C00;
  padding-left: 7px;
  line-height: 1.2;
  position: static;
}

.module--comments .module__body {
  padding-bottom: 0;
  font-size: 16px;
}

.article .module--comments {
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.module--comments .comments__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module--comments .comments__user-name {
  font-weight: bold;
}

.module--comments .comments__content {
  margin-bottom: 2px;
}

.module--comments .comments__meta {
  font-size: 13px;
  text-align: right;
}

.module--comments .comments__leave {
  text-align: right;
}

.module--comments .comments__leave a {
  padding: 6px 15px 5px;
  font-size: 13px;
  display: inline-block;
  background: #EF6C00;
  color: #fff;
}

.module--comments .comments__leave a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--comments .comments__leave a:hover {
  text-decoration: none;
}

.module--comments .comment-form {
  margin-bottom: 15px;
}

.module--comments .comment-form__heading {
  font-weight: bold;
}

.module--comments .img-confirm-form__heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.module--comments .img-confirm-form__body p {
  margin-bottom: 15px;
}

.module--rdf_summary {
  padding: 15px 10px;
}

.module--rss_affiliate {
  background: none;
}

.module--recent_trackback .module__body li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.module--recent_trackback .module__body li a {
  display: block;
  font-weight: bold;
}

.module--recent_trackback .module__body li span {
  display: block;
  text-align: right;
  font-size: 12px;
}

.upload-detail {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.upload-detail--other {
  padding: 10px 12px 10px 20px;
}

.upload-detail__entry-title {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #424242;
  padding: 3px 10px;
}

.upload-detail__entry-title .date {
  display: inline-block;
  color: #EF6C00;
  font-size: 12px;
  margin-left: 10px;
}

.upload-detail__entry-title a {
  color: #EF6C00;
}

.upload-detail__date {
  margin-bottom: 40px;
  padding: 10px 20px 0;
}

.upload-detail__date .upload-year {
  font-weight: bold;
  border-bottom: 1px dashed #EF6C00;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
}

.upload-detail__date .upload-month {
  text-align: center;
  font-size: 13px;
}

.upload-detail__date .upload-month__item {
  display: inline-block;
  margin: 0 8px;
}

.upload-detail__date .upload-month__item a {
  text-decoration: underline;
}

.upload-detail__date .upload-month__item.is-active {
  background: #424242;
  color: #fff;
  padding: 2px 4px;
}

.upload-detail__date .upload-month__item.is-active a {
  color: #fff;
  text-decoration: none;
}

.upload-detail__content .content-heading {
  text-align: center;
}

.upload-detail__content .content-body {
  text-align: center;
  padding: 0px 20px;
  margin: 0px auto 5px;
  height: 400px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.upload-detail__content .content-body .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.upload-detail__content .content-body img {
  max-height: 400px;
  max-width: 100%;
}

.upload-detail__content .content-body .private-date {
  border: 1px solid #333;
  height: 340px;
  line-height: 340px;
  width: 80%;
  margin: 0 auto;
}

.upload-detail .upload-list {
  margin-top: 15px;
}

.upload-detail .upload-list--month {
  padding: 0 13px 0 19px;
}

.upload-detail .upload-list__item {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 15px;
}

.upload-detail .upload-list__item.is-mg-hidden {
  margin-right: 0;
}

.upload-detail .upload-list__thumnail {
  display: block;
  width: 146px;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.upload-detail .upload-list__thumnail--inner {
  font-size: 13px;
  width: 100%;
  height: 90px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload-detail .upload-list__thumnail--inner:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.upload-detail .upload-list__thumnail--inner:hover img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.upload-detail .upload-list__thumnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.upload-detail .upload-list__thumnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.upload-detail .upload-list__thumnail.no-image {
  text-align: center;
  line-height: 90px;
}

.upload-detail .upload-list__thumnail img {
  top: auto\9;
  left: auto\9;
}

.upload-detail .upload-list__thumnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.trackback {
  padding: 19px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.trackback .trackback-url {
  margin-bottom: 30px;
}

.trackback .trackback-url dt {
  font-weight: bold;
  font-size: 18px;
  border-left: 4px solid #EF6C00;
  padding-left: 7px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.trackback .trackback-article h4 {
  font-weight: bold;
  font-size: 18px;
  border-left: 4px solid #EF6C00;
  padding-left: 7px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.trackback .trackback-article ul {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tag-cloud {
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}

.tag-search {
  text-align: right;
  margin-bottom: 20px;
}

.tag-search a {
  padding: 6px 15px 5px;
  font-size: 13px;
  display: inline-block;
  background: #EF6C00;
  color: #fff;
}

.tag-search a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.tag-search a:hover {
  text-decoration: none;
}

.tag-photos {
  padding: 16px 4px 10px 16px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tag-photos__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 15px;
  width: 140px;
}

.tag-photos__item--nmgr {
  margin-right: 0;
}

.tag-photos__thumnail {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.tag-photos__thumnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tag-photos__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-photos__detail {
  font-size: 12px;
  line-height: 1.2;
}

.tag-videos {
  padding: 16px 4px 10px 16px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tag-videos__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 15px;
  width: 140px;
}

.tag-videos__item--nmgr {
  margin-right: 0;
}

.tag-videos__thumnail {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.tag-videos__thumnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tag-videos__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-videos__detail {
  font-size: 12px;
  line-height: 1.2;
}

.tag-audios {
  padding: 16px 4px 10px 16px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tag-audios__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 15px;
  width: 140px;
}

.tag-audios__item--nmgr {
  margin-right: 0;
}

.tag-audios__thumnail {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.tag-audios__thumnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tag-audios__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-audios__detail {
  font-size: 12px;
  line-height: 1.2;
}

.message {
  margin-bottom: 15px;
  text-align: center;
  background: #EF6C00;
  border: 1px dotted #999;
  padding: 5px;
}

.message--error {
  border: 1px dotted #f00;
  background: #FFE4E4;
  padding: 0;
}

.message__title--error {
  color: #f00;
  font-weight: bold;
}

.pager {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pager__item {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  vertical-align: top;
}

.pager__item.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pager__item.prev span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #EF6C00;
  border-left: solid 2px #EF6C00;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pager__item.prev a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #EF6C00;
  border-left: solid 2px #EF6C00;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pager__item.prev a:hover:before {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

.pager__item.next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pager__item.next span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #EF6C00;
  border-right: solid 2px #EF6C00;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager__item.next a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #EF6C00;
  border-right: solid 2px #EF6C00;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager__item.next a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.pager__item a,
.pager__item span {
  display: block;
 /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  color: #EF6C00;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: lighter;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.pager__item a {
  text-decoration: none;
}

.pager__item a:hover {
  border: 1px solid #EF6C00;
  background: #EF6C00;
  color: #fff;
}

.pager__item.is-active span {
  border: 1px solid #EF6C00;
  background: #EF6C00;
  color: #fff;
}

.read-more {
  text-align: right;
}

.read-more a {
  display: inline-block;
  border-bottom: 2px solid #EF6C00;
  padding: 0 5px;
}

.read-more a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.read-more a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ec7d21;
}

.read-more--mgb-60 {
  margin-bottom: 40px;
}

.read-more--tag {
  margin-top: -20px;
}

.read-more--tag a {
  border-bottom: 0;
  padding: 6px 15px 5px;
  font-size: 13px;
  display: inline-block;
  background: #EF6C00;
  color: #fff;
}

.read-more--tag a:hover {
  border-bottom: 0;
}

.permalink {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.permalink a:hover {
  background: #f9f9f9;
}

.permalink .permalink--left .prev:before,
.permalink--left .permalink .prev:before,
.permalink .permalink--right .next:after,
.permalink--right .permalink .next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
}

.permalink--month {
  border: 0;
}

.permalink--month a {
  background: #EF6C00;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.permalink--month a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.permalink--month a.next {
  text-align: right;
}

.permalink--month a.prev {
  border-right: 1px solid #424242;
}

.permalink--month a.next {
  border-left: 1px solid #424242;
}

.permalink--month a:hover {
  background: #EF6C00;
}

.permalink--bdt {
  border-top: 0 solid #ddd;
}

.permalink__title {
  height: 58px;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.6;
}

.permalink__thumbnail {
  margin-right: 10px;
  float: left;
  width: 100px;
  height: 62px;
  overflow: hidden;
  position: relative;
}

.permalink__thumbnail--inner {
  background: #424242;
  width: 100%;
  height: 62px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover .permalink__thumbnail--inner {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.permalink__thumbnail--bgnone {
  background: none;
  border: 1px solid #f1f1f1;
}

.permalink__thumbnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.permalink__thumbnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.permalink--left {
  float: left;
}

.permalink--left .prev {
  width: 329px;
  position: relative;
  padding: 10px;
  border-left: 20px solid #EF6C00;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}

.permalink--left .prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.permalink--left .prev:before {
  border-left: solid 2px #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -12px;
}

.permalink--left .prev:hover {
  border-left: 20px solid #EF6C00;
}

.permalink--right {
  float: left;
}

.permalink--right .next {
  width: 329px;
  position: relative;
  padding: 10px;
  border-right: 20px solid #EF6C00;
  border-left: 1px solid transparent;
  float: right;
}

.permalink--right .next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.permalink--right .next:after {
  border-right: solid 2px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -12px;
}

.permalink--right .next:hover {
  border-right: 20px solid #EF6C00;
}

.permalink--right .permalink__thumbnail {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.quote__source {
  font-size: 10px;
  text-align: right;
}

.no-image {
  border: 1px solid #424242;
  width: 100%;
  height: 100%;
  position: relative;
}

.no-image--inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 16px;
  line-height: 1;
  color: #424242;
}

.no-image--txt {
  width: 90%;
  text-align: center;
  padding: 100px 0;
  color: #424242;
  border: 1px solid #424242;
  margin: 0 auto 40px;
}

/**
 * module
 */

.icn {
  display: none;
  background: url(https://blog.seesaa.jp/img/bg/simple_2015_01/icn_sprite.png) no-repeat;
  margin-right: 5px;
}

.icn--calendar {
  background-position: 0 0;
  width: 14px;
  height: 12px;
  vertical-align: -2px;
}

.icn--tag {
  background-position: -29px 0;
  width: 12px;
  height: 12px;
  vertical-align: -2px;
  margin-right: 2px;
}

.form .input {
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #EF6C00;
  width: 60%;
}

.form .input--submit {
  padding: 7px 15px 6px;
  width: 20%;
  font-size: 13px;
  display: inline-block;
  background: #EF6C00;
  color: #fff;
}

.form .input--submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.form .input--submit:hover {
  text-decoration: none;
}

.form textarea {
  border: 1px solid #EF6C00;
  width: 80%;
  padding: 6px 10px;
}

.font-s {
  font-size: 12px;
}

.l-content,
.header-row,
.entry,
.entry__content,
.article .article-tag,
.article__heading,
.article__heading .bookmark,
.module--popular-entry li,
.module--article-link .article-link__item,
.module--recent-entry .recent-entry__item,
.module--profile .profile,
.upload-detail .upload-list,
.permalink {
  *zoom: 1;
}

.l-content:after,
.header-row:after,
.entry:after,
.entry__content:after,
.article .article-tag:after,
.article__heading:after,
.article__heading .bookmark:after,
.module--popular-entry li:after,
.module--article-link .article-link__item:after,
.module--recent-entry .recent-entry__item:after,
.module--profile .profile:after,
.upload-detail .upload-list:after,
.permalink:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

