/* <system section="theme" selected="6435922169449274523"> */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size:100%;
}

img {
	border:none;
}

ol, ul{
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Open Sans","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

/* navigation design */
#globalheader-container {
    color: #fff;
    background: #444;
    background: rgba(0,0,0,0.6);
    /*
    box-shadow: 0 0 5px #000;
    */
    width 100%;
}

/* headline design */
#blog-title {
    width: 1000px;
    margin: auto;
    padding: 20px 20px;
}

/* container rayout */
#content {
    width: 1000px;
    margin: auto auto 50px;
    background: #fff;
}

#container * {
/*
    -webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
*/
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
    width: 750px;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

/* title design */
#title {
    font-size: 250%;
    color: #fff;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff,2px 2px 2px #999;
    font-weight: bold;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #000;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #999;
}

.header-image-enable #blog-description {
    text-align: center;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding: 20px 20px 0;
}

.breadcrumb a {
    color: #ff3399;
}

/* calender rayout */
.entry-header .date a {
    display: block;
    font-family: 'Open Sans', serif;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: orange;
    text-align: center;
    color: #fff;
}

.entry-header .date a:hover {
    background: #000;
    text-decoration: none;
}

/* entry headline */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
    margin: 0.1em 0;
}

.entry-title a {
    color: #000;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    left: -60px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    font-size: 80%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    box-shadow: 0 0 10px #000;
}

.categories a {
    color: #666;
    font-size: 80%;
}

.categories a:before {
  content: '\25B8';
}

/* entry design */
.entry {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px  #aaa;
}

.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 100%;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
    color: #2d6bc4;
}

a.keyword {
    color: #000;
    border-bottom: dotted 1px #aaa;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h4 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h5 {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

/*
.entry-content blockquote {
    background: #ece4e8;
    padding: 20px;
	margin: 0.8em 0;
}

.entry-content blockquote p {
    margin: 0;
}
*/

.entry-content blockquote {
	padding: 20px 55px;
	background: #efefef;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.entry-content blockquote p {
	font-size: 90%;
}

.entry-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top:0;
	left:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.entry-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom:0;
	right:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.entry-content blockquote img {
	max-width: 100%;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content pre {
    color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    background: #333;
    font-size: 100%;
}

.entry-content pre.code {
    color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    background: #333;
    font-size: 80%;
}

.entry-content pre a.keyword {
    color: inherit;
    text-decoration: underline;
    margin: 0.5em 0;
}

/*
.entry-content table {
    border-collapse: collapse;
    border: solid 1px #000;
    font-size: 90%;
}

.entry-content th {
    background: #eee;
}

.entry-content th, .entry-content td {
    border: solid 1px #000;
    padding: 3px 6px;
}
*/

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.entry-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.entry-content th, .entry-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.entry-content td {
	background: #fff;
}

.entry-content ul li {
    list-style-type: square;
    margin-left: 30px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed  {
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed  li {
    list-style-type: none;
    font-size: 90%;
	margin: 0;
}

.entry-content dl {
    margin: 0.8em 0;
}

.entry-content dt {
    font-weight: bold;
}

.entry-content dd {
    margin-left: 40px;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 710px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    border-radius: 3px;
    box-shadow: 0 2px 4px #ccc;

    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover  {
/*
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    box-shadow: 0 0 7px #999;
*/
	opacity: 0.7;
}


.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.hatena-star-container {
    margin-bottom: 10px;
}

/* comment design */
.entry-comment {
	margin-top: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border-left: dotted 1px #999;
}

.entry-comment:hover {
    box-shadow: 0 0 4px #000;
}

.comment-content {
    font-size: 90%;
    padding: 5px;
    
    word-wrap: break-word;
}

.comment-metadata {
    font-size: 90%;
}

.entry-footer .leave-comment-title {
	padding: 5px 8px;
    background-color: #999;
    color: #fff;
    
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}

.entry-footer .leave-comment-title:hover {
    background-color: #000;
    text-decoration: none;
}

/* sidebar design */
#box2 {
    width: 250px;
    float: right;
    padding: 20px;
    background-color: #fff;
}

.hatena-module {
    margin-bottom: 30px;
}

.hatena-module a {
    color: #4c4c4c;
}

.hatena-module a:hover {
    color: #4c4c4c;
}

.hatena-module-title {
    font-size: 120%;
    color: #4c4c4c;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
}

.hatena-module-body {
    font-size: 80%;
}

/* eroge bunner optimize */
.hatena-module-body a .erg {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
	
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 5px 10px #999;
}

.hatena-module-body:hover a .erg {
    opacity: 0.8;
}

.hatena-urllist li {
    padding: 0.3em 0;
}

.hatena-urllist li:before {
  content: '\25B8';
}

.hatena-urllist .archive-module-year:before {
  content: '';
}

.recent-entries li:before {
  content: '';
}

.recent-entries li div:before {
  content: '\25B8';
}

.archive-module-month {
	list-style-type: none !important;
}

/* profile design */
.profile-icon {
    box-shadow: 0 1px 4px #999;
    border-radius: 50%;
}

.id {
    display: block;
}

.profile-description {
    margin: 0.8em 0;
}

/* searchbox design */
.search-module-input {
    width: 150px;
    height: 25px;
    padding: 3px 5px;
    border: solid 1px #aaa;
    vertical-align: middle;
}

.search-module-button {
    height: 25px;
    padding: 0 6px;
    line-height: 25px;
    background-color: #999;
    color: #fff;

    border: none;
    cursor: pointer;
    margin-left: -4px;
    vertical-align: middle;
}

.search-module-button:hover {
    background-color: #000;
}

/* pager design */
.pager-prev a {
    color: #ff3399;
}

.pager-next a {
    color: #ff3399;
}

/* archive design */
.page-archive #main a {
    color: #4c4c4c;
}

.page-archive #main p {
    font-size: 90%;
    color: #4c4c4c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #3489bd;
}

.page-archive #main .entry-title {
    color: #2d6bc4;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive #main li {
    margin-left: 30px;
}

.page-archive section {
    margin-bottom: 10px;
}

/* about */
.page-about #main dd {
    margin-bottom: 10px;
}

