@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ ゴシック",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="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,
em,
h1,
h2,
h3,
h4,
h5,
h6,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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%;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #333;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ ゴシック",sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  zoom: 1;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/global_bg.png) repeat center top;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

.l-wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: 15px solid #ffe930;
  border-bottom: 15px solid #ffe930;
}

.l-content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 166px;
}

.l-footer {
  width: 960px;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.header {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.header h1 {
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.header h1 a {
  color: #333;
  text-decoration: none;
}

.header .description {
  display: inline-block;
  max-width: 630px;
  margin: 0 auto;
  padding: 6px 12px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 100%;
}

.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: 630px;
}

.side {
  width: 300px;
}

.side--right {
  float: right;
}

.side--left {
  float: left;
  margin-right: 40px;
}

.heading {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px dashed #ccc;
  margin: 0 auto;
  margin-bottom: 40px;
  width:960px;
}


/*エントリー基準*/
.entry {
  margin-bottom: 100px;
}
.entry .entry__thumbnail {
  display: block;
  width: 592px;
  margin-left: 16px;
  line-height: 0;
  text-align: center;
}
.entry .entry__thumbnail a {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  max-height: 408px;
  background: #fff;
  border: 4px double #333;
}
.entry__thumbnail a img {
    width: 100%;
}
.entry .no-image {
    width: 592px;
    height: 200px;
    line-height: 200px;
    background: #f1f1f1;
}
.entry .no-image span{
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   padding: 5px 10px;
}
.entry .entry__thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.entry .entry__heading {
  margin-top: 20px;
  overflow: hidden;
  color: #ccc;
  font-size: 12px;
  zoom: 1;
}
.entry .entry__heading .date {
  float: left;
  width: 98px;
  height: 98px;
  margin-right: 10px;
  padding-top: 30px;
  padding-left: 3px;
  text-align: center;
  color: #333;
  display: inline-block;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/bg_title.png) no-repeat left top;
}
.entry .entry__heading .date .time__inner:after {
  content: "\A";
  white-space: pre;
}
.entry .entry__heading .entry__title {
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
}
.entry .entry__heading .entry__title a {
  color: #333;
}
.entry .article--entry {
  position: relative;
  width: 598px;
  margin: 20px auto 0;
  padding: 29px 60px 29px 30px;
  color: #666;
  line-height: 1.7;
  background: #fff;
  box-shadow: 1px 1px 10px 4px rgba(97,69,10,0.1);
  -moz-box-shadow: 1px 1px 10px 4px rgba(97,69,10,0.1);
  -ms-box-shadow: 1px 1px 10px 4px rgba(97,69,10,0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=270, strength=3, enabled=true);
}
.entry .article--entry .tag {
  margin-bottom: 10px;
}
.entry .article--entry .tag a {
  margin-right: 5px;
  color: #999;
}
.entry .article--entry .read-more, .article__content .read-more{
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -28px;
  width: 56px;
  height: 56px;
}
.entry .article--entry .read-more a:hover, .article__content .read-more a:hover{
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_readmore_hover.png) no-repeat left top;
}
.entry .article--entry .read-more a, .article__content .read-more a {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_readmore.png) no-repeat left top;
}

/*エントリー2*/
.entry:nth-child(3n+2) .entry__thumbnail {
  float: right;
  width: 254px;
  margin: 0 16px 30px 0;
}
.entry:nth-child(3n+2) .entry__thumbnail a {
  max-height: 254px;
}
.entry:nth-child(3n+2) .entry__thumbnail a img {
  width: 100%;
}
.entry:nth-child(3n+2) .no-image {
    width: 254px;
    height: 200px;
    line-height: 200px;
    background: #f1f1f1;
}
.entry:nth-child(3n+2) .no-image span{
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   padding: 5px 10px;
}

.entry:nth-child(3n+2) .entry__heading {
  margin: 0 0 30px;
}
.entry:nth-child(3n+2) .entry__heading .date {
  float: none;
}
.entry:nth-child(3n+2) .entry__heading .entry__title {
  width: 290px;
  margin-left: 16px;
}
.entry:nth-child(3n+2) .article--entry {
  clear: both;
}



/*エントリー3*/
.entry:nth-child(3n) .entry__thumbnail {
  float: left;
  width: 254px;
  margin: 0 0 30px 16px;
}
.entry:nth-child(3n) .entry__thumbnail a {
  max-height: 254px;
}
.entry:nth-child(3n) .entry__thumbnail a img {
  width: 100%;
}
.entry:nth-child(3n) .no-image {
    width: 254px;
    height: 200px;
    line-height: 200px;
    background: #f1f1f1;
}
.entry:nth-child(3n) .no-image span{
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   padding: 5px 10px;
}
.entry:nth-child(3n) .entry__heading {
  float: left;
  margin: 0 0 30px 20px;
}
.entry:nth-child(3n) .entry__heading .date {
  float: none;
}
.entry:nth-child(3n) .entry__heading .entry__title {
  width: 290px;
  margin-left: 16px;
}
.entry:nth-child(3n) .article--entry {
  clear: both;
}

