/* <system section="theme" selected="11696248318753279893"> */
@charset "utf-8";



/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== 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;
}



/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #929292;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}



/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#484848));
  background: -webkit-linear-gradient(#000, #484848);
  background: -moz-linear-gradient(#000, #484848);
  background: -o-linear-gradient(#000, #484848);
  background: linear-gradient(#000, #484848);
  min-height: 170px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#blog-title-inner{
  display:block;
  vertical-align: middle;
  width: 980px;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508182629.png') no-repeat center top;
  padding: 70px 0 70px 0;
  margin: 0 auto;
}
#title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #FFF;
  margin-bottom: 10px;
}
#title a {
  text-decoration: none;
  color: #FFF;
}
#blog-description {
  color: #D5D5D5;
  font-size: 11px;
}
/* @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{
  width: 980px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 756px;
  float: left;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif') repeat-y 65px;
  border-right: 1px solid #DEDEDE;
  padding-right:30px;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}

.entry-inner{
  padding-bottom: 80px;
}
.entry-header {
  width: 756px;
  position: relative;
}
.date {
  font-size: 11px;
  width: 66px;
  border-top: 7px solid #000;
  display: block;
  position: relative;
  padding-top: 5px;
  text-align: center;
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry .date-month + .hyphen{
  display: block;
  text-indent: -9999px;
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.date .date-day{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  width: 65px;
  position: absolute;
  top: 20px;
  left: 0;
}
.entry-title{
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  width: 665px;
  left: 85px;
}
.page-archive .entry-title{
  left: 0px;  
  width: 756px;
}

.entry-title a{
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 10px;
  width: 665px;
  position: relative;
  left: 85px;
  padding: 0 0 10px 0;
}
.page-archive .categories {
  width: 756px;
  left: 0px !important;
  padding: 0 0 10px 0;
}
.categories a {
  padding: 3px 8px 3px 8px;
  background: #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.05s linear 0;
  -webkit-transition: all 0.05s linear 0;
  text-decoration: none;
  color: #FFF;
}
.author,
.entry-footer-time{
  font-size: 11px;
}

.entry-content{
  width: 665px;
  position: relative;
  left: 85px;
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  width: 665px;
  position: relative;
  left: 85px;
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  width: 665px;
  position: relative;
  left: 85px;
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  text-align: center;
  padding: 10px 0 30px 0;
  background: #fff;
  line-height: 1.3;
  font-size: 11px;
}
#footer-inner{
  width: 980px;
  margin: 0 auto;
}
#footer address {
  display: inline;
}
#footer .services {
display: inline;
margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}

#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;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
a.leave-comment-title{
  display: block;
  text-decoration: none;
}
.leave-comment-title:hover {
  background: #F6F6F6;
}

/* Entry-Content */
.entry-content {
  font-size: 14px;
  line-height: 1.74;
}
.entry-content p {
  margin: 0.7em 0 1em 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 1em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 130%;
}
.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: 2px solid #222;
}
.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 #DEDEDE;
}
.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;
}
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;
}



/* =============== side bar =============== */

#box2 {
  width: 180px;
  float: right;
  font-size: 12px;
  word-wrap: break-word;
}
.page-about #box2,
.page-archive #box2 {
  border-left:1px solid #DEDEDE;
  padding-left: 13px;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065220.gif') no-repeat left 0px;
  min-height: 15px;
  padding-left: 20px;
  position: relative;
  left: -21px;
}
.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 {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 142px;
  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=3f712fab57bb94775097ac1bce3ac9') 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 #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.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;
  border-bottom: 1px solid #DEDEDE;
}
.page-archive #main-inner li .categories {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}



/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}



/* =============== category =============== */

.breadcrumb {
  width: 980px;
  margin:30px auto 30px auto;
  font-size: 11px;
}
.breadcrumb span:last-child{
  color: #999;
}



/* =============== edit erea =============== */

#top-editarea{
  width: 980px;
  margin:30px auto;
}
#bottom-editarea{
  width: 980px;
  margin:0 auto 30px auto;
}
/* </system> */

#content-inner {
letter-spacing: 0.3px;
}


strong,b {
 font-weight:bold !important;
 font-size:16px !important;
}

.externallink {
font-weight: bold;
border-left: solid 5px #ff2e05;
padding-left: 5px;
display: block;
margin: 2em 0 -1em 0;
line-height: 1.2em;
}

