@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 550;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcU3KvHLhcNjEHFQzwNtdMQY.ttf) format('truetype');
}

/*
	Theme: Waibi's style
	Author: waibi
*/
/* import normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */

	-webkit-text-size-adjust: 100%;
	/* 2 */

	-ms-text-size-adjust: 100%;
	/* 2 */

}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a{
	color:#4f75e1;
	font-style:normal;
	text-decoration:underline;
}
a:link{
	color:#4f75e1;
	font-style:normal;
	text-decoration:underline;
}
a:visited{
	color:#4f75e1;
	text-decoration:underline;
}
a:hover{
	color:#2e2e2e;
	font-style:normal;
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	margin: 2em -20px -1em -20px;
	border-top: 1px solid #b7b7b7;
	border-bottom: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */

	padding: 0;
	/* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */

	font-size: 100%;
	/* 2 */

	margin: 0;
	/* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;
	/* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  import mixin */
.clearfix {
	display: block;
	*zoom: 1;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
	content: ".";
}
.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ellipsis {
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*  import variable */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud *//* Common */
html,
body {
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #454545;
	background-attachment: fixed;
}
/* Buttons */
a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #dddddd;
	color: #454545;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 18px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}
.btn:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
.btn-small {
	padding: 2px 10px !important;
	font-size: 11px !important;
}
.btn-large {
	padding: 13px 19px;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
	background-color: #eeeeee;
	opacity:0.9;
	border-bottom: 1px solid #c6c6c6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
/* container */
#container {
	position: relative;
	margin: 0 auto -1px;
	width: 100%;
}
#container-inner {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 37px;
}
#container #content {
	display: block;
	*zoom: 1;
}
#container #content:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
	content: ".";
}
.globalheader-off #container {
	padding-top: 0;
}
#wrapper {
	float: left;
	width: 700px;
}
/* 2カラムレイアウト */
#main {
	width: 700px;
	float: left;
}
#box2 {
	width: 280px;
	float: right;
	position: relative;
}
/* header */
#blog-title {
	margin: 20px 0 0 0;
	padding: 10px 0;
}
#title {
	font-size: 3em;
	margin: 0 10px;
	font-family: "Titillium Web",sans-serif;
}
#title a {
	color: #454545;
	text-decoration: none;
	border-bottom: 2px dashed #695d53;
	text-shadow: 3px 3px 8px #868686;
}
#blog-description {
	font-weight: normal;
	font-size: 80%;
	margin: 20px 10px 0 10px;
	padding: 5px;
	border:1px solid #ddd;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(128,128,128,0.2) inset;
	background-color:rgba(249,249,249,0.5);
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
	padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
	padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
	margin: 10px auto 20px;
	font-size: 90%;
}
#top-box .breadcrumb {
	border: 1px solid #dddddd;
	padding: 10px;
}
/* entry */
.entry {
	position: relative;
	background-color:rgba(249,249,249,0.5);
	box-shadow:2px 2px 3px rgba(128,128,128,0.2) inset;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin: 10px 0px 30px 10px;
	padding: 20px;
}
.entry-header {
	padding: 0 20px 20px 20px;
	margin: 0 -20px 20px -20px;
	border-bottom: 1px solid #b7b7b7;
	position: relative;
}
.entry-title {
	padding-left: 15px;
	font-size: 180%;
	text-shadow: 1px 1px 2px #868686;
	margin: 0px -5px 15px -10px;
}
.entry-title a{
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a.entry-see-more{
  text-decoration: none;
  font-size: 120%;
  padding: 10px 0;
}
.entry-see-more{
	margin: 1em auto;
	letter-spacing: 0.2em;
	line-height: 1.0;
	width:300px;
	padding: 5px;
	display:block;
	text-align: center;
	border: 1px solid #ddd;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.entry-see-more:hover{
	background-color: #ddd;
	width: 400px;
}
/* 日付 */
.date {
	display: block;
	padding: 5px 0 5px 15px;
	margin: -20px -20px 5px -20px;
	border-top-left-radius: 8px;
	background-color: rgba(221, 221, 221, 0.7);
	border-left: 2px solid rgb(183, 183, 183);
	text-shadow: 1px 1px 2px #868686;
	font-size: 1.3em;
}
.date a {
	color: rgb(69, 69, 69);
	text-decoration: none;
	font-size: 90%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.date a:hover{
	color: rgb(120, 120, 120);
}
/* カテゴリ */
.categories {
	margin-top: -3px;
	margin-left: 20px;
	font-size: 90%;
}
.categories a {
	border: 1px solid rgb(200, 200, 200);
	border-radius: 5px;
	padding: 5px;
	margin-right: 5px;
	color: rgb(120, 120, 120);
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.categories a:hover {
	text-decoration: none;
	background-color: #ddd;
}
.categories.no-categories {
	margin-top: -20px;
}
/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	top: 4px;
	left: 595px;
}
.entry-header-menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 18px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.entry-header-menu a:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
	font-size: 95%;
	line-height: 1.8;
	padding-bottom: 10px;
}
.entry-content p {
	margin: 0;
	text-indent: 1.0em;
}
.entry-content span img {
	display: block;
	margin: 0.5em auto;
}
.entry-content img {
	max-width: 97%;
	max-height: 400px;
	border-radius: 8px;
	padding: 5px;
	border: 1px dashed #666;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.entry-content img:hover{
	box-shadow:0 0 5px #7d7d7d;
	-webkit-box-shadow:0 0 5px #7d7d7d;
	-moz-box-shadow:0 0 5px #7d7d7d;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	display: block;
	padding: 7px 0 7px 20px;
	margin: 25px -20px 5px -20px;
	background-color: rgba(221,221,221,0.5);
	border-left: 1px solid #b7b7b7;
	text-shadow: 0px 0px 5px #868686;
}
.entry-content h1 {
	font-size: 125%;
}
.entry-content h2 {
	font-size: 120%;
}
.entry-content h3 {
	font-size: 115%;
}
.entry-content h4 {
	font-size: 110%;
}
.entry-content h5 {
	font-size: 105%;
}
.entry-content h6 {
	font-size: 100%;
}
.entry-content table th,
.entry-content table td {
	padding: 5px 10px;
}
.entry-content table th {
	background: #f5f5f5;
}

blockquote {
	margin:5px;
	padding:5px;
	background:#ffffff;
	border:#cccccc 1px solid;
	border-left:#cccccc 5px solid;
	background-image: url("http://cdn-ak.f.st-hatena.com/images/fotolife/w/waibi/20140112/20140112162148.png?1389511418");
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

blockquote:hover {
	box-shadow:0 0 3px #7d7d7d;
	-webkit-box-shadow:0 0 3px #7d7d7d;
	-moz-box-shadow:0 0 3px #7d7d7d;
}

.entry-content pre {
	border: 1px solid #dddddd;
	margin: 0 0 10px;
	padding: 20px;
	white-space: pre;
}
.entry-content pre > code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: 0;
	background: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0 5px;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
	line-height: 1.4;
}

.entry-content ul{
	margin:0;
	margin-left: -1.5em;
	list-style:none;
	list-style-image: url("http://cdn-ak.f.st-hatena.com/images/fotolife/w/waibi/20140112/20140112162149.png?1389511492");
}
.entry-content li{
	margin:7px 0;
}
.entry-content li ul{
	margin: 0;
	margin-left: -1.5em;
}
.entry-content li br {
    line-height: 1.3;
}
.entry-content ol {
    margin: 0;
    margin-left: -1em;
}
/* entry-footer */
.entry-footer {
	padding: 0 20px 20px 20px;
	margin: 10px -20px 0 -20px;
	border-top: 1px solid #b7b7b7;
}
.entry-footer-section {
	font-size: 80%;
	color: #999999;
}
.entry-footer-section a {
	color: #999999;
}
.social-buttons,
.entry-footer-html {
	margin: 10px 0;
}
/* コメント */
.comment-box ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.7;
}
.comment-box li {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.comment-box li:first-child {
	border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
	padding-left: 0;
}
.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.comment-user-name {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.comment-content {
	font-size: 90%;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.comment-content p {
	margin: 0 0 10px 0;
}
.comment-metadata {
	font-size: 80%;
	color: #999999;
	margin: 0;
}
.comment-metadata a {
	color: #999999;
}
.comment-box .leave-comment-title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 15px 5px;
	margin-bottom: 0;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	cursor: pointer;
	letter-spacing: 0.2em;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.comment-box .leave-comment-title:hover {
	background: #ddd;
}
/* sidebar */
#box2 {
	font-size: 85%;
	line-height: 1.5;
}
.hatena-module {
	border: 1px solid #ddd;
	box-shadow: 0 0 7px #7d7d7d;
	border-radius: 7px;
	padding: 15px;
	margin: 10px 15px 20px 10px;
	background-color:rgba(249,249,249,0.5);
}
.hatena-module-title {
	text-shadow: 1px 1px 3px #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	margin: 0 -5px 10px -5px;
	font-size: 120%;
}
.hatena-module-title a {
	color: #454545;
	text-decoration: none;
}
.hatena-module-title a:hover {
	text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon { display: none; }
.hatena-module-profile .profile-user-icon {
	float: none;
	display: block;
	width: 128px;
	height: 128px;
	margin: 0 auto 15px auto;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 5px;
	border: 1px dashed #b7b7b7;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-module-profile .profile-user-icon:hover {
	box-shadow: 0 0 5px #7d7d7d;
}
.hatena-module-profile .id {
	display: block;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	font-size: 110%;
	margin-bottom: 5px;
	width: 225px;
	top: 210px;
}
.hatena-module-profile .id a {
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-module-profile .id a:hover {
	color:#2e2e2e;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/

.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hatena-urllist li:hover{
	background: rgba(46, 46, 46, 0.1);
}
.hatena-urllist li a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #dddddd;
	line-height: 1.5;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	text-decoration: none;
}
.hatena-urllist li a:hover{
	margin-left: 10px;
}

.hatena-urllist .archive-module-year-title {
	margin-left: 10px;
}

.hatena-urllist .archive-module-year {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-urllist .archive-module-year:hover {
	background: rgba(46, 46, 46, 0.1);
}

.hatena-urllist .archive-module-year .archive-module-month:hover {
	background: rgba(46, 46, 46, 0.1);
}

.hatena-urllist .archive-module-year .archive-module-button {
	position: absolute;
	padding-top: 8px;
}

.urllist-item.related-entries-item:hover {
    background: transparent;
}

.urllist-item.related-entries-item {
	border-bottom: 1px solid #ddd;
}

.hatena-urllist li a.urllist-image-link,
.urllist-date-link > a,
.hatena-urllist li a.urllist-title-link {
	display: inline !important;
	padding: 5px 0 0 0 !important;
	line-height: 0 !important;
	transition: all 0 !important;
	border: hidden !important;
}

.hatena-urllist li a.urllist-image-link:hover,
.urllist-date-link > a:hover {
	margin-left: 0 !important;
}

.urllist-image.related-entries-image {
	margin: 0.5em;
	border-radius: 8px;
	padding: 5px;
	border: 1px dashed #666;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.urllist-image.related-entries-image:hover {
	box-shadow:0 0 5px #7d7d7d;
	-webkit-box-shadow:0 0 5px #7d7d7d;
	-moz-box-shadow:0 0 5px #7d7d7d;
}

.urllist-title-link.related-entries-title-link.urllist-title.related-entries-title {
	display: block !important;
	margin-left: 8em;
	line-height: 1em !important;
}

.urllist-entry-body.related-entries-entry-body {
    padding: 0.5em 0 0 11em;
}

.urllist-item-inner.related-entries-item-inner {
    padding-top: 12px;
    padding-left: 13px;
}

.recent-comments li {
	padding: 8px 10px;
	border-bottom: 1px solid #dddddd;
	line-height: 1.5;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.recent-comments li a {
	display: inline;
	padding: 0;
	line-height: 0;
	transition: all 0;
	border: hidden;
}
.recent-comments li a:hover {
	margin-left: 0;
}

.hatena-module-search-box .search-form {
	position: relative;
	width: 100%;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-module-search-box .search-module-input {
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 30px;
	outline: none;
	border: 1px solid #E0E0E0;
	box-shadow: 0 0 5px rgba(49, 49, 49, 0.1);
	background: none;
	color: #454545;
	border-radius:3px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-module-search-box .search-module-button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	outline: none;
	border: none;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
	text-indent: -9999px;
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.hatena-module-search-box .search-module-input:hover, .search-module-input:focus {
	box-shadow: 0 0 5px rgba(49, 49, 49, 0.3);
}
.hatena-module-search-box .search-module-input:focus {
	box-shadow: 0 0 5px rgba(49, 49, 49, 0.7);
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.5;
}
.page-index .pager-next a {
	width: 600px !important;
	padding: 15px 0 !important;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.page-index .pager-next a:hover {
	width: 580px !important;
	padding: 15px 0 15px 20px !important;
}
#content-inner .pager {
	border: none;
	margin: 0 !important;
	padding: 0;
}
#content-inner .pager a { font-family: 'Lato' , sans-serif; font-weight: 300; }
#content-inner .pager .pager-next { margin: 0; }
#content-inner .pager .pager-next a {
	right: 0;
	float: right;
	padding: 15px 30px 15px 0;
}
#content-inner .pager .pager-prev a {
	right: 0;
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 15px 30px 15px 30px;
}
#content-inner .pager .pager-next a,
#content-inner .pager .pager-prev a {
	width: 300px;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#content-inner .pager .pager-next a:hover { padding: 15px 10px 15px 20px; }
#content-inner .pager .pager-prev a:hover { padding: 15px 20px 15px 10px; }
#content-inner .pager .pager-next a:after { content: "\20\3e"; }
#content-inner .pager .pager-prev a:before { content: "\3c\20"; }
/* Footer */
#footer {
	border: 1px solid #ddd;
	background-color: rgba(221, 221, 221, 0.5);
	box-shadow: 0 0 5px #7d7d7d;
	padding: 20px 0;
	text-align: center;
	color: #999999;
	line-height: 1.5;
	font-size: 80%;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #999999;
}
/* About ページ */
.page-about dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 5px;
}
.page-about dd {
	margin-left: 0;
	margin-bottom: 30px;
}
/* archive ページ */
.archive-entries {
	margin-top: -6px;
}
.archive-entry {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
	background-color: rgba(249,249,249,0.5);
	box-shadow: 2px 2px 3px rgba(128,128,128,0.2) inset;
	margin: 10px 0 30px 10px;
}
.page-archive #main section {
	margin-bottom: 20px;
}
.page-archive #main h1 {
	font-size: 130%;
	margin-bottom: 0;
}
.page-archive #main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-archive #main ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
}
.page-archive #main ul li a {
	text-decoration: none;
}
.page-archive .categories{
	padding: 10px 0 10px 10px;
}
.page-archive .categories a {
	font-size: 80%;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
	.hatena-module-search-box .search-module-button {
		background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
		background-size: 20px 20px;
	}
}

