/* <system section="theme" selected="6435922169449210152"> */
@charset "utf-8";

/* CSS Document
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
  font-size: 15px;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
a {
  text-decoration: none;
  color:#000000;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#3E94C5;
}

/* layout
====================================== */
#container{
  border: 1px solid #ccc;
  float:auto;
  font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
  margin:0 auto;
  width:960px;
  background:#fff;
}

#content{
  width:960px;
}
#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
#wrapper{
  background-color: #fff;
  border-right:1px solid #ccc;
  float:left;
  margin:0px;
  padding:10px 20px;
  width:680px;
}
#footer-box{
  clear:left;
}
#footer-inner{
  width:960px;
  text-align: center;
  margin: 10px auto;
}
#main {
  min-height: 1000px;
}

/* title
====================================== */
#blog-title{
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/swimy1113/20111119/20111119111944.png);
  background-repeat:no-repeat;
  border-bottom:1px solid #ccc;
  height:355px;
  text-decoration:none;
  position: relative;
}
#blog-title-inner {
  top:230px;
  left:390px;
  position: absolute;
  text-align: center;
}
h1#title{
  font-size: 190%;
  font-weight: bold;
  text-decoration: none;
}
h2#blog-description{
  font-size:1em;
  font-size: 90%;
  width: 350px;
}

/* entry
====================================== */
p {
  margin: 10px 0;
}
pre {
  font-size: 100%;
  white-space: pre-wrap;
}
img {
  max-width: 100%;
}
.entry-inner{
  padding: 10px 0 50px;
}
h1.entry-title {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  margin-right:10px;
  margin-top:10px;
  color:#000000;
  vertical-align: sub;
  line-height: 40px;
}
.entry-inner {
  position: relative;
}
.entry-header-menu {
  display: inline;
  text-align: center;
}
.entry-header-menu a {
  color: #888;
  font-size: 80%;
  padding: 5px 10px;
  border: 1px dotted #ccc;
}
.entry-header-menu a:hover {
  color: #666666;
  border: 1px dotted #bfbfbf;
}

.entry-content a {
  color:#a4296b;
  text-decoration:underline;
}

.pager a{
  color:#a4296b;
  text-decoration:underline;
}
.pager-next:before {
  content: "<";
}
.pager-prev {
  float: right;
}
.pager-prev:after {
  content: ">";
}

a.keyword {
  color: #333;
  text-decoration: none;
}
a.keyword:hover {
  color: #666;
  text-decoration: underline;
}
.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  color: #333;
  text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333;
  font-weight: normal;
  margin: 25px 0 10px;
}
h3 {
  font-size: 140%;
  border-bottom: 1px dotted #ccc;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}
.entry-content th, .entry-content td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.entry-content th {
  background-color: #efefef;
}
.entry-content pre, .entry-content blockquote, .entry-content .hatena-asin-detail {
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 10px 0;
}

.breadcrumb {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 90%;
  padding: 10px 20px;
}
.breadcrumb a {
  text-decoration: underline;
}
.categories {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
}
.categories a{
  font-size: 80%;
  background-color: #ccc;
  color: #fff;
  padding: 3px 5px;
  margin-right: 2px;
}
.categories a:hover{
  background-color:#999;
}


.comment li{
  list-style: none outside none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}
.comment{
  padding:0px;
}
a.leave-comment-title{
  background-color: #f7f7f7;
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding:10px 0;
  text-align:center;
  width: 100%;
}

.entry-footer{
  padding:20px;
}
#google_afc_user_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* categorypage
====================================== */

body.page-archive .categories {
  position: static;
  right: auto;
  top: auto;
  padding: 0;
}
.autopagerize_page_element li{
  margin-bottom: 5px;
}
.autopagerize_page_element li a.entry-title{
  float: left;
  text-decoration: underline;
  margin-right: 10px;
}
/* aboutpage
====================================== */

.page-about .entry-content dt {
  float: left;
  font-weight: bold;
}
.page-about .entry-content dd {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 30px;
  padding: 0 0 10px 160px;
}

/* sidebar(#box2)
====================================== */

#box2 {
  float: left;
  padding: 0 19px;
  width: 199px;
}
.hatena-module-title {
  border-bottom: 1px dotted #ccc;
  margin: 20px 0 10px;
}
.hatena-module-body {
  margin-bottom: 30px;
}
.id {
  display: block;
}
.profile-description p {
  line-height: 1.5em;
  font-size: 80%;
}
.search-module-input {
  width: 140px;
}
.hatena-module-body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.hatena-module-body li{
  margin-bottom: 2px;
  font-size: 85%;
}
.hatena-module-body li a{
  text-decoration: underline;
}