/* corresponding problem of height */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    background-color: #444;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px;
    font-size: 80%;
}

#footer a {
    color: #fff;
}

#footer img {
    border-radius: 50%;
}

/* scroll button design */
#page-top {
    width: 40px;
	height: 40px;
    font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 95px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-top:hover {
    opacity: 1;
}

#page-down {
    width: 40px;
	height: 40px;
	font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 145px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-down:hover {
    opacity: 1;
}

#top-editarea, #bottom-editarea {
	width: 1000px;
	margin: 0 auto;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */



#main {
 width: 728px;
}
#box2 {
  margin-top: -170px;
}
.entry-content {
  margin-top: -30px;
}
#blog-description {
  width: 750px /* ブログタイトル補助文字幅 */
}
.page-about .entry-content img.profile-icon {
    height: 32px; /* 読者アイコン大きく */
    width: 32px; 
}


.entry-content h3{
  color: #141414; /* テキストの色 */
  font-size:150%; /* フォントの大きさ */
  font-weight:bold; /* 太字 */
  line-height: 1.5em; /* 行間 */
  border-bottom:1px solid orange; /* 下線 */
  border-left:10px solid orange; /* 左側の線 */
  margin: 50px 0 10px 0; /* 上下の余白 */
  padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}
.entry-content h4{
  border-bottom:1px solid orange; /* 下線 */
}


/* ----- ADSENCE START ----- */
#head_adsence{
    width:800px;
    height:90px;
    margin: 5px 0 0 20px ;
}
#kiji_footer_adsence
{
    width:300px;
    height:250px;
    margin: 2px 0 0 0 ;
}
#kiji_footer_adsence
{
    width:728px;
    height:90px;
    margin: 2px 0 0 0 ;
}
/* ----- ADSENCE END ----- */

/*  Dropdown Menu Start */
#cssmenu {
  border: none;
  border: 0px;  
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 728px;
  margin: 0 0 0 20px ;
}
#cssmenu ul {
  background: orange;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: orange url('images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #ffffff;
}
#cssmenu ul ul a {
  color: #ffffff;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: sandybrown url('images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: orange;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 300px;
  z-index: 200;
  /*top:1em;
    /*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 300px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: sandybrown url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
/* Dropdown Menu End */


/* HeaderErea Start */
#top-editarea{
  margin:0px auto;
}
/* HeaderErea End */


/* あわせて読みたい Start */
#new-entries-title {
    color: #141414;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid orange;
    border-left: 10px solid orange;
    margin: 15px 0 10px 0;
    padding:3px 10px 1px 10px;
}

.intro-article-wrapper a {
    text-decoration: none;
    color: #0085cd;
    font-size: 100%;
}
/* あわせて読みたい End */

/* はてなブログパーツ Start */
.hatena-bookmark-widget-title {
    font-size: 150%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 4px 10px;
	border-left: solid 10px #c0392b;
	background: #fafafa;
	background: rgba(250,250,250,1);   
}

.hatena-bookmark-widget-title img { 
	display:none; 
}

