@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

#header-image {
    min-height: 140px;
}

.header {
   　　box-shadow:none;
}


#main .entry-content {
    padding-top: 10px;
}
#main .article-header {
    margin-bottom: 10px;
}



.entry-content h2 {
   position: relative;
   padding: 0.5em;
   background: #86e8aa;
   color: white;
}

.entry-content h2::before{
   position: absolute;
   content: '';
   top: 100%;
   left: 0;
   border: none;
   border-bottom: solid 15px transparent;
   border-right: solid 20px rgb(149, 158, 155);
}

.entry-content　h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

.entry-content h3::before{
   position: absolute;
   content: '';
   top: 100%;
   left: 0;
   border: none;
   border-bottom: solid 15px transparent;
   border-right: solid 20px rgb(149, 158, 155);
}

/* ----------------------------------------------------------------------------------------------------
*  仮想通貨ランキング
* --------------------------------------------------------------------------------------------------*/
.entry-body p{
	margin: 0;
}
#coinMenu{
	overflow: hidden;
}
#sortForm{
	width: 45%;
	float: right;
	text-align: right;
	font-size: 80%;
	overflow: hidden;
	margin-top: 0.2rem;
	padding: 3px 0;
}
.coin_table{
	table-layout: fixed;
}
.coin_table tr td,
.coin_table tr th{
	font-size: 70%;
	text-align: center;
	border-right: none;
}
#coin_table tr td p{
	padding-left: 1em;
	background-size: 20% !important;
	background-position: 1em center !important;
}
.thumbCoin{
	position: relative;
}
.thumbCoin .left{
	position: absolute;
	top: 17%;
	left: 0;
}
.thumbCoin .right{
	margin-left: 2.5rem;
	width: 79%;
	text-align: left;
}
#coinRunking .right .thumbCoin .left{
	left: 0.3rem;
	top:10%;
}
#coinRunking .right .thumbCoin .right{
	margin-left: 3rem;
	float: none;
	width: 62%;
}
.thumbCoin .right p{
	line-height: 1.2em;
}
.coin_table tr .low{
	color: #E50004;
}
.coin_table tr .high{
	color: #0030EB;
}
#coinRunking{
	overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#coinRunking h2{
	text-align: left;
}
#coinRunking .left{
	width: 49%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
#coinRunking .left table tr td{
	text-align: left;
}
#coinRunking .right{
	width: 49%;
	float: right;
}
#coinRunking .right table tr td{
	padding: 0.45rem 0.5rem;
}
.coinNewContent{
	padding-left: 18%;
	background-repeat: no-repeat;
	background-position: 0.3rem center;
	min-height: 5rem;
}
.coinNewContent_1{
	background-image: url(library/images/thumb/thumb_news01.jpg);
}
.coinNewContent_2{
	background-image: url(library/images/thumb/thumb_news02.jpg);
}
.coinNewContent_3{
	background-image: url(library/images/thumb/thumb_news03.jpg);
}
.coinNewContent_4{
	background-image: url(library/images/thumb/thumb_news04.jpg);
}
.coinNewContent_5{
	background-image: url(library/images/thumb/thumb_news05.jpg);
}
.coinNewContent_6{
	background-image: url(library/images/thumb/thumb_news06.jpg);
}
.coinNewContent a{
	display: none;
}
.coinNewContent .title a{
	display: inline;
}
.styled-select {
	background: url(library/images/ico/ico_arrow01.png)no-repeat 96% 45%;
	overflow: hidden;
	width: 40%;
	float: left;
	margin-right: 1em;
	box-shadow:3px 3px 3px 0px #cfcfcf;
}
.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   width: 268px;
}
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#sortForm .blue{
	background-color: #F88080;
}
.blue select{
	color: #fff;
}
.btnSubmit{
	box-shadow:3px 3px 3px 0px #cfcfcf;
	border-radius:6px;
	border:1px solid #cccccc;
	background-color: #FEAC74;
	display: inline-block;
	padding: 0.5rem;
}
.btnSubmit input{
	background-color: #FEAC74;
	color: #fff;
	border:none;
	-webkit-appearance:none;
}

div:after {
	display: block;
	content: "";
	clear: both;
}
.js-tab {
	float: left;
	width: 40%;
	margin-bottom: 0;
}
.js-tab > div {
	float:left;
	width:50%;
	background:#666;
	color:#fff;
	text-align: center;
	padding:15px 0;
	cursor:pointer;
}
.js-tab > div.active {
	background:#86E8AA;
}
.js-tab_content {
	display:none;
	padding:0;
	position: relative;
	margin-bottom: 6em;
}
.js-tab_content.active {
	display:block;
}
.grad-btn,
.grad-btn2{
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -3em;
	left: 0;
	width: 35%;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	background: #F88080;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn:hover,
.grad-btn2:hover{
	background: #FFFFFF;
    color: #009e8f;
}
.grad-btn::before,
.grad-btn2::before{
  content: "ランキングを全て表示する"
}
.grad-item,
.grad-item2{
  position: relative;
  overflow: hidden;
  height: 450px; /*隠した状態の高さ*/
}
.grad-item::before,
.grad-item2::before{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger,
.grad-trigger2{
  display: none; /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before,
.grad-trigger2:checked ~ .grad-btn2::before{
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item,
.grad-trigger2:checked ~ .grad-item2{
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before,
.grad-trigger2:checked ~ .grad-item2::before{
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.btn_exchangesUrl{
	display: block;
	box-shadow:3px 4px 4px 0px #e9e9e9;
	border-radius:7px;
	border:1px solid #cccccc;
	text-align: center;
	width: 20rem;
	padding: 0.2rem;
	background-color: #FC6D6B;
	color: #fff;
}
@media screen and (max-width:1200px){
	#sortForm {
		width: 100%;
		float: none;
		text-align: left;
		margin-bottom: 1em;
	}
	.btnSubmit {
		padding: 0.6rem;
	}
	.js-tab {
		float: none;
		width: 95%;
		margin-bottom: 0;
	}
	#coinRunking .left{
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	#coinRunking .right{
		width: 100%;
		float: none;
	}
	.coin_table tr td{
		padding: 2px;
	}
	.grad-btn,
	.grad-btn2{
		width: 80%;
	}
	.coinNewContent{
		padding: 1rem;
		padding-left: 6rem;
	}
	#sortForm{
		font-size: 70%;
	}
	.thumbCoin .left{
		left: -0.4rem;
	}
	.wrapper .thumbCoin .left{
		top: 26%;
		left: 0;
	}
	.thumbCoin .right{
		margin-left: 1.8rem;
	}
	#coinRunking .right .thumbCoin .left{
		left: 0;
		width: 8rem;
		top: 0.1rem;
	}
	#coinRunking .right .thumbCoin .right{
		margin-left: 2.5rem;
	}
	.styled-select{
		width: 35%;
	}
	.area{
		position:relative;
		border: 2px solid #e0e0e0;
	}
	.wrapper{
		overflow:auto;
		overflow-y: hidden;
		margin-left:13rem;
	}
	.wrapper table{
		table-layout:fixed;
		width:100%;
		border-spacing:0;
		margin: 0;
		border: none;
	}
	.wrapper table tr{
	  width:180px;
	  padding:0;
	  vertical-align:middle;
	}
	.wrapper table td{
		width:180px;
		height:85px;
		padding:0;
		vertical-align:middle;
		border-right: none;
		text-align: center;
		font-size: 75%;
	}
	.wrapper table th{
		width:5.8rem;
		padding:0;
		vertical-align:middle;
		border-right: none;
		font-size: 80%;
	}
	.wrapper table .txtLong{
		width: 8.2rem;
	}
	.wrapper table tr.dummy,tr.dummy *{
		height:0;
		border:0;
		font-size:0;
		visibility:hidden;
		display: none;
	}
	.wrapper table th.out-of-table-fixed{
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
		width: 3rem;
	}
	.wrapper table td.out-of-table-fixed{
		position:absolute;
		left:0;
		border-bottom: 2px solid #e0e0e0;
		text-align: center;
		display: table;
		width: 3rem;
		font-size: 80%;
	}
	.wrapper table td.out-of-table-fixed span{
		display: table-cell;
		vertical-align: middle;
	}
	.wrapper table th.in-table-fixed,
	.wrapper table td.in-table-fixed{
		position:absolute;
		left:3rem;
		border-right: 2px solid #e0e0e0;
		border-bottom: 2px solid #e0e0e0;
		display: table;
		width: 10rem;
	}
	.wrapper table td.in-table-fixed{
		font-size: 80%;
	}
	.wrapper table td.in-table-fixed a{
		display: table-cell;
		vertical-align: middle;
	}
	.wrapper table td.in-table-fixed .right{
		width: 75%;
	}
	.wrapper .thumbCoin{
		display: table-cell;
		vertical-align: middle;
		position: static;
	}
	.wrapper table .high{
		color: #0030EB;
	}
	.wrapper table .low{
		color: #E50004;
	}
}
@media screen and (max-width:650px){
	.coinNewContent{
		padding: 0.1rem;
		padding-left: 6rem;
	}
	.thumbCoin .left{
		top: 10%;
		left: 0;
	}
	.thumbCoin .right{
		margin-left: 2.5rem;
	}
	#coinRunking .right .thumbCoin .left{
		left: 0.3em;
		width: 65%;
		top: 0.1rem;
	}
	.thumbCoin .right p {
		font-size: 85%;
	}
	#coinRunking .right table tr th{
		font-size: 70%;
	}
	#coinRunking .right table tr td {
		padding: 0.45rem 0 0.45rem 0.5rem;
	}
	.wrapper {
		margin-left: 9.5rem;
	}
	.wrapper table th {
		font-size: 55%;
		width: 4rem;
	}
	.wrapper table td{
		height: 60px;
		font-size: 55%;
	}
	.wrapper table th.out-of-table-fixed {
		width: 1.5rem;
	}
	.wrapper table td.out-of-table-fixed {
		width: 1.5rem;
		font-size: 55%;
	}
	.wrapper table td.in-table-fixed {
		font-size: 55%;
	}
	.wrapper table th.in-table-fixed,
	.wrapper table td.in-table-fixed{
		left: 1.5rem;
		width: 8rem;
	}
	.wrapper table .txtLong {
		width: 6.3rem;
	}
	.wrapper .thumbCoin .left {
		top: 32%;
		left: -0.3rem
	}
	.wrapper .thumbCoin .left img{
		max-width: 45%;
	}
	.thumbCoin .right{
		margin-left: 1.4rem;
	}
	.btn_exchangesUrl{
		display: inline;
		font-size: 0.8rem;
		padding: 0.4rem;
	}
}