/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

html {
  font-size: 87.5%; /* 14px */
}
body {
  font: normal 1em Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}
a {
  color: #FF7973;
}
.post-content a {
  text-decoration: underline;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
  color: #9e0000;
  margin-top: 40px;
	margin-bottom: 20px;
}
h3 {
  font-size: 1.6em;
  font-weight: bold;
	margin-top: 30px;
}
h4 {
  font-size: 1.4em;
  font-weight: bold;
	margin-top: 30px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: inherit;
	margin-top: 25px;
}
.more-link {
  font-weight: bold;
}
.article .post-title {
  font: normal 400 2em Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.2em;
  margin-top: 5px;
}
.article img {
  vertical-align: middle;
}
.comment-input,
.comment-textarea {
  font-size: 1em;
  color: #666;
}
.mb20 {
  margin-bottom: 20px;
}
.center {
  text-align: center;
}
.side-widget {
	margin-bottom: 10px;
}
.side-widget h3 {
	margin-top: 0;
}
.side-widget ol li,
.side-widget ul li {
  margin: 10px 0;
  line-height: 1.6em;
  color: #888;
}
.yarpp-related {
  margin: 50px 0;
}
#toc_container {
  font-size: 1em;
  margin-bottom: 30px;
}
.mobile .fb-recommendations-bar{
  display:none !important;
}
.article blockquote {
  color: #666;
  background-color: #f9f9f9;
  text-align: left;
  padding: 20px 20px 20px 40px;
  margin: 20px 0;
}
.article blockquote:before {
  top: 4px;
  left: 22px;
  font-size: 4em;
}
.article blockquote p {
  margin-bottom: 10px;
}
.article blockquote p:last-child {
  margin-bottom: 0;
}
ins {
  background-color: transparent;
}
.comment-notes-after {
  font-size: .9em;
  line-height: 1.3em;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -20px;
	margin-bottom: 10px;
}
.comment-textarea {
  height: 120px;
}
a.comment-reply-link {
  padding: 3px 10px;
}
.article .post-header {
  margin-bottom: 20px;
}
.last-update {
  color: #808080;
}
.code-block {
  margin: 20px auto !important;
}
.related-contents-title {
  font-weight: bold;
  font-size: 125%;
	margin-bottom: 5px;
}
.article ul {
    margin: 20px 0 20px 20px;
}
ol.commentlist li ul.children li {
    padding: 0 0 0 20px;
}
del {
    color: #999;
}
article iframe {
	width: 100%;
}