/* CSS Document */
@charset "utf-8";
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */

h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
    color: #E44D26; /* アイコンの色、適宜変更のこと */
    content: "\f00c";
    font-family: "FontAwesome",sans-serif;
    margin-right: 5px; /* アイコン右マージン */
}

.entry-inner li a:before{
    color:#e44026;
    content: "\f0a9";
        font-family: "FontAwesome",sans-serif;
    margin-right: 5px; /* アイコン右マージン */
}
.circle-list li:before ,.zenback-module-content li:before,.recent-entries li:before{content:none;}
/* @Main
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  background-color: #3d3d3d;
}
a {
  color: #c00;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity,border,color,background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity,border,color,background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity,border,color,background;
  transition: 0.3s ease;
  transition-property: opacity,border,color,background;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #a86f79;
}
pre {
  padding: 20px;
  background: #3d3d3d;
  color: #f5f5f5;
}
pre a {
  color: #ff4545;
}
/* @Container
====================================== */
#content {
  width: 1100px;
  color: #3d3d3d;
  margin: 0 auto 3em;
  background: #fff;
}
#box2 {
  width: 350px;
  font-size: 13px;
  float: left;
  margin: 20px;
}
#main {
  font-size: 13px;
  float: left;
  width: 700px;
  min-height: 100px;
}
#main:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#main-inner {
  border-right: 1px solid #ddd;
}
#main > * {

}
#content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* @BLOG-TITLE
====================================== */
#globalheader-container {
  border-top: 4px solid #ba0000;
  color: #666\9;
}
#blog-title {
  margin: 10px auto 0px auto;
  width: 900px;
  text-align: center;
}
#blog-title-inner {
  text-align: left;
}
#blog-title h1 {
  padding: 30px 0 35px 0;
}
#blog-title h1,
#blog-title h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
#title a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#title a:hover {
  color: #de0c30;
  text-decoration: none;
}
#blog-description {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0.5em !important;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
/* @Top-box and Navigation Module
====================================== */
#top-box,
#top-editarea,
#bottom-editarea {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #aaa;
}
/* @ENTRY
====================================== */
.entry {
  padding-bottom: 50px;
}
.entry-content {
  margin: 20px 0;
  padding: 0 20px;
}
.entry-header {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 20px 95px 0.2em 20px;
  border-bottom: 1px solid #ddd;
}
h1.entry-title {
  font-size: 26px;
  margin: 0;
  line-height: 1.3;
}
.entry-title a:visited {
  color: #ba0000;
}
.categories a {
  margin-right: 5px;
  color: #666;
  line-height: 1.5;
}
.date {
  position: absolute;
  right: 20px;
  bottom: 6px;
  font-weight: bold;
}
.date a {
  color: #000;
}
.entry-header-menu {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.entry-header-menu a {
  color: #fff;
  background: #ba0000;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 12px;
}
.entry-header-menu a:hover {
  text-decoration: none;
  background: #de0c30;
}
.entry-footer {
  margin: 30px 10px 0 10px;
}
.entry-footer .social-buttons {
  margin: 10px 0;
}
.entry-footer-section {
  color: #8f8f8f;
  font-style: italic;
  margin: 0;
}
.entry-footer-time a {
  color: #8F8F8F;
  text-decoration: underline;
}
.entry-footer-time a:hover {
  color: #C00;
}
/* @Comment
====================================== */
.comment {
  margin: 0 0 10px 0;
  padding: 0;
}
.comment li {
  list-style: none;
  padding: 0px 8px;
  border-left: 4px solid #dfdfdf;
  margin: 15px 0;
}
.comment-user-name {
  display: inline;
  font-weight: bold;
  margin: 0 0.3em 0 0;
}
.comment-content,
.comment-content p {
  margin: 0.5em 0;
  word-wrap: break-word;
  line-height: 1.4;
}
.comment-metadata {
  display: block;
  margin: 0;
  color: #aaa;
}
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  display: inline;
  border: 1px solid #dfdfdf;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity,border,color,background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity,border,color,background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity,border,color,background;
  transition: 0.3s ease;
  transition-property: opacity,border,color,background;
}
.leave-comment-title:hover {
  background: #ba0000;
  color: #fff;
  text-decoration: none;
}
.pager {
  margin-right: 10px !important;
  padding: 20px 0px 20px 20px;
}
.pager a {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
  background: #bbb;
  font-size: 13px;
  color: #f5f5f5;
}
.pager-next a {
  margin-right: 5px;
}
.pager a:hover {
  background: #ba0000;
  text-decoration: none;
}
/* @Entry TextStyle
====================================== */
.entry-content {
  font-size: 15px;
  line-height: 1.8;
}
.entry-content img {
  max-width: 100%;
}
.entry-content p {
  margin: 0.8em 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 1px dotted #999;
}
.entry blockquote {
  padding: 15px;
  margin: 1em 0;
  border: 1px solid #ddd;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
a.keyword {
  color: #3D3D3D;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
pre.lang-aa {
  color: #3D3D3D;
  font-size: 14px;
  line-height: 15px;
}
.gist pre {
  color: #3d3d3d;
}
/* @Module
====================================== */
.hatena-module {
  margin-bottom: 1em;
  font-size: 15px;
}
.hatena-module-title,
.hatena-module-title a,
.hatena-module-title a:hover,
.hatena-module-title a:visited {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 3px;
  color: #3d3d3d;
}
.hatena-module-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.hatena-module-body ul li {
  padding: 0.5em 0;
}
.hatena-module-body ul li.archive {
  padding-top: 15px;
}
/* @Module::Profile
====================================== */
.hatena-module-profile .id {
  display: block;
  line-height: 2;
  font-weight: bold;
}
.hatena-module-profile .id a {
  color: #ba0000;
}
.profile-icon {
  border: 1px solid #ccc;
}
.hatena-module-profile .profile-description {
  margin: 0 0 5px 0;
  line-height: 1.5;
}
/* @Module::Search
====================================== */
form.search-form {
  margin-top: 10px;
}
form.search-form input {
  border: 1px solid #666;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 280px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  margin-left: -5px;
  cursor: pointer;
  background: #666666 url('https://cdn.blog.st-hatena.com/images/theme/search_w.png?version=1672117aa118e56a3cf2480ca37f9d') 50% 50% no-repeat;
}
/* @Footer
====================================== */
#footer {
  clear: both;
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: small;
}
#footer a {
  color: #dfdfdf;
}
/* @HATENA-EMBED
====================================== */
/* ---STANDARD
.hatena-embed {
    padding-left: 20px;
    margin: 1em 0;
}

.hatena-embed.fotolife,
.hatena-embed.twitpic {
padding:0;
margin:0;
border: none;
background: transparent;
display: inline;
}

.hatena-embed.hatena-bookmark {
background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-bookmark.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat left 3px;
}

.hatena-embed.foursquare {
background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/foursquare.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat left 3px;
}

.hatena-embed.hatena-coco {
background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-coco.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat left 3px;
}

.hatena-embed.hatena-haiku {
background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-haiku.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat left 3px;
}

.hatena-embed.twitter {
background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/twitter.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat left 3px;
}

*/
/* @HATENA-EMBED(FOTOLIFE,TWITPIC)
====================================== */
.hatena-embed.hatena-fotolife,
.hatena-embed.twitpic {
  padding: 10px 10px 30px 10px;
  margin: 1em 0;
  background: transparent;
  display: inline-block;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
}
.hatena-embed.hatena-fotolife {
  background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-fotolife.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat right bottom;
}
.hatena-embed.twitpic {
  padding: 10px 10px 10px 10px;
}
.hatena-embed.hatena-fotolife .hatena-embed-image,
.hatena-embed.twitpic .hatena-embed-image {
  display: inline-block;
  max-width: 600px;
}
.hatena-embed.hatena-fotolife .hatena-embed-body,
.hatena-embed.hatena-fotolife .hatena-embed-body a,
.hatena-embed.twitpic .hatena-embed-body,
.hatena-embed.twitpic .hatena-embed-body a {
  text-align: center;
  font-family: 'Homemade Apple', cursive;
  color: #454545;
  font-size: 16px;
  margin-top: 10px;
}
/* @HATENA-EMBED(COCO,4SQ)
====================================== */
.hatena-embed.hatena-coco,
.hatena-embed.foursquare {
  margin: 1em 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.hatena-embed.hatena-coco {
  border: 1px solid #e2d279;
  padding: 20px 30px;
  background: #faf9e6 url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-coco.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat right bottom;
}
.hatena-embed.hatena-coco .hatena-embed-image,
.hatena-embed.foursquare .hatena-embed-image {
  width: 100px;
  height: 100px;
}
.hatena-embed.foursquare {
  border: 1px solid #C1D5DB;
  padding: 20px 30px;
  background: #e6eff2 url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-4sq.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat right bottom;
}
/* @HATENA-EMBED(BOOKMARK)
====================================== */
.hatena-embed.hatena-bookmark {
  padding: 15px 15px 15px 70px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-bookmark.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat 10px top;
  position: relative;
}
.hatena-embed.hatena-bookmark a {
  text-decoration: underline;
}
.hatena-embed.hatena-bookmark .hatena-embed-image {
  max-height: 50px;
}
/* @HATENA-EMBED(HAIKU)
====================================== */
.hatena-embed.hatena-haiku {
  padding: 15px 15px 15px 70px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-haiku.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat 5px 5px;
}
/* @HATENA-EMBED(MONOLITH)
====================================== */
.hatena-embed.hatena-monolith {
  width: 580px;
  padding: 15px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-monolith.png?version=1672117aa118e56a3cf2480ca37f9d') no-repeat right bottom;
}
.hatena-embed.hatena-monolith .hatena-embed-image {
  display: block;
  float: left;
  max-width: 98px;
  border: 1px solid #dfdfdf;
}
.hatena-embed.hatena-monolith .hatena-embed-body {
  float: left;
  width: 470px;
  margin-left: 10px;
}
.hatena-embed.hatena-monolith:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* @HATENA-EMBED(TWITTER)
====================================== */
.hatena-embed.twitter {
  padding: 10px 0;
  margin: 1em 0;
  border-bottom: 1px dotted #757575;
  border-top: 1px dotted #757575;
}
/* @HATENA-EMBED(ATND)
====================================== */
.hatena-embed.atnd {
  padding: 10px 0;
  margin: 1em 0;
  border-bottom: 1px dotted #757575;
  border-top: 1px dotted #757575;
  font-family: 'PT Sans Caption', Helvetica, 'ヒラギノ角ゴ Pro W3', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.hatena-embed-detail.atnd-detail {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
}
.hatena-embed-detail.atnd-detail:hover {
  color: #EA1F00;
  text-decoration: none;
}
.hatena-embed.atnd .content-body {
  font-size: 12px;
  color: #222;
}
/* @About
====================================== */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @Archive
====================================== */
.page-archive #main-inner {
  font-size: 14px;
  padding: 20px;
}
.page-archive #main-inner p {
  margin: 1em 0;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  margin: 0 0 0.3em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
}
.page-archive #main-inner section {
  padding-bottom: 40px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 2;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .entry-title {
  line-height: 1.5 !important;
}
#footadsbar{padding-top:30px;}
#footads{width:340px;height:282px;float:left;}
#footads2{width:340px;height:282px;float:left;}

/* フッターメニューの設定 */
#menu {
list-style:none;
margin:0;
padding:18px 0; /*背景と文字の余白*/
position: fixed;
left:0;
bottom:0;
width:100%;
background-color:#2B190C; /*背景の色*/
text-align:center;
z-index:9999;
}

#menu li {
display:inline-block;
*display:inline;
*zoom:1;
padding:0 20px; /*メニュー同士のスペース*/
}

#menu li a {
font-size:12px; /*文字の大きさ*/
color:#ffffff; /*文字の色*/
}

.hatena-module-title, .hatena-module-title a, .hatena-module-title a:hover, .hatena-module-title a:visited{
    background:#2b190c;
    color:white;
    padding:0.5em;
    }

.hatena

li{list-style:none}

.adsmessage:before{
    content:"スポンサードリンク"
    }
    
/* ヨメレバ*/
.booklink-box {
    background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #CC0000;
    padding: 20px;
}