/* <system section="theme" selected="alpha2"> */
/* CSS Document */
/* @Main
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #454545;
  background-color: #f3f3f3;
  font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
a {
  color: #256fba;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity,border,color,background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity,border,color,background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity,border,color,background;
  transition: 0.3s ease;
  transition-property: opacity,border,color,background;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #7d9ab7;
}
pre {
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
/* @Container
====================================== */
#container {
  text-align: center;
  margin: 20px  auto;
  width: 960px;
  padding: 0px;
  background: #fff;
  padding-bottom: 30px;
}
/* @Blog-Title
====================================== */
#blog-title {
  text-align: center;
  margin: 0px 0 50px 0;
}
#blog-title h1 {
  color: #454545;
  text-shadow: 0 1px 0 white;
  font-size: 34px;
  padding: 50px 30px 5px 30px;
  font-weight: bold;
  margin: 0;
}
#blog-title h1 a {
  color: #454545;
}
#blog-title h1 a:hover {
  color: #256fba;
  text-decoration: none;
}
header h2 {
  color: #454545;
  text-shadow: 0 1px 0 white;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
/* @Top-box and Navigation Module
====================================== */
#top-box,
#top-editarea,
#bottom-editarea {
  text-align: left;
  font-size: 13px;
}
#top-editarea,
#bottom-editarea {
  margin: 0 30px;
}
#navigation {
  width: 1000px;
  margin: 0 auto;
}
#navigation ul {
  list-style: none;
  padding: 0px 0;
  margin: 0;
}
#navigation ul li {
  font-size: 90%;
  float: left;
  line-height: 2;
}
#navigation ul li a {
  color: #454545;
  text-decoration: none;
  padding: 8px 15px;
  border-right: 1px solid #ddd;
}
#navigation ul li a:hover {
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#3888da), to(#256fba));
  background: -moz-linear-gradient(top, #3888da 0%, #256fba 100%);
}
#navigation ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.breadcrumb {
  margin: 20px 130px;
}
/* @Content-Box
====================================== */
#content {
  padding: 0 30px 30px 30px;
}
#content-inner {
  text-align: left;
}
#wrapper {
  width: 720px;
  float: left;
}
#main {
  float: right;
  width: 560px;
  padding: 0 30px;
  min-height: 100px;
}
#main:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#box1 {
  float: right;
  width: 100px;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
