/*
Theme Name: STAR WALK
Theme URI: http://blog.hatena.ne.jp/-/store/theme/11696248318752538427
Description: The Universe in your hands.
Author: kudakurage
Author URI: http://blog.hatena.ne.jp/kudakurage/
*/
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: rgba(120,120,120,0.9);
  background: #999 url(http://f.st-hatena.com/images/fotolife/o/okiraku894/20140719/20140719185123.jpg) repeat fixed center center;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
a {
  color: #9999cc;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
}
a:visited {
  color: #c8a4ff;
}
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;
}
ul li {
  padding-left: 20px;
  list-style: none;
}
ruby{
  display:inline-table;
  text-align:center;
  white-space:nowrap;
  text-indent:0;
  margin:0;
  vertical-align:text-bottom;
  line-height:1;
}
rb{
  display:table-row-group;
  line-height:1;
}
rt{
  display:table-header-group;
  font-size:71%;
  line-height:1;
  letter-spacing:0;
}
rp{
  display:none;
}
/* @Layout
====================================== */
#globalheader-container {
  color: #666;
}
#blog-title,
#content {
  width: 2600px;
  margin: 0 auto;
}
#content {
  overflow: hidden;
  background: rgba(145,140,145,0.3);
  color: #333;
}
#wrapper {
  float: left;
  width: 900px;
  background: rgba(255,255,255,0.9);
  box-shadow: inset -1px 0 0 rgba(100,100,100,0.8), 1px 0 0 rgba(255,255,255,0.1);
}
#box2 {
  float: right;
  width: 300px;
}
#main {
  min-height: 600px;
  padding: 0 20px;
}
.entry {
  margin: 20px 0 20px;
}
.entry:first-child {
  margin-top: 20px;
}
#footer {
  padding: 40px 0 30px;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #999;
}
#footer address {
  margin-right: 5px;
}
#footer address,
#footer .services {
  display: inline;
}

/* @Header
====================================== */
#blog-title {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 755px;
  height: 155px;
  background: #dee url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/okiraku894/20190126/20190126102950.png);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.header-image-only #blog-title #blog-title-inner {
height: 155px;
}
#title {
  display: inline;
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
#title a {
  color: #fff;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 10px rgba(0,0,0,0.0);
}
#blog-description {
  display: inline;
  color: rgba(255,255,255,0.1);
  font-size: 12px;
  letter-spacing: 1px;
}
#top-editarea {
  box-sizing: border-box;
  width: 1000px;
  height: 48px;
  margin: 0 auto 0;
  padding: 0 20px;
  background: rgba(255,255,255,0.7);
}
/* @Entry Header
====================================== */
.entry-header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  color: #999;
  background: #dee url(https://cdn-ak.f.st-hatena.com/images/fotolife/o/okiraku894/20140720/20140720100833_original.jpg);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.entry-title {
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
}
.entry-title a {
  color: rgba(90,150,150,.8);
}
.entry-header .categories,
.entry-header .date {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.entry-header .categories {
  margin-left: 95px;
  padding-left: 13px;
  border-left: 1px solid rgba(90,120,90,0.9)
}
.entry-header-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.4;
}
.entry-header .categories a,
.entry-header .date a,
.entry-header-menu a {
  color: rgba(120,100,100,0.9);
}
.entry-header .categories a {
  margin-right: 5px;
}

/* @Entry Content
====================================== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
  margin: 20px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-top: 2.5em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  border-bottom: 2px solid #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
  font-weight: bold;
}
.entry-content object,
.entry-content iframe,
.entry-content video,
.entry-content img {
  max-width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.entry-content pre,
.entry-content .hatena-asin-detail {
  margin: 0;
  padding: 15px;
  border: 1px solid #000;
  background: rgba(230,230,235,0.9);
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.9), -1px 0 0 rgba(255,255,255,0.9), 1px 0 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.9);
}
.entry-content pre p,
.entry-content blockquote p,
.entry-content .hatena-asin-detail p {
  margin: 0;
}
blockquote {
    position: relative;
    padding: 10px 10px 10px 32px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

blockquote:before:not(.definition){
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -15px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #e0e0e0;
    font-size: 70px;
    line-height: 1;
    z-index: 2;
}

blockquote:after:not(.definition){
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.definition {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 500px;
    padding: 1em;
    margin: 0 0 10px 0;
    color: white;
    background: #888;
    background: linear-gradient(-155deg, rgba(0, 0, 0, 0.1) 1.5em, #888 0%);
    background: -moz-linear-gradient(-155deg, rgba(0, 0, 0, 0.1) 1.5em, #888 0%);
    border-radius: .5em;
}
.definition::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4)) 100% 0 no-repeat;
    background: -moz-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4)) 100% 0 no-repeat;
    width: 1.65507em;
    height: 3.5493em;
    -webkit-transform: translateY(-1.89424em) rotate(-40deg);
    transform: translateY(-1.89424em) rotate(-40deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  padding-left: 25px;
  margin-bottom: 20px;
}
.entry-content ul {
  padding-left: 0;
}
.entry-content li,
.entry-content dl {
  margin: 5px 0;
}
.note ul li {
  color: black;
  position:relative;
  background: rgba(140,185,160,0.1);/*バーの色*/
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left : solid 20px rgba(140,185,160,0.6);/*先の色＝アイコン裏の色*/
  list-style-type: none!important;
}
.note ul li:before {
  font-family: blogicon;
  font-size: 16px;
  content: "\f000";
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.0em;
  color: white; /*アイコン色*/
  font-weight: normal;/*アイコンは太字にしない*/
  text-align: center;
  left : -25px; /*左端からのアイコンまでの距離*/
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-content dt {
  font-weight: bold;
}
.entry-footer-section {
  font-size: 12px;
  text-align: right;
}
.entry-footer-section a {
  color: rgba(100,120,100,0.9);
}
.entry-footer .comment-box ul,
.entry-footer .comment-box li {
  list-style: none;
  background: transparent;
}
.entry-comment {
  padding: 20px 0;
  border-top: 2px solid #000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.comment-content {
  margin: 7px 0;
}
.leave-comment-title {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.3) url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413204334.png) repeat 0 0;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.1);
}
.leave-comment-title:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.7) url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130413/20130413204334.png) repeat 0 0;
}

