/* To Top */
.toTop-nav {
position: fixed;
bottom: 10px;
right: 10px;
display: -webkit-flex;
display: flex;
padding: 0;
margin: 0;
z-index: 999; }
.toTop-nav li {
list-style-type: none;
background: rgba(0, 0, 0, 0.3);
border-radius: 50px;
text-align: center; }
.toTop-nav li:first-child {
margin-right: 10px; }
.toTop-nav li a {
display: block;
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px; }
.toTop-nav li a {
color: #fff;
text-decoration: none; }
.toTop-nav li a:visited {
color: #fff; }
.toTop-nav li a:hover {
color: #fff;
text-decoration: underline; }
.toTop-nav li a:active, .toTop-nav li a:focus {
color: #fff; }
.toTop-nav li a:hover {
text-decoration: none; }



.box1 {

position: relative;

margin: 2em 0;

padding: 0.5em 1em;

border: solid 3px #ffd1e1;

border-radius: 8px;

}

.box1 {

  width: 350px;

  height: 150px;

  overflow: scroll;

}


.box1 .box-title {

position: absolute;

display: inline-block;

top: -13px;

left: 10px;

padding: 0 9px;

line-height: 1;

font-size: 19px;

background: #FFF;

color: #95ccff;

font-weight: bold;

}

.box1 p {

margin: 0;

padding: 0;

}


/*記事上・記事下フォローボタン*/
.content-inner-follow-buttons{
    width: 100%;
    text-align: center;
    margin-top:40px;
    letter-spacing: -.40em;
}
.content-inner-follow-buttons .follow-title {
    letter-spacing: normal;
    width:100%;
    color:#666;
}
.content-inner-follow-buttons a {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    width: 30%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding:20px 0;
    margin:3px;
    overflow: hidden;
    z-index:2;
}
.content-inner-follow-buttons a:hover {
    color:#fff;
    transition: all .3s;
}
.content-inner-follow-buttons a:after {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    z-index:-1;
    transition: 0.2s;
}
.content-inner-follow-buttons .inner-text {
    font-size:16px;
    padding-left:5px;
}
.content-inner-follow-buttons .hatena {
    color: #38393C;
    border: 1px solid #38393C;
    background: #ffffff;
}
.content-inner-follow-buttons .hatena:hover:after {
    top:0;
    background:#38393C;
}
.content-inner-follow-buttons .facebook {
    color: #305097;
    border: 1px solid #305097;
    background: #ffffff;
}
.content-inner-follow-buttons .facebook:hover:after {
    top:0;
    background:#305097;
}
.content-inner-follow-buttons .twitter {
    color: #55acee;
    border: 1px solid #55acee;
    background: #ffffff;
}
.content-inner-follow-buttons .twitter:hover:after {
    top:0;
    background:#55acee;
}
.content-inner-follow-buttons .instagram {
    color: #3f729b;
    border: 1px solid #3f729b;
    background: #ffffff;
}
.content-inner-follow-buttons .instagram:hover:after {
    top:0;
    background:#3f729b;
}
.content-inner-follow-buttons .feedly {
    color: #6cc655;
    border: 1px solid #6cc655;
    background: #ffffff;
}
.content-inner-follow-buttons .feedly:hover:after {
    top:0;
    background:#6cc655;
}
.content-inner-follow-buttons .googleplus {
    color: #db4a39;
    border: 1px solid #db4a39;
    background: #ffffff;
}
.content-inner-follow-buttons .googleplus:hover:after {
    top:0;
    background:#db4a39;
}


.center {text-align: center}

/**
 * シェアボタンここから
 */
.share-btn-type3 {
  margin: 1.2em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.share-btn-type3 i {
  margin-right: 8px;
  font-size: 1rem;
  vertical-align: middle;
}
.share-btn-type3 .share-btn__item {
  width: 49.5%;
  height: 40px;
  margin-bottom: 8px;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: .04em;
  line-height: 40px;
  border-radius: 4px;
  transition: all .3s;
}
.share-btn-type3 .share-btn__item--hatebu {
  background-color: #00A4DE;
  box-shadow: 0 4px #038ebf;
}
.share-btn-type3 .share-btn__item--twitter {
  background-color: #1BA1F3;
  box-shadow: 0 4px #1280c3;
}

  }
}
.center {text-align: center}

/**
 * シェアボタンここまで
 */

/* snsボタンサイドバー */
/* 全般設定 */
.snsfollow {
width: 100%;
height: 90px;
margin-bottom: 10px;
}
.snsfollow a {
width: 49%;
height: 25px;
margin-bottom: 5px;
padding: 14px 0;
float: left;
font-size: 1.13em; /* 18px */
font-weight: bold;
color: #ffffff;
text-align: center;
letter-spacing: 0.1em;
display: inline-block;
text-decoration: none;
}
.snsfollow a:hover {
background-color:#FFFFFF;
opacity: 0.7;
}
/* はてなブログ設定 */
.snsfollow a#follow_hatena {
background-color: #3D3F44;
border-bottom: 1px solid #101010;
margin-right: 2%;
}
/* Twitter設定 */
.snsfollow a#follow_tw {
background-color: #00ACEE;
border-bottom: 1px solid #00a1e9;
}




