﻿@charset "utf-8"; 

/*最初にすべてリセットする*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
	margin: 0; 
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*,
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-table;
}

* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}

.clear {
    clear: both;
}

ol, ul {
	list-style: none;
}

a:link { color: inherit }
a:visited {color: inherit }
a:hover { color: inherit }
a:active { color: inherit }

/*------------------基本設定---------------------------- */
/*フロートクリア*/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}

.clearfix {
	overflow: hidden;
	position:relative; /* Dw表示用 */
} 

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear{
	clear:both;
} 

.sns-box {
    margin-bottom: 5%;
}
	
.sns-box a, .sns-box .iine {
      margin-right: 2%;
      padding: 2%;
      width: 23%;
      min-height: 60px;
	  height:80px;
      float: left;
      text-align: center;
      display: block;
}
    
.sns-box .btn-share {	
	background: #3a5898;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-2 .btn-share {	
	background: #3a5898 url(../images/btn_facebook2.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-3 .btn-share {	
	background: url(../images/btn_facebook3.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border: 5px solid #3a5898;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-4 .btn-share {	
	background: url(../images/btn_facebook3.png) 10px 50% no-repeat;
}
.sns-box.sns-box-5 .btn-share {
	background: url(../images/btn_facebook3.png) 50% 100% no-repeat;
	-webkit-background-size: 30px;
	     -o-background-size: 30px;
	        background-size: 30px;
	padding-top: 3px;
}

.sns-box .btn-tweet {
	background: #00acee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-2 .btn-tweet {
	background: #00acee url(../images/btn_twitter2.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-3 .btn-tweet {
	background: url(../images/btn_twitter3.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border: 5px solid #00acee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-4 .btn-tweet {
	background: url(../images/btn_twitter3.png) 10px 50% no-repeat;
}
.sns-box.sns-box-5 .btn-tweet {
	background: url(../images/btn_twitter3.png) 50% 100% no-repeat;
	-webkit-background-size: 30px;
	     -o-background-size: 30px;
	        background-size: 30px;
	padding-top: 3px;
}

.sns-box .btn-hatena {
	background: #3366cc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-2 .btn-hatena {
	background: #3366cc url(../images/btn_hatena2.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-3 .btn-hatena {
	background: url(../images/btn_hatena3.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border: 5px solid #3366cc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-4 .btn-hatena {
	background: url(../images/btn_hatena3.png) 10px 50% no-repeat;
}
.sns-box.sns-box-5 .btn-hatena {
	background: url(../images/btn_hatena3.png) 50% 100% no-repeat;
	-webkit-background-size: 30px;
	     -o-background-size: 30px;
	        background-size: 30px;
	padding-top: 3px;
}

.sns-box .btn-google {
	background: #d34836;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 }
.sns-box.sns-box-2 .btn-google {
	background: #d34836 url(../images/btn_google2.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-3 .btn-google {
	background: url(../images/btn_google3.png) 40px 50% no-repeat;
	-webkit-background-size: 40px;
	     -o-background-size: 40px;
	        background-size: 40px;
	border: 5px solid #d34836;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sns-box.sns-box-4 .btn-google {
	background: url(../images/btn_google3.png) 10px 50% no-repeat;
}
.sns-box.sns-box-5 .btn-google {
	background: url(../images/btn_google3.png) 50% 100% no-repeat;
	-webkit-background-size: 30px;
	     -o-background-size: 30px;
	        background-size: 30px;
	padding-top: 3px;
}

.sns-box .count {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1em;
	min-height: 35px;
}
.sns-box.sns-box-2 .count,
.sns-box.sns-box-3 .count,
.sns-box.sns-box-4 .count {
	line-height: 2.4em;
	padding-right: 25px;
	text-align: right;
	font-size: 20px;
}
.sns-box.sns-box-3 .count,
.sns-box.sns-box-4 .count,
.sns-box.sns-box-5 .count {
	color: #000;
}
.sns-box.sns-box-4 .count {
	position: relative;
	width: 75px;
	margin-left: 75px;
	padding-right: 15px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color:#FFF;
}
.sns-box.sns-box-4 .count:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 16px;
	left: -7px;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sns-box.sns-box-5 .count {
	position: relative;
	height: 35px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	line-height: 35px;
	font-size: 18px;
	background-color:#FFF;
}
.sns-box.sns-box-5 .count:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	border: 1px solid #ccc;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sns-box a:hover {
	text-decoration: none;
}






body{
	
	font-family: "ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic pro", Osaka, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
	color: #444;
    font-size: 13px;
    letter-spacing: -0.001em;
    -webkit-text-size-adjust: 100%;
    
}

#contents img{
	width:100%;
	
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-size:45px;
	line-height:1.3em;
}

/*ここからテンプレート購入者の為のスタイル*/
/* Title 1 */
h2{
	border-left: solid 6px #777;
	border-bottom: solid 1px #777;
    font-weight: bold;
	line-height: 1.5;
    font-size: 22px;
    padding: 6px 10px 4px;
	background:#f7f7f7;
}
h3{  
    background:#eee;  
    border-left:7px double #ccc;  
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
    padding: 6px 10px 4px;
	background:#f7f7f7;
}
/* Title 2 */

h3.title2 {
    position: relative;
    padding-left: 2em;
    border: 1px solid #B92A2C;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
 
h3.title2:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}
/* Title 3 */


h3.title3 {
    border: 2px solid #B92A2C;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

/* Title 4 */

h3.title4 {
	border: none;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    background: #eee;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -ms-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

/* Title 5 */


h3.title5 {
    position: relative;
    padding-left: 20px;
    border: none;
    border-bottom: 2px solid #B92A2C;
    background: none;
}
 
h3.title5:before {
    content: "□";
    position: absolute;
    color: #ff6b6e;
    top: -0.5em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h3.title5:after {
    content: "□";
    position: absolute;
    color: #B92A2C;
    top: -0.2em;
    left: 0;
    height: 12px;
    width: 12px;
}

/* Title 6 */


h3.title6 {
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:3px solid #3cf;
    padding: 5px 0 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
background: -webkit-linear-gradient(#fff 0%, #eee 50%, #ddd 51%, #fff 100%);
background: -o-linear-gradient(#fff 0%, #eee 50%, #ddd 51%, #fff 100%);
background: linear-gradient(#fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */ /* webkit */
  -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
  behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
}

/* Title 7 */


h3.title7 {
	border: none;
    border-top:1px solid #ccc;  
    border-bottom:1px solid #ccc;
}

/* Title 8 */


h3.title8 {
	border: none;
	border-bottom: 2px dashed #48832c;
}

/* Title 9 */


h3.title9 {
	border: none;
	border-bottom: 1px solid #aaa;
	background: none;
	margin: 15px 0;
	position: relative;
}

h3.title9:before,
h3.title9:after {
	content: '';
	border-right: 20px solid #fff;
	border-top: 15px solid #aaa;
	bottom: -15px;
	position: absolute;
	left: 25px;
}

h3.title9:after {
	border-top-color: #fff;
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;
}

/* Title 10 */


h3.title10 {
    color: #222;
    text-shadow: 0 2px 1px #fff;
    background: #aaa;
    border-right: 10px double #888;
    border-left: 10px double #888;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}


/*ここまでテンプレート購入者の為のスタイル*/

/*h2{
	/*font-size:30px;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:bold;
	border-bottom: 6px solid #333;
	text-align:left;
	*/

/*	border-left: solid 4px #0cbbb6;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 7px 0 7px 10px;
	background:#D0FBFF;
	border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;

}
*/
/*
h3{
	font-size:22px;
	width:100%;
	background-color:#D8D8D8;
	padding:15px 15px 10px 15px;
	border:1px solid #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/
.subbox{
	margin:10px 25px;
	width:90%;
	text-align:center;
	padding:20px;
	font-size:16px;
	line-height:1.5em;
}

table{
	width:100%;
	border:solid #000 1px;
}

th{
	background-color:#D8D8D8;
	vertical-align:middle;
	text-align:center;
	width:30%;
	padding:4px;
	border:solid #000 1px;
}

td{
	vertical-align:middle;
	text-align:left;
	padding:4px;
	border:solid #000 1px;
}

#social-icons li{
	text-align: center;
	display: block;
	float:left;
	*display: inline;
	*zoom: 1;
	width: 25%;
	padding: 6px 0 3px!important;
	vertical-align: middle;
}
#social-icons li:hover {
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	cursor:pointer;
}

#line_btn,
#fb_btn,
#ml_btn,
#tw_btn{
	text-align:center;
	vertical-align:middle;
}

#line_btn{background-color:#00C300;}
#fb_btn{background-color:#3B5999;}
#tw_btn{background-color:#55acee;}
#ml_btn{background-color:#ffcc00;}


/* layout
----------------------------------------------- */
#wrap{
    width: 100%;
    margin:0px auto;
}

#header {
	background-color: #006655;
	margin-bottom:10px;
	width: 100%;
	color: #fff;
}

#container{



}

#contents {

	background:#fff;
	border:#F00; double 1px;
	padding:20px;
	text-align:left;
	font-size:18px;
	line-height:2em;
	float:left;
	

}

#sidebar{
	position: relative;
	float:right;

}

#tsuijyu{
	position: fixed;
	top: 40px;
	width: 280px;
	
}

#sp_footer{
	
	position: fixed;
    bottom: 0;
	display:block;
}

footer {
	width: 100%;
	padding:10px;
	text-align:center;
}


/* Header
----------------------------------------------- */


/* footer
----------------------------------------------- */


/* contents
----------------------------------------------- */



/*-------トップページ--------- */



/*-------記事ページ--------- */


/*-------ポップアップ系--------- */

/*クローズボタン*/
.ad_close{
	width: 30px;
	height: 30px;
	z-index: 9999999;
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*top: 30px;
	left: 1.5%;*/
	position: relative;
}

.ad_close img {
	width: 30px;
	height: 30px;
	z-index: 9999999;
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*top: 25%;
	left: 1.5%;*/
	position: relative;
}

/* オーバーレイ要素 */
.modal-overlay1 {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-overlay2 {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay3 {
    z-index:3;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay4 {
    z-index:4;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay5 {
    z-index:5;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay6 {
    z-index:6;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay7 {
    z-index:7;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay8 {
    z-index:8;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-overlay9 {
    z-index:9;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay10 {
    z-index:10;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay11 {
    z-index:11;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay12 {
    z-index:12;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-overlay13 {
    z-index:13;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

/*ポップアップ*/
.popup1{
	position: fixed;
	z-index: 999980;
	display: none;
}
.popup2{
	position: fixed;
	z-index: 999981;
	display: none;
}
.popup3{
	position: fixed;
	z-index: 999982;
	display: none;
}
.popup4{
	position: fixed;
	z-index: 999983;
	display: none;
}
.popup5{
	position: fixed;
	z-index: 999984;
	display: none;
}
.popup6{
	position: fixed;
	z-index: 999985;
	display: none;
}
.popup7{
	position: fixed;
	z-index: 999986;
	display: none;
}
.popup8{
	position: fixed;
	z-index: 999987;
	display: none;
}
.popup9{
	position: fixed;
	z-index: 999988;
	display: none;
}
.popup10{
	position: fixed;
	z-index: 999989;
	display: none;
}
.popup11{
	position: fixed;
	z-index: 999990;
	display: none;
}
.popup12{
	position: fixed;
	z-index: 999991;
	display: none;
}

.popup13{
	position: fixed;
	z-index: 999992;
	display: none;
}


/*------バックダイアログ-------*/
#unload{
	display: none;
}

/*-----特定商ページ-----*/

#tokus{
	border-bottom:1px solid #ccc!important;
	margin-bottom:10px;
}

.tb01{
	width:100%;
	margin-bottom:15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse:collapse;
}

.tb01 th{
	background: #e4e4e4;
	width:20%;
	text-align:left;
}

.tb01 th,
.tb01 td{
	padding:5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*---------------------レスポンシブ--------------------------*/

/* PC用 */
/********************
	768px以上 
********************/

@media screen and (min-width: 768px){

#container{	
	width:1100px;
	margin:0px auto;
	padding-top:20px;
}

#container2{	
	width:800px;
	margin:0px auto;
	padding-top:20px;
}

#contents {
	width: 800px;
	padding:20px;
	text-align:left;
	border: #F00 solid 5px;
	float:left;
}

#sidebar{
	width:280px;
	float:right;
}

#sp_footer{
	display:none;
}


#header {
	height: 60px;
}

.wrap-width{
	margin:0px auto;
	padding:10px 10px;
}

th{
	font-size:14px;

}

td{
	font-size:14px;
	padding:20px;
}

footer{
	
	width:100%;
	background:#F00;
	color:#FFF;
	
	margin-top:10px;
	text-align:center;
	
}


}


/* スマホ用 */
/********************
 767px以下
********************/
@media (max-width: 767px) {

h1{
	font-size:20px;
	line-height:1.3em;
}

#wrap{
	width:100%;
	margin-top:5px;
}

#container{
	width:100%;
	margin:0px auto;
	position: relative;
}

#container2{
	width:100%;
	margin:0px auto;
	position: relative;
}


#contents {
	width:100%;
	padding:15px;
	text-align:left;
	margin:0px; 
	/*border: #F00 solid 5px;*/
}

#sidebar{
	display:none;
}
	
#sp_footer{
	width:100%;
	position: fixed;
    bottom: 0;
	display:block;
	padding:0px;
	margin:0px;
	z-index:9999;
}


#header {
	
}

.wrap-width{
	width:98%;
	padding:5px 1%;
}

th{
	font-size:8px;

}

td{
	font-size:8px;
	padding:10px;
}





}


/*-----------------------------------------------
【共通ブロック】SNSシェアボタン
----------------------------------------------- */

#sns_share{
	
	width: 90%;
    min-width: 300px;
    margin: 0 auto;
    background-color: #ffffff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify; 

}

.sns_button{
    
	width: 20%;
    height: 48px;
	text-align:center;
    display: block;

}

#line_button,
#fb_button,
#ml_button,
#tw_button{
	
	/*position: relative;*/
	text-align:center;
	height:48px;
	vertical-align:middle;

}

#line_button{background-color:#00C300;}

#fb_button{background-color:#3B5999;}

#tw_button{background-color:#55acee;}

#ml_button{background-color:#ffcc00;}

#line_button img,
#fb_button img,
#tw_button img,
#ml_button img{
	
	width:27px;
	height:27px;

}

.entry-date {
  display: inline-block;
  position: relative;
  padding: 6px 8px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  font-size: 15px;
}
.entry-date:before {
  content: '';
  position: absolute;
  border-top: 5px solid #FFF;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  bottom: -5px;
  left: 8px;
}

.entry-comment {
  display: inline-block;
  position: relative;
  padding: 6px 8px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  font-size: 15px;
}
.entry-comment:before {
  content: '';
  position: absolute;
  border-top: 5px solid #FFF;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  bottom: -5px;
  right: 8px;
}

.entry-h1 {
  display: inline-block;
  position: relative;
  padding: 15px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  margin-bottom:20px;
 
}
.entry-h1:before {
  content: '';
  position: absolute;
  border-top: 15px solid #FFF;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-left: 15px solid rgba(0, 0, 0, 0);
  bottom: -15px;
  right: 50%;
}

@media only screen and (max-width: 767px) {
	.sns-box a, .sns-box .iine {
		min-height: 50px;
		height:50px;
	}
	.sns-box .btn-share img {
		line-height: 1.4;
	}
	/* Common */
	#contents .sns-box img {
		margin-top: 3px;
		vertical-align: top;
	}
	.sns-box.sns-box-3 .btn-share,
	.sns-box.sns-box-3 .btn-tweet,
	.sns-box.sns-box-3 .btn-hatena,
	.sns-box.sns-box-3 .btn-google {
		padding: 5px;
	}
	.sns-box .count {
		font-size: 1rem;
		line-height: 1em;
		min-height: 0;
	}
	.sns-box.sns-box-2 .count,
	.sns-box.sns-box-3 .count,
	.sns-box.sns-box-4 .count {
		line-height: 30px;
		padding-right: 15px;
		font-size: 1rem;
	}
	.sns-box.sns-box-4 .count {
		position: relative;
		width: 60px;
		margin-left: 40px;
		padding-right: 15px;
		border: 1px solid #ccc;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.sns-box.sns-box-4 .count:before {
		bottom: 10px;
		left: -5px;
		width: 10px;
		height: 10px;
	}
	.sns-box.sns-box-5 .count {
		position: relative;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}
	.sns-box.sns-box-5 .count:before {
		content: "";
		bottom: -5px;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -4px;
	}

	/* Facebook share */
	.sns-box.sns-box-2 .btn-share {
		background: #3a5898 url(../images/btn_facebook2.png) 25px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-3 .btn-share {
		background: url(../images/btn_facebook3.png) 20px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-4 .btn-share {
		background: url(../images/btn_facebook3.png) 10px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-5 .btn-share {
		height: 65px;
		background: url(../images/btn_facebook3.png) 50% 100% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}

	/* Twitter */
	.sns-box.sns-box-2 .btn-tweet {
		background: #00acee url(../images/btn_twitter2.png) 25px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-3 .btn-tweet {
		background: url(../images/btn_twitter3.png) 20px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-4 .btn-tweet {
		background: url(../images/btn_twitter3.png) 10px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-5 .btn-tweet {
		height: 65px;
		background: url(../images/btn_twitter3.png) 50% 100% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}

	/* Hatena */
	.sns-box.sns-box-2 .btn-hatena {
		background: #3366cc url(../images/btn_hatena2.png) 25px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-3 .btn-hatena {
		background: url(../images/btn_hatena3.png) 20px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-4 .btn-hatena {
		background: url(../images/btn_hatena3.png) 10px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-5 .btn-hatena {
		height: 65px;
		background: url(../images/btn_hatena3.png) 50% 100% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}


	/* Google plus */
	.sns-box.sns-box-2 .btn-google {
		background: #d34836 url(../images/btn_google2.png) 25px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-3 .btn-google {
		background: url(../images/btn_google3.png) 20px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-4 .btn-google {
		background: url(../images/btn_google3.png) 10px 50% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
	.sns-box.sns-box-5 .btn-google {
		height: 65px;
		background: url(../images/btn_google3.png) 50% 100% no-repeat;
		-webkit-background-size: 30px;
		     -o-background-size: 30px;
		        background-size: 30px;
	}
}

@media only screen and (max-width: 510px) {
	.sns-box a, .sns-box .iine {
		min-height: 35px;
		height:35px;
		width: 23%;
		padding: 5px;
		-webkit-border-radius: 3px !important;
		        border-radius: 3px !important;
	}
	/* Common */
	.sns-box.sns-box-3 .btn-share,
	.sns-box.sns-box-3 .btn-tweet,
	.sns-box.sns-box-3 .btn-hatena,
	.sns-box.sns-box-3 .btn-google {
		padding: 5px;
	}
	.sns-box.sns-box-2 .count,
	.sns-box.sns-box-3 .count,
	.sns-box.sns-box-4 .count {
		line-height: 20px;
		padding-right: 3px;
	}
	.sns-box.sns-box-2 .count {
		font-size: .9rem;
		line-height: 1;
		padding: 6px 0;
	}
	.sns-box.sns-box-3 .count {
		padding-right: 0;
		line-height: 16px;
		font-size: .8rem;
	}
	.sns-box.sns-box-4 .count {
		position: relative;
		width: 75%;
		margin-left: 19px;
		padding-right: 10px;
		font-size: .8rem;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}
	.sns-box.sns-box-4 .count:before {
		bottom: 9px;
		left: -3px;
		width: 5px;
		height: 5px;
	}
	.sns-box.sns-box-5 .count {
		height: 20px;
		line-height: 20px;
		font-size: .8rem;
	}
	.sns-box.sns-box-5 .count:before {
		content: "";
		bottom: -5px;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -4px;
	}

	/* Facebook share */
	.sns-box.sns-box-2 .btn-share {
		background: #3a5898 url(../images/btn_facebook2.png) 23% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-3 .btn-share {
		background: url(../images/btn_facebook3.png) 15% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-4 .btn-share {
		background: url(../images/btn_facebook3.png) 0 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-5 .btn-share {
		height: 50px;
		background: url(../images/btn_facebook3.png) 50% 100% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}

	/* Twitter */
	.sns-box.sns-box-2 .btn-tweet {
		background: #00acee url(../images/btn_twitter2.png) 23% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-3 .btn-tweet {
		background: url(../images/btn_twitter3.png) 15% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-4 .btn-tweet {
		background: url(../images/btn_twitter3.png) 0 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-5 .btn-tweet {
		height: 50px;
		background: url(../images/btn_twitter3.png) 50% 100% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}

	/* Hatena */
	.sns-box.sns-box-2 .btn-hatena {
		background: #3366cc url(../images/btn_hatena2.png) 23% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-3 .btn-hatena {
		background: url(../images/btn_hatena3.png) 15% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-4 .btn-hatena {
		background: url(../images/btn_hatena3.png) 0 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-5 .btn-hatena {
		height: 50px;
		background: url(../images/btn_hatena3.png) 50% 100% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}


	/* Google plus */
	.sns-box.sns-box-2 .btn-google {
		background: #d34836 url(../images/btn_google2.png) 23% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-3 .btn-google {
		background: url(../images/btn_google3.png) 15% 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-4 .btn-google {
		background: url(../images/btn_google3.png) 0 50% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
	.sns-box.sns-box-5 .btn-google {
		height: 50px;
		background: url(../images/btn_google3.png) 50% 100% no-repeat;
		-webkit-background-size: 20px;
		     -o-background-size: 20px;
		        background-size: 20px;
	}
}