.externallink2 {
font-weight: bold;
border-left: solid 5px #ff2e05;
padding-left: 5px;
display: block;
margin: 0.5em 0 -1em 0;
line-height: 1.2em;
}

.detailtitle {
font-weight: bold;
border-left: solid 5px #ff2e05;
padding-left: 10px;
display: block;
margin: 2em 0 1em 0;
line-height: 1.2em;
font-size: 110%;
}



.marker {
    font-weight: bold ;
    font-size: 16px ;
    background-image: linear-gradient(transparent 70%, #CCFF7B 30%);
}

.badmarker {
    font-weight: bold ;
    font-size: 16px ;
    background-image: linear-gradient(transparent 70%, #FDA683 30%);
}


a.keyword {
    border: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default;
    color: #000000 !important;
}

.categories a {
    color: #FFF !important;
    
}

.date a {
    color: #000 !important;
    
}

.header-image-enable #blog-title, .header-image-only #blog-title {
        padding: 10px 0px;
}

a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }


#blog-title {
    width: 100%;
    background: linear-gradient(rgb(0, 0, 0), rgb(72, 72, 72)) repeat scroll 0% 0% transparent;
    min-height: 100px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.header-image-only #blog-title #blog-title-inner {
background-repeat: no-repeat;
position: relative;
height: 150px;
}


.header-image-only #blog-title {
background: none repeat scroll 0% 0% transparent;
height: 150px;
}

#blog-title-inner {
display: block;
vertical-align: middle;
width: 1140px;
padding: 0px;
margin: 0px auto;
}


#content {
width: 1140px;
margin: 10px auto 30px;
}

#container-inner {
background: #91b3ff;
}


#container {
width: 100%;
text-align: center;
margin: 0 auto;
background: #fff;
}


#content-inner {
background: #fff;
padding: 20px;
margin-bottom: 0px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}


#mokuji {
margin-bottom: 2em;
}

#box2 {
    width: 330px;
    float: right;
    font-size: 15px;
    word-wrap: break-word;
}



.entry-title a {
    font-size: 28px;
    color: rgb(34, 34, 34);
    text-decoration: none;
}

.entry-content h2 {
background-color: rgba(78, 79, 255, 1);
margin-top: 2em;
font-size: 28px;
color: #ffffff;
line-height: 1.3em;
padding: 0.3em;
}

.entry-content h3 {
    background-color: rgba(134, 135, 255, 1);
    margin-top:2em;
    font-size: 28px;
    color:#ffffff;
    line-height: 1.3em;
    padding: 0.3em;
}

.entry-content h4 {
    font-size: 160%;
    padding:0 8px 0 10px;
    border-left: 20px solid rgba(50, 53, 255, 0.66);
    border-top: 2px solid rgba(50, 53, 255, 0.66);
    border-bottom: 2px solid rgba(50, 53, 255, 0.66);
    border-right: 2px solid rgba(50, 53, 255, 0.66);
    margin-top:2em;
}

.entry-content h5 {
	font-size: 130%;
	padding: 0 8px 0 10px;
	border-left: 10px solid rgba(255 , 0 , 0 , 0.66);
	border-top: 2px solid rgba(255 , 0 , 0 , 0.66);
	border-bottom: 2px solid rgba(255 , 0 , 0 , 0.66);
	border-right: 2px solid rgba(255 , 0 , 0 , 0.66);
	margin-top: 3em;
}


.entry-content h1, .entry-content h2, .entry-content h3 {
border-bottom: 2px solid #85bfff;
}

.entry-content #list {
background-color: #00ffff;
padding:0.5em;
}

.entry-content p {
    font-size:16px;
    }
    
.entry-content p img {
    margin: auto;
}


.entry blockquote {
    padding: 10px;
    margin: 2em 1em 2em 2em;
    border: 1px solid #DEDEDE;
    background-color: #ffffe0;
    font-size: 110%;
}


.hatena-module-body li {
    list-style: circle;
    margin-bottom: 0.65em;
    margin-left: 1em;
}

.hatena-module-body{
    padding: 0 1em;
    }


#wrapper {
width: 726px;
float: left;
background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif') repeat-y 65px;
border-right: 1px solid #DEDEDE;
padding-right: 30px;
}





.entry-header {
width: 726px;
position: relative;
}


.entry-content {
width: 660px;
position: relative;
left: 85px;
}

.entry-title {
margin-bottom: 15px;
line-height: 1.3;
position: relative;
width: 660px;
left: 85px;
}

.categories {
font-size: 10px;
width: 650px;
position: relative;
left: 85px;
padding: 0 0 10px 0;
}


