/* <system section="theme" selected="6435922169449274523"> */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size:100%;
}

img {
	border:none;
}

ol, ul{
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Open Sans","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

/* navigation design */
#globalheader-container {
    color: #fff;
    background: #444;
    background: rgba(0,0,0,0.6);
    /*
    box-shadow: 0 0 5px #000;
    */
    width 100%;
}

/* headline design */
#blog-title {
    width: 1000px;
    margin: auto;
    padding: 20px 20px;
}

/* container rayout */
#content {
    width: 1000px;
    margin: auto auto 50px;
    background: #fff;
}

#container * {
/*
    -webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
*/
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
    width: 750px;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

/* title design */
#title {
    font-size: 250%;
    color: #fff;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff,2px 2px 2px #999;
    font-weight: bold;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #000;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #999;
}

.header-image-enable #blog-description {
    text-align: center;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding: 20px 20px 0;
}

.breadcrumb a {
    color: #ff3399;
}

/* calender rayout */
.entry-header .date a {
    display: block;
    font-family: 'Open Sans', serif;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: orange;
    text-align: center;
    color: #fff;
}

.entry-header .date a:hover {
    background: #000;
    text-decoration: none;
}

/* entry headline */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
    margin: 0.1em 0;
}

.entry-title a {
    color: #000;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    left: -60px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    font-size: 80%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    box-shadow: 0 0 10px #000;
}

.categories a {
    color: #666;
    font-size: 80%;
}

.categories a:before {
  content: '\25B8';
}

/* entry design */
.entry {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px  #aaa;
}

.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 100%;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
    color: #2d6bc4;
}

a.keyword {
    color: #000;
    border-bottom: dotted 1px #aaa;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h4 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h5 {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

/*
.entry-content blockquote {
    background: #ece4e8;
    padding: 20px;
	margin: 0.8em 0;
}

.entry-content blockquote p {
    margin: 0;
}
*/

.entry-content blockquote {
	padding: 20px 55px;
	background: #efefef;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.entry-content blockquote p {
	font-size: 90%;
}

.entry-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top:0;
	left:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.entry-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom:0;
	right:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.entry-content blockquote img {
	max-width: 100%;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content pre {
    color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    background: #333;
    font-size: 100%;
}

.entry-content pre.code {
    color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    background: #333;
    font-size: 80%;
}

.entry-content pre a.keyword {
    color: inherit;
    text-decoration: underline;
    margin: 0.5em 0;
}

/*
.entry-content table {
    border-collapse: collapse;
    border: solid 1px #000;
    font-size: 90%;
}

.entry-content th {
    background: #eee;
}

.entry-content th, .entry-content td {
    border: solid 1px #000;
    padding: 3px 6px;
}
*/

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.entry-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.entry-content th, .entry-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.entry-content td {
	background: #fff;
}

.entry-content ul li {
    list-style-type: square;
    margin-left: 30px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed  {
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed  li {
    list-style-type: none;
    font-size: 90%;
	margin: 0;
}

.entry-content dl {
    margin: 0.8em 0;
}

.entry-content dt {
    font-weight: bold;
}

.entry-content dd {
    margin-left: 40px;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 710px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    border-radius: 3px;
    box-shadow: 0 2px 4px #ccc;

    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover  {
/*
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    box-shadow: 0 0 7px #999;
*/
	opacity: 0.7;
}


.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.hatena-star-container {
    margin-bottom: 10px;
}

/* comment design */
.entry-comment {
	margin-top: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border-left: dotted 1px #999;
}

.entry-comment:hover {
    box-shadow: 0 0 4px #000;
}

.comment-content {
    font-size: 90%;
    padding: 5px;
    
    word-wrap: break-word;
}

.comment-metadata {
    font-size: 90%;
}

.entry-footer .leave-comment-title {
	padding: 5px 8px;
    background-color: #999;
    color: #fff;
    
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}

.entry-footer .leave-comment-title:hover {
    background-color: #000;
    text-decoration: none;
}

/* sidebar design */
#box2 {
    width: 250px;
    float: right;
    padding: 20px;
    background-color: #fff;
}

.hatena-module {
    margin-bottom: 30px;
}

.hatena-module a {
    color: #4c4c4c;
}

.hatena-module a:hover {
    color: #4c4c4c;
}

.hatena-module-title {
    font-size: 120%;
    color: #4c4c4c;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
}

.hatena-module-body {
    font-size: 80%;
}

/* eroge bunner optimize */
.hatena-module-body a .erg {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
	
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 5px 10px #999;
}

.hatena-module-body:hover a .erg {
    opacity: 0.8;
}

.hatena-urllist li {
    padding: 0.3em 0;
}

.hatena-urllist li:before {
  content: '\25B8';
}

.hatena-urllist .archive-module-year:before {
  content: '';
}

.recent-entries li:before {
  content: '';
}

.recent-entries li div:before {
  content: '\25B8';
}

.archive-module-month {
	list-style-type: none !important;
}

/* profile design */
.profile-icon {
    box-shadow: 0 1px 4px #999;
    border-radius: 50%;
}

.id {
    display: block;
}

.profile-description {
    margin: 0.8em 0;
}

/* searchbox design */
.search-module-input {
    width: 150px;
    height: 25px;
    padding: 3px 5px;
    border: solid 1px #aaa;
    vertical-align: middle;
}

.search-module-button {
    height: 25px;
    padding: 0 6px;
    line-height: 25px;
    background-color: #999;
    color: #fff;

    border: none;
    cursor: pointer;
    margin-left: -4px;
    vertical-align: middle;
}

.search-module-button:hover {
    background-color: #000;
}

/* pager design */
.pager-prev a {
    color: #ff3399;
}

.pager-next a {
    color: #ff3399;
}

/* archive design */
.page-archive #main a {
    color: #4c4c4c;
}

.page-archive #main p {
    font-size: 90%;
    color: #4c4c4c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #3489bd;
}

.page-archive #main .entry-title {
    color: #2d6bc4;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive #main li {
    margin-left: 30px;
}

.page-archive section {
    margin-bottom: 10px;
}

/* about */
.page-about #main dd {
    margin-bottom: 10px;
}

