/* <system section="theme" selected="report"> */
@charset "utf-8";
/* Reset CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END Reset */
/* base */
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
a {
  color: #0044CC;
}
a:hover {
  color: #073472;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 810px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
}
#container-inner {
  text-align: left;
}
#blog-title {
  padding: 70px 0;
}
#title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 24px;
}
#title a {
  text-decoration: none;
  color: #222;
}
#blog-description {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-left: 1em;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 560px;
  float: left;
}
.entry {
  margin-bottom: 80px;
}
.entry-header {
  margin-bottom: 20px;
  position: relative;
}
.date {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;

  margin-bottom: 15px;
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.entry-title a {
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #555555;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1098d4;
  color: #fff;
  font-weight: normal;
  border: 1px solid transparent;
  padding: 1px 7px!important;
  font-size: 11px!important;
}

.categories a:hover {
  background-color: #0c79a9;
  color: #fff;
}
.categories.no-categories {
  margin: 0;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager-next,
.pager-prev {
  display: inline-block;
  max-width: 250px;
  line-height: 1.5;
}
.pager-next {
  float: right;
}
.pager-prev {
  float: left;
}
#footer {
  width: 830px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  line-height: 1.3;
  font-size: 13px;
}
#footer img {
  vertical-align: middle;
}
/* Comment */
.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}
.leave-comment-title:hover {
  text-decoration: underline;
}
/* Entry-Content */
.entry-content {
  font-size: 15px;
  line-height: 1.7;
}
.entry-content p {
  margin: 0 0 0 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.7;
}
.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,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.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;
}
pre {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
}
.entry-content a:visited {
  color: #0044CC;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}
/* Sidebar */
#box2 {
  width: 220px;
  float: right;
  font-size: 14px;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  font-size: 12px;
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.7em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-module-recent-entries li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 180px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=997e934d99b2604163e63c09902a08') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @Archive */
.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive .date {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.page-archive .categories {
  margin-bottom: 10px;
}
.page-archive .entry-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.page-archive .entry-title a {
  color: #000;
  text-decoration: none;
}
.page-archive .entry-title a:hover {
  text-decoration: underline;
}
.page-archive p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  margin-top: 10px;
}
/* Catengory */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}
/* </system> */


html, body {
font-family: 'Hiragino maru Gothic Pro','ヒラギノ丸ゴ Pro W4',"メイリオ","Meiryo"'Verdana','Osaka',sans-serif;
color: #555555;
background-color: #f5f5f5;
-webkit-font-smoothing: antialiased;
}

/* 10.29 追加 画像の背景に影*/

