/* <system section="theme" selected="8454420450091363061"> */
/*
  Theme: Blank
  Author: waitingmoon
  Description: シンプルな2カラムテーマ
  Responsive: yes
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
	color: #555;
	background-color: #fff;
	font-size: 16px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.625em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.375em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: .875em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #999;
}
p {
	margin: 0 0 1.6em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-content .hatena-image-left {
	margin: 0 1.6em 1.6em 0;
}
.entry-content .hatena-image-right {
	margin: 0 0 1.6em 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.6em 1.5em;
}
.table-of-contents {
	margin-left: 0;
}
table{
	border-top: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
	margin: 0 0 1.7em;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #e4e4e4;
	padding: 0.8em;
}
th {
	font-weight: 700;
}
pre {
	background-color: #333;
	color: #eee;
	font-size: 93.8%;
	line-height: 1.4;
	padding: 1.7em;
	margin: 0 0 1.7em;
	max-width: 100%;
	word-wrap: normal;
}
blockquote {
	padding: 1.6em 1.6em 1.6em 5.2em;
	margin: 0 0 1.6em;
	background-color: #f8f8f8;
	font-style: italic;
	position: relative;
}
blockquote *:last-child {
	margin-bottom: 0;
}
blockquote:before {
	color: #ccc;
	content: "“";
	font: 80px/1 Georgia,serif;
	position: absolute;
	top: 22px;
	left: 28px;
}
hr {
	background-color: #e4e4e4;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
	margin: 0 0 1.7em;
	padding: 1.7em;
	border: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
	overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
	margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
	margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
	.hatena-asin-detail-image,
	.itunes-embed-image{
		width: 64px;
	}
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
	content: "";
	display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
	color: #fff;
	background-color: #333;
}
#container {
	margin: 0 auto;
}
#blog-title {
	padding: 48px 0;
	border-bottom: 1px solid #e4e4e4;
}
#content {
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #fff;
}
#footer {
	padding: 24px 0;
	text-align: center;
	color: #fff;
	background-color: #333;
}
#blog-title-inner,
#content-inner,
#footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 656px;
}
#wrapper {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
}
@media screen and (min-width: 480px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	#globalheader-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#container {
		margin-top: 37px;
	}
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		max-width: 1053px;
	}
	#wrapper {
		width: 100%;
		margin-right: -348px;
		padding-right: 348px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	#main {
		padding-right: 48px;
		border-right: 1px solid #e4e4e4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box2 {
		width: 300px;
		float: right;
	}
}

/* for Pro */
.globalheader-off #container {
	margin-top: 0;
}

/* ヘッダー
   ========================================================================= */

/* ブログタイトル */
#title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	display: inline-block;
}

/* ブログ概要 */
#blog-description {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 93.8%;
	font-weight: 400;
}

/* 記事
   ========================================================================= */