#box2 {
  width: 180px;
  float: left;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  text-align: left;
}
#bottom-box {
  clear: both;
}
#content:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* @Section,Article
====================================== */
section.day {
  margin-bottom: 40px;
}
.entry {
  margin: 0 0 48px 0;
  position: relative;
  width: 100%;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.entry-header {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.date {
  width: 100px;
  border-right: 1px solid #DDD;
  margin: 0 0 0px 0;
  font-size: 16px;
  position: absolute;
  left: -130px;
  top: 0px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
}
.date a {
  color: #454545;
}
.entry-title {
  text-align: left;
  margin: 0;
  font-size: 120%;
  line-height: 35px;
}
.entry-title a {
  position: relative;
}
.categories a {
  color: #666;
  font-size: 11px;
  background: #f5f5f5;
  padding: 3px 10px;
  white-space: nowrap;
}
.categories a:hover {
  text-decoration: none;
  background: #ebebeb;
  color: #454545;
}
.entry-header p {
  padding: 0;
  margin: 0;
}
.entry-header-menu a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
  background: #454545;
  font-size: 13px;
  position: absolute;
  left: -110px;
  top: 50px;
  color: #f5f5f5;
}
.entry-header-menu a:hover {
  background: #4486c9;
  text-decoration: none;
}
.entry .entry-category-area {
  padding: 5px 0;
  margin: 0;
  color: #aaa;
  font-size: 70%;
}
.entry .entry-category a {
  color: #454545;
  margin-left: 5px;
  background: #fff;
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.entry .entry-category :hover {
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#3888da), to(#256fba));
  background: -moz-linear-gradient(top, #3888da 0%, #256fba 100%);
  border: 1px solid #256fba;
}
.entry-footer {
  display: block;
  margin-top: 1em;
  color: #454545;
  font-size: 13px;
}
.entry-footer .social-buttons {
  margin: 0 0 10px;
}
.entry-footer-section {
  color: #aaa;
  padding-bottom: 8px;
  margin: 0;
}
.pager {
  display: inline;
  margin-right: 10px;
}
.pager a {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
  background: #bbb;
  font-size: 13px;
  color: #f5f5f5;
  line-height: 1.5;
  word-wrap: break-word;
  display: inline-block;
  max-width: 200px;
}
.pager a:hover {
  background: #4486c9;
  text-decoration: none;
}
/* @Entry TextStyle
====================================== */
.entry-content {
  font-size: 14px;
  line-height: 1.9;
  margin: 0.5em 0;
}
.entry-content img {
  max-width: 560px;
}
.entry-content p {
  margin: 0.8em 0;
}
/* Line-height For WYSIWYG Mode （いろいろ問題あって保留）

article.html .entry-content p,
body.preview p {
    min-height: 1em;
    margin: 0;
}

*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 1px dotted #999;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
a.keyword {
  color: #454545;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
/* @Comment
====================================== */
.entry-comment {
  border-bottom: 1px solid #ddd;
}
.entry-comment:nth-child(1) {
  border-top: 1px solid #ddd;
}
.comment {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 13px;
}
.comment li {
  list-style: none;
  padding: 8px 0;
}
.comment-user-name {
  font-weight: bold;
  margin: 0;
}
.comment-content p {
  line-height: 1.7;
}
.comment-content p {
  margin: 0.5em 0;
  word-wrap: break-word;
}
.comment-metadata {
  display: inline;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity,border,color,background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity,border,color,background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity,border,color,background;
  transition: 0.3s ease;
  transition-property: opacity,border,color,background;
}
.leave-comment-title:hover {
  text-decoration: none;
  border: 1px solid #7D9AB7;
}
/* @Module
====================================== */
.hatena-module {
  margin-bottom: 40px;
  font-size: 13px;
}
.hatena-module-title,
.hatena-module-title a,
.hatena-module-title a:hover,
.hatena-module-title a:visited {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 3px;
  color: #454545;
}
.hatena-module-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.hatena-module-body ul li {
  padding: 0.7em 0;
  border-bottom: 1px solid #ddd;
}
.hatena-module-body ul li.archive {
  border: none;
}
/* @Module::Profile
====================================== */
.hatena-module-profile .id {
  display: block;
  line-height: 2;
}
.profile-icon {
  border: 1px solid #ccc;
}
.hatena-module-profile .profile-description {
  margin: 0 0 5px 0;
  line-height: 1.5;
}
/* @Module::Search
====================================== */
form.search-form {
  margin-top: 10px;
}
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.5, #eeeeee), to(#ffffff));
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
  padding: 3px 8px;
  margin: 0;
  font-size: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  margin-left: -3px;
  *margin-left: -5px;
  cursor: pointer;
  background: #999999 url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/search_w.png') 50% 50% no-repeat;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
/* @Footer-Area-Module
====================================== */
#footer-box {
  clear: both;
}
#footer-area1,
#footer-area2,
#footer-area3,
#footer-area4 {
  width: 220px;
  float: left;
}
#footer-area1,
#footer-area2,
#footer-area3 {
  margin-right: 40px;
}
#footer-area4:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* @Footer
====================================== */
#footer {
  clear: both;
  text-align: center;
  padding: 10px 0 10px 0;
  font-size: small;
}
#footer a {
  color: #454545;
}
#footer a:hover {
  color: #256fba;
  text-decoration: none;
}
/* @HATENA-EMBED
====================================== */
/* ---STANDARD
.hatena-embed {
    padding-left: 20px;
    margin: 1em 0;
}

.hatena-embed.fotolife,
.hatena-embed.twitpic {
padding:0;
margin:0;
border: none;
background: transparent;
display: inline;
}

.hatena-embed.hatena-bookmark {
background:url('/web/20160104235322/http://blog.hatena.ne.jp/images/admin/curation/services/hatena-bookmark.png') no-repeat left 3px;
}

.hatena-embed.foursquare {
background:url('/web/20160104235322/http://blog.hatena.ne.jp/images/admin/curation/services/foursquare.png') no-repeat left 3px;
}

.hatena-embed.hatena-coco {
background:url('/web/20160104235322/http://blog.hatena.ne.jp/images/admin/curation/services/hatena-coco.png') no-repeat left 3px;
}

.hatena-embed.hatena-haiku {
background:url('/web/20160104235322/http://blog.hatena.ne.jp/images/admin/curation/services/hatena-haiku.png') no-repeat left 3px;
}

.hatena-embed.twitter {
background:url('/web/20160104235322/http://blog.hatena.ne.jp/images/admin/curation/services/twitter.png') no-repeat left 3px;
}

*/
/* @HATENA-EMBED(FOTOLIFE,TWITPIC)
====================================== */
.hatena-embed.hatena-fotolife,
.hatena-embed.twitpic {
  padding: 10px 10px 30px 10px;
  margin: 1em 0;
  background: transparent;
  display: inline-block;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
}
.hatena-embed.hatena-fotolife {
  background: #ffffff url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-fotolife.png') no-repeat right bottom;
}
.hatena-embed.twitpic {
  padding: 10px 10px 10px 10px;
}
.hatena-embed.hatena-fotolife .hatena-embed-image,
.hatena-embed.twitpic .hatena-embed-image {
  display: inline-block;
  max-width: 600px;
}
.hatena-embed.hatena-fotolife .hatena-embed-body,
.hatena-embed.hatena-fotolife .hatena-embed-body a,
.hatena-embed.twitpic .hatena-embed-body,
.hatena-embed.twitpic .hatena-embed-body a {
  text-align: center;
  font-family: 'Homemade Apple', cursive;
  color: #454545;
  font-size: 16px;
  margin-top: 10px;
}
/* @HATENA-EMBED(COCO,4SQ)
====================================== */
.hatena-embed.hatena-coco,
.hatena-embed.foursquare {
  margin: 1em 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.hatena-embed.hatena-coco {
  border: 1px solid #e2d279;
  padding: 20px 30px;
  background: #faf9e6 url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-coco.png') no-repeat right bottom;
}
.hatena-embed.hatena-coco .hatena-embed-image,
.hatena-embed.foursquare .hatena-embed-image {
  width: 100px;
  height: 100px;
}
.hatena-embed.foursquare {
  border: 1px solid #C1D5DB;
  padding: 20px 30px;
  background: #e6eff2 url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-4sq.png') no-repeat right bottom;
}
/* @HATENA-EMBED(BOOKMARK)
====================================== */
.hatena-embed.hatena-bookmark {
  padding: 15px 15px 15px 70px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-bookmark.png') no-repeat 10px top;
  position: relative;
}
.hatena-embed.hatena-bookmark a {
  text-decoration: underline;
}
.hatena-embed.hatena-bookmark .hatena-embed-image {
  max-height: 50px;
}
/* @HATENA-EMBED(HAIKU)
====================================== */
.hatena-embed.hatena-haiku {
  padding: 15px 15px 15px 70px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-haiku.png') no-repeat 5px 5px;
}
/* @HATENA-EMBED(MONOLITH)
====================================== */
.hatena-embed.hatena-monolith {
  width: 580px;
  padding: 15px;
  margin: 1em 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  background: #ffffff url('/web/20160104235322/http://blog.hatena.ne.jp/images/theme/hatena-embed/embed-monolith.png') no-repeat right bottom;
}
.hatena-embed.hatena-monolith .hatena-embed-image {
  display: block;
  float: left;
  max-width: 98px;
  border: 1px solid #dfdfdf;
}
.hatena-embed.hatena-monolith .hatena-embed-body {
  float: left;
  width: 470px;
  margin-left: 10px;
}
.hatena-embed.hatena-monolith:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* @HATENA-EMBED(TWITTER)
====================================== */
.hatena-embed.twitter {
  padding: 10px 0;
  margin: 1em 0;
  border-bottom: 1px dotted #757575;
  border-top: 1px dotted #757575;
}
/* @HATENA-EMBED(ATND)
====================================== */
.hatena-embed.atnd {
  padding: 10px 0;
  margin: 1em 0;
  border-bottom: 1px dotted #757575;
  border-top: 1px dotted #757575;
  font-family: 'PT Sans Caption', Helvetica, 'ヒラギノ角ゴ Pro W3', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.hatena-embed-detail.atnd-detail {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
}
.hatena-embed-detail.atnd-detail:hover {
  color: #EA1F00;
  text-decoration: none;
}
.hatena-embed.atnd .content-body {
  font-size: 12px;
  color: #222;
}
/* @About
====================================== */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .etnry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @Archive
====================================== */
.page-archive .date {
  position: static;
  border: none;
}
.page-archive .archive-entries .entry-title {
  margin: 0 0 0.3em 0;
  line-height: 1.5;
}
.page-archive .archive-entries section {
  margin-bottom: 30px;
}
.page-archive .archive-entries .categories {
  margin-bottom: 10px;
}
.page-archive .archive-entries p {
  font-size: 14px;
  line-height: 1.5;
}
/* </system> */

/* <system section="background" selected="bg11"> */
body{ background-color:#fff; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme11.png?version=0679c6441b6ffd517ecafc4506cfb5'); background-repeat:repeat; background-attachment:scroll; }
/* </system> */

body {
    font-family: 'Segoe UI', 'Trebuchet MS','Arial','Helvetica','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* 
  Blog Title
*/
#blog-title {
    margin: 0 0 4px;
}

h2#blog-description {
    font-size: 16px;
}

/* 
  Blog Title
*/
#blog-title h1 {
    font-size: 60px;
    padding: 24px 0 5px 0;
}

/* 
  Default Entry Title
*/
h1.entry-title {
    display: none;
}

/* 
  Entry Title (*)
*/
.entry-content h3 {
    color: #17B;
    font-size : 265%;
    margin: -40px 0 -15px 0;
}

/* 
  Last Update
*/
div.lastupdate {
    font-style: italic;
    color: #999;
    margin: -20px 0 -5px 0;
}

/* 
  Entry Head (**)
*/
.entry-content h4 {
    color: #17B;
    font-size : 180%;
    margin: 8px 0 -6px 0;
}

/* 
  Entry Content
*/
.entry-content p {
    margin: 5px 0 5px 0;
}

/* 
  Entry Image
*/
img {
    margin: 2px 0 2px 0;
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.3);
}