.article {
  margin-top: 37px;
}
.article__content a {
  color: #66c;
  text-decoration: underline;
}
.article__content a:hover {
  color: #333;
  background-color: #ffc;
  text-decoration: none;
}
.article__content strong{
  font-weight: bold;
}
 .article__content em{
font-style: italic;
 } 
.article__heading {
  background: #fff;
    position: relative;
}
.article__title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  line-height: 40px;
  padding: 70px 30px 10px;
  position: relative;
}

.article__heading .meta {
  position: static;
  padding: 0 30px;
}
.article__heading .meta .tag {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.article__heading .meta .tag a {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}
.article__heading .meta .date {
  position: absolute;
  display: inline-block;
  top: -37px;
  left: 250px;
  width: 98px;
  height: 98px;
  padding-top: 30px;
  padding-left: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/bg_title.png) no-repeat left top;
}
.article__heading .meta .date time,
.article__heading .meta .date span {
  font-weight: bold;
}
.article__heading .meta .date .time__inner:after {
  content: "\A";
  white-space: pre;
}


.article__content {
  padding: 30px;
  background: #fff;
  position: relative;
}

.article__content blockquote {
  margin: 10px 0 10px;
  padding: 27px 30px;
  background: #f9f9f9 url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_quote.png) no-repeat 5px 5px;
}

.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--comments {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}

.article__footer .posted {
  padding: 0 30px;
  text-align: right;
  background: #fff;
}

.article__footer .posted__inner {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.article__footer .posted__inner span {
  display: inline-block;
  margin-left: 18px;
  font-weight: bold;
}

.article__footer span.posted__by {
  padding-left: 19px;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_by.png) no-repeat left center;
}
.article__footer span.posted__time {
  padding-left: 19px;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_time.png) no-repeat left center;
}
.article__footer span.posted__comment {
  padding-left: 23px;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_comment.png) no-repeat left center;
}
.article__footer span.posted__trackback {
  padding-left: 23px;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_trackback.png) no-repeat left center;
}
.article__footer span.posted__category {
  padding-left: 19px;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_sprite.png) no-repeat -29px center;
}

.article__footer .posted .partition:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.article__footer .bookmark {
  text-align: center;
  margin-bottom: 4px;
  padding: 30px 0;
  line-height: 0;
  background: #fff;
}

.module {
  width: 240px;
  margin: 0 auto 45px;
}

.module__heading {
  margin-bottom: 17px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  border-bottom: 4px solid #ddd;
}

.module--recent-entry .recent-entry__item {
  position: relative;
  margin-bottom: 24px;
}

.module--recent-entry .recent-entry__item a {
  display: block;
  color: #333;
  padding: 0;
  overflow: hidden;
}

.module--recent-entry .recent-entry__item .recent-entry__title {
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  overflow: hidden;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left 6px;
}
.module--recent-entry .recent-entry__item a:hover .recent-entry__title {
  text-decoration: underline;
}

.module--recent-entry .recent-entry__item .recent-entry__thumbnail {
  float: left;
  margin-right: 10px;
  max-width: 88px;
  max-height: 88px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #666;
}

.module--recent-entry .recent-entry__item .recent-entry__thumbnail img {
  position: relative;
  max-width: 100%;
}

.module--recent-entry .recent-entry__item a:hover .recent-entry__thumbnail img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--recent-entry .recent-entry__item .recent-entry__body {
  line-height: 1.5;
  overflow: hidden;
}
.module--recent-entry .recent-entry__item a:hover .recent-entry__body {
  text-decoration: underline;
}