.entry{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.entry-header {
	position: relative;
}

.entry-content {
	margin-bottom: 24px;
}

/* 記事タイトル */
.entry-title {
	font-size: 1.625em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 32px;
}

/* 日付 */
.date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
.date a {
}
.date a:before{
	content: "\f043";
	font: 16px/1 blogicon;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/* カテゴリー */
.categories {
	margin-top: -16px;
	margin-bottom: 28px;
}
.categories a {
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	float: left;
}
.categories a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: -72px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	line-height: 1;
}
.entry-header-menu a{
	font-size: 0;
}
.entry-header-menu a:before{
	content: "\f010";
	font: 16px/48px blogicon;
	margin-left: 2px;
}
@media screen and (max-width: 959px){
	.entry-header-menu{
		display: none!important;
	}
}

/* 続きを読む */
.entry-content .entry-see-more {
	margin: 8px 0 24px;
	padding: 10px 16px;
	color: #eee;
	background-color: #333;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}
.entry-content .entry-see-more:hover{
	color: #eee;
	background-color: #555;
}

/* 記事フッター */
.entry-footer {
	margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
	margin-bottom: 16px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
	margin-bottom: 32px;
}

/* コメント */
.comment-box {
	font-size: 93.8%;
}
.comment-box ul {
	list-style: none;
	margin: 1.7em 0;
	padding: 0;
}
.comment-user-name{
	padding-left: 64px;
	margin-bottom: 8px;
	position: relative;
}
.comment-user-name .hatena-id-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
	margin-left: 64px;
}
.comment-box .comment-content a {
	text-decoration: underline;
}
.leave-comment-title {
	padding: 10px 16px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	display: inline-block;
}
.leave-comment-title:hover {
	color: #555;
	text-decoration: none;
	background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
	margin-bottom: 48px;
}
.pager-prev{
	width: 48%;
	float: left;
	text-align: left;
}
.pager-next {
	width: 48%;
	float: right;
	text-align: right;
}
.pager-prev a,
.pager-next a{
	font-size: 93.8%;
	text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
	padding-bottom: 48px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.page-archive .entry-thumb {
	margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}
.breadcrumb {
	margin: 0 auto;
	padding: 24px 20px;
	font-size: 87.5%;
	max-width: 656px;
}
@media screen and (min-width: 480px) {
	.breadcrumb {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	.breadcrumb {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	.breadcrumb {
		max-width: 1053px;
	}
}


/* サイドバー
   ========================================================================= */

.hatena-module {
	font-size: 93.8%;
	line-height: 1.6;
	margin-bottom: 48px;
}
.hatena-module-title {
	letter-spacing: -0.01em;
	margin-top: 0;
	margin-bottom: 16px;
}
.hatena-module ul {
	margin-bottom: 0;
}
.hatena-urllist {
	list-style: outside none none;
	padding-left: 0;
	margin-left: 0;
}
.hatena-urllist li:first-child {
	border-top: none;
}
.hatena-urllist li {
	border-top: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.4;
}
.urllist-with-thumbnails li {
	padding-top: 16px;
	padding-bottom: 16px;
}
.urllist-with-thumbnails li .urllist-image {
	margin: 0 16px 0 0;
}
.urllist-title-link {
	font-size: inherit;
	overflow: hidden;
}
.urllist-date-link {
	font-size: 86.7%;
	overflow: hidden;
	margin-bottom: 2px;
}
.urllist-entry-body {
	margin-top: 2px;
	color: #777;
	font-size: 86.7%;
	overflow: hidden;
}
.urllist-categories {
	margin-top: 2px;
	overflow: hidden;
}
.urllist-category-link {
	font-size: 86.7%;
	margin-right: 4px;
}

/* プロフィール */
.profile-icon {
	margin: 0 16px 16px 0;
	border-radius: 4px;
	float: left;
	overflow: hidden;
}
.profile-description {
	margin-top: 6px;
	font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
	vertical-align: middle;
	margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
	font-size: 86.7%;
	line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
	padding: 0;
	text-align: center;
}
.archive-module-calendar th {
	padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
	text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
	margin: 0 4px 4px 0;
	padding: 0;
	border: none;
	float: left;
}
.hatena-module-category .hatena-urllist li a {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 6px 10px;
	font-size: 86.7%;
	display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
	position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input{
	border: 1px solid #e4e4e4;
	padding: 8px 32px 8px 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 0.4;
	text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.7;
}

/* フッター
   ========================================================================= */

#footer p {
	margin: 0;
}
#footer a{
	color: #ccc;
}
#footer a:hover{
	color: #eee;
}
#footer p,
#footer address {
	font-size: 87.5%;
}
/* </system> */
#breadcrumb{font-size:.8em;margin:0 0 2em;background:#f7f8f9;padding:2px 10px;border-radius:3px}
#breadcrumb div{display:inline-block}
#breadcrumb i:before{margin:0 .5em;font-size:.8em}
@media screen and (min-width: 960px) {
#wrapper{width:100%;margin-right:-384px;padding-right:384px;box-sizing:border-box;float:left}
#box2{width:336px;float:right}
.adsbygoogle ins{overflow-x:hidden}
.adsbygoogle iframe{display:block;margin-left:calc((100% - 336px) / -2)}
}
.customized-footer .cutin{height:0;overflow:hidden}
.cutin{margin:2em auto 3em!important;max-width:336px}
.archive-module-calendar-selector,.search-module-input{border-radius:2px}
.comment-box{display:none}
.page-entry .comment-box{display:initial}
.entry-content .entry-see-more{font-size:0}
.entry-content .entry-see-more:before{font-size:1rem!important;content:'START READING THIS'}
.breadcrumb-inner{font-size:.8rem}
.breadcrumb-inner > a.breadcrumb-link span{font-size:0}
.breadcrumb-inner > a.breadcrumb-link span:before{content:'英語日記';font-size:.8rem}
#blog-title{padding:24px 0;background:url(http://cdn-ak.b.st-hatena.com/images/girls/header_line.png) center top repeat-x}
#top-editarea,#content{background:url(http://cdn-ak.b.st-hatena.com/images/girls/wave.png) center top repeat-x;margin-top:-5px;position:relative;background-size:10px 5px}
#desktop-menu{position:relative;margin:0 auto;padding:20px 0;max-width:656px}
@media (min-width:960px) {
#desktop-menu{max-width:1053px}
}
#desktop-menu span{margin-right:1.2em}
@media screen and (max-width: 639px) {
#desktop-menu{display:none}
}
#menu-bar{padding:16px 20px 8px;background:#D8F1F1}
#menu-bar [class*="blogicon-"]{margin:0 2px 5px 0;display:block}
#menu-bar-inner{position:relative}
.right-side{position:absolute;top:0;right:0}
.right-side .menu-button{width:58px}
.menu-wrapper{width:100%;margin:12px 0 8px;border-radius:3px;background:#555;color:#fff;opacity:.9;display:none}
.menu-links{width:90%;margin:0 auto;text-align:left;font-size:.8em}
.menu-links a{width:100%;display:block}
.menu-button{cursor:pointer!important;display:inline-block;text-align:center;font-size:.83em}
.menu-button:hover{color:#999;transition:color .15s ease-in-out}
@media (max-width:600px) {
#blog-title{text-align:center;padding:18px 0}
#title a,#blog-description{font-size:0}
#title a:before{content:'Kira Kira Girl';margin-right:.25em}
#title a:after{content:'英語日記'}
#title a:before,#title a:after{font-size:2rem;display:inline-block}
#blog-description:before{content:'英会話おすすめ勉強法、';font-size:.88rem;display:inline-block}
#blog-description:after{content:'英語を勉強する理由 etc.';font-size:.88rem;display:inline-block}
}
.entry-title,.hatena-urllist li{line-height:1.6}
h1.entry-title{font-size:1.375em;color:#8699A0;margin:10px -8px 45px;outline:none;padding:25px 20px;position:relative;box-shadow:0 0 30px 0 rgba(0,0,0,.1),0 36px 0 -18px #B1E3E2}
h1.entry-title:before{content:'';position:absolute;top:18px;left:-4%;z-index:-1;width:108%;height:0;border:24px solid rgba(0,0,0,0);border-left:24px solid #B1E3E2;border-right:24px solid #B1E3E2}
h1.entry-title:after{content:'';width:100%;height:0;position:absolute;top:100%;left:0;z-index:-1;border-top:18px solid #99acb2;border-left:18px solid transparent;border-right:18px solid transparent}
h1.entry-title,h1.entry-title:before{background-image:linear-gradient(transparent 8%,rgba(0,0,0,0.1) 8%,rgba(0,0,0,0.1) 14%,transparent 14%,transparent 86%,rgba(0,0,0,0.1) 86%,rgba(0,0,0,0.1) 92%,transparent 92%),linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0)),linear-gradient(45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%),linear-gradient(white,white);background-size:cover,cover,4px 4px,cover}
h1.entry-title,h1.entry-title:before,h1.entry-title:after{box-sizing:border-box;background-origin:border-box}
.intro{padding:.5em 2em 1em;background:#f0f8ff;border-radius:3px;text-align:center}
.intro span:before{content:'Introduction';display:block;font-size:1.5em;margin-bottom:5px}
.intro span{display:block;margin:0 auto;max-width:484px}
@media (max-width:767px) {
.intro{padding:.5em 1em 1em 1.2em}
.intro span{font-size:.8em}
}
.hatena-module-category a:before,.categories a:before,.leave-comment-title:before{font-family:"blogicon";padding-right:5px;content:"\f04a";position:relative;top:1px}
.hatena-module-category a:before,.categories a:before{content:"\f04a"}
.please-leave-comments{border-radius:3px;padding:.8em 1.6em;background:#f7f8f9;border:solid #c2cdd1}
.leave-comment-title{width:calc(100% - 34px);text-align:center}
.leave-comment-title:before{content:"\f024"}
.entry-content a,.urllist-with-thumbnails a,.urllist-text-links a,.archive-desc a{color:#8bc8e1}
.entry-content a:hover,.entry-content a:focus,.hatena-urllist a:hover,.hatena-urllist a:focus,.urllist-text-links a:hover,.urllist-text-links a:focus,.archive-desc a:hover,.archive-desc a:focus{opacity:.7}
.urllist-text-links li{border-top:1px dashed #e4e4e4}
blockquote{background:none;padding:.5em 1em .5em 2em}
blockquote:before{font-size:8.8rem;font-weight:700;color:#e2e7e8;opacity:.2;top:-18px;left:0}
blockquote cite{display:block;text-align:right}
.entry-footer-section{display:none}
.entry:last-of-type{border-bottom:0;margin:0}
.entry-footer-html{background:url(http://cdn-ak.b.st-hatena.com/images/girls/wave.png) center top repeat-x;margin-top:-1em;padding-top:2em;position:relative;background-size:10px 5px}
.custom-title{font-size:1.375em;margin-bottom:.2em}
.custom-desc{margin-bottom:.75em}
#at4-share:before{content:'';background:url(http://f.st-hatena.com/images/fotolife/k/kira-kira-girl/20151020/20151020014939.png);width:80px;height:70px;position:absolute;top:-75px;left:5px}
.atss a{box-shadow:0 0 20px rgba(0,0,0,.3)}
.addthis_sharing_toolbox a{margin:0 6px 0 2px !important}
.addthis_sharing_toolbox,.follow-me{margin-bottom:15px}
.ssLimitedContainerHeader div{font-size:1.1em;font-weight:400!important}
.ssPoweredBy{display:none!important}
.ssArticlesContainer{margin-bottom:1em}
@media (min-width:600px) {
.ssTitle{font-size:.95em}
.ssPanel{width:50%!important;height:100px!important;float:left!important}
}
.hatena-hot-entries ul{border-bottom:solid 1px #e4e4e4}
.hatena-hot-entries .hatena-urllist li{float:left;width:50%;border-top:solid 1px #e4e4e4;box-sizing:border-box;height:100px}
.hatena-hot-entries .entries-access-ranking-title{margin-right:.5em}
.hatena-hot-entries .urllist-item-inner{width:95%}
@media (max-width:599px) {
.hatena-hot-entries .hatena-urllist li{float:none;width:100%}
}
@media (min-width:960px) and (max-width:1099px) {
.hatena-hot-entries .hatena-urllist li{float:none;width:100%}
}
@media (min-width:600px) {
.custom-title{font-size:1.75em}
.custom-title.cta{font-size:2.5em}
.addthis_sharing_toolbox,.follow-me,.custom-title,.custom-desc{text-align:center}
.ssLimitedContainerHeader div{font-size:1.2em;font-weight:400!important;text-align:center}
}
.follow-me a{box-sizing:border-box;font-size:15px;padding:1.2em 0 1.6em;text-align:center;line-height:1;width:100%;display:inline-block;border-radius:2px;margin-bottom:8px;text-decoration:none}
.follow-rss{border:1px solid #6cc655;color:#6cc655!important}
.follow-rss:hover{background-color:#6cc655}
.subscribe{border:1px solid #08aed9;color:#08aed9!important}
.subscribe:hover{background-color:#08aed9}
.follow-me .follow-rss:hover,.follow-me .subscribe:hover{color:#fff!important}
.pager > span{width:300px;text-align:center;border:1px solid #d4d4d4;border-radius:3px;font-size:13px;margin-bottom:15px}
.pager a{width:100%;display:inline-block;text-decoration:none;line-height:40px}
.pager a:hover,.pager a:focus{color:#555;background:#f8f8f8}
.before-text-icon,.after-text-icon{margin-left:5px;font-size:1.333333em;position:relative;top:2px}
.before-text-icon{margin-right:5px}
.after-text-icon{margin-left:5px}
.hatena-module .hatena-module-title:after{display:block;padding:0 .5em 2px;font-size:.9em}
.hatena-module:nth-of-type(3) .hatena-module-title:after{content:'- Recommended Links -'}
.hatena-module:nth-of-type(4) .hatena-module-title:after{content:'- Kira Kira Girl\'s Profile -'}
.hatena-module:nth-of-type(5) .hatena-module-title:after{content:'- Reasons Why I Learn English -'}
.hatena-module:nth-of-type(6) .hatena-module-title:after{content:'- Most Recent Posts -'}
.hatena-module:nth-of-type(7) .hatena-module-title:after{content:'- Browse Posts By Category -';content:'- My English Diary Calendar -'}
.hatena-module:nth-of-type(8) .hatena-module-title:after{content:'- Popular Posts Of This Week -'}
.archive-module-calendar th a,.archive-module-calendar td a{text-decoration:none;padding:5px 10px;background-color:#e0eeee;border-radius:50%}
@media (max-width:959px) {
.permalink.pager,.hatena-module-archive,.hatena-module-search-box{display:none}
#wrapper,.page-entry .entry{border:0;margin:0}
}
#bottom-editarea{padding:1em 0;background:#d4d4d4;background:#f7f8f9;border-top:solid 1px #c2cdd1;position:relative}
.footer-wrapper{padding-left:20px;padding-right:20px;max-width:1053px;margin:0 auto}
#page-top{position:absolute;bottom:48px;right:20px;font-size:88%;background:#333;color:#eee;padding:10px 15px;text-align:center;display:inline-block;border-radius:3px;cursor:pointer}
#page-top:hover{opacity:.7;background:#555;transition:all .15s ease-in-out}
@media screen and (min-width: 480px) {
#page-top{right:32px}
#menu-bar,.footer-wrapper{padding-left:32px;padding-right:32px}
}
@media screen and (min-width: 640px) {
#menu-bar{display:none}
#page-top{right:48px}
#menu-bar,#desktop-menu,.footer-wrapper{padding-left:48px;padding-right:48px}
}
.copyright{text-align:center}
#box2 .hatena-module-title{border-top:solid 1px #c2cdd1;box-shadow:0 2px 2px #eef;background:#f7f8f9;padding:2px 10px;border-radius:0 0 18px 0}
.marker{background:rgba(255,255,0,.3);border-radius:3px}
.blog-desc div{margin:1.25em 0}
.about-subscription-count{display:block;margin:0 0 .25em}
dl:after{clear:both;content:'';display:block;margin-bottom:1.5em}
dd{margin:.5em 1.6em 1.5em}
@media (max-width:479px) {
dd{margin:.5em 0 1.5em}
}
.customized-header{text-align:right;margin-top:-54px;position:relative}
.customized-header .fb-like.fb_iframe_widget{position:relative;margin:0;padding:9px 9px 1px;bottom:16px;background:#e4e4e4;display:inline-block;border-radius:3px}
.google-plus-follow{display:inline-block;margin-right:2px}
@media (min-width:960px) {
.sticky{position:fixed;top:20px;max-width:336px}
}