/* 
  Entry Image
*/
img.none {
    margin: 2px 0 2px 0;
    box-shadow: none;
}

/* 
  Side Head
*/
h3.side {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 0.5;
}

img.left {
    display: inline-block;
    line-height: 0px;
	box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.8);
	margin: 22px 20px 0 0;
	float: left;
}

img.right {
    display: inline-block;
    line-height: 0px;
	box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.8);
	margin: 22px 0 0 20px;
	float: right;
}







/* トップページキャプション */
div.imagebox {
     width: 256px; 
     float: left;
     margin-right: 11px;
     margin-bottom: 10px;
}
img.topCaption {
 	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);   
}

div.imagebox2 {
    width: 256px;
    float: left;
    margin-bottom: 10px;   
}
div.imagebox3 {
    width: 256px; 
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
}
p.image {
    margin: 0;
    text-align: center;
}
p.caption {
    text-align: center;    
    margin: -5px 0px 0 0;
}
/* --------------------- */

h2.subhead {
    font-size: 160%;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 3px;
}

div.smallhead {
    font-size: 100%;
    line-height: 1.8;
    font-weight: bold;
}


span.subhead1 {
    color: #17B;
}
span.subhead2 {
    color: #6BE;
    margin: 0 10px;
}
span.subhead3 {
    color: #7CF;
    margin: 0 16px;
}

