@charset "utf-8";
/* <system section="theme" selected="6435922169449487976"> */
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #5cc1cb;
  font-size: 14px;
  line-height: 1.6;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #fff;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
input:not([type="text"]) {
  cursor: pointer;
}
table, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* @Layout
====================================== */
#globalheader-container {
  background: #2e3740;
}
#footer,
#container {
  width: 440px;
  padding: 10px 0;
  margin: 0 auto;
}
#footer {
  padding: 0 0 30px;
  text-align: center;
}
#footer address,
#footer p {
  display: inline;
  margin: 0 5px;
}
#footer address img {
  margin-bottom: -2px;
}

/* @Title
====================================== */
#blog-title {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}
#blog-title-inner {
  padding: 30px 0;
}
#title {
  font-size: 48px;
  line-height: 1.2;
}
#blog-description {
  font-size: 13px;
}

/* @Entry Header
====================================== */
.entry-header {
  position: relative;
  padding: 15px 25px;
  background: #d36361;
}
.entry-title {
  font-size: 28px;
  line-height: 1.2;
}
.entry-header .categories {
  position: absolute;
  margin-top: 22px;
  font-size: 12px;
}
.entry-header .categories a {
  margin-right: 3px;
  color: #667380;
}
.entry-header .categories a:after {
  content: ',';
  margin-left: 1px;
}
.entry-header .categories a:last-child:after {
  display: none;
}
.entry-header-menu {
  position: absolute;
  top: 15px;
  right: 20px;
}

/* @Entry Content
====================================== */
.entry {
  margin: 20px 0 40px;
  background: #fff url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130228/20130228173516.gif) repeat 0 0;
  color: #2e3740;
}
.entry-footer a,
.entry-content a {
  border-bottom: 1px dotted #ccc;
  color: #667380;
}
.entry-footer a:hover,
.entry-content a:hover {
  text-decoration: none;
  border: 0;
}
.entry-content {
  padding: 25px;
}
.entry-content p,
.entry-content cite {
  display: block;
  margin: 15px 0;
}
.entry-content cite {
  font-size: 12px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 35px 0 15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a {
  color: #fff;
}
.entry-content h1 a:hover,
.entry-content h2 a:hover,
.entry-content h3 a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  margin-left: -25px;
  margin-right: -25px;
  padding: 5px 25px;
  font-size: 24px;
  background: #e5c41d;
}
.entry-content h4 {
  font-size: 22px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 14px;
  font-weight: bold;
}
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #2e3740;
}
.entry-content dl {
  margin: 15px 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  padding-left: 20px;
  margin-bottom: 10px;
}
.entry-content .hatena-asin-detail,
.entry-content blockquote,
.entry-content pre {
  background: #f0f0f0;
  margin: 10px 0;
  padding: 10px 20px;
  border: 0;
}
.entry-content img,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
.entry-content .hatena-asin-detail {
  padding: 20px;
}
.entry-content .hatena-asin-detail-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.entry-content blockquote ul,
.entry-content .hatena-asin-detail-info ul {
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.entry-content blockquote li,
.entry-content .hatena-asin-detail-info li {
  padding: 0;
  margin: 2px 0;
  border: 0;
}
.entry-content th,
.entry-content td {
  padding: 7px 12px;
  border: 1px solid #ccc;
}
.entry-content th {
  background: #f0f0f0;
}

.entry-content ul,
.entry-content ol {
  position: relative;
  margin: 15px 30px 15px 0;
  padding: 12px 15px;
  background: #e6e6e6;
  list-style: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.entry-content li {
  word-break: break-word;
}
.entry-content li img,
.entry-content li iframe,
.entry-content li object {
  float: none;
  max-width: 100%;
  margin: 0;
}
.entry-content ul li + li,
.entry-content ol li + li,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.entry-content ol ul,
.entry-content ol ol {
  border-color: #b5d96d;
}
.entry-content ul li + li,
.entry-content ol li + li {
  border: 0;
  padding: 0;
  margin-top: 5px;
}
.entry-content ul:before,
.entry-content ol:before {
  position: absolute;
  content: '';
  display: block;
  bottom: 10px;
  width: 12px;
  height: 12px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -ms-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
}
.entry-content ul:before {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130228/20130228120842.gif);
  left: -12px;
}
.entry-content ol {
  margin: 15px 0px 15px 30px;
  background: #d3ee9c;
}
.entry-content ol:before {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130228/20130228120843.gif);
  right: -12px;
}
.entry-content ul ul:before,
.entry-content ul ol:before,
.entry-content ol ul:before,
.entry-content ol ol:before {
  display: none;
}
.entry-content {
  overflow: visible;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 1.5) {
  .entry-content ul:before {
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130301/20130301120004.gif);
  }
  .entry-content ol:before {
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130301/20130301120005.gif);
  }
}

