/*
Theme Name: Promote
Theme URI: http://blog.hatena.ne.jp/-/store/theme/6435922169449422611
Description: おおきな背景見出しで特別な印象を与えたい人のためのテーマです。カスタマイズして自分の作品などをアピールすることもできます。以下に背景画像とHTMLモジュールのカスタマイズ方法を記載します。* 背景画像のカスタマイズ方法背景に設定したい画像をはてなフォトライフにアップロードしておいて、管理画面の「デザイン > カスタマイズ > デザインCSS」に以下のコードを書き換えてコピペ・保存してください。
Author: kudakurage
Author URI: http://blog.hatena.ne.jp/kudakurage/
*/
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #888;
  background: #f6f6f6 url(http://cdn-ak.f.st-hatena.com/images/fotolife/v/vpc/20130621/20130621155120.jpg?1372047335) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-size: 110%;
  line-height: 1.9;
}
a {
  color: #2577b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #6d44ab;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
input:not([type="text"]) {
  cursor: pointer;
}
table, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* @Layout
====================================== */
.breadcrumb,
#blog-title,
#content-inner,
#footer-inner {
  width: 960px;
  margin: 0 auto;
}
#content,
#bottom-editarea,
#footer {
  background: #f6f6f6;
  color: #333;
}
#blog-title-inner {
  display: table-cell;
  vertical-align: middle;
  width: 800px;
  height: 350px;
  padding-bottom: 40px;
  *display: inline;
  *zoom: 1;
}
#content {
  -webkit-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -o-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
}
#main {
  float: left;
  width: 620px;
}
#box2 {
  float: right;
  width: 300px;
}
#content-inner {
  *zoom: 1;
}
#content-inner:after {
  content:"";
  display:block;
  clear:both;
}
#main-inner,
#box2-inner {
  padding-top: 10px;
}
.entry {
  margin: 40px 0 100px;
}
.pager {
  overflow: hidden;
  margin-top: -20px;
}
.pager a {
  color: #666;
}
.pager .pager-next {
  float: right;
}
.pager .pager-next::after {
  content: '->';
  margin-left: 3px;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-prev::before {
  content: '<-';
  margin-right: 3px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#footer a {
  color: #666;
}
#footer address,
#footer .services {
  display: inline;
  margin: 0 7px;
}

/* @Header
====================================== */
#title {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 270px;
}
#title a {
  color: #333;
}
#blog-description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
}

/* @Entry Header
====================================== */
.entry-header {
  position: relative;
}
.entry-header a {
  color: #555;
}
.entry-header .date {
  font-size: 14px;
}
.entry-header .entry-title {
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 20px;
  line-height: 1.3;
}
.entry-header .categories {
  margin: 7px 0;
  font-size: 14px;
}
.categories a::after {
  content: ',';
}
.categories a:last-child::after {
  content: '';
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.entry-header-menu a {
  color: #999;
}

/* @Entry Content
====================================== */
.entry-content {
  margin: 20px 0 30px;
}
.entry-content li,
.entry-content dl,
.entry-content p {
  margin: 10px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 40px 0 10px;
  font-weight: bold;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #555;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
}
.entry-content ul,
.entry-content ol {
  margin: 10px 0;
  padding-left: 25px;
}
.entry-content .hatena-asin-detail,
.entry-content blockquote,
.entry-content pre {
  margin: 10px 0;
  padding: 15px 20px;
  border: 0;
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content th,
.entry-content td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.entry-content th {
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px 15px;
}
.entry-content iframe,
.entry-content object,
.entry-content img {
  max-width: 620px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title a {
  color: #555;
}
.entry-content .hatena-asin-detail li {
  margin: 0;
}

/* @Entry Footer
====================================== */
.entry-footer-section {
  font-size: 14px;
}
.entry-footer-time a {
  margin-left: 10px;
  color: #999;
}
.social-buttons {
  margin-top: 10px;
}
#google_afc_user div#google_afc_user_container {
  margin:0;
}
div#google_afc_user {
    display: none !important;
}
.comment-box {
  margin: 15px 0;
}
.comment-box .comment {
  list-style: none;
}
.comment-box .entry-comment {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.comment-user-name,
.comment-metadata {
  font-size: 14px;
  color: #999;
}
.comment-user-name a {
  color: #666;
}
.comment-content {
  margin: 10px 0;
}
.leave-comment-title {
  display: block;
  padding: 10px;
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
  text-align: center;
  color: #666;
}

/* @Side
====================================== */
#box2 {
  margin-top: -440px;
  padding-top: 440px;
  position: relative;
}
#box2-inner {
  padding-top: 17px;
}
.hatena-module {
  margin: 50px 0;
}
.hatena-module-title {
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
  font-size: 20px;
}
.hatena-module-title a {
  color: #666;
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  display: block;
  margin-top: 10px;
}
.hatena-module-profile .id a {
  color: #666;
}
.hatena-module-profile .profile-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
}
.search-form {
  position: relative;
}
.search-module-input {
  width: 278px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 40px;
}
.search-module-button {
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224154757.gif) no-repeat center center;
  text-indent: -300px;
}
.hatena-urllist {
  list-style: none;
}
.hatena-urllist a {
  color: #666;
}
.hatena-urllist a:visited {
  color: #999;
}
.hatena-urllist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* @Page
====================================== */
.page-archive #top-box {
  position: absolute;
  width: 100%;
}
.page-archive #top-box {
  margin-top: 50px;
  color: #666;
  font-size: 14px;
}
#top-box .breadcrumb a {
  color: #666;
}
.page-archive #main-inner::before,
.page-about #main-inner::before {
  display: block;
  margin: 63px 0 20px;
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.page-archive #main-inner::before {
  content: 'Archive';
}
.page-about #main-inner::before {
  content: 'About';
}
.page-archive #main section {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.page-archive #main a {
  color: #666;
}
.page-archive #main a:visited {
  color: #999;
}
.page-archive #main h1 {
  font-size: 14px;
}
.page-archive #main ul {
  list-style: none;
}
.page-archive #main li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-archive #main li .categories {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.page-archive #main li .entry-title {
  font-size: 28px;
  line-height: 1.4;
}
.page-about .entry-content dt {
  float: left;
  width: 190px;
  padding: 20px 0;
}
.page-about .entry-content dd {
  min-height: 26px;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}