/* corresponding problem of height */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    background-color: #444;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px;
    font-size: 80%;
}

#footer a {
    color: #fff;
}

#footer img {
    border-radius: 50%;
}

/* scroll button design */
#page-top {
    width: 40px;
	height: 40px;
    font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 95px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-top:hover {
    opacity: 1;
}

#page-down {
    width: 40px;
	height: 40px;
	font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 145px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-down:hover {
    opacity: 1;
}

#top-editarea, #bottom-editarea {
	width: 1000px;
	margin: 0 auto;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */

/* <system section="background" selected="custom"> */
body{ background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/w/wasavi0032016/20170522/20170522153622.gif'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: center top;}
/* </system> */
.entry-content {
    font-size:20px;
}

/* 邪魔なキーワード下線を消す */
a.keyword {
    border: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default;
    color: #5A5A5A;
}

/*続きを読むボタン*/
.entry-see-more {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  color:#333;
  border: 2px solid #333;
  border-radius: 3px;
  transition: .01s
}

.table-of-contents {
border: 1px solid #e4e4e4;
padding: 20px 10px 20px 40px;
list-style-type: decimal;
border-radius: 5px;
font-size: 90%;
}
.table-of-contents:before{
content: "目次";
font-size: 120%;
}
.table-of-contents li,
.table-of-contents ul{
list-style-type: decimal;
}
.table-of-contents{
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: #f0f0f0;/*背景色はここから変更*/
}

.entry-content ul li {
	list-style-type: none;
	position: relative;
}

.entry-content ul li {
	list-style-type: none;
	position: relative;
}

/* 目次対策 */
.table-of-contents li{
	list-style-type: decimal!important;
	border: none!important;
}
.table-of-contents li:after{
	border: none!important;
}

/* エントリータイトルのデザイン */
.entry-title {
  font-weight: bold;
  font-size: 26px;
  position: relative;
  padding: 1em 0;
}
.entry-title::before,
.entry-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.entry-title::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.entry-title::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/* 本文余白 */
#main {
width: 720px;
padding: 20px 29px;
}