/* @Entry Footer
====================================== */
.entry-footer {
  padding: 0 25px;
}
#google_afc_user_container {
  text-align: center;
}
.comment-box {
  padding: 20px 25px;
  margin: 20px -25px 0;
  border-top: 3px dashed #5cc1cb;
}
.comment-box .leave-comment-title {
  display: block;
  padding: 10px;
  border: 0;
  background: #92bd3a;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.comment-box .leave-comment-title:hover {
  background: #d36361;
}
.comment-box .comment {
  list-style: none;
}
.comment-box .comment li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.comment-box .comment .comment-content {
  margin: 10px 0;
}
.comment-box .comment time {
  color: #999;
}
.pager {
  overflow: hidden;
  margin: 20px 0;
}
.pager-next {
  float: right;
}
.pager-prev {
  float: left;
}

/* @Side
====================================== */
#box2 {
  margin: 40px 0;
  background: #fff url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130228/20130228173516.gif) repeat 0 0;
}
.hatena-module {
  padding: 20px 25px;
  border-top: 3px dashed #5cc1cb;
  color: #2e3740;
}
.hatena-module a {
  border-bottom: 1px dotted #ccc;
  color: #667380;
}
.hatena-module a:hover {
  text-decoration: none;
  border: 0;
}
.hatena-module:first-child {
  border: 0;
}
.hatena-module-title {
  margin-bottom: 5px;
  font-size: 22px;
}
.hatena-module-title a {
  color: #2e3740;
  border: 0;
}
.hatena-module-profile {
  overflow: hidden;
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  clear: none;
  display: block;
  margin-left: 80px;
}
.search-module-input {
  width: 210px;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #5cc1cb;
  font-size: 14px;
}
.search-module-button {
  height: 38px;
  margin: 0 0 0 -8px;
  padding: 0 10px;
  border: 1px solid #5cc1cb;
  background: #fff;
  color: #5cc1cb;
  font-size: 14px;
}
.hatena-module .hatena-urllist {
  padding-left: 25px;
}
.hatena-module .hatena-urllist li {
  margin: 5px 0;
}

/* @Page
====================================== */
.page-archive #main {
  margin: 20px 0 40px;
  background: #fff;
  color: #2e3740;
}
.page-archive #main a {
  border-bottom: 1px dotted #ccc;
  color: #667380;
}
.page-archive #main a:hover {
  text-decoration: none;
  border: 0;
}
.page-archive #main-inner {
  padding: 10px 25px;
}
.page-archive section {
  margin: 20px 0;
}
.page-archive section h1 {
  font-size: 14px;
}
.page-archive section ul {
  padding-left: 25px;
}
.page-archive section li {
  margin: 0 0 10px;
}
.page-archive #main section .entry-title {
  color: #2e3740;
  font-size: 18px;
}
.page-about #main dt {
  float: left;
  width: 150px;
  padding: 10px 0 10px 5px;
}
.page-about #main dd {
  padding: 10px 5px;
  margin: 0;
}
.page-about #main dd:nth-child(4n-2) {
  background: #f0f0f0;
}

/* </system> */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 全体 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
body{
    background-color: #fff;
}
#container{
        width: 1500px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* ヘッダ */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 色 */
.header-image-enable #blog-title #title a      { color: #FFFFFF; text-decoration: none; }
.header-image-enable #blog-title #title a:hover{ color: #0098FF; }
#header-links        { color: #FFFFFF; }
#header-links a      { color: #FFFFFF; text-decoration: none; }
#header-links a:hover{ color: #0098FF; }

/* フォント */
h1#title{
    font-: 75px;
	font-family: 'メイリオ';
	font-weight: bold;
}
#top-editarea{
	font-size: 24pt;
	font-weight: bold;
}