.flexbox {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px -10px;
}

.item {
  display: block;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.content {
  color: #242424;
  background-color: #ffffff;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 10px;
}


#blog-title {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/a_chemi/20200526/20200526165644.png);
}
 /* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}

.achemi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/a_chemi/20200510/20200510153230.png);}

.aru::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/a_chemi/20200510/20200510153136.png);}
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
/* <system section="theme" selected="26006613419561466"> */
@charset "utf-8";
/*
Theme: JOURNAL.
Author: kimix ( @_kmx ), utatane ( @utataneclub )
Responsive: yes
*/
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}body,html{background:#f9fafb;font-family:helvetica,Segoe UI,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,メイリオ,Meiryo,sans-serif;color:#293030}html{line-height:1}body{font-size:17px;line-height:1.6}img{vertical-align:baseline}a{color:#293030}a:hover{color:#586767;transition:all .3s}.date{margin:0 0 .7em;font-size:.9rem}.date a{color:#6f8383}.date a:hover{color:#a5b3b3}#container{word-wrap:break-word}#blog-title{max-width:1280px;margin:auto;padding:4% 5%;text-align:center}#title{font-size:150%;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-weight:400}@media (min-width:768px){#title{font-size:215%}}#blog-description{font-size:90%;font-weight:400}#content-inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){#content-inner{-ms-flex-direction:row;flex-direction:row;margin:auto;padding:0 20px}}@media (min-width:1200px){#content-inner{width:1200px}}#wrapper{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){#wrapper{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:1020px){#main{padding:0 3% 0 0}}.header-image-enable #blog-title,.header-image-only #blog-title{padding:0 0 1.5em}@media (min-width:1200px){.header-image-enable #blog-title,.header-image-only #blog-title{width:1160px}}.header-image-enable #blog-title #blog-title-inner,.header-image-only #blog-title #blog-title-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:50vw;max-height:200px}@media (min-width:1200px){.header-image-enable #blog-title #blog-title-inner,.header-image-only #blog-title #blog-title-inner{background-size:100%}}.header-image-enable #blog-title-content,.header-image-only #blog-title-content{margin:0 .5em}.breadcrumb{font-size:.9rem}.categories{margin-bottom:2em}.categories a{display:inline-block;background:#e9f0f2;margin:0 .3em 0 0;padding:0 10px;font-size:12px}.pager{text-align:center;margin:3em .8em}@media (min-width:1020px){.pager{margin:0}}.pager a{display:inline-block;width:100%;background:#eff1f5;padding:.7em 1.2em;border:none;font-weight:400;font-size:.9rem;color:#293030}.pager a:hover{background-color:#e9ecf1;text-decoration:none}.pager .pager-next,.pager .pager-prev{width:100%;padding:.5em 0}.pager .pager-prev+.pager-next{margin-left:1em;padding-left:1em}@media (min-width:768px){.pager .pager-prev+.pager-next{margin-left:1.5em;padding-left:1.5em}}.pager.permalink{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.hatena-urllist{padding-left:0;list-style:none}.hatena-urllist li{border-top:1px dotted #cfd8d8;padding-top:10px;padding-bottom:10px}.hatena-urllist .archive-module-month,.hatena-urllist .archive-module-year{line-height:2}.hatena-urllist .urllist-date-link a{color:#6f8383}.hatena-urllist .urllist-category-link{display:inline-block;background:#e9f0f2;margin:.5em .3em 0 0;padding:3px 10px;font-size:12px;line-height:1.3}.hatena-urllist .urllist-category-link:hover{background:#d9e5e9;text-decoration:none;transition:background .3s}.hatena-urllist .urllist-entry-body{margin-top:10px}.hatena-module{margin-bottom:3em;padding-left:20px;padding-right:20px;font-size:.85rem}.hatena-module:last-child{margin-bottom:0}.hatena-module-title{margin-bottom:12px;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-size:20px}.hatena-module-body{font-size:15px}.hatena-module-body .urllist-title-link{font-size:100%}.hatena-module-body .archive-module-button{display:inline-block;width:15px;height:15px}.hatena-module-body .archive-module-hide-button,.hatena-module-body .archive-module-show-button{position:absolute;overflow:hidden;width:15px;height:15px;text-indent:-15px}.hatena-module-body .archive-module-hide-button:after,.hatena-module-body .archive-module-show-button:after{content:"";top:50%;display:inline-block;position:absolute;width:8px;height:8px;margin-top:-.1em;border-top:1px solid #6f8383;border-right:1px solid #6f8383}.hatena-module-body .archive-module-hide-button{transform:rotate(135deg);margin-top:.2em}.hatena-module-body .archive-module-show-button{transform:rotate(45deg);margin-top:.2em}@media (min-width:481px){.search-result-form{margin:0 1em}}.search-result+p{background:#fff;border:1px solid #f0f1f1;margin:0 0 3em;padding:8% 0;font-weight:700;text-align:center}.search-form,.search-result-form{position:relative;width:100%;background:#fff;margin:auto;border:1px solid #eee;box-sizing:border-box}.search-form:hover,.search-result-form:hover{border-color:#ddd}.search-module-input,.search-result-form .search-result-input{width:90%;height:30px;padding:5px;background:#fff;border:none;outline:none}.search-module-input::-placeholder,.search-module-input::-webkit-input-placeholder,.search-result-form .search-result-input::-placeholder,.search-result-form .search-result-input::-webkit-input-placeholder{color:#9faba9}.search-module-button,.search-result-form .search-result-button{width:20px;height:20px;background:transparent url('https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=101ce7dd0b971701ab47fca6573a64c6e517dad7&env=production') no-repeat 100%;background-size:20px 20px;border:none;outline:none;text-indent:-9999px;position:absolute;top:5px;right:5px;opacity:.5;cursor:pointer}.search-module-button:hover,.search-result-form .search-result-button:hover{opacity:.85}#top-box{margin:0 auto;padding:0 10px}@media (min-width:768px){#top-box{padding:0 20px}}@media (min-width:1200px){#top-box{max-width:1200px}}.entry{background:#fff;border:1px solid #f0f1f1;margin-bottom:2em;padding:8% 5%}@media (min-width:768px){.entry{padding:8% 9% 5%}}.entry-header{position:relative;margin-bottom:1.5em}@media (min-width:481px){.entry-header{margin-bottom:3em}}.entry-header-menu{position:absolute;top:0;right:0;margin-bottom:1em}.entry-header-menu a{background:#f9fafb;border:1px solid #cfd8d8;padding:5px 10px;font-size:.9rem}.entry-header-menu a:hover{background:#f3f5f7;text-decoration:none}.entry-title{margin-bottom:.5em;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;font-size:130%;font-weight:400;line-height:1.5}@media (min-width:768px){.entry-title{font-size:190%}}.entry-content{line-height:1.85}.entry-content a{color:#119e4d}.entry-content a:hover{color:#0c7037}.entry-content a.keyword{text-decoration:underline dotted #cfd8d8}.entry-content a.keyword:hover{color:#586767;text-decoration:underline dotted #fff}.entry-content img,.entry-content video{max-width:100%;height:auto}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:1.5em 0 .8em;line-height:1.3}.entry-content h1{padding-bottom:15px;font-size:190%;border-bottom:1px solid #cfd8d8}.entry-content h2{font-size:165%}.entry-content h3{padding-bottom:10px;font-size:140%;border-bottom:1px solid #cfd8d8}.entry-content h4{font-size:130%}.entry-content h5{padding-bottom:10px;font-size:120%;border-bottom:1px solid #cfd8d8}.entry-content h6{font-size:100%}.entry-content dd,.entry-content ol,.entry-content ul{margin:0 0 1em 1.5em;padding:0;line-height:1.7}.entry-content dd li ol,.entry-content dd li ul,.entry-content ol li ol,.entry-content ol li ul,.entry-content ul li ol,.entry-content ul li ul{margin-bottom:0}.entry-content dl{margin-top:2em}.entry-content dl dt{margin-bottom:.8em}.entry-content p{margin:0 0 .7em}.entry-content blockquote{position:relative;padding:9px 15px 9px 40px;border:1px solid #f0f1f1}@media (min-width:1020px){.entry-content blockquote{padding:20px 20px 20px 60px}}.entry-content blockquote:before{display:inline-block;position:absolute;top:10px;left:10px;vertical-align:middle;content:"“";font-size:40px;font-family:Times New Roman,游明朝体,YuMincho,游明朝,Yu Mincho,serif;color:#6f8383;line-height:1}@media (min-width:1020px){.entry-content blockquote:before{left:15px;font-size:70px}}.entry-content blockquote p{margin-bottom:0}.entry-content blockquote cite{display:block;margin-top:.5rem;text-align:right;font-size:85%;line-height:1.3}.entry-content table{border-collapse:collapse;border-spacing:0;border-bottom:1em;margin-bottom:1em;width:100%;overflow:auto;display:block}.entry-content table td,.entry-content table th{border:1px solid #f0f1f1;padding:5px 10px}.entry-content table th{background:#f9fafb}.entry-content code,.entry-content pre{font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif}.entry-content pre{background:#293030;border:none;white-space:pre-wrap;text-overflow:ellipsis ellipsis;font-size:100%;font-size:.9rem;padding:10px;color:#ccc}@media (min-width:768px){.entry-content pre{font-size:.85rem;padding:15px}}.entry-content pre>code{margin:0;padding:0;white-space:pre;border:none;background-color:transparent;font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif}.entry-content code{font-size:90%;margin:0 .1em;padding:0 5px;border-radius:3px}.entry-content .table-of-contents{background:#f9fafb;margin-left:0;padding:15px 10px 15px 35px;font-size:16px}@media (min-width:768px){.entry-content .table-of-contents{padding:20px 20px 20px 50px}}.entry-footer{margin-top:1em}.entry-footer-modules .hatena-module{padding:0}.entry-footer-section{margin-bottom:8px;color:#6f8383;font-size:.9rem}.entry-footer-section a{color:#6f8383}.entry-footer-ad{margin-left:-9%;margin-right:-9%}.comment-box{margin:0 -5%;padding:5% 5% 0;border-top:1px solid #f0f1f1}@media (min-width:768px){.comment-box{margin:0 -11%;padding:20px 11% 0}}.comment-box .leave-comment-title{background:#f9fafb;border:1px solid #cfd8d8;padding:.5rem 1rem;font-size:.9rem}.comment-box .leave-comment-title:hover{background:#f3f5f7}.comment-box .comment{list-style:none;padding-left:0}.comment-box .comment a{color:#119e4d}.comment-box .comment a:hover{color:#0c7037}.comment-box .comment .comment-user-id{font-size:14px;font-weight:700}.comment-box .comment .entry-comment{padding:20px 0 0;border-top:1px solid #f0f1ff;color:#6f8383}.comment-box .comment .entry-comment:first-child{padding-top:0;border-top:none}.comment-box .comment .entry-comment .comment-content{word-wrap:break-word}.comment-box .comment .entry-comment .comment-content p{font-size:14px}.comment-box .comment .entry-comment time{font-size:12px}.comment-box .comment .read-more-comments{font-size:14px}@media (min-width:1020px){.comment-box .comment .read-more-comments{margin-right:25px}}.comment-box .comment .read-more-comments a{position:relative;display:inline-block}.comment-box .comment .read-more-comments a:after{content:"";top:20%;left:-20px;display:inline-block;position:absolute;width:8px;height:8px;border-top:1px solid #119e4d;border-right:1px solid #119e4d;transform:rotate(135deg);margin-top:1px}#box2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;background:hsla(0,0%,100%,.2);padding:1em 0}@media (min-width:768px){#box2{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}#box2 .hatena-urllist>li:last-child{border-bottom:1px dotted #cfd8d8}.hatena-module-profile .profile-icon-link{display:inline;float:left;margin-right:.7em}.hatena-module-profile .profile-icon-link .profile-icon{border-radius:400px}@media (min-width:1020px){.hatena-module-profile .profile-icon-link{display:block;float:none;margin-right:0}}.hatena-module-profile .id{display:block}.hatena-module-profile .id a{color:#119e4d;font-weight:700}.hatena-module-profile .id a:hover{color:#0c7037}.hatena-module-profile .profile-description p{font-size:80%}.archive-module-calendar .calendar-day a{color:#119e4d;font-weight:700}.archive-module-calendar .calendar-day a:hover{color:#0c7037}.hatena-module-recent-comments .user-id span{font-size:12px;opacity:.7}#footer{background:#fff;margin-top:2em;padding-top:2rem;padding-bottom:2rem;text-align:center;font-size:.9rem}#footer,#footer a{color:#6f8383}#footer p{margin:.5em auto}.archive-header-category{margin-bottom:.3em}.page-archive .archive-heading{margin:.5em .7em 1.3em;line-height:1.5}@media (min-width:1020px){.page-archive .archive-heading{margin:.5em 0 1.3em}}.page-archive .archive-entry{background:#fff;border:1px solid #f0f1f1;margin-bottom:30px;padding:9% 6% 6%}@media (min-width:768px){.page-archive .archive-entry{padding:6%}}@media (min-width:768px){.page-archive .archive-entry .entry-title{font-size:150%}}
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */


/* <system> */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Overpass&display=swap');
/* </system> */



/*-- ベージュ #F7ECE8 */
/*-- ポイントカラー #dea08c */
/*-- グレー #eee か #e9f0f2 か #cfd8d8*/


/*-----------横スクロール消し-----------*/
html{
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}


/*-----------基本設定-----------*/

body, html {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    letter-spacing: .5px;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
}
.entry {
    border: none;
}
.hatena-module-title {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hatena-module {
    margin-bottom: 5em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .85em;
}

/*-----------リンク関係-----------*/

a:hover { text-decoration: none; }

.entry-content a { color: #dea08c;}
.entry-content a:hover { color: #555;}
.entry-content a:visited { color: #dea08c;}

.date a{ color: #dea08c; }
.categories a{ color: #555; }
.categories a:hover { color: #dea08c; }
.hatena-module-profile .id a { color: #dea08c;}
.hatena-module-profile .id a:hover { color: #555;}


/*-----------タイトル-----------*/
#title {
    font-size: 150%;
    font-family: 'Abril Fatface','Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: .25em;
    font-weight: bold;
/*    color: #dea08c;*/
    color: #555;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    display: inline-block;
}
#blog-title {
    max-width: none;
    height: 380px;
/*    background: #F7ECE8;*/
    position:relative;
    background-size: cover;
}
    @media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
        #blog-title {
                height: 460px;
        }
    }
#blog-title:before {
  content: '';
  background-color: rgba(247, 236, 232, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#blog-title a {
/*    color: #dfa08b;*/
    color: #222;
}

#blog-title-inner {
    display: inline-block;
    background: #fff;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;/*一応BOX内の文字も中央寄せ*/
}

#blog-description {
    font-size: 70%;
    font-weight: 400;
    margin-top: .5em;
    color: #aaa;
}

/*-----------記事タイトル-----------*/
.date {
    font-size: 70%;
    font-weight: 100;
    text-align: center;
    letter-spacing: .2em;
    font-family: 'Overpass', sans-serif;
}
.entry-title {
    margin-bottom: .5em;
    font-family: 'Overpass', 游ゴシック, YuGothic, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.categories {
    margin-bottom: 2em;
    text-align: center;
}
.categories a {
    display: inline-block;
    background: #F7ECE8;
    margin: 0 .3em .4em 0;
    padding: 0.3em 1em;
    font-size: 10px;
}
.categories a:before {
    content: "#";
    padding-right: 2px;        
}

/*---本文------------------------*/
.entry-content p {
    margin: 1em 0 1.5em;
}

/*---もくじ-----------*/
.entry-content .table-of-contents {
    color: #aaa;
    font-size: 90%;
}
.entry-content .table-of-contents:before {
    content: "[ もくじ ]";
    text-align: center;
    display: block;
    margin-left: -35px;
    font-weight: bold;
    padding-bottom: .5em;
}
.table-of-contents a, .table-of-contents a:visited {
    color: #aaa;
}

.entry-content h1 {
    font-size: 140%;
    margin-top: 5em;
    border-bottom: 1px solid #dea08c;
}
.entry-content h2, .entry-content h3 {
    font-size: 140%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dea08c;
    margin-top: 3em;
}
.entry-content h4 {
    font-size: 130%;
    padding: .5em .5em;
    padding-right: 0px;
    border-left: 1px solid #dea08b;
    border-bottom: none;
    margin-top: 2em;
}
.entry-content h5 {
    font-size: 110%;
    margin-top: 4em;
    padding: .25em .5em;
    padding-right: 0px;
    border-left:1px solid #cfd8d8;
    border-bottom: none;
}

/*---引用---*/

.entry-content blockquote:before {
    color: #dea08c;
    display: none;
}
.entry-content blockquote a {
    font-size: 80%;
}

.entry-content blockquote {
    background: #faf5f5;
    border: none;
    padding: 1.5em;
}

.entry-content blockquote p {
    margin-bottom: 0;
    margin-top: 0;
}

/*---リスト---*/
.entry-content dd, .entry-content ol, .entry-content ul {
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.entry-content dd li, .entry-content ol li, .entry-content ul li {
    margin-bottom: .8em;
}
.entry-content dd li dd, .entry-content ol li ol, .entry-content ul li ul {
    margin-top: .8em;
    margin-bottom: .8em;
}
.entry-content dd li dd li, .entry-content ol li ol li, .entry-content ul li ul li {
    margin: .8em;
}

/*---アフィリエイト---*/
.hatena-asin-detail .hatena-asin-detail-image {
    float: left;
    margin: 1em;
}

/*---つづき---*/
a.entry-see-more {
    display: inline-block;
    background: #f7ece9;
    padding: 0.5em 1em;
    border-radius: 6px;
    margin: 3em 1em 5em;
}

/*---本文ラスト---*/

.entry-footer {
    margin-top: 5em;
}


/*---ページャー---*/
.pager a {
    background: none;
    color: #555;
    font-size: 70%;
}
.pager a:hover {
    background: none;
    color: #dea08b;
    font-size: 70%;
}

span.pager-arrow {
    color: #dea08b;
}


/*---記事下：関連---*/
.hatena-urllist .urllist-entry-body {
    display: none;
}
.hatena-urllist .urllist-date-link a {
    color: #dea08c;
}

/*---記事下：コメント---*/
.comment-box .comment a {
    color: #dea08c;
}



/*---サイドバー------------------------*/

.customized-footer {
    margin-top: 3em;
}

.hatena-module-body {
    width: 90%;
    margin: 0 auto;
}

.hatena-module-body .urllist-title-link {
    line-height: 1.5em;
}

/*---プロフィール---*/
.hatena-module-profile .profile-icon-link {
    display: block;
    float: inherit;
    margin: 0;
}
.hatena-module-profile .profile-icon-link .profile-icon {
    display: block;
    margin: 1em auto;
    width: 80px;
}
.hatena-module-profile .profile-icon {
    display: block;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80px;
    margin-bottom: 30px;
}
.hatena-module-profile .id {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

/*---プロフィール見出し---*/
.hatena-module-profile .hatena-module-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px 0;
}
.hatena-module-profile .hatena-module-title:before, .hatena-module-profile .hatena-module-title:after {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
}
.hatena-module-profile .hatena-module-title:before {
    margin-right: 1em;
}
.hatena-module-profile .hatena-module-title:after {
    margin-left: 1em;
}

/*---サイドバー見出し---*/
.hatena-module-recent-entries .hatena-module-title,
.hatena-module-related-entries .hatena-module-title,
.hatena-module-links .hatena-module-title,
.hatena-module-archive .hatena-module-title,
.hatena-module-search-box .hatena-module-title,
.hatena-module-category .hatena-module-title,
.hatena-module-entries-access-ranking .hatena-module-title,
.hatena-module-html .hatena-module-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px 0;
}
.hatena-module-recent-entries .hatena-module-title:before, .hatena-module .hatena-module-title:before {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
    margin-right: 1em;
}
.hatena-module-recent-entries .hatena-module-title:after, .hatena-module .hatena-module-title:after {
    content: '';
    border-top: 3px solid #eaeaea;
    position: relative;
    top: 0.5em;
    width: 50%;
    margin-left: 1em;
}

#box2-inner {
    padding: 5em 0 5em;
}


/*---リンク区切り---*/
.hatena-urllist li {
    border-top: 1px dotted #cfd8d8;
}
.hatena-urllist li:first-child {
    border-top: none;
}
#box2 .hatena-urllist>li:last-child {
    border-bottom: none;
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0 10px 0 0;
}



#footer, #footer a { color: #aaa }
#footer {
    background: #fff;
    margin-top: 10em;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 50%;
}
#footer .guest-footer .btn-register {
    color: #fff!important;
    background: #ddd;
    border: 1px solid transparent;
}
div#footer-inner {
    display: inline-block;
    max-width: 80%;
}