pre{
    font-family: 'Monaco','Consolas','Courier New','Meiryo UI', 'Meiryo',Courier,monospace,sans-serif;    
    padding: 12px 16px;
    border-radius: 0px;
    letter-spacing: 0;
    line-height: 1.1;
    background: none repeat scroll 0% 0% #F8F8F8;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
    tab-size: 3;
    -o-tab-size: 4;
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    -ms-tab-size: 4;    
}

pre.code {
    font-family: 'Monaco','Consolas','Courier New','Meiryo UI', 'Meiryo',Courier,monospace,sans-serif;
}

table, td, th {
border: 1px #2b2b2b solid;
}

td, th {
padding: 0px 0px;
}


/* 逆引きリファレンス */
div.RL{
    line-height: 1.0;
}
.RL table{
    width: 100%;
    border-collapse: collapse;
}
.RL table th{
    width: 25%;
    padding: 6px 6px 0 0;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    border: hidden;
}
.RL table td{
    padding: 5px 6px 10px 0;
    text-align: center;
    background-color: #fff;
    border: hidden;
}
.RL img {
    margin: 0 0 0 0;
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.1);
}
.RL a:hover img {
    box-shadow: 0 8px 13px 3px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s;
}
/* 逆引きリファレンスここまで */

/* ギャラリー */
div.GA{
    line-height: 1.0;
}
.GA table{
    width: 100%;
    border-collapse: collapse;
}
.GA table th{
    width: 25%;
    padding: 6px 6px 0 0;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    border: hidden;
}
.GA table td{
    padding: 5px 6px 10px 0;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border: hidden;
}
.GA img {
    margin: 0 0 0 0;
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.1);
}
.GA a:hover img {
    box-shadow: 0 13px 26px 5px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s;
}
/* ギャラリーここまで */