/* Media Queries - Tablet */
/*
@media (min-width: 768px) and (max-width: 1024px) {
	#container {
		width: 724px;
	}
	#main {
		width: 460px;
	}
	#box2 {
		width: 245px;
	}
}
*/

/* Media Queries - Small Tablet & Smartphone */
/*
@media (max-width: 767px) {
	#globalheader-container {
		position: static;
	}
	#container {
		width: 93.75%;
		word-wrap: break-word;
		overflow: hidden;
	}
	#main {
		width: 100%;
		float: none;
	}
	#box2 {
		width: 100%;
		float: none;
	}
	#box2-inner {
		width: 100%;
	}
	.hatena-module {
		width: 100%;
		float: none;
	}
	.entry-header-menu {
		top: -30px;
		left: 0px;
	}
}
*/

/* Media Queries - Smartphone */
/*
@media (max-width: 480px) {

}
*/

/* ----- NEW_ENTRY, POPULAR_ENTRY ----- */
.htbl_new_entries,
.htbl_popular_entries {
	height: 100%;
	width: 100%;
}
.htbl_new_entry,
.htbl_popular_entry {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.htbl_popular_entry:hover,
.htbl_new_entry:hover {
	box-shadow: 0 0 5px rgb(50, 50, 50);
	-webkit-box-shadow: 0 0 5px rgb(50, 50, 50);
	-moz-box-shadow: 0 0 5px rgb(50, 50, 50);
}
.htbl_new_entry_img, .htbl_popular_entry_img {
	position: relative;
	top: -9px;
	min-height: 118px;
}
.htbl_new_entry_text,
.htbl_popular_entry_text {
	position: absolute;
	top: 0;
	word-break: break-all;
	overflow: hidden;
	background: rgba(30, 30, 30, 0.60);
	width: 90%;
	height: 100px;
	margin-top: 0px;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.985);
	text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.htbl_new_entry_text:hover,
.htbl_popular_entry_text:hover {
	background: rgba(30, 30, 30, 0.4);
}
.htbl_new_entry_text span.title,
.htbl_popular_entry_text span.title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	font-size: 14px;
	font-weight: lighter;
}
.htbl_new_entry_text span.date,
.htbl_popular_entry_text span.date {
	margin: 3px;
	padding: 0;
	background-color: transparent;
	border-style: hidden;
	position: absolute;
	bottom: 0;
	right: 3px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: none;
}
.htbl_popular_entry_text span.hatebu {
	position: absolute;
	left: 0px;
	bottom: -5px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.htbl_popular_entry .entries-access-ranking-item {
	padding: 0;
	border-style: hidden;
}
.htbl_popular_entry_count {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(165, 255, 165, 0.65);
    width: 65px;
    height: 18px;
}
.htbl_popular_entry_count > span {
    font-size: 12px;
    position: absolute;
    margin: 0 -4px;
}

/*-- Pagetop --*/
.pagetop {
    margin: 0;
	position: fixed;
	right: 200px;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(55,55,55,0.5);
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px 8px 0 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.pagetop a:hover{
	background-color: rgba(55,55,55,0.8);
}

.twitter-timeline{
	margin-bottom: -10px;
	margin-right: -10px;
}

a.more{
	text-decoration: none;
}
.more{
	margin: 0 auto;
	margin-top: 1em;
	letter-spacing: 0.2em;
	width:150px;
	padding: 5px;
	display:block;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.more:hover{
	background-color: #ddd;
	width: 211px;
}

.itunes-embed {
	background-color: rgba(221,221,221,0.5);
	border: 1px solid #b7b7b7;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.itunes-embed ul {
    list-style-image: none;
}

.itunes-embed:hover {
	box-shadow:0 0 5px #7d7d7d;
}

.hatena-asin-detail {
	background-color: rgba(221,221,221,0.5);
	border: 1px solid #b7b7b7;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.hatena-asin-detail:hover {
	box-shadow:0 0 5px #7d7d7d;
}

.hatena-asin-detail ul {
	list-style-image: none;
}

.reference {
    margin-left: 20px;
}

.reference, .reference a {
    font-size: 90%;
    color: #999;
}

.reference a:hover {
    color: #666;
}

.hatena-module-body .archive-module-hide-button,
.hatena-module-body .archive-module-show-button {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.hatena-module-body .archive-module-hide-button:hover,
.hatena-module-body .archive-module-show-button:hover {
	color: #000000;
}

/* <system section="background" selected="custom"> */
body{ background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/w/waibi/20141103/20141103052945.png'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */