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

@import url(//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(../../../../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> */

/* <system section="background" selected="undefined"> */

/* </system> */



/*カエレバ枠線*/
.booklink-box, .kaerebalink-box{
  margin: 5px auto;
  padding: 3%;
  width: 90%;
  overflow: hidden;
  border: solid 1px #ccc;
  font-size: 90%;
}



body {
    font-size: 17px;
    font-family:  '“Lucida Grande”', '“segoe UI”', '“ヒラギノ丸ゴ ProN W4”', '“Hiragino Maru Gothic ProN”', “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
    line-height: 1.7;
    color: #333333;
}




/*見出し色設定*/

.entry-content h3{
    color: #009999;
    background: #e6eae6;
    padding: 10px 15px; 
    border-left: 10px solid #009999;
    }

.entry-content h4{
    color: #009999; 
    padding: 10px 15px; 
    border-bottom: 3px solid #009999;
    }

.entry-content h5{
    color: #009999;
    padding: 10px 15px; 
    border-bottom: 3px dotted #009999;
    }






/*続きを読むボタン*/
.entry-see-more {
  display: block;
  width: 300px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  background-color: #009999;
  color: #009999;
  border-radius: 3px;
  transition: .01s
}



/* リンク色 */
a{/*リンクされた文字*/
color:#0066ff; 　/*←色指定*/
font-style:normal;
}
a:link {/*未訪問のリンク*/
color:#0066ff;
font-style:normal;
}
a:visited {/*訪問後のリンク*/
color:#719bad;
}
a:hover {/*マウスをのせたとき*/
color:#FF9800;
text-decoration:underline;/*下線をつける*/
}








/* トップページ　コメントoff */
.page-index .entry-footer{
    display: none;
}




/* 日付と記事タイトル色変更 */

.date a{
color: #009999;
}
h1.entry-title a{
color: #336666;
font-size:120%;}





/* グローバルナビ */
#dropmenu {
list-style-type: none;
width: 100%;
height: 60px;
margin: -20px 0;
padding: 0;
}
#dropmenu li {
position: relative;
width: 16.66%;
float: left;
margin: 0;
padding: 0;
text-align: center;
}
#dropmenu li a {
display: block;
margin: 0;
padding: 10px 0;
background: #5fbfd1;
color: #fffaf0;
font-size: 90%;
font-weight: bold;
line-height: 1;
text-decoration: none;
}
#dropmenu li ul {
list-style: none;
position: absolute;
z-index: 100;
top: 100%;
left: 0;
width: 100%;
margin: 0;
padding: 0;
}
#dropmenu li ul li {
overflow: hidden;
width: 100%;
height: 0;
color: #fff;
transition: .5s;
}
#dropmenu li ul li a {
padding: 11px 10px;
background: #5fbfd1;
text-align: left;
font-size: 80%;
font-weight: normal;
}
#dropmenu > li:hover > a {
background: #abaf9a
}
#dropmenu > li:hover li:hover > a {
background: #abaf9a
}
#dropmenu li:hover > ul > li {
overflow: visible;
height: 35px;
}
#dropmenu li ul li ul {
top: 0;
left: 100%;
}
#dropmenu li:last-child ul li ul {
left: -100%;
width: 100%;
}
#dropmenu li ul li ul li a {
font-size: 50%;
background: #818181
}
#dropmenu li:hover ul li ul li:hover > a {
background: #abaf9a
}
#dropmenu li ul li ul:before {
position: absolute;
content: "";
top: 13px;
left: -20px;
width: 0;
height: 0;
border: 5px solid transparent;
border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
position: absolute;
content: "";
top: 13px;
left: 200%;
margin-left: -20px;
border: 5px solid transparent;
border-right-color: #454e08;
}







/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}



/*サイドバータブメニュー*/
.tab{
    display: inline-block;
    padding: 7px 10px 7px 10px;/*横に入りきらない場合はこの２番目と４番目の数字を小さく*/
    background: #f0f0f0;/*反応していないタブの背景色*/
    border-radius: 5px 5px 0 0;
    font-size: 14px;/*横に入りきらない場合はここの数字を小さく*/
    cursor: pointer;
}
.active{
    color: #fffaf0;
    background: #009999;/*反応しているタブの背景色*/
    border-radius: 10px 10px 0 0;
}
.hatena-module-title2{
    border-bottom: 3px solid #009999;/*タブの下線*/
}





/* サイドバー仕切りライン */
.hatena-module-title{
    padding-left: 10px;
    border-bottom: 3px solid #009999;
}






/* アドセンス2つ並べる */
@media (min-width: 728px) {
.ads_bottom {
    width: 640px;
    position: relative;
    left: -3px;
}
}



/* 引用文カラー */
.entry blockquote {
     position: relative;
     margin: 12px 0;  /* 枠外の余白 */
     border: 0px solid #eee;  /* 枠線の設定 */
     padding: 23px 60px;  /* 枠内の余白 */
     background: #f9f7f8; /* 枠内の背景色 */
     color: #222; /* 文字色 */
     }
     .entry blockquote:before {
          position: absolute;
          top: 8px; /*「“」の位置設定（縦） */
          left: 6px; /*「“」の位置設定（横） */
          line-height: 1em;
          content: "“";
          font-family: serif;
          font-size: 600%; /*「“」の大きさ */
          color: #f9f7f8; /*「“」の文字色 */
          }
     .entry blockquote:after {
          position: absolute;
          bottom: 8px;  /*「”」の位置設定（縦） */
          right: 6px; /*「”」の位置設定（横） */
          line-height: 0;
          content: "”";
          font-family: serif;
          font-size: 600%;  /*「”」の大きさ */
          color: #f9f7f8; /*「”」の文字色 */
          }







/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    width:90%;
    margin:20px auto;
    padding:20px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}

.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
}

.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
 
.booklink-info, .kaerebalink-info{
    margin:0;
        text-align:left;
    line-height:120%;
    overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
    font-size:16px;
    margin-bottom:24px;
    line-height:1.5em;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8pt;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
    margin-bottom:15px;
}
 
.booklink-link2, .kaerebalink-link1{
    margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
        width:30%;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    margin:15px 2px 0 auto;
    padding:8px 1px;
    text-align:center;
        float:left;
    }
    
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover,  .shoplinkkakakucom:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active  .shoplinkkakakucom:active {
    position:relative;
    top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
}
    
.shoplinkamazon a{
    color:#FF9901;
}
 
 .shoplinkrakuten a{
    color:#c20004;
}
 
.shoplinkkindle a{
    color:#007dcd;    
}
 
.shoplinkkakakucom a{
    color:#314995;    
}
 
.shoplinkyahoo a{
    color:#7b0099; 
}
.shoplinkyahoo img{
    display:none;
}
 
