@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/*コメント欄カスタム*/
.comment-form-author label{
font-size:0;
}
 
.comment-form-author label:before {font-size: 14px; content: "ニックネーム";}


/*テーブル横スクロール*/
@media only screen and (max-width: 480px) {
.tscroll table{
 width:100%;
 margin-bottom: .5em;
}
.tscroll{
 overflow: auto;
 margin-bottom: 2em;
}
.tscroll::-webkit-scrollbar{
 height: 5px;
}
.tscroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tscroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}

/*アプリボタン*/
.app-outer{
	margin-bottom:8px;
}
.app-wrapper{
	display:flex;
	
}
.img-wrapper{
	width:60px;
	height:60px;
}
.img-wrapper img{
	width:100%;
	height:auto;
  border-radius: 20%;
}
.button-wrapper{
	display:flex;
	margin:0;
}
.app-title{
	margin: 4px 8px;
	font-size:13px;
}
.button-wrapper li{
	width: 120px;
	height:30px;
	margin:0 8px !important;
	padding:0 !important;
}
.button-wrapper li::before{
	content:'' !important;
	width:0 !important;
	height:0 !important;
}
.button-wrapper li a{
	color: #fff;
	width: 120px;
  border-radius: 2px;
	height: 30px;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0 1px rgba(0,0,0,.1);
	text-decoration: none;
	display: block;
	text-align:center;
	padding-top:5px;
}
.button-wrapper li a:hover{
	opacity:0.8;
}
.google-play a{
	background: #7CC659;
	
}
.apple a{
	background: #79B1C1;
	
}
.sales{
	font-size:13px;
	margin:0 !important;
}
@media screen and (max-width: 480px) {
	.button-wrapper li,
	.button-wrapper li a{
		width:100px;
	}
}