.shadow img{
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

/* 10.8 追加 */
html {
    overflow: auto;
}

 
body {
    overflow: hidden;
}
#container {
    padding:20px 20px 0 20px  !important;
}
.subcaption {
margin: 0 0 1em 0;
padding: 4px;
font-size: 21px;
font-size: 1.3125rem;
color: #1a1a1a;
-webkit-font-smoothing: antialiased;
background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, #fff), to(#fff));
background: -moz-linear-gradient(-45deg, #ddd 25%, #fff 25%, #fff 50%, #ddd 50%, #ddd 75%, #fff 75%, #fff);
background: linear-gradient(-45deg, #ddd 25%, #fff 25%, #fff 50%, #ddd 50%, #ddd 75%, #fff 75%, #fff);
background-size: 4px 4px;
}

/*============================================================

  記事上SNSボタン

============================================================*/

.lsf, .lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1,"dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1,"dlig" 1;
  -o-font-feature-settings: "liga" 1,"dlig" 1;
  font-feature-settings: "liga" 1,"dlig" 1;
}


/* 記事上SNSボタン */
.l-social-button {
margin: 10px 0 10px;
overflow: hidden;
padding: 20px 0 10px;
}
.l-social-button ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.l-social-button li {
float: left;
list-style-type: none;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.social-button {
height: 30px;
width: 115px;
border-radius: 3px;
color: white;
text-align: center;
margin: 0 8px 0 0;
font-size: 0.9em;
padding: 9px 15px;
text-decoration: none;
}
.facebook {
background-color: #3b5998;
}
.twitter {
background-color: #55acee;
}
.google {
background-color: #dd4b39;
}
.hatebu {
background-color: #0078c7;
}
.pocket {
background-color: #f13d53;
}
.line {
background-color: #25af00;
}
.google:hover {
background-color: #ff5542;
}
.hatebu:hover {
background-color: #009af9;
}
.pocket:hover {
background-color: #ff4258;
}
.line:hover {
background-color: #2bc600;
}

.header-line-button {
display: none;
}
.l-social-button a:link {
-webkit-tap-highlight-color: #FF5E99;
}
.l-social-button li a {
text-decoration: none;
}


/*============================================================

  10.17追加 Webフォント

============================================================*/

@font-face {
  font-family: 'LigatureSymbols';
  src: url("https://dl.dropboxusercontent.com/u/2510134/LigatureSymbols/LigatureSymbols-2.11.eot");
  src: url("https://dl.dropboxusercontent.com/u/2510134/LigatureSymbols/LigatureSymbols-2.11.otf#iefix") format("embedded-opentype"), url("https://dl.dropboxusercontent.com/u/2510134/LigatureSymbols/LigatureSymbols-2.11.woff") format("woff"), url("https://dl.dropboxusercontent.com/u/2510134/LigatureSymbols/LigatureSymbols-2.11.ttf") format("truetype"), url("https://dl.dropboxusercontent.com/u/2510134/LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}



/*============================================================
  
  ヨメレバ・カエレバ（PC）
  
============================================================*/
.booklink-box, .kaerebalink-box{
	width:90%;
	margin:20px auto;
	padding:20px;
	border:double #CCC;
	overflow: hidden;
	font-size:small;
}

.booklink-image, .kaerebalink-image{
	margin:0 15px 0 0;
	float:left;
}

.booklink-image img, .kaerebalink-image img{
	margin:0 auto;
	text-align:center;
}
 
.booklink-info, .kaerebalink-info{
	margin:0;
        text-align:left;
	line-height:120%;
	overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
	font-size:16px;
	margin-bottom:24px;
	line-height:1.5em;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
	 font-size:8pt;
	 margin-top:10px;
	 font-family:verdana;
	 line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
	margin-bottom:15px;
}
 
.booklink-link2, .kaerebalink-link1{
	margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
    width:30%;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	margin:15px 2px 0 auto !important;
	padding:8px 1px;
	text-align:center;
        float:left;
	}
	
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover,  .shoplinkkakakucom:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active  .shoplinkkakakucom:active {
	position:relative;
	top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
	text-decoration:none;
	font-weight:800;
	text-shadow:1px 1px 1px #dcdcdc;
	font-size:12px;
}
	
.shoplinkamazon a{
	color:#FF9901;
}
 
 .shoplinkrakuten a{
	color:#c20004;
}
 
.shoplinkkindle a{
	color:#007dcd;	
}
 
.shoplinkkakakucom a{
	color:#314995;	
}
 
.shoplinkyahoo a{
	color:#7b0099; 
}
.shoplinkyahoo img{
	display:none;
}
	
 
.booklink-footer{
	clear:left;
}

.shoplinkyahoo a{
	 font-size:10px;
 }




/* アドセンスの読み込み時黄色背景を消す */
ins[style]{
background-color:transparent;
}

/* コメントを書く部分のカスタマイズ */
a.leave-comment-title{
	display: inline-block;
	width: 200px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	outline: none;
	position: relative;
	background-color: #1098d4;
	border-radius: 3px;
	color: #fff;
	line-height: 25px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 2px 0 #0c79a4;
	margin-left: 10px;
}
a.leave-comment-title::before,
a.leave-comment-title::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.leave-comment-title,
a.leave-comment-title::before,
a.leave-comment-title::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.leave-comment-titlex:hover {
	background-color: #fa8b7c;
	box-shadow: 0 3px 0 #f7432a;
}
a.leave-comment-titlex:active {
	top: 3px;
	box-shadow: none;
}

a.leave-comment-title:visited {
    color:#fff;
}

/* 続きを読む部分カスタマイズ */
a.entry-see-more{
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	outline: none;
	position: relative;
	background-color: #ff458e;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #b23063;
}
a.entry-see-more::before,
a.entry-see-more::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.entry-see-more,
a.entry-see-more::before,
a.entry-see-more::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.entry-see-more:hover {
    width:100%;
	background-color: #ff6aa4;
	box-shadow: 0 3px 0 #e53e7f;
	transition: all .50s;
}
a.entry-see-more:active {
	top: 3px;
	box-shadow: none;
	
}

a.entry-see-more:visited {
    color:#ffffff;
}




/* あわせて読みたい */


.intro-article-wrapper a {
text-decoration: none;
color: #0085cd;
font-weight: bold;
font-size: 110%;
}
/* あわせて読みたい（ここまで） */

/* キーワード下線を消す */
a.keyword {
    border: none;
    pointer-events: none;
    cursor: default;
    color: #555555;
    }
h3 a.keyword {
    color: #000 ;
    }
/* ---- 記事部分の行間調整 ---- */
.entry-content p{
    margin:1.5em 0 2em 0;
    color:#3F3F3F;
    }
.entry-content blockquote{
    margin-top:-0.5em;
    }
/* ----- ブログ全体の幅調整 ---- */
#container{
    width:1020px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 20px;
    }
#container-inner{
    width:1020px;
    }
/* ---- 記事部分の幅調整 ---- */
#main {
width: 630px;
float: left;
border-right: 1px solid #cccccc;
}
.entry-inner{
    width:600px;
   
    }
.entry-content{
    padding-left:10px;
    }
.entry-header{
    width:600px;
    }
/* ---- サイドバー部分の幅調整 ---- */
#box2{
    width:340px;
    margin:5px 0 0 0;
    float: right;
    font-size: 90%;
    padding-right:13px;
    }