.hatena-module-category li a{
  background-color:#ccc;
  color: #fff !important;
  margin-right: 5px;
  font-size: 85%;
  padding: 3px 5px;
  text-decoration: none;
}
.hatena-module-category li a:hover{
  background-color:#999;
}

/* </system> */

/* <system section="background" selected="bg8"> */
body{ background-color:#fdffe8; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme8.png?version=b55d01c69f780f5ff608dea0716a54'); background-repeat:no-repeat; background-attachment:fixed; background-position:right top; }
/* </system> */

#blog-title{
background:url(https://cdn-ak.d.st-hatena.com/diary/syuhunomisin/titleimg.png) center center / cover no-repeat;
background-position: 0px 0px;
height: 0;
padding-top: calc(320 / 1000 * 100%); 
text-indent:-9999px;
width: 100%;
}

.date.entry-date.first {
    padding: 10px;
    display:inline;
}

header.entry-header {
    background-color: #F2E28A;
    border-top: 2px solid #B4AF84;
}

h1.entry-title {
    font-size: 120%;
    font-style: normal;
    font-weight: bold;
    margin: 5px 0 10px 10px;
}

.date.entry-date.first a {
    color: #635808;
}

a.entry-title-link.bookmark {
    color: #635808;
    pointer-events: none;
}

/* <system section="theme" selected="6435922169449210152"> */
@charset "utf-8";

/* CSS Document
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 2;
  font-size: 15px;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
a {
  text-decoration: none;
  color:#000000;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#3E94C5;
}

/* layout
====================================== */
#container{
  border: 1px solid #ccc;
  float:auto;
  font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
  margin:0 auto;
  width:960px;
  background:#fff;
}

#content{
  width:960px;
}
#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
#wrapper{
  background-color: #fff;
  border-right:1px solid #ccc;
  float:left;
  margin:0px;
  padding:10px 20px;
  width:680px;
}
#footer-box{
  clear:left;
}
#footer-inner{
  width:960px;
  text-align: center;
  margin: 10px auto;
}
#main {
  min-height: 1000px;
}

/* title
====================================== */
#blog-title{
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/swimy1113/20111119/20111119111944.png);
  background-repeat:no-repeat;
  border-bottom:1px solid #ccc;
  height:355px;
  text-decoration:none;
  position: relative;
}
#blog-title-inner {
  top:230px;
  left:390px;
  position: absolute;
  text-align: center;
}
h1#title{
  font-size: 190%;
  font-weight: bold;
  text-decoration: none;
}
h2#blog-description{
  font-size:1em;
  font-size: 90%;
  width: 350px;
}

/* entry
====================================== */
p {
  margin: 10px 0;
}
pre {
  font-size: 100%;
  white-space: pre-wrap;
}
img {
  max-width: 100%;
}
.entry-inner{
  padding: 10px 0 50px;
}
h1.entry-title {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  margin-right:10px;
  margin-top:10px;
  color:#000000;
  vertical-align: sub;
  line-height: 40px;
}
.entry-inner {
  position: relative;
}
.entry-header-menu {
  display: inline;
  text-align: center;
}
.entry-header-menu a {
  color: #888;
  font-size: 80%;
  padding: 5px 10px;
  border: 1px dotted #ccc;
}
.entry-header-menu a:hover {
  color: #666666;
  border: 1px dotted #bfbfbf;
}

.entry-content a {
  color:#a4296b;
  text-decoration:underline;
}

.pager a{
  color:#a4296b;
  text-decoration:underline;
}
.pager-next:before {
  content: "<";
}
.pager-prev {
  float: right;
}
.pager-prev:after {
  content: ">";
}

