<system section="theme" selected="alpha2"> */
@charset "UTF-8";
@font-face {  
    font-family: Mplus;  
    src: url('https://dl.dropboxusercontent.com/s/skqa667nirg9tja/mplus-1p-regular.eot');  
}  
/* FOR Firefox, Opera, Safari */  
@font-face {  
    font-family: Mplus;  
    src: url('https://dl.dropboxusercontent.com/s/buz30eufawfuxq1/mplus-1p-regular.woff') format("truetype");  
}
/* ----- POPULAR_ENTRY ----- */
.htbl_popular_entries {
  width: 850px;
  height: 242px;
  margin-top: 10px;
}
.htbl_popular_entry {
  position: relative;
  background: #ddd;
  width: 200px;
  height: 242px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 1px;
}
.htbl_popular_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_popular_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.985);
  text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_popular_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_popular_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
}
.htbl_popular_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.htbl_popular_entry_text span.entry_hatebu { position: absolute; left: 5px; bottom: 0px; }

.header-image-only #blog-title #blog-title-inner {
  height: 60px !important;
}
.color {
  color: #e06791;
  font-weight: bold;
}
.ue {
  list-style-position:inside ;
  list-style-image: url("https://dl.dropboxusercontent.com/s/avedueef87z3m3u/scrolltop_pink.png");
}
.shita {
  list-style-position:inside ;
  list-style-image: url("https://dl.dropboxusercontent.com/s/ihqgv1nai133a1c/scrolldown_pink.png");
}
.center {
  text-align: center;
  margin: 0px auto;
}
.float {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
 html .clearfix {
  height: 1px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* text properties */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.nodeco {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.nolist {
  list-style-type: none;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
/* CSS3 properties */
/*------- RESET ----------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*------- END RESET ----------*/
/* base */
html,
body {
  background: #ececec;
  color: #5F5F5F;
  font-family: Mplus;
  font-size: 18px;
}
a {
  color: #e06791;
}
#blog-title {
  height: 100px;
}
#blog-title a {
  color: #e06791;
}
#blog-title #blog-description {

}
.entry {
  width: 850px;
  padding: 30px 40px 30px 40px;
  margin: 0 auto;
  background: #fff;
  border-top: 2px dashed #ccc;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0px auto;
  position: relative;
}
.entry .entry-inner {
  text-align: left;
}
.entry .entry-header {
  margin-bottom: 30px;
}
.entry .entry-header-menu {
  position: absolute;
  right: 0;
  top: -25px;
}
.entry .entry-header-menu a {
  background: #e06791;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
}
.entry .entry-title a {
  color: #7f7f7f;
  font-weight: normal;
  font-weight:bold;
  text-decoration: none;
  font-size: 18px;
}
.entry a[href^="http"] {
  background:url(https://dl.dropboxusercontent.com/s/y6ksdov00erb2mw/apink.png) no-repeat right center;
  padding-right:18px;
  margin-right:5px;
}
.hatena-asin-detail a[href*="rinomikuron-22"]  {
  background:none;
  padding-right:0px;
  margin-right:0px;
}
.hatena-asin-detail-info a[href*="rinomikuron-22"]  {
  background:url(https://dl.dropboxusercontent.com/s/y6ksdov00erb2mw/apink.png) no-repeat right center;
  padding-right:18px;
  margin-right:5px;
}
.entry a[href^="http://d.hatena.ne.jp/"],.entry a[href^="http://blog.hatena.ne.jp/"],.entry a[href^="http://b.hatena.ne.jp/entry/"]
,.entry a[href^="https://itunes.apple.com/"],.entry a[href^="https://re-fort.hatenablog.com/"],.entry a[href^="https://twitter.com/search"]  {
  background:none;
  padding-right:0px;
  margin-right:0px;
}
.entry a.out {
  background:none;
  padding-right:0px;
  margin-right:0px;
}
.hatena-asin-detail a [href*="rinomikuron-22"]:first-child {
  background:none;
  padding-right:0px;
  margin-right:0px;
}
.entry .date {
  background: #e06791;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 55px;
  height: 42px;
  margin-bottom: 0px;
  line-height: 1;
  padding-top: 13px;
  position: absolute;
  top: -10px;
  left: -20px;
}
.entry .date a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.entry .date a:hover {
  background: none;
}
.entry .date-year {
  display: block;
}
.entry .hyphen {
  display: none;
}
.entry-header .categories {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 6px;
}
.entry .categories a {
  background: url(https://dl.dropboxusercontent.com/s/5g7j34kdvdp49um/tag.png) no-repeat 2px center #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  color: #999999;
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
  padding: 0px 5px 0 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.entry .categories a:hover {
  background-color: #e6e6e6;
  text-decoration: none !important;
}
.entry .categories.no-categories {
  margin: 0;
}
.entry .entry-footer {
  font-size: 12px;
  margin-bottom: 30px;
}
.entry .social-buttons {
  margin-top: 20px;
}
.entry-content {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.entry-content p {
  margin: 0.8em 0;
}
.entry-content img {
  max-width: 560px;
  height: auto;
}
.pager {
  text-align: center;
  margin: 0px auto;
  margin: 20px auto;
  font-size: 12px;
  width: 640px;
  position: relative;
  height: 70px;
}
.pager .pager-next {
  background: url('images/pager.png') no-repeat 0 0;
  display: block;
  width: 22px;
  height: 40px;
  position: absolute;
  right: 15px;
}
.pager .pager-next:hover {
  background-position: 0 -40px;
}
.pager .pager-prev {
  background: url('images/pager.png') no-repeat 0 -80px;
  display: block;
  width: 22px;
  height: 40px;
  position: absolute;
  left: 15px;
}
.pager .pager-prev:hover {
  background-position: 0 -120px;
}
.pager a {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  width: 400px;
  left: -180px;
  top: 0;
  padding-top: 20px;
  color: #7f7f7f;
}
#box2 {
  width: 100%;
  border-top: 2px dashed #ccc;
}
#box2 #box2-inner {
  width: 900px;
  text-align: center;
  margin: 0px auto;
  margin-top: 30px;
  display: block;
  zoom: 1;
}
#box2 #box2-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#box2 .hatena-module {
  text-align: left;
  padding: 0 20px 40px 20px;
  width: 400px;
  float: left;
}
#box2 .hatena-module .hatena-module-title {
  font-size: 20px;
  margin-bottom: 1em;
}
#box2 .hatena-module .hatena-urllist li {
  list-style-type: none;
  padding: 3px 0;
}
.hatena-module-profile .profile-description {
  font-size: 12px;
  margin: 5px 0;
}
.hatena-follow-button-box {
  position: absolute;
  z-index: 9999;
}
.search-form {
  position: absolute;
  top: 80px;
  right: 50px;
  z-index: 9999;
}
.search-form .search-module-input {
  width: 178px;
  padding: 5px 10px;
  height: 13px;
  margin: 0;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-form .search-module-input:hover {
  border: 1px solid #666;
}
.search-form .search-module-input:hover .search-module-button {
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.search-form .search-module-input:focus {
  border: 1px solid #666;
}
.search-form .search-module-button {
  height: 23px;
  width: 30px;
  border: none;
  text-indent: -999px;
  margin-left: -3px;
  cursor: pointer;
  background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=4f1cb770a72175570fc55ef0e22b7c') 50% 50% no-repeat;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  position: absolute;
  right: 3px;
  top: 0px;
}
#footer {
  clear: both;
  text-align: center;
  margin: 0px auto;
  font-size: 12px;
  margin-top: 20px;
}
/* Entry-content Textstyle */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
}
.entry-content h1,
.entry-content h2 {
  font-size: 130%;
}
.entry-content h3 {
  border-left:4px solid #e06791;
  padding:.1em .1em;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1:before,
.entry-content h2:before,
.entry-content h3:before,
.entry-content h4:before {
  content: "\2731";
  font-weight: normal;
  color: #fff;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  width:700px;
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  background-color: #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7f7f7f;
}
.entry  blockquote.ato {
  width:70px;
  height:20px;
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  background-color: #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7f7f7f;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content table tr.even td {
  background: #fafafa;
}
a,
pre {
  word-break: break-all;
  overflow: hidden;
}
pre {
  font-size: 13px;
  padding: 10px;
  background: #fafafa;
  white-space: pre-wrap;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.entry-content a:visited {
  color: #aaa;
}
a.keyword {
  color: #7f7f7f;
  text-decoration: none;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
/* @Comment
====================================== */
.entry-comment {
  position: relative;
  width: 16px;
  height: 16px;
  list-style-type: none;
  float: left;
  margin-right: 10px;
  z-index: 5;
}
.page-entry .entry-comment {
  top: 0px;
}
.comment-content,
.comment-user-id,
.comment-metadata {
  display: none;
}
.entry-comment:hover .comment-content {
  display: block;
  positon: absolute;
  top: 20px;
  background: #333;
  width: 200px;
  padding: 40px 10px 10px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  opacity: 0.85;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.comment-content a {
  color: #fff;
  text-decoration: none;
}
.comment-content a:hover {
  color: #fff;
  text-decoration: underline;
}
.entry-comment:hover .comment-user-id {
  display: block;
  position: absolute;
  left: 10px;
  top: 25px;
  color: #fff;
  text-decoration: none;
  z-index: 50;
  width: 200px;
}
.entry-comment:hover .comment-metadata {
  display: block;
  position: absolute;
  left: 10px;
  top: 45px;
  color: #fff;
  text-decoration: none;
  width: 200px;
}
.comment-metadata time {
  display: none;
}
.comment {
  margin: 10px 0;
  padding: 0;
  min-height: 16px;
}
.comment-user-name {
  margin: 0;
}
.comment-content p {
  margin: 0.5em 0;
  word-wrap: break-word;
}
.comment-metadata a {
  color: #aaa;
}
.comment-delete-button {
  position: absolute;
  left: 220px;
  top: 16px;
}
.leave-comment-title {
  height: 22px;
  display: block;
  background: url('images/comment.gif') no-repeat 0 0;
  clear: both;
  line-height: 17px;
  padding-left: 20px;
  width: 200px;
}
/* @About
====================================== */
.page-about .entry-content,
.page-about .info {
  font-size: 13px;
}
.page-about dt {
  font-size: 20px;
  padding-bottom: 10px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about #main,
.page-about #wrapper,
.page-archive #main,
.page-archive #wrapper {
  float: none;
}
.page-about .subscription-count {
  display: block;
  font-size: 13px;
}
/* @Archive
====================================== */
.page-archive .entry-title {
  display: block;
  font-weight:bold;
}
.page-archive #main-inner {
  width: 560px;
  padding: 30px 40px 30px 40px;
  margin: 0 auto;
  background: #fff;
  border-top: 2px dashed #ccc;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.page-archive #main-inner section {
  margin-bottom: 2em;
}
.page-archive #main-inner h1 
  font-size: 18px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
}
.page-archive #main-inner li {
  margin: 5px 0;
}
#top-editarea {
  margin-bottom:20px;
  text-align:center;
}
.widget.center {
  position: absolute!important;
}
.css_btn_class {
    font-size:12px;
  font-family:Arial;
  font-weight:normal;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #dcdcdc;
  padding:9px 18px;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #ededed 84%, #dfdfdf 21% );
  background:-ms-linear-gradient( top, #ededed 84%, #dfdfdf 21% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(84%, #ededed), color-stop(21%, #dfdfdf) );
  background-color:#ededed;
  color:#777777;
  display:inline-block;
  text-shadow:1px 1px 0px #ffffff;
  -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
  box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
  background:-moz-linear-gradient( center top, #dfdfdf 84%, #ededed 21% );
  background:-ms-linear-gradient( top, #dfdfdf 84%, #ededed 21% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(84%, #dfdfdf), color-stop(21%, #ededed) );
  background-color:#dfdfdf;
}.css_btn_class:active {
  position:relative;
  top:1px;
}
/* </system> */
/* <system section="background" selected="custom"> */
body{ background-image: url('https://cdn-ak.f.st-hatena.com/images/fotolife/r/re_fort/20130126/20130126121612.png'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */