.content ul li:before{
	display:none;
}

/*------SNSシェアボタンstart------*/
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: 'B!';
}
 
.share {
  margin-top: 40px;
  margin-bottom: 40px;
}
 
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.share ul:after {
  display: block;
  clear: both;
  content: '';
}
 
.share li {
  float: left;
  width: 25%;
  margin: 0;
  margin-top: 15px;
}
 
.share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
 
.share li a:hover {
  opacity: .8;
}
 
.share li a:visited {
  color: #fff;
}
 
.tweet a {
  background-color: #55acee;
}
 
.facebook a {
  background-color: #315096;
}
 
.googleplus a {
  background-color: #dd4b39;
}
 
.hatena a {
  background-color: #008fde;
}

@media(max-width: 600px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }
  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }
  .share li span {
    display: none;
  }
}
/*------SNSシェアボタンend------*/

/*------個別投稿ページ タグstart------*/
.tag-button {
	margin: 3px	3px 3px 0;
}

.tag-button :hover{
    background-color: #25bde2;
}
/*------個別投稿ページ タグend------*/

/*----吹き出しstart-----*/
/* 全体のスタイル */
.voice {
margin-bottom: 40px;
}

img.alignleft{
	border:none;
}

ul.person{
	margin-left:10px
}

.person-intro{
	border:2px solid #eee;
	padding:10px;
}

ul.person li{
	padding:12px;
}

ul.person li :after{
	list-style:none !important;
}

.voice-text ::after{
	content:none;
	
}

/* 左画像 */
.voice-img-left {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 85px;
height: 85px;
}
/* 右画像 */
.voice-img-right {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 85px;
height: 85px;
}
.voice figure img {
width: 100%;
height: 100%;
border: 2px solid #eee;
border-radius: 50%;
margin: 0;
}
/* 画像の下のテキスト */
.voice-img-description {
padding: 5px 0 0;
font-size: 14.5px;
text-align: center;
}
/* 左からの吹き出しテキスト */
.voice-text-right {
color: #444;
position: relative;
margin-left: 100px;
padding: 1.2em;
border: 4px solid #FFBFBF;
border-radius: 5px;
}
/* 右からの吹き出しテキスト */
.voice-text-left {
position: relative;
margin-right: 100px;
padding: 1.2em;
border: 4px solid #182F58;
background-color: #fff;
border-radius: 5px;
}
p.voice-text {
margin: 0 0 0 8px;
}

p.voice-text:last-child {
margin-bottom: 0px;
}

/* 左の三角形を作る */
.voice-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #FFBFBF;
top: 15px;
left: -20px;
}
.voice-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;	
}
/* 右の三角形を作る */
.voice-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #182F58;
top: 15px;
right: -23px;
}
.voice-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}
/* 回り込み解除 */
.voice:after,.voice:before {
clear: both;
content: "";
display: block;
}

/*吹き出し赤字*/
.voice-red{
	color:#ff0000;
}
/*----吹き出しend-----*/

.recommend-box{
	position:relative;
	width:100%;
	margin:8px auto;
}

.recommend-box a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wp_ec_bn,div.sharedaddy.sd-sharing-enabled,#jp-relatedposts{
	display:none !important;
}