.booklink-footer{
    clear:left;
}

.shoplinkyahoo a{
     font-size:10px;
 }








/* CSS Document */
/* base.less
by HATENA-BLOG TEAM
    */
/*
LESS Mixins
*/
/* box properties */
.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;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* text properties */
.font-default {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', '銉掋儵銈儙瑙掋偞 Pro W3', 'Hiragino Kaku Gothic Pro', '銉°偆銉偑', Meiryo, '锛汲 锛般偞銈枫儍銈�', 'MS PGothic', sans-serif;
}
/* CSS3 properties */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.nodisplay {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.margin0 {
  margin: 0 !important;
}
.padding0 {
  padding: 0 !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.thin {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.nodeco {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.nolist {
  list-style-type: none;
}
.disc {
  list-style-type: disc;
}
.circle {
  list-style-type: circle;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
@font-face {
  font-family: 'blogicon';
  src: url('http://www.ramspocketradio.com/fonts/public/blogicon/blogicon-regular.woff?version=f3c0529fe758a5074cd8940c3478a0a02bf976b3') format('woff'), url('http://www.ramspocketradio.com/fonts/public/blogicon/blogicon-regular.otf?version=4b279fc3495b988cd9a5792383ac5248da470e21') format('opentype');
  font-weight: normal;
  font-style: normal;
}
[class*="blogicon-"] {
  display: inline-block;
  font-family: 'blogicon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="blogicon-"].lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -10%;
}
.blogicon-hatenablog:before {
  content: '\f000';
}
.blogicon-plus:before {
  content: '\f001';
}
.blogicon-minus:before {
  content: '\f002';
}
.blogicon-reorder:before {
  content: '\f003';
}
.blogicon-grid:before {
  content: '\f004';
}
.blogicon-chevron-left:before {
  content: '\f005';
}
.blogicon-chevron-right:before {
  content: '\f006';
}
.blogicon-chevron-up:before {
  content: '\f007';
}
.blogicon-chevron-down:before {
  content: '\f008';
}
.blogicon-external:before {
  content: '\f009';
}
.blogicon-plugin:before {
  content: '\f00a';
}
.blogicon-member:before {
  content: '\f00b';
}
.blogicon-account:before {
  content: '\f00c';
}
.blogicon-design:before {
  content: '\f00d';
}
.blogicon-cog:before {
  content: '\f00e';
}
.blogicon-edit:before {
  content: '\f010';
}
.blogicon-addstar:before {
  content: '\f011';
}
.blogicon-subscribe:before {
  content: '\f012';
}
.blogicon-entry:before {
  content: '\f013';
}
.blogicon-notify:before {
  content: '\f014';
}
.blogicon-private:before {
  content: '\f015';
}
.blogicon-user:before {
  content: '\f016';
}
.blogicon-home:before {
  content: '\f017';
}
.blogicon-setting:before {
  content: '\f018';
}
.blogicon-draft:before {
  content: '\f019';
}
.blogicon-search:before {
  content: '\f01a';
}
.blogicon-analytics:before {
  content: '\f01b';
}
.blogicon-help:before {
  content: '\f01c';
}
.blogicon-comment:before {
  content: '\f01d';
}
.blogicon-import:before {
  content: '\f01e';
}
.blogicon-odai:before {
  content: '\f01f';
}
.blogicon-truck:before {
  content: '\f020';
}
.blogicon-group:before {
  content: '\f021';
}
.blogicon-folder:before {
  content: '\f022';
}
.blogicon-add:before {
  content: '\f023';
}
.blogicon-pen:before {
  content: '\f024';
}
.blogicon-close:before {
  content: '\f025';
}
.blogicon-trash:before {
  content: '\f026';
}
.blogicon-bookmark:before {
  content: '\f027';
}
.blogicon-redirect:before {
  content: '\f028';
}
.blogicon-check:before {
  content: '\f029';
  color: #5aba90;
}
.blogicon-crop:before {
  content: '\f02a';
}
.blogicon-repeat:before {
  content: '\f02b';
}
.blogicon-logout:before {
  content: '\f02c';
}
.blogicon-star:before {
  content: '\f02d';
}
.blogicon-star-o:before {
  content: '\f720';
}
.blogicon-pro:before {
  content: '\f02e';
}
.blogicon-myblog:before {
  content: '\f030';
}
.blogicon-recent:before {
  content: '\f031';
}
.blogicon-info:before {
  content: '\f032';
}
.blogicon-good:before {
  content: '\f033';
}
.blogicon-amazon:before {
  content: '\f034';
}
.blogicon-twitter:before {
  content: '\f035';
}
.blogicon-facebook:before {
  content: '\f036';
}
.blogicon-share:before {
  content: '\f037';
}
.blogicon-code:before {
  content: '\f038';
}
.blogicon-list:before {
  content: '\f039';
}
.blogicon-calender:before {
  content: '\f03a';
}
.blogicon-bracket:before {
  content: '\f03b';
}
.blogicon-photo:before {
  content: '\f03c';
}
.blogicon-color:before {
  content: '\f03d';
}
.blogicon-public:before {
  content: '\f03e';
}
.blogicon-realtime-preview:before {
  content: '\f040';
}
.blogicon-warning:before {
  content: '\f041';
}
.blogicon-link:before {
  content: '\f042';
}
.blogicon-time:before {
  content: '\f043';
}
.blogicon-markdown:before {
  content: '\f044';
}
.blogicon-evernote:before {
  content: '\f045';
}
.blogicon-music:before {
  content: '\f046';
}
.blogicon-niconico:before {
  content: '\f047';
}
.blogicon-heart:before {
  content: '\f048';
}
.blogicon-heart-alt:before {
  content: '\f049';
}
.blogicon-tag:before {
  content: '\f04a';
}
.blogicon-mail:before {
  content: '\f04b';
}
.blogicon-help-alt:before {
  content: '\f04c';
}
.blogicon-sushi:before {
  content: '\f04d';
}
.blogicon-rss:before {
  content: '\f04e';
}
.blogicon-smartphone:before {
  content: '\f051';
}
.blogicon-laptop:before {
  content: '\f052';
}
.blogicon-mixi:before {
  content: '\f053';
}
.blogicon-haiku:before {
  content: '\f054';
}
.blogicon-quote:before {
  content: '\f704';
}
.blogicon-toggle-on:before {
  content: '\f71d';
}
.blogicon-toggle-off:before {
  content: '\f71e';
}
.blogicon-odaislot:before {
  content: '\f721';
}
[class*="blogicon-editor-"] {
  color: #9aa5ab;
}
.blogicon-editor-unorderedlist:before {
  content: '\f700';
}
.blogicon-editor-orderedlist:before {
  content: '\f701';
}
.blogicon-editor-link:before {
  content: '\f702';
}
.blogicon-editor-seemore:before {
  content: '\f703';
}
.blogicon-editor-blockquote:before {
  content: '\f704';
}
.blogicon-editor-footnote:before {
  content: '\f705';
}
.blogicon-editor-toolbar-show:before {
  content: '\f706';
}
.blogicon-editor-toolbar-hide:before {
  content: '\f707';
}
.blogicon-editor-bold:before {
  content: '\f708';
}
.blogicon-editor-italic:before {
  content: '\f709';
}
.blogicon-editor-strike:before {
  content: '\f70a';
}
.blogicon-editor-underline:before {
  content: '\f70b';
}
.blogicon-editor-fontsize:before {
  content: '\f70c';
}
.blogicon-editor-color:before {
  content: '\f70d';
}
.blogicon-fotolife:before {
  content: '\f711';
}
.blogicon-curation-bar-toggle:before {
  content: '\f713';
}
.blogicon-paint:before {
  content: '\f714';
}
.blogicon-gourmet:before {
  content: '\f715';
}
.blogicon-flickr:before {
  content: '\f716';
}
.blogicon-gist:before {
  content: '\f717';
}
.blogicon-pixiv:before {
  content: '\f718';
}
.blogicon-miil:before {
  content: '\f719';
}
.blogicon-youtube:before {
  content: '\f71a';
}
.blogicon-instagram:before {
  content: '\f71b';
}
.blogicon-google-picker:before {
  content: '\f71c';
}
.blogicon-others:before {
  content: '\f710';
}
/* @HATENA-MODULE-FOLLOW-BUTTON */
.hatena-follow-button-box {
  clear: both;
  font-size: 10px !important;
  height: 20px;
  margin: 0.7em 0;
  display: block;
  *zoom: 1;
}
.hatena-follow-button-box:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hatena-follow-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px !important;
  padding-left: 20px;
  padding-right: 5px;
  min-width: 40px;
  border: 1px solid #bbb !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.3s ease;
  transition-property: opacity, border, color, background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity, border, color, background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity, border, color, background;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity, border, color, background;
  line-height: 18px !important;
  font-weight: bold;
  text-decoration: none;
  color: #555 !important;
  background: #ebebeb;
  float: left;
  letter-spacing: 0 !important;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hatena-follow-button:hover {
  text-decoration: none !important;
}
.hatena-follow-button.unsubscribing {
  background: #f5f5f5 url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 0;
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 0, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 0, -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 0, -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
}
.hatena-follow-button.unsubscribing.hover {
  border: 1px solid #888;
  color: #222 !important;
}
.hatena-follow-button.subscribing {
  color: #2F81D5 !important;
  background: #f5f5f5 url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 -18px;
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 -18px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 -18px, -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 -18px, -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
}
.hatena-follow-button.subscribing.hover {
  width: 65px;
  color: #fff !important;
  border: 1px solid #666;
  background: #666666 url('http://www.ramspocketradio.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164') no-repeat 0 -36px;
}
.hatena-follow-button-box .subscription-count-box {
  display: none;
  position: relative;
  float: left;
  margin: 0 0 0 5px !important;
}
.hatena-follow-button-box i,
.hatena-follow-button-box u {
  position: absolute;
  z-index: 10;
  zoom: 1;
  line-height: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin: -4px 0 0 -4px;
  border: 4px transparent solid;
  border-right-color: #bbb;
  border-left: 0;
}
.hatena-follow-button-box u {
  margin-left: -3px;
  border-right-color: #fff;
}
.hatena-follow-button-box .subscription-count {
  float: left;
  border: 1px solid #bbb;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  display: block;
  min-width: 8px;
  font-size: 12px;
  color: #454545 !important;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: -1px;
  position: relative;
  z-index: 9;
  font-family: 'Helvetica', 'Ariel', sans-serif;
}
.hatena-module .hatena-follow-button .background {
  display: none;
}
.hatena-module .hatena-follow-button.hover .foreground {
  display: none;
}
.hatena-module .hatena-follow-button.hover .background {
  display: inline;
}
.hatena-module .hatena-follow-button .subscribing,
.hatena-module .hatena-follow-button .unsubscribing,
.hatena-module .hatena-follow-button .friend,
.hatena-module .hatena-follow-button .non-friend {
  display: none;
}
.hatena-module .hatena-follow-button.subscribing .subscribing,
.hatena-module .hatena-follow-button.unsubscribing .unsubscribing,
.hatena-module .hatena-follow-button.friend .friend,
.hatena-module .hatena-follow-button.non-friend .non-friend {
  display: inline;
}
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: #3D3F44;
  color: white;
  max-width: 200px;
  line-height: 1.5;
}
.tipsy-inner {
  border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  background: #3D3F44;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tipsy-n .tipsy-arrow {
  top: 2px;
  left: 50%;
  margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
  top: 2px;
  left: 10px;
}
.tipsy-ne .tipsy-arrow {
  top: 2px;
  right: 10px;
}
.tipsy-s .tipsy-arrow {
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
}
.tipsy-sw .tipsy-arrow {
  bottom: 2px;
  left: 10px;
}
.tipsy-se .tipsy-arrow {
  bottom: 2px;
  right: 10px;
}
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 2px;
}
.tipsy-inner a {
  color: #fff;
}
/* RESET */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
/* @COMMON STYLE */
.leave-comment-title {
  cursor: pointer;
}
#footer address {
  font-style: normal;
}
#globalheader {
  width: 100%;
  height: 37px;
  border: none;
}
#globalheader-container {
  position: relative;
  z-index: 9999;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-footer {
  clear: both;
}
.entry-content .keyword {
  color: inherit !important;
  _color: expression(this.parentNode.currentStyle.color);
  font-weight: inherit !important;
  font-style: inherit !important;
  font-size: 100%;
  pointer-events: auto !important;
  cursor: pointer !important;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content table {
  max-width: none;
}
.entry-content img {
  max-width: 100%;
}
.entry-content a {
  word-wrap: break-word;
}
.entry-content .http-favicon,
.entry-content .hatena-id-icon {
  margin-right: .2em;
  vertical-align: middle;
}
.entry-content .http-bookmark,
.entry-content .http-star {
  margin: 0 .1em;
  vertical-align: middle;
}
.entry-content .instagram-iframe {
  width: 600px;
  height: 640px;
}
.entry-content blockquote {
  position: relative;
}
.pocket-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#box2 {
  word-wrap: break-word;
}
#box2 img {
  max-width: 100%;
  height: auto;
}
img.photo {
  float: right;
  margin: 0.8em 0 1em 1em;
}
div.footnote {
  font-size: 90%;
  margin-top: 3em;
}
p.footnote {
  margin: .5em 0;
  line-height: 1.5;
}
/* @Comment */
.read-more-comments {
  text-align: center;
  list-style-type: none;
}
.read-more-comments a {
  cursor: pointer;
}
.entry-comment {
  position: relative;
}
.entry-comment .hatena-id-icon {
  width: 16px;
  height: 16px;
}
.entry-comment .comment-delete-button img {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: right;
}
.entry-comment:hover .comment-delete-button img {
  display: block;
}
.comment-content img {
  max-width: 100%;
}
/* @Quote-star */
.quote-stars {
  margin-top: 8px;
}
.quote-stars .quote-description {
  margin-bottom: 13px;
}
.quote-stars .quote-star {
  margin-bottom: 9px;
}
.quote-stars .quote-text {
  color: #aaa;
  font-style: italic;
  display: inline;
}
.quote-star-show {
  cursor: pointer;
  margin-bottom: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 5px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 71px;
  text-align: center;
}
.quote-star-show:hover {
  border-color: #bbb;
  background-color: #eee;
  text-decoration: none !important;
}
.quote-star-show .quote-star-show-text {
  font-size: 10px;
}
/* Delete Star */
.star-delete-button {
  cursor: pointer;
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 120;
}
/* @HATENA-SYNTAX */
img.hatena-fotolife {
  cursor: pointer;
}
.hatena-image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.hatena-image-left {
  float: left;
  margin: 0 1em 1em 0;
}
pre {
  overflow: auto;
  overflow-y: hidden;
}
pre.code {
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.gist {
  line-height: 1.4;
}
.gist .line-numbers,
.gist .line-pre {
  line-height: 1.4;
}
.gist .line-data {
  border: 0;
}
.gist .line-number,
.gist .line {
  height: 1.4em;
}
.gist pre {
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: inherit !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.footnote-delimiter {
  padding-right: 0.5em;
}
/* SUPER PRE SYNTAX HIGHLIGHT */
.synSpecial {
  color: #c000c0;
}
.synType {
  color: #3EC63E;
}
.synComment {
  color: #4F80E5;
}
.synPreProc {
  color: #9355E6;
}
.synIdentifier {
  color: #51CFCF;
}
.synConstant {
  color: #FF6666;
}
.synStatement {
  color: #D88A17;
}
/* ascii-art  AA*/
pre.lang-aa {
  font-family: "Mona", "IPA MONAPGOTHIC", "MS PGothic", "锛汲 锛般偞銈枫儍銈�", "MS P锝猴緸锝硷蒋锝�", "MS P銈淬偡銉冦偗", sans-serif;
  font-size: 12pt;
  line-height: 18px;
  padding: 0;
  background: transparent;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* 鏂囦腑銇甤ode銈裤偘銇偣銈裤偆銉� */
.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 rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
/* asin */
.hatena-asin-detail {
  margin: 1em 0;
  border-image: initial;
  font-size: 90%;
  display: block;
  *zoom: 1;
}
.hatena-asin-detail:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hatena-asin-detail .hatena-asin-detail-image {
  float: left;
  margin-right: 15px;
}
.hatena-asin-detail .hatena-asin-detail-title {
  margin-top: 0;
  font-weight: bold;
  margin: 0 0 .3em 0;
}
.hatena-asin-detail p {
  text-indent: 0;
}
.hatena-asin-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-asin-detail .hatena-asin-detail-foot {
  clear: left;
}
.hatena-asin-detail,
.itunes-embed {
  padding: 0.8em 0.6em;
  border: 1px solid #ddd;
}
/* iTunes 璨笺倞浠樸亼锛堟銇璦sin璨笺倞浠樸亼銇ㄥ悓銇樸偣銈裤偆銉級 */
.itunes-embed {
  margin: 1em 0;
  border-image: initial;
  font-size: 90%;
  display: block;
  *zoom: 1;
}
.itunes-embed:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.itunes-embed .itunes-embed-image {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.itunes-embed .itunes-embed-title {
  margin-top: 0;
  font-weight: bold;
  margin: 0 0 .3em 0;
}
.itunes-embed p {
  text-indent: 0;
}
.itunes-embed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.itunes-embed ul li {
  line-height: 1.5;
}
.itunes-embed .itunes-embed-preview {
  margin: 10px 0;
}
.itunes-embed.itunes-kind-software .itunes-embed-image {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* 銉栥儹銈般偒銉笺儔 */
.hatena-citation {
  font-style: normal;
  font-size: 90%;
  opacity: .75;
}
/* twitter:123456789:tweet */
div.twitter-tweet {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
p.twitter-tweet-info {
  font-size: 0.85em;
}
div.twitter-tweet p.twitter-tweet-text,
div.twitter-tweet p.twitter-tweet-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* twitter:123456789:detail */
div.twitter-detail {
  overflow: hidden;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
div.twitter-detail:after {
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0.1px;
  visibility: hidden;
  clear: both;
}
div.twitter-detail-user {
  margin: auto;
  width: 58px;
}
div.twitter-detail-left div.twitter-detail-user {
  text-align: left;
}
div.twitter-detail-right div.twitter-detail-user {
  text-align: right;
}
div.twitter-detail div.twitter-detail-user,
div.twitter-detail-left div.twitter-detail-user {
  float: left;
}
div.twitter-detail-right div.twitter-detail-user {
  float: right;
}
div.twitter-detail-tweet {
  margin-left: 60px;
  margin-right: 60px;
}
div.twitter-detail div.twitter-detail-tweet {
  _height: 1%;
}
div.twitter-detail-tweet p.twitter-detail-text,
div.twitter-detail-tweet p.twitter-detail-info {
  clear: none;
  line-height: 1.4;
}
div.twitter-detail-tweet p.twitter-detail-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
p.twitter-detail-info {
  font-size: 0.85em;
  margin-top: 0.3em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
/* 姣庢棩銇儎銈ゃ兗銉堛伄銇俱仺銈� */
div.twitter-tweet-wrapper {
  overflow: hidden;
}
div.twitter-tweet-wrapper div.twitter-tweet span.twitter-tweet-text-user {
  display: none;
}
div.twitter-tweet-wrapper div.twitter-tweet span.twitter-tweet-info-date {
  display: none;
}
div.tweet-images {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
/* twitter-entry-icon */
a.twitter-header-icon img,
a.twitter-entry-icon img {
  border: none;
}
/* social-button */
.social-buttons .social-button-item {
  display: inline-block;
  vertical-align: top;
  margin-right: .2em;
  margin-bottom: 5px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.social-button-twitter-balloon {
  position: relative;
  background: #fff;
  border: #bbb solid 1px;
  border-radius: 3px;
  min-height: 18px;
  min-width: 15px;
  margin-bottom: 5px;
  text-align: center;
  display: block;
  width: 100%;
  height: 34px;
  text-decoration: none;
  color: #3d3f44;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.social-button-twitter-balloon:hover {
  color: #339bc3;
}
.social-button-twitter-balloon .social-button-twitter-balloon-arrow,
.social-button-twitter-balloon .social-button-twitter-balloon-arrow-border {
  position: absolute;
  zoom: 1;
  width: 0;
  height: 0;
  line-height: 0;
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  margin: 0 0 -4px -4px;
  border: 4px transparent solid;
  border-bottom: 0;
}
.social-button-twitter-balloon .social-button-twitter-balloon-arrow-border {
  border-top-color: #bbb;
}
.social-button-twitter-balloon .social-button-twitter-balloon-arrow {
  border-top-color: #fff;
  margin-bottom: -3px;
}
.social-button-twitter-balloon .social-button-twitter-balloon-list {
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
/* 銇仸銇偣銈裤兗 */
.hatena-star-container {
  margin-bottom: 8px;
  min-height: 24px;
}
.hatena-star-add-button {
  margin: 1px !important;
}
.hatena-big-star-star-container {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 2px;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
}
.hatena-star-user {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px !important;
  z-index: 10;
  border-radius: 3px;
}
.hatena-big-star-star-container > .hatena-star-star {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px !important;
  z-index: 11;
  background: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.hatena-star-comment-container {
  display: none;
}
.hatena-star-comment-container.hatena-star-comment-active {
  display: inline;
}
/* @HATENA-MODULE */
.recent-comments {
  word-wrap: break-word;
  word-break: break-all;
}
.recent-comments .user-id img {
  vertical-align: text-bottom;
  margin-right: 3px;
  word-wrap: break-word;
  word-break: break-all;
}
.recent-comments .recent-comment-time {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-style: italic;
  font-size: 90%;
}
.urllist-date-link {
  font-size: 85%;
}
.urllist-title-link {
  font-size: 110%;
}
.urllist-category-link {
  font-size: 85%;
  margin-right: .5em;
}
.urllist-entry-body {
  font-size: 90%;
  line-height: 1.5;
}
.urllist-with-thumbnails li {
  display: block;
  *zoom: 1;
}
.urllist-with-thumbnails li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.urllist-with-thumbnails li .urllist-image {
  margin: 0 .7em .7em 0;
  float: left;
}
.hatena-module-archive .hatena-urllist {
  padding-left: 0;
  margin-left: 0;
}
.hatena-urllist .archive-module-year {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
  background: none;
}
.hatena-urllist .archive-module-year:before,
.hatena-urllist .archive-module-year:after {
  content: none !important;
}
.hatena-urllist .archive-module-year .archive-module-button {
  opacity: 0.6;
}
.hatena-urllist .archive-module-year .archive-module-months {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
.hatena-urllist .archive-module-year .archive-module-month {
  margin: 0 0 0 2.5em;
  padding: 0;
  border: none;
  list-style-type: none !important;
  background: none;
}
.hatena-urllist .archive-module-year .archive-module-month:before,
.hatena-urllist .archive-module-year .archive-module-month:after {
  content: none !important;
}
/* calendar 鐗堛伄archive module */
.archive-module-calendar {
  text-align: center;
}
.archive-module-calendar .archive-module-calendar-selector {
  display: inline-block;
  margin-bottom: 1em;
}
.archive-module-calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.archive-module-calendar th {
  font-size: 0.8em;
  text-align: center;
  padding: .3em 0;
}
.archive-module-calendar .archive-module-calendar-week td {
  text-align: center;
}
.facebook-follow-button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 5px;
  border: solid 1px #cad4e7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  height: 20px;
  line-height: 20px;
  background: url('http://www.ramspocketradio.com/images/admin/curation/services/facebook.png?version=35559c5460d860010932d703fc551248af4939fd') no-repeat 2px center #eceef5;
  text-decoration: none;
  color: #3c5995 !important;
  font-weight: bold;
}
.facebook-follow-button:hover {
  border: solid 1px #9dacce;
  text-decoration: none;
}
.cannot-facebook-follow {
  display: none;
}
.cannot-facebook-subscribe {
  display: none;
}
.cannot-twitter-button {
  display: none;
}
.cannot-facebook-follow-display {
  display: inline;
}
.cannot-facebook-subscribe-display {
  display: inline;
}
.cannot-twitter-button-display {
  display: inline;
}
.hatena-module-recent-comments .hatena-id-icon {
  width: 16px;
  height: 16px;
}
/* @div.google_afc */
.google-afc-image,
.google-afc-text,
.touch-afc-block {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  position: static !important;
  filter: alpha(opacity=100) !important;
}
.google-afc-image #google_afc_user_container_0,
.google-afc-text #google_afc_user_container_0,
.touch-afc-block #google_afc_user_container_0,
.google-afc-image #google_afc_user_container_1,
.google-afc-text #google_afc_user_container_1,
.touch-afc-block #google_afc_user_container_1,
.google-afc-image #google_afc_user_container_2,
.google-afc-text #google_afc_user_container_2,
.touch-afc-block #google_afc_user_container_2,
.google-afc-image #google_afc_user_container_3,
.google-afc-text #google_afc_user_container_3,
.touch-afc-block #google_afc_user_container_3,
.google-afc-image #google_afc_user_container_4,
.google-afc-text #google_afc_user_container_4,
.touch-afc-block #google_afc_user_container_4,
.google-afc-image #google_afc_user_container_5,
.google-afc-text #google_afc_user_container_5,
.touch-afc-block #google_afc_user_container_5 {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  position: static !important;
  filter: alpha(opacity=100) !important;
}
.google-afc-image * {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.google-afc-image,
.google-afc-text {
  font-size: 16px;
  margin: 0 0 1em;
  clear: both;
  font-family: 'Helvetica', 'Arial', '銉掋儵銈儙瑙掋偞 Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  position: relative;
}
.google-afc-image a,
.google-afc-text a,
.google-afc-image a:hover,
.google-afc-text a:hover {
  border: none;
}
.google-afc-image div#google_#google_afc_user_user_container,
.google-afc-text div#google_#google_afc_user_user_container {
  min-height: 12em !important;
  margin-left: 1em;
  margin-right: 1em;
}
.google-afc-image div.google_ads_by,
.google-afc-text div.google_ads_by {
  font-size: 0.8em;
  margin: 0 0 0.8em 0;
}
.google-afc-image ul,
.google-afc-text ul {
  font-size: 100%;
  list-style: none outside none;
  margin: 0 0 5px;
  padding: 0;
}
.google-afc-image li,
.google-afc-text li {
  background: none repeat scroll 0 0 transparent;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 2em !important;
  padding: 0;
}
.google-afc-image .google_ads_by a,
.google-afc-text .google_ads_by a {
  display: inline !important;
  text-decoration: none;
  border: medium none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin-bottom: .5em;
}
.google-afc-image ul .title,
.google-afc-text ul .title {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  display: block !important;
}
.google-afc-image ul .title a,
.google-afc-text ul .title a {
  letter-spacing: 0.3em;
  font-size: 17px !important;
  text-decoration: underline;
  padding: .5em 0;
}
.google-afc-image ul .summary,
.google-afc-text ul .summary {
  display: inline !important;
  font-size: 13px !important;
  line-height: 1em;
  margin: 0.2em 0.5em 0 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  letter-spacing: 0;
}
.google-afc-image ul .visible_url,
.google-afc-text ul .visible_url {
  font-size: 0.8em;
  margin-left: 0;
}
.google-afc-image ul .visible_url a,
.google-afc-text ul .visible_url a {
  font-size: 13px !important;
  border: medium none;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 2px;
  padding: .5em 0;
}
.google-afc-image .visible_url a:hover,
.google-afc-text .visible_url a:hover {
  text-decoration: underline;
}
.google-afc-image p.google_afc_inactive_notice,
.google-afc-text p.google_afc_inactive_notice {
  font-size: 0.9em;
  margin-top: 0;
  margin-right: 1em;
  margin-left: 1em;
  padding-top: 0;
  text-align: right;
}
.google-afc-image p.google_afc_inactive_notice a,
.google-afc-text p.google_afc_inactive_notice a {
  text-decoration: underline;
}
.google-afc-image .open-pro-modal,
.google-afc-text .open-pro-modal {
  display: inline-block;
  font-size: 12px;
  padding-top: 4px;
}
/* @HATENA-FOTOLIFE LIGHTBOX */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#colorbox #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#colorbox #cboxContent .cboxIframe {
  background: #fff;
}
#colorbox #cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#colorbox #cboxContent #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#colorbox #cboxContent #cboxLoadingGraphic {
  background: url('http://www.ramspocketradio.com/images/loading.gif?version=0667b52b10bfe31c29307364314cf0bd38294f0a') no-repeat center center;
}
#colorbox #cboxContent #cboxLoadingOverlay {
  background: #000;
}
#colorbox #cboxContent #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#colorbox #cboxContent #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxSlideshow,
#colorbox #cboxContent #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url('http://www.ramspocketradio.com/images/controls.png?version=bbfcfeb10d2d99dddaf970dedc34d4b50246b361') no-repeat 0 0;
}
#colorbox #cboxContent #cboxPrevious:active,
#colorbox #cboxContent #cboxNext:active,
#colorbox #cboxContent #cboxSlideshow:active,
#colorbox #cboxContent #cboxClose:active {
  outline: 0;
}
#colorbox #cboxContent #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#colorbox #cboxContent #cboxPrevious:hover {
  background-position: 0px -25px;
}
#colorbox #cboxContent #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#colorbox #cboxContent #cboxNext:hover {
  background-position: -25px -25px;
}
#colorbox #cboxContent #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#colorbox #cboxContent #cboxClose:hover {
  background-position: -50px -25px;
}
#colorbox #cboxContent .cboxSlideshow_on #cboxPrevious,
#colorbox #cboxContent .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
#colorbox #cboxContent .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
#colorbox #cboxContent .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
#colorbox #cboxContent .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
#colorbox #cboxContent .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/* @PAGE-ABOUT */
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @PAGE-ARCHIVE */
.page-archive .bookmark-widget-counter {
  text-decoration: none;
}
.page-archive .bookmark-widget-counter img {
  vertical-align: middle;
}
.page-archive .archive-entry {
  display: block;
  *zoom: 1;
}
.page-archive .archive-entry:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive .entry-thumb {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}
.page-archive span.highlight {
  background-color: #ffff8c;
  font-weight: bold;
  padding: .1em .2em;
  font-style: inherit;
  margin: .2em;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* @Custom Header-image */
.header-image-enable #blog-title {
  background: transparent;
}
.header-image-enable #blog-title #title,
.header-image-enable #blog-title #blog-description {
  background: transparent;
}
.header-image-enable #blog-title #blog-title-inner {
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}
.header-image-enable #blog-title #title a {
  color: #fff;
  -moz-text-shadow: 0px 0px 20px #000;
  -webkit-text-shadow: 0px 0px 20px #000;
  text-shadow: 0px 0px 20px #000;
}
.header-image-enable #blog-title #blog-description {
  font-weight: bold;
  color: #fff;
  -moz-text-shadow: 0px 0px 10px #000;
  -webkit-text-shadow: 0px 0px 10px #000;
  text-shadow: 0px 0px 10px #000;
}
.header-image-only #blog-title {
  background: transparent;
}
.header-image-only #blog-title #title,
.header-image-only #blog-title #blog-description {
  background: transparent;
}
.header-image-only #blog-title #blog-title-inner {
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}
.header-image-only #blog-title #title a {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-image-only #blog-title #blog-description {
  visibility: hidden;
}
.welcome-tooltip-newentry {
  position: absolute;
  z-index: 100;
  width: 180px;
  height: 60px;
  top: 40px;
  right: 200px;
  background: #4eacd1;
  padding: 10px;
  font-size: 80%;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.welcome-tooltip-newentry:before {
  content: '';
  position: absolute;
  border-bottom: 5px solid #4eacd1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
  right: 95px;
}
.welcome-tooltip-newentry p {
  margin: 0 0 5px 0;
}
.star-navigation-tooltip {
  position: relative;
  width: 180px;
  height: 60px;
  background: #4eacd1;
  padding: 10px;
  font-size: 80%;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.star-navigation-tooltip:before {
  content: '';
  position: absolute;
  border-bottom: 5px solid #4eacd1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
  left: 10px;
}
.star-navigation-tooltip p {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.quote-box {
  position: absolute;
  display: none;
  z-index: 3000;
  width: 32px;
  height: 72px;
  overflow: hidden;
}
.tooltip-quote {
  opacity: 0.6;
  display: none;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.tooltip-quote:hover {
  background-color: #000;
}
.tooltip-quote i {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.tooltip-quote.tooltip-quote-star:active i {
  color: #ffb638;
}
.quote-stock-panel .message-box,
.quote-stock-panel .error-box {
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.quote-stock-panel .btn {
  display: inline-block;
  padding: 4px 10px;
  line-height: 18px;
  color: #3d3f44;
  background-color: #f7f8f9;
  border: 1px solid #dfe5e7;
  -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;
  -webkit-appearance: none;
}
.quote-stock-panel .btn:hover {
  border-color: #ccc;
  background-color: #eef0f2;
  text-decoration: none !important;
}
.quote-stock-panel .btn-primary {
  color: #fff;
  background-color: #4eacd1;
  border-color: #4eacd1;
}
.quote-stock-panel .btn-primary:hover {
  background-color: #339bc3;
  border-color: #339bc3;
}
.message-box {
  font-size: 12px;
  line-height: 1.5;
  color: #3d3f44;
  padding: .8em;
  margin: .5em 0 1em;
  background-color: #F5FDFD;
  border-left: 5px solid #4eacd1;
  z-index: 3000;
}
.message-box p {
  margin: 0 0 .8em;
}
.message-box a {
  font-weight: normal;
}
.message-box h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
}
.error-box {
  font-size: 12px;
  line-height: 1.5;
  color: #3d3f44;
  padding: .8em;
  margin: .5em 0 1em;
  background-color: #FDF5F5;
  border-left: 5px solid #e0716d;
  z-index: 3000;
}
.error-box a {
  font-weight: normal;
}
.requote-button {
  position: absolute;
  bottom: .5em;
  right: .5em;
  z-index: 3000;
  display: none;
}
.requote-button .requote-button-btn {
  opacity: 0.3;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 1;
  border: none;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.requote-button .requote-button-btn:hover {
  opacity: 0.5;
}
.requote-button .requote-button-btn i {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.requote-button.is-visible {
  display: block;
}
/* Title Star */
.title-star-container {
  display: inline-block;
  margin-left: 4px;
}
.title-star-container .title-star-count {
  height: 14px;
}
.title-star-container .title-star-add-button {
  font-size: 26px;
  display: inline;
  cursor: pointer;
}
/* Circle */
.hatena-module-body .circle-urllist li {
  display: block;
  *zoom: 1;
}
.hatena-module-body .circle-urllist li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hatena-module-body .circle-urllist .circle-image {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 10px 0 0;
}
/* archive module */
.hatena-module-body .archive-module-button {
  display: inline;
}
.hatena-module-body .archive-module-show-button {
  cursor: pointer;
  display: none;
}
.hatena-module-body .archive-module-hide-button {
  cursor: pointer;
}
.hatena-module-body .archive-module-year-hidden .archive-module-months {
  display: none;
}
.hatena-module-body .archive-module-year-hidden .archive-module-show-button {
  display: inline;
}
.hatena-module-body .archive-module-year-hidden .archive-module-hide-button {
  display: none;
}
/* 闁㈤€ｈ浜� */
.related-entries {
  font-size: 100%;
}
.related-entries h2 {
  margin: 0 0 .8em 0;
}
.related-entries .related-entries-list {
  margin: 0;
  padding: 0;
}
.related-entries .related-entries-list li {
  list-style: none;
  margin-bottom: 10px;
  display: block;
  *zoom: 1;
}
.related-entries .related-entries-list li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.related-entries .related-entry-title {
  font-size: 120%;
  font-weight: bold;
}
.related-entries .related-thumb {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 10px 10px 0;
}
/* 銉栥儹銈板唴妞滅储 */
.hatena-module-search-top-box .search-form {
  border: 1px solid;
  -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;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.hatena-module-search-top-box .search-module-input {
  padding: 5px;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-top-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url('http://www.ramspocketradio.com/images/theme/search.png?version=5ce19ab982799e9f1225e7acae034e9d43b6e6b6') no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-top-box .search-module-button:hover {
  -moz-opacity: 0.85;
  opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
}
/* 妞滅储绲愭灉 */
.search-result {
  margin-bottom: 3em;
}
.search-result-form {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -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;
  max-width: 20em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.search-result-form .search-result-input {
  padding: 5px;
  color: #333;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.search-result-form .search-result-button {
  width: 20px;
  height: 20px;
  background: transparent url('http://www.ramspocketradio.com/images/theme/search.png?version=5ce19ab982799e9f1225e7acae034e9d43b6e6b6') no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.search-result-form .search-result-button:hover {
  -moz-opacity: 0.85;
  opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
}
/* 涓嬫浉銇嶅叡鏈夈伄銉兗銉€銉� */
.preview-draft-modal {
  color: #3d3f44;
  background-color: #ffffff;
  position: fixed;
  top: 64px;
  left: 50%;
  margin-left: -225px;
  padding: 1em;
  width: 450px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  text-align: center;
  z-index: 100;
  line-height: 1.5;
}
.preview-draft-modal.is-hidden {
  display: none;
}
.preview-draft-modal .preview-draft-modal-heading {
  font-size: 100%;
  margin-bottom: 1em;
  font-weight: bold;
}
.preview-draft-modal .preview-draft-modal-notices {
  font-size: 80%;
  text-align: left;
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.preview-draft-modal .preview-draft-modal-help {
  text-align: right;
  font-size: 0.8em;
}
.preview-draft-modal .preview-draft-modal-btn {
  display: inline-block;
  padding: 4px 10px;
  line-height: 18px;
  color: #3d3f44;
  background-color: #f7f8f9;
  border: 1px solid #dfe5e7;
  -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;
  -webkit-appearance: none;
}
.preview-draft-modal .preview-draft-modal-btn:hover {
  border-color: #ccc;
  background-color: #eef0f2;
  text-decoration: none !important;
}
/* globalheader鐢ㄩ殸銇楄臣瑾儨銈裤兂 */
#hidden-subscribe-button {
  display: none;
}
#globalheader {
  position: relative;
  z-index: 99;
  width: 100%;
  border: none;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '銉掋儵銈儙瑙掋偞 Pro W3', 'Hiragino Kaku Gothic Pro', '銉°偆銉偑', Meiryo, '锛汲 锛般偞銈枫儍銈�', 'MS PGothic', sans-serif;
}
#globalheader-container {
  height: 37px;
  width: 100%;
  z-index: 99;
}
.browsing-with-smartphone #globalheader-container {
  height: 44px;
}
.browsing-with-smartphone #globalheader-container iframe#globalheader {
  height: 44px;
}
.globalheader-fixed {
  margin-top: 37px;
}
.globalheader-fixed #globalheader-container {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.hatena-globalheader-window {
  position: fixed;
  top: 37px;
  right: 100px;
  width: 150px;
  height: 315px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 75%;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.hatena-globalheader-window iframe {
  width: 100%;
  height: 100%;
}
.hatena-globalheader-window.message {
  font-weight: bold;
  font-size: 100%;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px 35px;
  border: 1px solid #C6C3FF;
  background: #eff3ff url('http://www.ramspocketradio.com/images/admin/check.png?version=54e3b154276a9daca184174c7d95862d561bc819') no-repeat 7px 7px;
  color: #454545;
}
#notify-window {
  width: 250px;
}
#hatena-diary-dropdown-mymenu,
#hatena-diary-dropdown-blogmenu,
.hatena-diary-dropdown-myblogs {
  width: 200px;
}
#hatena-diary-feedback {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 37px;
  right: 188px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 9999;
}
#header-container #sp-suggest {
  background: #3d3f44;
  padding: 1em;
  text-align: center;
}
#header-container #sp-suggest a {
  display: inline-block;
  color: #3d3f44;
  background: #fff;
  padding: 1em;
  border-radius: .5em;
  text-decoration: none;
}
@media (min-width: 300px) {
  #header-container #sp-suggest a {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  #header-container #sp-suggest {
    padding: 3em;
    text-align: center;
  }
  #header-container #sp-suggest a {
    font-size: 50px;
    padding: 1em;
    border-radius: .5em;
  }
}
.hatena-iframe-container {
  position: fixed;
  top: 37px;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  z-index: 9999;
}
.hatena-iframe-container .loading {
  display: block;
  position: absolute;
  margin: 0;
  padding: 10% 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: #fff;
  opacity: 0.8;
}
.hatena-iframe-container .loading img {
  vertical-align: middle;
  margin: 2px;
}
.hatena-iframe-container iframe {
  width: 100%;
  height: 100%;
}
.hatena-iframe-container.popup {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#hatena-diary-edit-in-place {
  left: 10%;
  top: 37px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}
#hatena-diary-dropdown-notify {
  width: 250px;
  height: 300px;
}
.blog-sprite-allabout-guide {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 44px;
  height: 11px;
  background-position: 0px -11px;
}
.blog-sprite-customize-article {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 16px;
  background-position: -58px -16px;
}
.blog-sprite-customize-background-color {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 15px;
  background-position: -48px -44px;
}
.blog-sprite-customize-background-image {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 12px;
  background-position: -58px -32px;
}
.blog-sprite-customize-css {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 15px;
  background-position: -32px -44px;
}
.blog-sprite-customize-footer {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 16px;
  background-position: -16px -44px;
}
.blog-sprite-customize-header {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 16px;
  background-position: 0px -44px;
}
.blog-sprite-customize-sidebar {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 16px;
  height: 16px;
  background-position: -58px 0px;
}
.blog-sprite-customize-smartphone {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 10px;
  height: 16px;
  background-position: -74px 0px;
}
.blog-sprite-library {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 41px;
  height: 11px;
  background-position: 0px -22px;
}
.blog-sprite-npo {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 25px;
  height: 11px;
  background-position: -25px -33px;
}
.blog-sprite-pro {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 25px;
  height: 11px;
  background-position: 0px -33px;
}
.blog-sprite-sponsored {
  background-image: url('http://www.ramspocketradio.com/images/sprite.png?version=cb5ff14e1c179370f2783ae36f5a86fdb1f3a884');
  width: 58px;
  height: 11px;
  background-position: 0px 0px;
}
[class^="blog-sprite-"],
[class*=" blog-sprite-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  *margin-right: .3em;
  margin-right: 2px;
}
[class^="blog-sprite-"]:last-child,
[class*=" blog-sprite-"]:last-child {
  *margin-left: 0;
}
[class^="blog-sprite-big-"],
[class*=" blog-sprite-big-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  *margin-right: .3em;
  padding-right: 0;
  margin-right: 3px;
}
.blog-sprite-pro,
.blog-sprite-npo,
.blog-sprite-sponsored,
.blog-sprite-library,
.blog-sprite-allabout {
  margin: 0 3px;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  [class^="blog-sprite-"],
  [class*=" blog-sprite-"] {
    background-image: url('http://www.ramspocketradio.com/images/sprite@2x.png?version=9f62ef308a4f1f4633bf4f1955bdd8cbd5a953cc');
    background-size: 84px auto;
  }
}
/*
Common.LESS
Description: 銉︺兗銈躲兗銇儢銉偘銆乻ervice銆乤dmin 銇叏銇︺仹瑾伩銇撱伨銈屻倠銈广偪銈ゃ儷
Author: Hatena Blog Team
*/
/* 搴冨憡娑堛仚銉溿偪銉炽亱銈塒RO銇獦灏庛仚銈� */
.modal-window-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}
a.open-pro-modal {
  visibility: hidden;
}
.pro-modal-container {
  position: fixed;
  width: 500px;
  height: 250px;
  z-index: 110;
  background-color: #ffffff;
}
.favicon {
  margin-right: .3em;
  vertical-align: text-top;
}
.touch-afc-block .google_afc_blocklink {
  text-align: left;
  line-height: 1.5;
  position: relative !important;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', '銉掋儵銈儙瑙掋偞 Pro W3', 'Hiragino Kaku Gothic Pro', '銉°偆銉偑', Meiryo, '锛汲 锛般偞銈枫儍銈�', 'MS PGothic', sans-serif;
}
.touch-afc-block .google_afc_blocklink a {
  color: #2c6ebd;
  padding: 8px;
  font-weight: bold;
}
.touch-afc-block .google_afc_blocklink ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.touch-afc-block .google_afc_blocklink li {
  padding: 0 10px;
}
.touch-afc-block .google_afc_blocklink .title {
  margin: 0;
  background: transparent;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}