a.keyword {
  color: #333;
  text-decoration: none;
}
a.keyword:hover {
  color: #666;
  text-decoration: underline;
}
.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  color: #333;
  text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333;
  font-weight: normal;
  margin: 25px 0 10px;
}
h3 {
  font-size: 140%;
  border-bottom: 1px dotted #ccc;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}
.entry-content th, .entry-content td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.entry-content th {
  background-color: #efefef;
}
.entry-content pre, .entry-content blockquote, .entry-content .hatena-asin-detail {
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 10px 0;
}

.breadcrumb {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 90%;
  padding: 10px 20px;
}
.breadcrumb a {
  text-decoration: underline;
}
.categories {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
}
.categories a{
  font-size: 80%;
  background-color: #ccc;
  color: #fff;
  padding: 3px 5px;
  margin-right: 2px;
}
.categories a:hover{
  background-color:#999;
}


.comment li{
  list-style: none outside none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}
.comment{
  padding:0px;
}
a.leave-comment-title{
  background-color: #f7f7f7;
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding:10px 0;
  text-align:center;
  width: 100%;
}

.entry-footer{
  padding:20px;
}
#google_afc_user_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* categorypage
====================================== */

body.page-archive .categories {
  position: static;
  right: auto;
  top: auto;
  padding: 0;
}
.autopagerize_page_element li{
  margin-bottom: 5px;
}
.autopagerize_page_element li a.entry-title{
  float: left;
  text-decoration: underline;
  margin-right: 10px;
}
/* aboutpage
====================================== */

.page-about .entry-content dt {
  float: left;
  font-weight: bold;
}
.page-about .entry-content dd {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 30px;
  padding: 0 0 10px 160px;
}

/* sidebar(#box2)
====================================== */

#box2 {
  float: left;
  padding: 0 19px;
  width: 199px;
}
.hatena-module-title {
  border-bottom: 1px dotted #ccc;
  margin: 20px 0 10px;
}
.hatena-module-body {
  margin-bottom: 30px;
}
.id {
  display: block;
}
.profile-description p {
  line-height: 1.5em;
  font-size: 80%;
}
.search-module-input {
  width: 140px;
}
.hatena-module-body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.hatena-module-body li{
  margin-bottom: 2px;
  font-size: 85%;
}
.hatena-module-body li a{
  text-decoration: underline;
}

.hatena-module-category li a{
  background-color:#ccc;
  color: #fff !important;
  margin-right: 5px;
  font-size: 85%;
  padding: 3px 5px;
  text-decoration: none;
}
.hatena-module-category li a:hover{
  background-color:#999;
}

/* </system> */

/* <system section="background" selected="bg8"> */
body{ background-color:#fdffe8; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme8.png?version=b55d01c69f780f5ff608dea0716a54'); background-repeat:no-repeat; background-attachment:fixed; background-position:right top; }
/* </system> */

#blog-title{
background:url(https://cdn-ak.d.st-hatena.com/diary/syuhunomisin/titleimg.png) center center / cover no-repeat;
background-position: 0px 0px;
height: 0;
padding-top: calc(320 / 1000 * 100%); 
text-indent:-9999px;
width: 100%;
}

.date.entry-date.first {
    padding: 10px;
    display:inline;
}

header.entry-header {
    background-color: #F2E28A;
    border-top: 2px solid #B4AF84;
}

h1.entry-title {
    font-size: 120%;
    font-style: normal;
    font-weight: bold;
    margin: 5px 0 10px 10px;
}

.date.entry-date.first a {
    color: #635808;
}

a.entry-title-link.bookmark {
    color: #635808;
    pointer-events: none;
}

.insta_btn {
  display: inline-block !important;
  text-align: center !important;/*中央揃え*/
  color: #2e6ca5 !important;/*文字色*/
  font-size: 20px !important;/*文字サイズ*/
  text-decoration: none !important;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8 !important;/*文字色*/
  transition: .5s !important;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative !important;/*相対配置*/
  display: inline-block !important;
  width: 50px !important;/*幅*/
  height: 50px !important;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;/*グラデーション①*/
  overflow: hidden !important;/*はみ出た部分を隠す*/
  border-radius: 13px !important;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '' !important;
  position: absolute !important;/*絶対配置*/
  top: 23px !important;/*ずらす*/
  left: -18px !important;/*ずらす*/
  width: 60px !important;/*グラデーションカバーの幅*/
  height: 60px !important;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%) !important;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%) !important;/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF !important;/*白に*/
  position: relative !important;/*z-indexを使うため*/
  z-index: 2 !important;/*グラデーションより前に*/
  font-size: 35px !important;/*アイコンサイズ*/
  line-height: 50px !important;/*高さと合わせる*/
}