/* サンプル */
div.SmapleTile{
    line-height: 1.4;
}
.SmapleTile table{
    width: 100%;
    border-collapse: collapse;
}
.SmapleTile table th{
    width: 25%;
    padding: 6px 6px 0 0;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    border: hidden;
}
.SmapleTile table td{
    padding: 5px 6px 10px 0;
    text-align: center;
    background-color: #fff;
    border: hidden;
}
.SmapleTile img {
    margin: 0 0 0 0;
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.1);
}
.SmapleTile a:hover img {
    box-shadow: 0 8px 13px 3px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s;
}
/* サンプルここまで */


.date {
display: none;
}

div#container {
  text-align: center;
  margin: 0px  auto;
  width: 1140px;
  padding: 0px;
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

div#wrapper {
  width: 20px;
  float: left;
}

#blog-title {
    padding-bottom: 36px;
}

div#main {
    float: left;
    width: 790px;
    margin: 8px 0px 0px 230px;
    min-height: 100px;
    padding: 0px 30px;
    border-style: none none none solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
}

#main {
    padding: 0px;
}

#box2 {
    width: 180px;
}

.entry-content img {
    max-width: 790px;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    border-bottom: none;
}

.entry-content {
    line-height: 1.9;
    letter-spacing: 0.2px;
}

.entry-title {
    font-size: 200%;
    margin: -3px 0px 0px 0px;
}


.categories a {
    display: none;
}

.entry-content h5 {
    font-size : 130%;
    color : #444444;
    margin: 14px 0px -2px 0px;    
}

.entry-footer-section {
    display: none;
}

.entry-footer-time {
    display: none;
}

.entry-title a:hover {
    text-decoration: none;
}

.pager a {
    display: none;
}



[class^="hvr-"] {
  margin-top: .4em;
  padding: .8em 2.4em;
  cursor: pointer;
  background: #F0F0F0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Sweep To Left */
a.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #666;
  text-decoration: none;
}
a.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Right */
a.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: right;
  color: #666;
  text-decoration: none;
}
a.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* ダウンロードボタン */
a.dl_button {
    font-size:18px;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    margin: 12px 0;
    border:1px solid #337fed;
    padding:10px 28px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
    background-color:#3d94f6;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #1570cd;
    -webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
a.dl_button:hover {
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
    background-color:#1e62d0;
    text-decoration: none;
}
a.dl_button:active {
    position:relative;
    top:1px;
    text-decoration: none;
}