.touch-afc-block .google_afc_blocklink .title a {
  padding: 8px 0;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  text-decoration: underline;
}
.touch-afc-block .google_afc_blocklink .summary {
  margin: 0 0 -8px 0;
  font-size: 11px;
  display: block;
  text-align: justify;
  color: #aaa;
}
.touch-afc-block .google_afc_blocklink .summary .line2,
.touch-afc-block .google_afc_blocklink .summary .line3 {
  display: block;
}
.touch-afc-block .google_afc_blocklink .visible_url a {
  padding: 14px 0 7px 0;
  margin-right: 75px;
  display: block;
  word-wrap: break-word;
  line-height: 14px;
  font-size: 16px;
  text-decoration: none;
}
.touch-afc-block .google_afc_blocklink .google_ads_by {
  position: absolute;
  display: block;
  font-size: 11px;
  right: 8px;
  bottom: 8px;
}
.touch-afc-block .google_afc_blocklink .google_ads_by a {
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}
.ad-enjapan-responsive-mode {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ad-enjapan-responsive-mode img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
}
.ad-enjapan-responsive-mode .enjapan-label {
  display: block;
  color: #9aa5ab;
  font-size: 80%;
  text-align: left;
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}
.adx-responsive-mode {
  margin-top: 1em;
  margin-bottom: 1em;
}
.adx-responsive-mode > div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.adx-responsive-mode iframe {
  margin-left: auto;
  margin-right: auto;
}