.entry-footer {
width: 650px;
position: relative;
left: 85px;
margin-top: 20px;
font-size: 13px;
}

.entry-content ul, .entry-content ol, .entry-content dd {
    margin: 0px 0px 1.5em 1.5em;
    padding: 0px;
    font-size: 16px;
}


center {
font-size: 16px;
}


div#recommendpost {
background: #000;
color: #fff;
padding: 10px 10px 10px 10px;
margin: 30px 0 10px 0;
position: relative;
font-size: 20px;
font-weight: bold;
}


.intro-article-wrapper a {
text-decoration: none;
color: #0085cd;
font-weight: bold;
font-size: 14px;
}

.red {
    color:#ff0000;
}


.entry-content table th {
background-color:#00ffff;
}


pre {
font-size: 16px;
padding:0.5em 1em 1.5em 1em;
border: 1px solid #ccc;
}

ins {
	background: #fff
}

#list{
	margin-top:2.5em;
}

a.entry-see-more{
display: block;
text-align: right;
margin-right: 20px;
}

a.intro-article-title {
line-height: 1.2em;
}

.entry .sankou {
    padding: 10px;
    margin: 2em 1em 2em 2em;
    border: 1px solid #DEDEDE;
    background-color: #ffffe0;
    font-size: 110%;
}


.entry .bluespace {
background-color: #bdfffd;
padding: 1em 2em;
margin: 2em 2em 2em 2em;
}


.entry-header-html th {
padding: 0 10px 0 0;
}

.entry table td , table th {
vertical-align:middle;	
}


img.hatena-fotolife {
display: block;
margin: auto;
}


.hatena-module-foot h3{
background-color: rgba(134, 135, 255, 1);
padding: 10px;
font-size: 18px;
color: #ffffff;
margin: 10px 0;
}


.recommendcell {
background-color: #ffffcc;
}

.recommendtext {
    color: red;
    font-size: 18px;
    font-weight: bold;
}


/* リンクの枠デザイン*/


.point {
    position: relative;
    margin: 2.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #c6a0ff;
    border-radius: 8px;
}
.point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
     background: #FFF;
     color: #7d3a43;
    font-weight: bold;
}
.point p {
    margin: 0; 
    padding: 0;
}


.pickup {
position: relative;
margin: 2.5em auto;
padding: 0.5em 1em;
border: solid 3px #c6a0ff;
border-radius: 8px;
width: 85%;
}

.pickup .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 19px;
background: #FFF;
color: #7d3a43;
font-weight: bold;
}

.pickup p {
margin: 0;
padding: 0;
}


/* リンクの枠デザインここまで*/





.date.archive-date {
    margin-bottom: 5em;
}

 

/* ボタンデザイン*/


