body{
  color: #333333;
  background: #2D1708;
  writing-mode : vertical-rl;
  -webkit-writing-mode : vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  direction:ltr;
  }

header#blog-title{
  padding: 2em 2em;
  font-size:80%;
  background: #3ACDB6;
  border-radius: 0px 11px 11px 0px;
  }

h1#title{
  font-family:'@メイリオ',sans-serif;
  font-weight: normal;
  /*font-size:140%;*/
  text-decoration: none;
  }

h2#blog-description{
  font-size:100%;
  text-align: right;
  /*height: 512px;*/
  }

a{
  color: black;
  text-decoration:none; 
  }
  
a:hover{
  color: gray;
  }
  
h1.entry-title{
  font-size:128%;
  /*padding-left:1em;*/
  }

div.date{
   text-align: right;
   }

div#container-inner{
  
  font-family: '@ＭＳ 明朝',serif;
  word-break: break-all;
  height:36em;
  background: #FCFFC0;
  line-height:1.7em;
  border-radius:11px 11px 11px 11px;
  }

div#wrapper{  
  /*font-size: 90%;*/
  padding: 2em 2em;
  margin: 0;
  text-indent:0.8em;
  background: #FCFFC0;
  border-radius: 11px;
  }

#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;

  width: 100%;
}
/* container */
#container {
  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px;
}

div#globalheader-container,footer#footer a{
  color: #fff;
  }


div#google_afc_user{
  border:double;
  }
div.social-buttons{
  
  }
  
a.leave-comment-title{
  margin-top:-39px;
  padding-top:33px;
  padding-right:1px;
  padding-bottom:66px;
  padding-left:1px;
  background:#E9523E;
  color:white;
  border-bottom:dotted #FCFFC0 1px;
  }

aside{
display:none;
}
div#box2-inner{
  writing-mode : horizontal-tb;
  -webkit-writing-mode : horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  writing-mode:lr-tb;
  -o-writing-mode:  horizontal-tb;
  font-family: 'ＭＳ 明朝',serif;
  /*margin:1em;*/
  padding:1em;
  /*height:42em;*/
  /*-webkit-column-width:12em;
  -webkit-column-fill:auto;*/
  border-right:dashed 1px;
  border-radius:11px 11px 11px 11px;
  background: white;
  }

footer#footer{
  display:none;
  }

p.profile-description{
  /*font-size:77%;*/
  }
  
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    #globalheader-container {
    position: fixed;
  }
  div#container-inner{
  
  font-family: '@ＭＳ 明朝',serif;
  word-break: break-all;
  height:26em;
  background: #FCFFC0;
  line-height:1.7em;
  border-radius:11px 11px 11px 11px;
  }
    }

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {
  #globalheader-container {
    position: fixed;
  }
  div#container-inner{
  
  font-family: '@ＭＳ 明朝',serif;
  word-break: break-all;
  height:20em;
  background: #FCFFC0;
  line-height:1.7em;
  border-radius:11px 11px 11px 11px;
  }
  }
  
/* Media Queries - Smartphone */
@media (max-width: 480px) {
#globalheader-container {
    position: fixed;
  }
  div#container-inner{
  
  font-family: '@ＭＳ 明朝',serif;
  word-break: break-all;
  height:20em;
  background: #FCFFC0;
  line-height:1.7em;
  border-radius:11px 11px 11px 11px;
  }
}