.hatena-bookmark-count a {
	color: #ff0606;
	background: #ffcbcb;
	font-weight: bold;
	text-decoration: underline;
}

.hatena-bookmark-widget-footer {
	display:none;
}
/* はてなブログパーツ End */


/*  はてブボタン Start */
.head_share_bookmark{
  color: #008fde !important;
  font-size:80%;
  position:absolute;
  top: 2px;
  left: 80px;
  font-weight: bold;
}
/*  はてブボタン End */


/*--------------------------------------
  ヨメレバ・カエレバ（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, .shoplinkseven, .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;
    padding:8px 1px;
    text-align:center;
        float:left;
    }
    
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover,  .shoplinkseven: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,  .shoplinkseven:active, .shoplinkkakakucom:active {
    position:relative;
    top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkseven 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;    
}
 
.shoplinkseven a{
    color:#314995;    
}
 
.shoplinkyahoo a{
    color:#7b0099; 
}

.shoplinkkakakucom a{
    color:#444444; 
}

.shoplinkyahoo img{
    display:none;
}
 
.booklink-footer{
    clear:left;
}

.shoplinkyahoo a{
     font-size:10px;
 }
/*  ヨメレバ・カエレバ（PC） End */

/* PC版シェアボタン Start */
/*share-botton*/
.share-buttons{
    margin-bottom: 10px;
    text-align: left;
}
.share-buttons .inner a {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 55px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding:5px;
}
.share-buttons .inner .share-text{
    font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
    background: #008fde;
    box-shadow: 0 3px #5478a5;
}
.share-buttons .inner .hatena-bookmark-button:hover{
    background: #1db4eb;
}
.share-buttons .inner .hatena-bookmark-button:active{
    background: #5478a5;
}
.share-buttons .inner .facebook-button{
    background: #305097;
    box-shadow: 0 3px #213254;
}
.share-buttons .inner .facebook-button:hover{
    background: #4c70ba;
}
.share-buttons .inner .facebook-button:active{
    background: #213254;
}
.share-buttons .inner .twitter-button{
    background: #55acee;
    box-shadow: 0 3px #0285b7;
}
.share-buttons .inner .twitter-button:hover{
    background: #83c3f3;
}
.share-buttons .inner .twitter-button:active{
    background: #0285b7;
}
.share-buttons .inner .googleplus-button{
    background: #db4a39;
    box-shadow: 0 3px #a23629;
}
.share-buttons .inner .googleplus-button:hover{
    background: #e47365;
}
.share-buttons .inner .googleplus-button:active{
    background: #a23629;
}
.share-buttons .inner .pocket-button{
    background: #ee4256;
    box-shadow: 0 3px 0 #b5392c;
}
.share-buttons .inner .pocket-button:hover{
    background: #f26f7f;
}
.share-buttons .inner .pocket-button:active{
    background: #b5392c;
}
.share-buttons .inner .share-buttons a:active{
    top: 3px;
    box-shadow: none;
}
/* PC版シェアボタン End */

/* 記事内広告幅調整 Start */
.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 728px;
}
/* 記事内広告幅調整 End */

.redtxt {
  font-size: 10px;
  color: #ff0000;
  background-color: #ffff99;
  font-weight:bold;
  padding: 0 1px;
}

/* ----- globalmenu START ----- */
#globalmenu{
  margin-bottom:20px;
  margin-left:10px;
  width:728px;
}
#globalmenu ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: 3px solid #FF9600;
  border-bottom: 1px solid #f3eae4;
  background: #fbf8f6; /* Old browsers */
  box-shadow: none;
}
#globalmenu ul li{
  display: inline-block;
}

#globalmenu ul li a:before {
  content: "\00BB \0020";
  color:#cc0000;
}
#globalmenu ul li a {
  display: block;
  padding: .5em;
  text-decoration: none;
  color: #3f3f3f;
}
#globalmenu ul li a:hover{
  color: #acacac;
}
/* ----- globalmenu END ----- */

/* はてなブログをはじめようを非表示にする */
.footer-action-wrapper{
display:none;
}

/* はてなブログ開発ブログ等のリンクを非表示にする */
.touch-item-list{
display:none;
}

.guest-footer-content{
display:none;
}


.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;
}

/* リンクボタン Start */
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/* リンクボタン End */

/* タグ調整 Start */
.entry-tag .entry-tag-link {
    color: #3d4245;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 6px;
    line-height: 1.5;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #dde5e8;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: .5em;
}
.entry-tag .entry-tag-icon {
    width: 11px;
    height: 11px;
}
/* タグ調整 End */