/* 位置 */
h1#title{
	position: absolute;
	right: -76px;
	bottom: 30px;
}
#top-editarea{
	position: relative;
	top: -61px;
	margin-bottom: -30px;
	padding-right: 6px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 記事 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* タイトルリンク色 */
.entry-title a       { color: #0098FF; text-decoration: none; }
.entry-title a:hover { color: #FF0080; }

/* 本文リンク色 */
.entry-footer a,       .entry-content a      { color: #0098FF; text-decoration: none; border: 0; }
.entry-footer a:hover, .entry-content a:hover{ color: #FF0080; text-decoration: none; border: 0; }


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* フッタ */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* フッタ項目色 */
.hatena-module-title,
.hatena-module-title a{
	color: #333;
	pointer-events: none;
	cursor: text;
}

/* リンク色 */
.hatena-module-body a       { color: #0098FF; text-decoration: none; border: none; }
.hatena-module-body a:hover { color: #FF0080; }


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 記事詳細 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.date{
	display: none;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* ブログタイトル詳細 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
#blog-title-inner{
    padding: 0px;
}

/* フォント詳細 */
.header-image-enable #blog-title #title a{
	text-shadow: none;
	display: inline-block;
	transform:scale(0.8,1);			/* W3C */
	-webkit-transform:scale(0.8,1);	/* Safari and Chrome */
	-moz-transform:scale(0.8,1);	/* Firefox */
	-ms-transform:scale(0.8,1);		/* IE 9 */
	-o-transform:scale(0.8,1);		/* Opera */
}

/* タイトル下リンク */
#top-editarea{
	text-align: right;
	height: 26px;
	background: none;
}
#header-links a{
	display: inline-block;
	transform:scale(0.8,1); /* W3C */
	-webkit-transform:scale(0.8,1); /* Safari and Chrome */
	-moz-transform:scale(0.8,1); /* Firefox */
	-ms-transform:scale(0.8,1); /* IE 9 */
	-o-transform:scale(0.8,1); /* Opera */
}
#header-links span{
	position: relative;
	top: -1px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 最下部詳細 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
#box2-inner{
    background-color:#fff;
	text-align: right;
}
.hatena-module{
	border:none;
	background-color:#fff;
	text-align: left;
}
.hatena-module{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0px;
	padding: 8px;
	clear: both;
}
.hatena-module-search-box{
	padding-right: 0px;
}

.hatena-module-title{
	font-size:12pt;
	font-weight:bold;
	border-bottom: 1px dashed #5cc1cb;
}
.hatena-module-body{
	font-size:9pt;
}

/* 最下部検索フォーム */
.hatena-module-body input[type="text"]{
	width: 100px;
	height: 24px;
}
.hatena-module-body input[type="submit"]{
	height: 26px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

/* 最下部リスト */
.hatena-module-links ul,
.hatena-module-links li,
.hatena-module-recent-entries ul,
.hatena-module-recent-entries li,
.hatena-module-category ul,
.hatena-module-category li
{
	list-style-type: none;
	padding-left: 0px ! important;
	margin-left: 0px ! important;
}

/* フッター消えきってないところ消す */
#footer{
	display: none;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 記事詳細 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.entry-inner  { background-color:#fff; }
.entry-header { padding: 0px; }
.entry-content{ padding: 0px; }
.entry-footer { padding: 0px; }
.hatena-star-container{
	height: 0px;
	min-height: 0px ! important;
	margin: 0px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #5cc1cb;
}
.entry-footer-section{
	background-color: #eee;
	padding: 3px;
	padding-right: 8px;
	text-align: right;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 記事タイトル */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.entry-header{
	background:none;
}
.entry-title{
	font-size: 2em;
	font-weight: bold;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 画像 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.entry-content img.hatena-fotolife{
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* Youtube */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.entry-content iframe{
	height: 600px;
    width: 1080px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* スター消す */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.hatena-star-container span{
	display: none;
}
.select_star_button_container,
.select_star_button_container img
{
	display: none;
	width: 0px;
	height: 0px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* その他 */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.entry-header .categories{
	background-color: #fee;
	display: block;
	display: none;
}
.entry-footer-categories:after{
	content:'　|　';
}
.entry-footer-time:before{
	content:'　|　';
}
.header-image-enable #blog-title #blog-title-inner{
	height: 400px;
}
#blog-title-inner{
	background-position: 0px;
}