#box2-inner{
    width:340px;
    }

    
/* ----- ブログタイトル下のスペース調整 ---- */    
#blog-title{
    height:170px;
    }
#top-editarea{
    margin:-10px 0 20px 0;
    }
/* ----- 記事内のスタイル ----- */
   
.entry-content h2 {font-size: 180%;
font-weight: bold;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
border-bottom: 3px solid #ff458e;
color: #222;

}


.entry-content h3 {font-size: 140%;
font-weight: bold;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 8px;
border-left: 5px solid #cccccc;
border-bottom-style: none;
color: #222;
}

.entry-content h4 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 0 10px;
  border-left: 3px solid #cccccc;
  border-bottom-style: none;
  margin-top: 40px;
margin-right: 0px;
margin-bottom: 20px;
color: #222;
}

.entry-content h5 {font-size: 180%;
font-weight: bold;
margin-top: 40px;
margin-right: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
border-bottom: 3px solid #ff458e;
color: #222;
}

/* ----- 引用のスタイル ----- */

/* 引用のデザイン1 */
.entry-content .blockquote2 {
    padding: 20px 55px;
    background: rgba(245,245,245,0.8);
    color: #222;
    position: relative;
    border: solid 1px #fff;
    margin: 0.8em 0;
}
/* 引用のデザイン2 */
.entry-content .blockquote2:before {
    color: rgba(200, 200, 200, 1);
    content: "“";
    font-family: serif;
    font-size: 600%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
/* 引用のデザイン3 */
.entry-content .blockquote2:after {
    content: "”";
    font-family: serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 600%;
    color: rgba(200,200,200,1);
    line-height: 0;
}

.nbq_title {
line-height: 1.3;
color: #666666;
font-weight: bold;
font-size: 20px;
margin-top:10px;
}
.nbq_title_mark {
display: inline-block;
width: 0;
height: 17px;
overflow: hidden;
margin: 0 4px 0 0;
padding: 0 0 0 20px;
background: url("http://farm9.static.flickr.com/8075/8290639494_2f7e3d8133.jpg") no-repeat -1px -6px;
}
.nbq_syutten{
font: 12px/1.5 arial,sans-serif ;
color: #AAAAAA;
padding:-10px 0 0 0;
}
.nbq_syutten_link{
color: #AAAAAA;
padding-left:5px;
}
.nbq_inner{
line-height: 1.429;
padding: 0 0 0 6px;
border-left: 2px solid #d0d0d0;
margin:0 0 2em 0;
}
.nbq_inner_text{
color: #666666;
font-size:14px;
}
    
/* ----- 記事内のスタイルここまで ----- */

    


/* ページャー部分を分かりやすく */
.pager{
    overflow: hidden;
}

.pager .pager-prev,.pager .pager-next{
    display: block;
    margin: 1em 0;
}
.pager-arrow{
    display: none;
}

.pager .pager-prev {
    float: right;
}
    .pager .pager-prev:before {
        content: "ひとつ次の記事「";
    }
    .pager .pager-prev:after{
        content: "」 »";
    }
    
.pager .pager-next {
    float: left;
}
    .pager .pager-next:before {
        content: "« ひとつ前の記事「";
    }
    .pager .pager-next:after{
        content: "」";
    }
/* ページャー部分を分かりやすく（ここまで） */



/* 引用2 */
.bq2 {
padding: 20px 55px;
background: rgba(245,245,245,0.8);
color: #222;
position: relative;
border: solid 1px #fff;
margin: 0.8em 0;
}
.bq2:before {
content: "“";
font-family: serif;
position: absolute;
top: 0;
left: 0;
font-size: 600%;
color: rgba(200,200,200,1);
line-height: 1em;
}
.bq2:after {
content: "”";
font-family: serif;
position: absolute;
bottom: 0;
right: 0;
font-size: 600%;
color: rgba(200,200,200,1);
line-height: 0;
}

/* 引用2（ここまで） */


/* entry */
.entry {
  position: relative;
  margin-bottom: 20px;
  background: #fff;


  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
}

.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #8e8e8c;
  position: relative;
}
.entry-title a {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}
/* 日付 */
.date {
  margin-bottom: 10px;
}
.date a {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  color:#1098d4;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  background: #ffffff;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0 ;
  padding: 0 ;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight:900;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #ff458e;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #cccccc;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ff458e;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #ff458e;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

/* ----- NEW_ENTRY ----- */
.htbl_new_entries {
  height: 100%;
  width: 100%;
}
.htbl_new_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.htbl_new_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_new_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(15, 15, 15, 0.60);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_new_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_new_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
  font-weight: lighter;
}
.htbl_new_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}


/* <system section="background" selected="undefined"> */

/* </system> */