.parent a {
color: #fff;
padding: 15px 25px;
margin-bottom: 1em;
background: -webkit-gradient(linear, left top, left bottom, from(#ff727c), to(#df0000));
background: -moz-linear-gradient(top, #a3ea3f, #5b9507);
border: 3px solid #d40a04;
border-radius: 28px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 0 1px #fff;
display: inline-block;
font-size: 20px;
overflow: hidden;
text-align: center;
text-shadow: 0 -1px 1px #487606;
text-decoration: none;
}


.button:hover{
    background: #ff727c;
}


a.button { 
color: #fff;
text-decoration: none;
}

.parent { 
text-align: center;
}



/* 画像キャプション*/

.figure-image {
margin: 1em auto;
text-align: center;
}

.figure-image figcaption {
font-size: 95%;
opacity: .7;
margin: 0.2em auto 0.5em;
text-align: center;
}

.figure-image>p img, .figure-image>span img {
vertical-align: bottom;
margin-bottom: 10px;
margin: auto;
}

/* カエレバ・ヨメレバ（PCレスポンシブver.1.1） */
.booklink-box, .kaerebalink-box, .tomarebalink-box{
	width:95%;
	margin: 1em auto;
	padding:0 2%;
	border:double #d2d7e6;
	overflow: hidden;
	border-radius:2px;
}

.booklink-image, .kaerebalink-image, .tomarebalink-image{
	margin: 0!important;
}
.booklink-image img, .kaerebalink-image img, .tomarebalink-image img{
	margin:2em 1em auto;
}

.booklink-info, .kaerebalink-info, .tomarebalink-info{
	line-height:120%;
	overflow: hidden;
}

.booklink-name, .kaerebalink-name, .tomarebalink-name{
	font-size:16px;
	margin:2em auto;
	line-height:1.5em;
}

.booklink-powered-date, .kaerebalink-powered-date, .tomarebalink-powered-date{
	font-size:8pt;
	margin-top:1.5em;
	line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail, .tomarebalink-address{
    font-size:8pt;
	margin-bottom:3px;
}

.booklink-link2, .kaerebalink-link1, .tomarebalink-link1{
	margin-top:3px;
}

.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkrakukobo, .shoplinkyahoo, .shoplinkseven,  .shoplinkbk1, .shoplinkehon, .shoplinkkino, .shoplinkebj, .shoplinkjtb, .shoplinkikyu, .shoplinkjalan, .shoplinkknt{
    float:left;
    width:90%;
	height:15px;
	overflow:hidden;
	border-radius:6px;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}
    
.shoplinkamazon, .shoplinkjtb{
	background-color:#4c698e;
	border:2px solid #232F3E;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}

.shoplinkrakuten{
	background-color:#d23e3e;
	border:2px solid #b33535;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}

.shoplinkkindle, .shoplinkjalan{
	background-color:#45818E;
	border:2px solid #232F3E;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}
	
.shoplinkrakukobo{
	background-color:#d23e3e;
	border:2px solid #b33535;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}
	
	
.shoplinkyahoo, .shoplinkknt{
	background-color:#eda943;
	border:2px solid #b98029;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}
	
.shoplinkseven, .shoplinkikyu{
	background-color:#81a2ff;
	border:2px solid #5f7bcc;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}
	

.shoplinkbk1{
	background-color:#0085cd;
	border:2px solid #054e75;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}

.shoplinkehon{
	background-color:#FFAA00;
	border:2px solid #e09500;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}

.shoplinkkino{
	background-color:#16bd02;
	border:2px solid #128404;
	display:inline-block;
	margin:5px  5px 0 5px;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	}


.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkrakukobo:hover, .shoplinkyahoo:hover, .shoplinkseven:hover,   .shoplinkbk1:hover, .shoplinkehon:hover, .shoplinkkino:hover, .shoplinkjtb:hover, .shoplinkikyu:hover, .shoplinkjalan:hover, .shoplinkknt:hover{
	background-color:#f6f6f6;
}

.shoplinkamazon a:hover, .shoplinkrakuten a:hover, .shoplinkkindle a:hover, .shoplinkrakukobo a:hover, .shoplinkyahoo a:hover, .shoplinkseven a:hover,   .shoplinkbk1 a:hover, .shoplinkehon a:hover, .shoplinkkino a:hover, .shoplinkjtb a:hover, .shoplinkikyu a:hover, .shoplinkjalan a:hover, .shoplinkknt a:hover{
	color:#696969;
}

.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkrakukobo:active, .shoplinkyahoo:active, .shoplinkseven:active,   .shoplinkbk1:active, .shoplinkehon:active, .shoplinkkino:active, .shoplinkjtb:active, .shoplinkikyu:active, .shoplinkjalan:active, .shoplinkknt:active{
	position:relative;
	top:1px;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkseven a,  .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino  a, .shoplinkjtb a, .shoplinkikyu a, .shoplinkjalan a, .shoplinkknt a{
	display:block;
	text-decoration:none;
	font-size:14px;
		color:#fff;
}
.booklink-footer{
	clear:left;
	line-height:0;
}


/* SeedApp用 アプリーチのCSS */

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}



/* レビュー記事の冒頭評価部分ここから*/

.review {
    padding: 10px 25px 25px 25px;
    border: 2px solid #abc8ff;
    border-radius: 10px;
    margin: 0 auto 40px;
    font-size: 16px;
    width: 90%;
}


h3#review-evaluating-title {
    margin-top: 1em;
    font-size: 145%;
	background-color: rgba(134, 135, 255, 1);
    color: #ffffff;
    line-height: 1.5em;
    padding: 0.3em;
}

h4#review-advantage-title, h4#review-disadvantage-title, h4#review-conclusion-title, h4#review-buy-title{
    border-left:none;
    border-top:none;
    border-bottom:initial;
    border-right:none;
    padding: 0 8px 0 10px;
    margin-top: 2em;
    font-size: 140%;
    border-bottom: 2px solid #0005ff;
}

.review-columns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
    }
	
.review-column {
    width: 47%;
    }


/* レビュー記事の冒頭評価部分ここまで*/


/* <system section="background" selected="default"> */
/* default */
/* </system> */