.module--recent-comment .module__body p {
  margin-bottom: 15px;
}
.module--recent-comment .module__body p a {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left 6px;
}
.module--recent-comment .module__body p span {
  display: block;
  color: #666;
}
.module--calendar table {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.module--calendar caption {
  font-weight: bold;
  padding-bottom: 5px;
}

.module--calendar thead,
.module--calendar tbody {
  color: #666;
}

.module--calendar th,
.module--calendar td {
  text-align: center;
}

.module--calendar th {
  padding-bottom: 5px;
}

.module--calendar td {
  padding-bottom: 5px;
}

.module--calendar td a {
  font-weight: bold;
}

.module--calendar .month {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.module--calendar .prev,
.module--calendar .next {
  font-weight: 100;
}

.module--category-recent-entry {
  width: 100%;
  margin: 0 0 60px;
}

.module--category-recent-entry .module__heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  border-bottom: 2px solid #ddd;
}

/*.module--category-recent-entry .recent-entry {
  margin-left: -20px;
}*/

.module--category-recent-entry .recent-entry__item {
  display: inline-block;
  /*margin-left: 20px;*/
  margin-right: 10px;
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
  /*float: left;
  letter-spacing: normal;
  width: 142px;
  height: 195px;
  margin-left: 20px;
  margin-bottom: 15px;
  vertical-align: top;*/
}
.module--category-recent-entry .recent-entry__item p {
  overflow: hidden;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail {
  display: block;
  width: 142px;
  max-height: 142px;
  overflow: hidden;
  border: 1px solid #333;
  background: #fff;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img {
  position: relative;
  width: 142px;
  height: 142px;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.recent-entry__item .no-image {
  width: 142px;
  height: 142px;
  line-height: 136px;
  background: #f1f1f1;
  text-align: center;
}
.recent-entry__item .no-image span {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px 10px;
}

.module--profile .profile {
  margin-right: 5px;
  margin-bottom: 6px;
}
.module--profile .profile__heading {
  float: left;
  margin-right: 5px;
  color: #666;
}
.module--profile .profile__body--site-url,
.module--profile .profile__body--email {
  clear: left;
  font-weight: bold;
}


.module--tag-cloud .module__body a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 6px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.module--tag-cloud .module__body a:hover {
  text-decoration: none;
  background: #ffe930;
}

.module--category .module__body li a {
  padding-left: 10px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left center;
}

.module--backlog .module__body li a {
  padding-left: 10px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left center;
}

.module--link .module__body li a {
  padding-left: 10px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left center;
}


.module--search .search {
  position: relative;
}

.module--search .search__text {
  margin-top: 3px;
  padding: 6px 10px;
  width: 80%;
  background: #fffef7;
  border: 1px solid #ddd;
}

.module--search .search__submit {
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_serch.png) no-repeat center center;
  color: #fff;
  text-indent: -9999px;
  width: 20%;
  height: 40px;
  position: absolute;
  right: 0;
}

.module--search .search__submit:hover {
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_serch_hover.png) no-repeat center center;
}


.module--comments {
  width: 100%;
}

.module--comments .module__heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  border-bottom: 2px solid #ddd;
}

.module--comments .comments__item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.module--comments .comments__user-name {
  float: left;
  position: relative;
  z-index: 999;
  width: 108px;
  margin-top: 19px;
  padding-right: 13px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/bg_balloon_beak.png) no-repeat right center;
  zoom: 1;
}


.module--comments .comments__content {
  float: left;
  width: 522px;
  margin-left: -3px\9;
  margin-bottom: 5px;
  padding: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #333333;
  background: #fff;
  box-shadow: 2px 2px 4px 1px rgba(97,69,10,0.1);
  -moz-box-shadow: 2px 2px 4px 1px rgba(97,69,10,0.1);
  -ms-box-shadow: 2px 2px 4px 1px rgba(97,69,10,0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#f5f3f0, direction=270, strength=3, enabled=true);
}

.module--comments .comments__meta {
  clear: both;
  font-size: 12px;
  color: #999;
  text-align: right;
}

.module--comments .comments__leave a {
  display: block;
  width: auto;
  float: right;
  padding: 4px 20px 4px 5px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  background: #fff url("http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png") no-repeat 110px center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
}
.module--comments .comments__leave a:hover {
  background-color: #ffe930;
}


.module--comments .comment-form {
  margin-bottom: 15px;
}

.module--comments .comment-form {
}

.module--comments .comment-form__heading {
  float: left;
  width: 160px;
  font-weight: bold;
  color: #999;
}
.module--comments .comment-form__body {
}
.module--comments .comment-form__body input {
  width: 250px;
  height: 30px;
  background: #fff;
}
.module--comments .comment-form__body textarea {
  width: 470px;
  height: 140px;
  background: #fff;
}

.module--comments .img-confirm-form__heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.module--comments .img-confirm-form__body p {
  margin-bottom: 15px;
}


.module--popular-entry .module__body ul li a {
  padding-left: 10px;
  font-weight: bold;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png) no-repeat left center;
}
.module--popular-entry .module__body ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.upload-detail__entry-title {
  margin-bottom: 30px;
}

.upload-detail__entry-title .date {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
  margin-left: 10px;
}

.upload-detail__date {
  margin-bottom: 40px;
}

.upload-detail__date .upload-year {
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
}

.upload-detail__date .upload-month {
  text-align: center;
  background-color: #fff;
  margin-top: 15px;
}

.upload-detail__date .upload-month__item {
  display: inline-block;
  margin: 0 8px;
}

