/* base css */
@import url(/.shared-pleasy/themes/common/base-weblog.css);

/* portal css */
@import url(/.shared-pleasy/nifty_managed/themes/common/base.css);



/* theme css */
@import url(http://theme.cocolog-nifty.com/themes/rich/aqua-blue/screen.css);
@import url(/.shared-pleasy/nifty_managed/themes/rich/aqua-blue/screen.css);



/* user css */
body {
  font-size:12pt;
}

.entry .entry-content {
  font-size:12px !important;
}

#banner {
  height:50px ! important;
  min-height:0 ! important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #e0ffff), color-stop(0.50, #00bfff))!important;
background: -webkit-linear-gradient(top, #00bfff 50%, #e0ffff 94%)!important;
background: -moz-linear-gradient(top, #00bfff 50%, #e0ffff 94%)!important;
background: -o-linear-gradient(top, #00bfff 50%, #e0ffff 94%)!important;
background: -ms-linear-gradient(top, #00bfff 50%, #e0ffff 94%)!important;
background: linear-gradient(to bottom, #00bfff 50%, #e0ffff 94%)!important;

}

blockquote {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    font-size: 0.9em;
    line-height: 1.6;
    margin: 20px 5px 20px 10px;
    overflow: auto;
    padding: 10px;
}
#banner-header {
  padding:20px 28px 0;
}

h3 {
   font-size:1.2em!important;
}
h4 {
    border-bottom: 1px solid silver;
    border-left: 14px solid silver;
    font-size: 1.2em;
    font-weight:bold;
    line-height: 2.0;
    margin: 24px 0 12px;
    padding: 3px 8px 3px 11px;
}

h5 {
    border-bottom: 1px solid silver;
    border-left: 10px solid silver;
    font-size: 1.1em;
    line-height: 1.7;
    margin: 24px 0 12px;
    padding: 3px 8px 3px 11px;
}

h6 {
    border-bottom: 1px solid silver;
    border-left: 6px solid silver;
    font-size: 1.0em;
    line-height: 1.5;
    margin: 24px 0 12px;
    padding: 3px 8px 3px 11px;
}

#alpha {
  width:620px!important;
}

#gamma {
  margin-right:5px!important;
  width:300px!important;
}

.entry .entry-content {
    font-size: 12pt!important;
}

/*footer css*/
#container-inner-bottom {
   background-color: #ffffff;
   margin-left:0;
}

#footer {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #e0ffff), color-stop(0.60, #00bfff))!important;
background: -webkit-linear-gradient(top, #00bfff 60%, #e0ffff 94%)!important;
background: -moz-linear-gradient(top, #00bfff 60%, #e0ffff 94%)!important;
background: -o-linear-gradient(top, #00bfff 60%, #e0ffff 94%)!important;
background: -ms-linear-gradient(top, #00bfff 60%, #e0ffff 94%)!important;
background: linear-gradient(to bottom, #00bfff 60%, #e0ffff 94%)!important;


    margin: 0;
    margin-left: 0;
    min-height: 30px;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    height: 30px;
}
#footer-description {
    color: #3E3E3E;
    font-size: small;
    margin: 0;
    text-align: center;
}
#footer-inner {
    padding: 0;
}

#twitter-widget-0 {
   width:160px ! important;
}

#twitter-widget-1 {
   width:160px ! important;
}

#___plusone_0 {
   width:60px ! important;
}

#___plusone_1 {
   width:60px ! important;
}

/*count.jsoon*/
#twitter-widgetoon-0 {
  height:20px!important;
  width:110px!important;
}

@media only screen and (max-width: 619px) {
  html,
  body {
    width:100%!important;
  }
  
  #container {
    width:100% !important;
  }

  #banner {
    width:100% ! important;
  }

  #banner-inner,#pagebody-inner {
    width:100% ! important;
  }

  #alpha {
    width:100% !important;
  }

  #gamma {
    clear:both;
    float:left;
    margin-left:5px!important;
  }

  .entry .entry-content {
    font-size:1.2em !important;
  }

  #footer {
    width:100% ! important;
  }

  .entry-content img {
     width:100%;
   }

  img[alt="LINEで送る"] {
    width:88px;
    height:20px;
  }
}

@media only screen and (min-width: 620px) {
  #container{
    width:620px !important;
    padding-left:10px;
  }

  #banner {
    width:620px;
  }

  #banner-inner,#pagebody-inner {
    width:620px ! important;
  }
  #alpha {
    padding-left:10px;
  }

  #gamma {
    clear:both;;
    float:left;
  }

  #footer {
    width:620px;
  }
}



@media only screen and (min-width: 960px) {
  #container {
    width:1016px !important;
  }

  #banner{
    width:1016px;
  }

  #banner-inner,#pagebody-inner {
    width:1016px ! important;
  }

  #alpha {
    width:620px!important;
  }

  #gamma {
    clear:none;
    float:left;
    width:300px!important;
  }

  #footer {
    width:1016px;
  }
}

<!-- google code pretty-->
.prettyprint {
  overflow:scroll!important; 
}
.prettyprinted{
  overflow:scroll!important; 
}