/*---一覧ページ------------------------*/
.breadcrumb {
    font-size: 80%;
    margin: 1em;
}

.archive-heading {
    margin: 1.5em .7em 1.5em;
    line-height: 1.7;
    text-align: center;
    font-size: 120%;
}

.page-archive .archive-entry {
    border-top: 1px solid #f0f1f1;
}

.archive-entry.autopagerize_page_element .categories {
    margin-bottom: 1em;
    text-align: center;
}
.page-archive .entry-thumb {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 1em 0;
}
p.entry-description {
    font-size: 100%;
    line-height: 1.8;
}

#gnav {
	background: #e3cacc; /*黒#3f3f3f*/
	font-size: 0;
	margin-top: 0;
	padding: 0 0 0;
}
#gnav .menu a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 11px 11px 0px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#gnav .gnav-inner {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#gnav .menu {
	display: inline-block;
}
/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
}

/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

/* Responsive: yes */
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}
/* カエレバ・ヨメレバ （レスポンシブver.2.4） */
.booklink-box, .kaerebalink-box{
	width:78%;
	margin: 1em 0 1em;
	padding:3% 8%;
	border: 1px dashed #BDBDBD;
	overflow: hidden;
	font-size:small;
}

.booklink-image, .kaerebalink-image{
	margin:15px 0 15px 0;
    text-align: center;	
}
.booklink-image img, .kaerebalink-image img{
	display:block;
	margin:0 auto;
	text-align:center;
}
.booklink-info, .kaerebalink-info{
	text-align:center;
	line-height:120%;
	overflow: hidden;
}
.booklink-name, .kaerebalink-name{
	font-size:15px;
	margin-bottom:5px;
	line-height:1.2em;
}
.booklink-powered-date, .kaerebalink-powered-date{
	font-size:8pt;
　　margin-top:10px;
	line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
    font-size:8pt;
	margin-bottom:3px;
}
.booklink-link2, .kaerebalink-link1{
	margin-bottom:3px;
}
.kaerebalink-link1 img, .booklink-link2 img{
	display:none;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkrakukobo, .shoplinkyahoo, .shoplinkseven, .shoplinkbellemaison, .shoplinkcecile, .shoplinkwowma, .shoplinkkakakucom, .shoplinkbk1, .shoplinkehon, .shoplinkkino, .shoplinkebj, .shoplinktoshokan{
	width:100%;	
	}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkwowma a, .shoplinkkakakucom a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a, .shoplinkebj a, .shoplinktoshokan a{    
    display:inline-block;
    float:left;
    width:95%;	
    overflow:hidden;
    border-radius:6px;
	border:1px solid #dcdcdc;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 1px #dcdcdc;
	font-size:12px;   
	background-color:#ffffff;
}
.shoplinkamazon a:hover, .shoplinkrakuten a:hover, .shoplinkkindle a:hover, .shoplinkrakukobo a:hover, .shoplinkyahoo a:hover, .shoplinkseven a:hover, .shoplinkbellemaison a:hover, .shoplinkcecile a:hover, .shoplinkwowma a:hover, .shoplinkkakakucom a:hover, .shoplinkbk1 a:hover, .shoplinkehon a:hover, .shoplinkkino a:hover, .shoplinkebj a:hover, .shoplinktoshokan a:hover{
	color:#fff;
}	
.shoplinkamazon a{
	color:#ff9900;
}
.shoplinkamazon a:hover{
	background-color:#ff9900;
}
.shoplinkrakuten a{
	color:#bf0000;
}
.shoplinkrakuten a:hover{
	background-color:#bf0000;
}
.shoplinkkindle a{
	color:#1a8dcc;	
}
.shoplinkkindle a:hover{
	background-color:#1a8dcc;	
}
.shoplinkrakukobo a{
	color:#d50000;	
}
.shoplinkrakukobo a:hover{
	background-color:#d50000;	
}
.shoplinkyahoo a{
	color:#ff0033;
	font-size:10px;
 } 
.shoplinkyahoo a:hover{
	background-color:#ff0033;
 }  
.shoplinkseven a{
	color:#ff6501;
}
.shoplinkseven a:hover{
	background-color:#ff6501;
}
.shoplinkbellemaison a{
	color:#84be24;
 } 
.shoplinkbellemaison a:hover{
	background-color:#84be24;
 } 
.shoplinkcecile a{
	color:#8d124b;
 } 
.shoplinkcecile a:hover{
	background-color:#8d124b;
 }
.shoplinkwowma a{
 	color:#E77035;
 } 
.shoplinkwowma a:hover{
 	background-color:#E77035;
 } 
.shoplinkkakakucom a{
	color:#051D93;
 } 
.shoplinkkakakucom a:hover{
	background-color:#051D93;
 } 
.shoplinkbk1 a{
	color:#0786cb;
 }
.shoplinkbk1 a:hover{
	background-color:#0786cb;
 }
.shoplinkehon a{
	color:#000066;
 }
.shoplinkehon a:hover{
	background-color:#000066;
 }
.shoplinkkino a{
	color:#003e92;
 }
.shoplinkkino a:hover{
	background-color:#003e92;
 }
.shoplinkebj a{
	color:#D84330;
 }
.shoplinkebj a:hover{
	background-color:#D84330;
 }
.shoplinktoshokan a{
	color:#212121;
 }
.shoplinktoshokan a:hover{
	background-color:#212121;
 }
.booklink-footer{
	display: none;
	}
@media screen and (min-width: 600px) {
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkrakukobo, .shoplinkyahoo, .shoplinkseven, .shoplinkbellemaison, .shoplinkcecile, .shoplinkwowma, .shoplinkkakakucom, .shoplinkbk1, .shoplinkehon, .shoplinkkino, .shoplinkebj, .shoplinktoshokan {    
    display:inline-block;
    float:left;
    width:45%;	
    overflow:hidden;
}
    }
    
 //Created by Dave Lunny in the beautiful year of 2014


//////////////////////////////////////
//        Import(ant) Imports       //
//////////////////////////////////////

//  Grab Roboto (Shutup I like it, you can change it if you like)
@import url(https://fonts.googleapis.com/css?family=Roboto:100);

//  Grab Font-Awesome, which is actually better to grab from the HTML so imma do that
// @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/////////////////////////////////////


//////////////////////////////////////
//             CONFIG              //
////////////////////////////////////

//  Pick a primary color
@primary-color:               #f1a6f3;
//  Set the color of the icons
@icon-color:                  #aaa;
//  For whatever reason the placeholder color is a variable so you can change it here
@pholder-color:               #ccc;

//  Dope colors (not required):
@blue: #0ac; @red: #f66; @amber: #ffc107; @blueGrey: #607d8b; @lightGreen:  #8bc34a; @offBlack: #333;

//  Font Stack (mmm Roboto)
@font: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;

//  The width of the form (takes on 100% this is just the max width)
@form-width:                  380px;

//  WOW this is the scale of the inner elements
@base:                        15.5px;

//        Standard ratio:   
//          22.5 : 15
//     (@form-width : @base)

/////////////////////////////////////


////////////////////////////////////
//    CSS TRANSITION MIXIN       //
//  (super overdone but dope!)  //
/////////////////////////////////

.trans(@prop, @speed){
  -webkit-transition: @prop @speed ease;
     -moz-transition: @prop @speed ease;
       -o-transition: @prop @speed ease;
          transition: @prop @speed ease;  
}


/////////////////////////////////////


form.contact-form     { 

    width:                100%;
    max-width:            @form-width;
    margin:               10px auto;
    font-size:            @base;
    font-family:          @font;
    font-weight:          100;
    line-height:          @base * 1.618;
    letter-spacing:       -0.5px;

    .trans(box-shadow,0.4s);
    box-shadow:           0px 2px 10px #eee;
    &:hover  {
       box-shadow:         0px 4px 14px #ddd, 
                           0px 0px 6px lighten(@primary-color, 25%);          
    }

    span { 
      text-align: center; 
      display: block; 
      color: #333; 
      padding: (@base * 1.25) (@base * 1.25) (@base * 0.5); 
      font:   inherit;
      font-size: @base * 1.618;
    }

    ul {
        margin: 0; padding: 0; list-style:   none;
        li{
            padding:        0;  
            border-bottom:  1px solid #ddd; 
            margin:         0;
            text-align:     center;
            width:          100%;


            i.form-icon   {
              display:          inline-block;
              vertical-align:   middle;
              width:            2%;
              text-align:       center;
              margin:           0 0.5% 0 1%;
              padding:          0;
              font-size:        @base * 1.05;
              color:            #aaa;
            }

            input[type="text"]  {
              width:            90%;
              background:       none;
              margin:           0;
              padding:          (@base * 0.6666667) 2%;
              border:           0;

              border-bottom:     3px solid rgba(0,0,0,0);

              text-align:        left;
              font-family:        inherit;
              font-size:          inherit;
              font-weight:        inherit;


              .trans(border-bottom,0.35s);

              &:focus{
                outline:          none;
                border-bottom:     3px solid @primary-color;
              }
              
              &::-webkit-input-placeholder { .trans(color,0.35s); color: @pholder-color; }
              &:-moz-placeholder {   .trans(color,0.35s);color: @pholder-color; }
              &::-moz-placeholder {  .trans(color,0.35s); color: @pholder-color; }
              &:-ms-input-placeholder { .trans(color,0.35s); color: @pholder-color; }

              &:focus::-webkit-input-placeholder { color: @primary-color; }
              &:focus:-moz-placeholder { color: @primary-color; }
              &:focus::-moz-placeholder {  color: @primary-color; }
              &:focus:-ms-input-placeholder { color: @primary-color; }
            }
            textarea            {
              display:          inline-block;
              vertical-align:   top;
              width:             88%;
              background:       none;
              padding:          (@base * 0.6666667) 2%;
              resize:           none;
              border:           0;
              border-bottom:     3px solid rgba(0,0,0,0);


              text-align:       left;

              height:           auto;
              min-height:       @form-width * 0.35;

              margin:           0;
              font-family:        inherit;
              font-size:          inherit;
              font-weight:        inherit;font-family:        inherit;


              .trans(border-bottom,0.35s);
              &:focus{
                outline:      none;
                border-bottom:     3px solid @primary-color;
              }

              &::-webkit-scrollbar {
                  width: 4px;
              }
              &::-webkit-scrollbar-thumb {
                  background:   lighten(@primary-color, 20%);
                  border-radius: 2px;
              } 
              &::-webkit-input-placeholder { .trans(color,0.35s); color: @pholder-color; }
              &:-moz-placeholder { .trans(color,0.35s);color: @pholder-color; }
              &::-moz-placeholder {.trans(color,0.35s); color: @pholder-color; }
              &:-ms-input-placeholder {.trans(color,0.35s); color: @pholder-color; }

              &:focus::-webkit-input-placeholder { color: @primary-color; }
              &:focus:-moz-placeholder { color: @primary-color; }
              &:focus::-moz-placeholder {  color: @primary-color; }
              &:focus:-ms-input-placeholder { color: @primary-color; }

            }
            input[type="submit"]  {
              margin:           15px auto 15px;      
              padding:          (@base * 0.6666667) (@base * 1.25);
              border:           1px solid darken(#ddd, 5%);
              display:          inline-block;

              border-radius:    6px;

              background:       rgba(255, 255, 255, 0);
              font-weight:        inherit;
              font-family:        inherit;
              font-size:          inherit;


              .trans(background border,0.35s);
              &:focus{
                outline:      none;
                border:       1px solid @primary-color;
              }

                &:hover {
                    background: lighten(#ddd, 5%);
                    border:       1px solid @primary-color;
                }
                &:active {
                  background: darken(#ddd, 5%);
                }
            }
        }
    }
}     

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  