.upload-detail__date .upload-month__item.is-active {
  background: #FFE930;
  color: #fff;
  padding: 2px 4px;
}

.upload-detail__content .content-heading {
  text-align: center;
}

.upload-detail__content .content-body {
  text-align: center;
  margin: 0 auto 5px;
  height: 400px;
  display: table;
  margin-bottom: 20px; 
}

.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 .upload-list {
  margin-top: 5px;
}

.upload-detail .upload-list__item {
  float: left;
  width: 112px;
  height: 112px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.upload-detail .upload-list__item.is-mg-hidden {
  margin-right: 0;
}

.upload-detail .upload-list__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.upload-detail .upload-list__item img {
  max-width: 100%;
  max-height: 100%;
}
.upload-list__thumnail{
  display: block;
  width: 91px;
  height: 91px;
  overflow: hidden;
  position: relative;
}

.tag-cloud {
  margin: 10px 0 10px;
  padding: 27px 30px;
  background: #f9f9f9 url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_quote.png) no-repeat 5px 5px;
  line-height: 1.5;
}
.tag-search {
  text-align: right;
  margin-bottom: 30px;
}
.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;
  min-width: 140px;
  min-height: 140px;
  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;
}

.message {
  margin-bottom: 15px;
  text-align: center;
  background: #ccc;
  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-bottom: 60px;
}

.pager__item {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}

.pager__item a,
.pager__item span {
  display: block;
 /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  color: #333;
  width: 48px;
  height: 48px;
  padding-top: 8px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_paging_bg.png) no-repeat left top;
}

.pager__item a:hover {
  background: url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/btn_paging_bg_hover.png) no-repeat left top;
  color: #ffe930;
  text-decoration: none;
}

.pager__item.is-active span {
  background: none;
  color: #666;
  font-weight: normal;
}

.read-more {
  /*margin-top: 10px;*/
  /*text-align: right;*/
}

.read-more--bdt {
  padding-top: 10px;
  margin-top: 65px;
  border-top: 1px dotted #ccc;
  text-align: right;
  margin-bottom: 30px;
}

.permalink {
  text-align: center;
  margin-bottom: 80px;
}

.permalink--bdt {
  padding-top: 10px;
  margin-top: 65px;
  border-top: 1px dotted #ccc;
}

.permalink .prev:before,
.permalink .next:after {
}

.permalink .prev {
  float: left;
  width: 312px;
  padding: 18px 16px 18px 45px;
  font-weight: bold;
  text-align: left;
  background: #fff url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow02_left.png) no-repeat left center;
}

.permalink .prev:before {
  border-right: 4px solid #333;
  margin-right: 10px;
}

.permalink .prev:hover:before {
  border-right: 4px solid #60d3f2;
}

.permalink .next {
  float: right;
  width: 312px;
  padding: 18px 45px 18px 16px;
  font-weight: bold;
  text-align: right;
  background: #fff url(http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow02_right.png) no-repeat right center;
}

.permalink .next:after {
  border-left: 4px solid #333;
  margin-left: 10px;
}

.permalink .next:hover:after {
  border-left: 4px solid #60d3f2;
}

.quote__source {
  font-size: 10px;
  text-align: right;
}

/**
 * module
 */

.icn {
  display: inline-block;
  background: url("http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_sprite.png") no-repeat;
  margin-right: 5px;
}

.icn--calendar {
  background-position: 0 0;
  width: 14px;
  height: 12px;
  vertical-align: -2px;
  display: none;
}

.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 #ddd;
  width: 60%;
}

.form .input--submit {
  display: block;
  width: auto;
  float: right;
  padding: 4px 20px 4px 5px;
  color: #333;
  font-weight: bold;
  background: #fff url("http://blog.seesaa.jp/img/bg/puttern_img_yellow/icon_arrow01.png") no-repeat 70px center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.form .input--submit:hover {
  background-color: #ffe930;
}

.form textarea {
  width: 80%;
  padding: 6px 10px;
  border: 1px solid #ddd;
}

.font-s {
  font-size: 12px;
}

.l-content,
.entry,
.module--recent-entry .recent-entry__item,
.module--profile .profile,
.upload-detail .upload-list,
.permalink {
  *zoom: 1;
}

.l-content:after,
.entry: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;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

  .icn {
    background: url("http://blog.seesaa.jp/img/bg/puttern_img_yellow/icn_sprite_2x.png") no-repeat;
    background-size: 28px auto;
    -webkit-background-size: 28px auto;
  }

  .icn--tag {
    background-position: -16px 0;
  }
}
/* 個別記事の記事下アドセンス位置調整 */
.ad-bottom{
  text-align:center;  /* 中央寄せ */
  margin-top:50px;    /* 上に余白 */
  margin-bottom:50px; /* 下に余白 */
}