/* @Side Content
====================================== */
#box2-inner {
  padding: 0 20px;
}
.hatena-module {
 width:250px;
 padding:0px;
 margin-top:10px;
 background: rgba(255,255,255,0.7)
}
.hatena-module-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
 padding:0px 0px 0px 20px;
 margin:0px;
 color:#333;
 background:url("https://cdn-ak.f.st-hatena.com/images/fotolife/o/okiraku894/20140720/20140720100833_original.jpg") top left;
 border:none;
}
.hatena-module-title::before {
 color:#333;
 content:"\f000";
 font-family: blogicon;
}
.hatena-module-title a{
  color:#333;
  font-weight: bold;
}
.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: 75px;
  text-shadow: none;
}
/*== はてなモジュールの大枠 ==*/

.hatena-modulebody {
 padding:5 20 20 20;
 margin:0;
 background:url("http://f.st-hatena.com/images/fotolife/o/okiraku894/20140720/20140720092327.gif") bottom;
}

.search-form {
  position: relative;
}
.search-form .search-module-input {
  width: 214px;
  padding: 9px 35px 9px 9px;
  border: 1px solid rgba(0,0,0,0.9);
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.9);
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.9), -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.9), 0 -1px 0 rgba(255,255,255,0.9);
}
.search-form .search-module-button {
  position: absolute;
  overflow: hidden;
  top: 2px;
  left: 225px;
  width: 35px;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: -100px;
  background: url(http://f.st-hatena.com/images/fotolife/o/okiraku894/20140720/20140720092327.gif) no-repeat center center;
}

.page-archive #main h1 {
  margin: 40px 0 10px;
  font-size: 16px;
  border-bottom: 2px solid #000;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(255,255,255,0.7);
 background:url("http://f.st-hatena.com/images/fotolife/o/okiraku894/20140720/20140720092327.gif") bottom;
}
.page-archive #main-inner p {
  margin: 20px 0;
}
.page-archive #main section .entry-title {
  font-size: 18px;
  color: #fff;
}
.page-archive #main section > ul > li {
  position: relative;
  padding-bottom: 25px;
}
.page-archive #main section .categories {
  position: absolute;
  bottom: 10px;
  color: #666;
  font-size: 14px;
}
.page-archive #main section .categories a {
  margin-right: 5px;
  color: rgba(120,120,120,0.5);
}
.breadcrumb {
  display: none;
}
.pager {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pager-next {
  float: right;
}
.pager-prev {
  float: left;
}

/* @Media Queries
====================================== */

#blog-title,
#content,
#box2,
#wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 2600px) {
  #blog-title {
    width: 755px;
  }
  #content {
    width: 1000px;
  }
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  #blog-title {
    width: 755px;
  }
  #content {
    width: 900px;
  }
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  #blog-title {
    width: 755px;
  }
  #content {
    width: 800px;
  }
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 900px) {
  #blog-title {
    width: 755px;
  }
  #content {
    width: 700px;
  }
  #box2,
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 700px) {
  #blog-title,
  #content {
    width: 700px;
  }
  #box2,
  #wrapper {
    width: 700px;
  }
}

@media screen and (max-width: 500px) {
  #blog-title,
  #content,
  #box2,
  #wrapper {
    width: 100%;
  }
}
/* <system section="background" selected="pixel-01"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01.png?version=f5154c74e6e38109ce2f0c7b9afd51'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; background-size: 188px 178px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51');} }
/* </system> */