 .appreach{ text-align: left; padding: 25px; margin:20px; border-radius:2px; overflow: hidden; box-shadow:0px 2px 5px 1px #e5e5e5; } .appreach:after { content: ""; display: block; clear: both; } .appreach img, .appreach p { margin: 0; padding: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; } p.appreach__name { font-size: 16px; color:#555; padding-bottom:10px; font-weight:bold; line-height: 1.5em !important; max-height: 3em; overflow: hidden; } .appreach__info { font-size: 12px !important; color:#888; } .appreach__info a{ color:#aaa; } .appreach__developper, .appreach__price { margin-right: 0.5em; } .appreach__posted a { margin-left: 0.5em; } .appreach__links { float: left; height: 40px; margin-top: 15px; white-space: nowrap; } .appreach__aslink img { margin-right: 10px; height: 40px; width: 135px; } .appreach__gplink img { height: 40px; width: 134.5px; } @media only screen and (max-width: 786px){ .appreach{ margin:20px 0;} .appreach__info { font-size: 11px !important;} p.appreach__name { font-size: 15px;} } 

.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }

.page-numbers{
    border: none;
    border-radius: 10%;
    font-family: sans-serif;
    font-size: 80%;
    color:  black;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: all .1s ease;
    background-color: #ffffff;
}

.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
    background-color: gray; /* マウスオーバー時の背景色 */
    color: #fff;
}

.pagination .current, .pager-links .current{
    background-color: black;
    color: #fff;
}
@media screen and (max-width: 480px){
	/* モバイルトップメニュー */
	ul.menu-mobile{
		overflow-x: auto;
		overflow-y: hidden;
		display: flex !important;
		flex-wrap: nowrap;
		font-size: 14px;
		justify-content: flex-start;
		padding: 0 1em;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	ul.menu-mobile > li{
		padding-right: 1em;
		white-space: nowrap;
	}
	ul.menu-mobile　.item-label{
		white-space: nowrap;
		font-size: 14px;
	}
}
.home main, .archive main{
background-color: transparent;
margin-top: 0;
padding-top: 0;
}


.entry-card-wrap{
transition: all .5s ease;
box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
margin-bottom: 1em!important;
background-color: white;
border-radius: 2px;
}
.article h2 {
position: relative;
padding-left: 1.7em;/*アイコン分のスペース*/
color: white;
line-height: 1.4;
background-color: gray;
border-radius: 5px;
}
.article h2:before{ font-family: FontAwesome;
content: "\f14a";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.5em;
top: 0.5;/*アイコンの位置*/
color: white; /*アイコン色*/
}

.article h3 {
	border: 0;
	border-left: 5px solid ;
}
/* ウィジェットタイトルにFAアイコン */
.widget h3::before { font-family: FontAwesome; font-size: 80%; vertical-align: middle; font-weight: normal; margin-right: 5px; } /* 共通設定 */
.widget_links h3::before { content: '\f0c1'; } /* リンク */
.widget_popular_entries h3::before { content: '\f201'; } /* 人気記事 */
.widget_new_entries h3::before { content: '\f005'; } /* 新着記事 */
.widget_categories h3::before { content: '\f115'; } /* カテゴリー */
.widget_rss h3::before { content: '\f143'; } .widget_rss h3 img { display: none; } /* RSSフィード */
.widget_tag_cloud h3::before { content: '\f292'; } /* タグクラウド */
.widget_search h3::before { content: '\f002'; } /* 検索 */
.widget_fb_like_box h3::before { content: '\f082'; } /* Faceboxボックス */
.widget_facebook_page_like h3::before { content: '\f082'; } /* Faceboxバルーン */
.widget_item_ranking h3::before { content: '\f091'; } /* ランキング */
.widget_calendar h3::before { content: '\f073'; } /* カレンダー */
.widget_recent_comments h3::before { content: '\f0e6'; } /* 新着コメント */
h1 {
position: relative;
}
.sidebar h3 {
    background: none; /*背景色を解除*/
    padding: 0; /*余白をなしに*/
    font-size: 16px; /*文字サイズを小さく*/
	  font-weight: 300;
    letter-spacing: 2px; /*文字の間隔を少し広く*/
}
.sidebar h3:after {
content: "";
display:block;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #3f3d3d, #3f3d3d 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, black, black 2px, white 2px, white 4px);
}
.sidebar {
    font-size: 14px; /*文字サイズを小さく*/
}
.widget_categories ul li a{/*親カテゴリ*/
 border-bottom: 1px dotted #CCC;
}
.cat-label {
    top: 0.8em; /*上からの距離*/
    left: 0.8em; /*左からの距離*/
    border: none; /*ボーダーを消す*/
    font-size: 12px; /*文字サイズ*/
    color:white; /*文字色*/
	  background-color: black; 
    padding: 1px 10px; /*余白*/
    border-radius: 14px; /*角を丸く*/
}
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	background: #ff8e9d;
	border-radius: 15px;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff8e9d;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}
/*吹き出しをカスタマイズ*/
.speech-balloon{
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 25px;
  float:left;
  max-width: 620px;
}

.sbp-r .speech-balloon{
  margin-left: 0px;
  margin-right: 10px;
  float:right;
}

.speech-person{
  width: 140px;/*キャラの大きさ*/
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 505px;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 500px;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 590px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 255px;
  }
  .speech-person {
    width: 85px;
}
}

/*370px以下*/
@media screen and (max-width: 370px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 225px;
  }
  .speech-person {
    width: 65px;
}
}

/*目次*/
.article .toc {
	width: 100%;
	max-width:600px;/*外枠の最大幅を指定*/
	border-color: #f0f0f0;/*外枠の線の色*/
	font-size: 85%;
	box-sizing: border-box;
	margin: 30px auto;/*上下に30pxマージン・左右中央寄せ*/
	padding: 1em 2em;
	line-height: 1.8;
}

.article .toc ul {
	margin: 0;
	padding-left: 0;
	line-height: 1.5;
}

.article .toc ul li {
	margin:1px;
	text-indent: 0;
}

.article .toc ul a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #777; /*リンク色*/
	border-bottom: 1px dotted #ddd; /*リンク下線*/
}

.article .toc li > ul {
	padding-left: 5%; /*hタグの種類で先頭左スペースのサイズが変わる*/
}

.entry-card-title {
    margin-top: 10px; /*上に余白を付ける*/
    margin-bottom: 10px;
	line-height: 1.5; /*行間を広く*/
}

@media screen and (max-width: 768px){
    .entry-card-title {
        font-size: 14px; /*スマホでの文字の大きさ*/
        line-height: 1.4; /*スマホでの行間*/
    }
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
	color:black;
  border: 0px;
}
.author-box {
  border: 0px;
}

nav#navi, .menu-header .sub-menu{
  	font-size: 13px;
	 border-bottom:1px solid;
	 border-top:1px solid;
}

