@charset "UTF-8";


@media screen and (min-width:901px){
.area_blog .sns li {
width:16%;
margin-right:0.6%;
max-width: 100px;
}
}

@media screen and (max-width:900px){
.area_blog .sns li {
width:33%;
margin-right:0;
}
}

.area_blog .sns ul{
list-style:none;
margin: 0;
background: transparent;
padding: 0;
line-height: inherit;
border-radius: inherit;
}

.area_blog .share{
width:100%;
}
.area_blog .share h4{
font-size:120%; 
text-align:center;
}
.area_blog .sns{
margin:0 auto;
text-align:center;
}

.area_blog .sns li {
float:left;
margin-bottom: 0;
}

.area_blog .sns li:last-child {
margin-right:0%
}

.area_blog .sns li a {
font-size:80%;
position:relative;
display:block;
padding:1px 0 ;
color:#fff;
text-align:center;
text-decoration: none;
/*text-shadow:1px 1px 0 rgba(255,255,255,0.3);*/
white-space: nowrap;
}
.area_blog .sns li a:hover {
}
/* ツイッター */
.area_blog .sns .twitter a {
background:#00acee;
}
.area_blog .sns  .twitter a:hover {
background:#0092ca;
}
/* Facebook */
.area_blog .sns  .facebook a {
background:#2a4887;
}
.area_blog .sns .facebook a:hover {
background:#2c4373;
}
/* グーグル */
.area_blog .sns .googleplus a {
background:#db4a39;
}
.area_blog .sns  .googleplus a:hover {
background:#ad3a2d;
}
/* はてぶ */
.area_blog .sns  .hatebu a {
background:#2c6ebd;
}
.area_blog .sns .hatebu a:hover {
background:#43638b;
}
/* LINE */
.area_blog .sns  .line a {
background:#25af00;
}
.area_blog .sns .line a:hover {
background:#219900;
}
/* Pocket */
.area_blog .sns  .pocket a {
background:#f03e51;
}
.area_blog .sns  .pocket a:hover {
background:#c0392b;
}
/* RSS */
.area_blog .sns  .rss a {
background:#ffb53c;
}
.area_blog .sns  .rss a:hover {
background:#e09900;
}
/* Feedly */
.area_blog .sns  .feedly a {
background:#87c040;
}
.area_blog .sns  .feedly a:hover {
background:#74a436;
}