/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#000;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#e74c3c;
}

/* 罫線 */
hr {
    border:0;
    border-bottom:1px dashed #999;
}

/* リンク色の変更*/
a:hover {/*マウスが上に乗っている状態*/
color:#FF0099;　←ピンク色
text-decoration:underline;　←下線を表示
}

/* 画像の余白 */
img.yohaku1{margin:20px;}

/* 先頭の文字だけ拡大 */
p.impact:first-letter
      {
         font-weight: bold;
         font-size: 200%;
      }


/* 段落先頭1字下げ */
p {
   text-indent: 25px;
}


/*-- アイキャッチ画像をを角丸に変更する --*/
 
#topnews img {
  width: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
}
 
#kanren img {
  width: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


/*-- ブログタイトルの文字大きさ変更 --*/
/*blog title size*/
#title{
    font-size: 1.5.9em;
}


/* ---------ふい字------------ */
@font-face {
font-family: 'HuiFontP109';
src: url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.eot');
src: url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.eot?#iefix') format('embedded-opentype'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.woff') format('woff'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.ttf') format('truetype'), url('http://hatenablog.com/fonts/public/HuiFont/HuiFontP109.svg#HuiFontP109') format('svg');
font-weight: normal;
font-style: normal;
} 

 

/* ---------タイトルをふい字に------------ */
#title a {
font-family: 'HuiFontP109', sans-serif;
} 

 

/* ---------ブログの説明をふい字に------------ */
#blog-description {
font-family: 'HuiFontP109', sans-serif;
}




*****ここから会話のCSS*****/
.talk-wrap{
 display: block;
 clear: both;
 margin:0 auto 3px auto;
 }
.talk-wrap p{
 margin:0;
 }
 .left-icon{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: no-repeat;
 background-size: 180%;
 background-position: center;
 float:left;
 display:inline-block;
 box-shadow: 1px 1px 5px #aaa; /*左のアイコンの影の設定*/
 border: 3px solid #fff; /*左のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-left{
 float:right;
 position: relative;
 background: #fff; /*左の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*左の会話の影の設定*/
 margin-bottom: 10px;
 }
.talk-left:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-right-color: #666;
 position: absolute;
 left: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-left:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-right-color: #fff;
 position: absolute;
 left: -16px;
 top: 25%;
 margin-top: -8px;
}
 .right-icon{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 -webkit-border-radius:50%;
 background: no-repeat;
 background-size: 180%;
 background-position: center;
 float:right;
 display:inline-block;
 box-shadow: 1px 1px 5px #aaa; /*右のアイコンの影の設定*/
 border: 3px solid #FFF; /*右のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-right{
 float:left;
 position: relative;
 background: #fff; /*右の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*右の会話の影*/
 margin-bottom:10px;
 }
 .talk-right:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-left-color: #666;
 position: absolute;
 right: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-right:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-left-color: #fff;
 position: absolute;
 right: -16px;
 top: 25%;
 margin-top: -8px;
}
.talk-end{
 clear:both;
}
/*****レスポンシブ設定*****/
@media screen and (max-width: 480px){
 .left-icon{
 width: 80px;
 height: 80px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 80px;
 height: 80px;
 }
 .talk-right{
 width: 65%; 
 }
 }
 @media screen and (max-width: 380px){
 .left-icon{
 width: 60px;
 height: 60px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 60px;
 height: 60px;
 }
 .talk-right{
 width: 65%; 
 }
 }
ブログでの使い方



/* フリースペース上下の余白の設定 */
.freespaceArea {
  margin-top: 0px; /* 上 */
  margin-bottom: 0px; /* 下 */
}