

/**詳細ページ**/
section.coin{
	margin:0px auto;
}
section.coin h2{
	padding:8px 4px;
}
section.coin h2 a{
	display:block;
	color:#444;
	font-size:32px;
	line-height:1.5em;
}
section.coin h3{
	color:#444;
	font-size:18px;
	padding-left:10px;
}
.updateTime{
	background-image:url(/img/icon_time.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#7c7c7c;
	font-size:16px;
	padding:4px 0px 4px 30px;
	margin:20px 0px 50px 10px;
}



#marketCapData{
	padding:0px 10px;
}
#marketCapData dl{
	overflow:hidden;
}
#marketCapData dt{
	width:150px;
	float:left;
	text-align:center;
	margin-top:10px;
}
#marketCapData dd{
	margin-left:160px;
	padding-top:10px;
}
#marketCapData h2{
	text-align:right;
	font-size:21px;
	margin-bottom:8px;
	margin-right:10px;
}
#marketCapData h2 a{
	color:#777;
}

#marketCapData ul{
	overflow:hidden;
	float:right;
}
#marketCapData ul li{
	width:150px;
	float:left;
}
#marketCapData ul li div{
	position: relative;
	margin:0px auto;
	width:144px;
	height:144px;
	border-radius:50%;
	border:10px solid #a4d555;
	box-sizing:border-box;
}
#marketCapData ul li.under div{
	border-color:#ff5992;
}
#marketCapData ul li.even div{
	border-color:#c0b283;
}

#marketCapData ul li div p{
	position:absolute;
	left:0px;
	right:0px;
	top:28px;
	text-align:center;
	color:#777;
	font-size:13px;
}
#marketCapData ul li div strong{
	position:absolute;
	left:0px;
	right:0px;
	top:52px;
	text-align:center;
	color:#777;
	font-size:13px;
}
#marketCapData ul li div strong b{
	font-size:24px;
	color:#a4d555;
	font-weight:bold;
}
#marketCapData ul li.under div strong b{
	color:#ff5992;
}
#marketCapData ul li.even div strong b{
	color:#c0b283;
}
#marketCapData ul li div span{
	position:absolute;
	left:0px;
	right:0px;
	top:80px;
	text-align:center;
	color:#777;
	font-size:11px;
}


#chart{
	margin:20px;
}
#tradingview{
	height:600px;
}
.tradingviewCurMenu{
	overflow:hidden;
	padding-left:20px;
}
.tradingviewCurMenu li{
	width:150px;
	float:left;
}
.tradingviewCurMenu li *{
	display:block;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	border-bottom:0px;
	margin:0px 4px;
	padding:10px 0px;
	font-size:14px;
}
.tradingviewCurMenu li a{
	background-color:#fff;
}
.tradingviewCurMenu li span{
	background-color:#26a6b0;
	color:#fff;
}



.eyeCatch{
	margin:20px 0px;
}

#coinDetail, #coinExpound, #coinInfo, #exchange{
	margin:20px 20px 40px 20px;
}
#coinDetail h2, #coinExpound h2, #exchange h2{
	overflow:hidden;
	white-space:nowrap;
	font-size:17px;
	margin-bottom:8px;
	color:#c0b283;
	letter-spacing:2px;
}
#coinDetail h2:before, #coinExpound h2:before, #exchange h2:before{
	content:"―― ";
	letter-spacing:0px;
}
#coinDetail h2:after, #coinExpound h2:after, #exchange h2:after{
	letter-spacing:0px;
	content:" ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――";
}
#coinDetail h2 a, #coinExpound h2 a, #exchange h2 a{
	color:#c0b283;
}


#coinDetail table{
	width:100%;
	border-spacing:2px 0px;
	border-collapse: separate;
}
#coinDetail table th{
	width:200px;
	padding:10px 0px;
	background-color:#c0b283;
	color:#fff;
	border-bottom:2px solid #fafafa;
	font-size:13px;
	letter-spacing:2px;
}
#coinDetail table td{
	padding:10px;
	border-bottom:2px solid #fafafa;
	background-color:#fff;
	font-size:13px;
	line-height:17px;
}


#coinExpound li{
	background-image:url(/img/icon_point.png);
	background-repeat:no-repeat;
	background-position:20px 18px;
	background-size:32px;
	padding:14px 0px 14px 60px;
	border-bottom:1px dotted #aaa;
	font-size:17px;
	line-height:1.5em;
}

#coinInfo p{
	border:1px solid #c0b283;
	padding:20px;
	background-color:#fff;
	line-height:1.5em;
	letter-spacing:1px;
}
#coinInfo span{
	font-weight:bold;
	margin:0px 4px;
}
#coinInfo span.up{
	color:#a4d555;
}
#coinInfo span.down{
	color:#ff5992;
}


#exchange ul{
	overflow:hidden;
}
#exchange li{
	width:12.5%;
	float:left;
}
#exchange li p{
	margin:2px;
	background-color:#ccc;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:10px 0px;
	white-space: nowrap;
}
#exchange li p.lists{
	background-color:#a4d555;
}




#priceTrends{
	width:100%;
	table-layout:fixed;
}
#priceTrends, #priceTrends th, #priceTrends td {
	border-collapse: collapse;
	border:1px solid #e5e5e5;
}
#priceTrends th{
	background-color:#02ad8b;
	color:#fff;
	padding:10px 0px;
}
#priceTrends td{
	padding:10px 0px;
	text-align:center;
}
#priceTrends td span{
	display:block;
	margin-right:20px;
	text-align:right;
}
#priceTrends tr:nth-child(odd) {
	background-color:#ededed;
}

.priceHistory{
	padding:20px;
}
.priceHistory table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
}
.priceHistory table p{
	margin:10px 0px;
}
.priceHistory table th:nth-of-type(1){
	width:20%;
}
.priceHistory table th:nth-of-type(2){
	width:40%;
}
.priceHistory table th:nth-of-type(3){
	width:40%;
}

.priceHistory table td, .priceHistory table th{
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
}
.priceHistory table td{
	padding:6px 10px;
	text-align:right;
}
.priceHistory table tr td:first-of-type{
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}
.priceHistory table tr:first-of-type{
	border-bottom:4px solid #ededed;
}
.priceHistory table tr:nth-child(odd){
	background-color:#fff;
}
.priceHistory table tr:nth-child(even){
	background-color:#ffe;
}
.priceHistory table dl{
	overflow:hidden;
}
.priceHistory table dt{
	width:50%;
	float:left;
	padding:4px 0px;
}
.priceHistory table dd{
	margin-left:50%;
	border-left:1px solid #ededed;
	padding:4px 0px;
}

.priceHistory td dl *{
	display:block;
}
.priceHistory td span{
	font-size:12px;
	color:#777;
	padding:0px 10px;
}
.priceHistory td strong{
	padding:0px 10px;
	font-size:14px;
}



.linkButton{
	
}
.linkButton a{
	display: block;
	min-width:500px;
	margin:50px auto 0px auto;
	padding:6px 20px;
	text-decoration: none;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	color: #864401 !important;
	text-decoration:none !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border: 1px solid #eab551;
	border-bottom: 1px solid #b98a37;
	text-shadow: 0px 1px 0px #fedd9b;
	-webkit-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
	background: #feda71;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feda71), color-stop(0.5, #febe4d));
	background: -moz-linear-gradient(top, #feda71 50%,#febe4d 50%);
	background: -o-linear-gradient(top, #feda71 50%,#febe4d 50%);
	background: -ms-linear-gradient(top, #feda71 50%,#febe4d 50%);
	background: linear-gradient(top, #feda71 50%, #febe4d 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#abe4f8 50%', endColorstr='#74d0f4 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#abe4f8 50%', endColorstr='#74d0f4 50%')";
}
.linkButton a{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}



#chartPattern{
	margin:20px auto 40px auto;
	max-width:1200px;
	overflow:hidden;
}
#chartPattern #chartPatternList{
	width:400px;
	float:right;
}
#chartPatternList ul li {
	background-color:rgba( 192, 178, 131, 0.3 );
	padding:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom:10px;
}
#chartPatternList ul li a{
	display:block;
	overflow:hidden;
}
#chartPatternList ul li img{
	float:left;
}
#chartPatternList ul li p{
	padding:10px;
}

#chartPattern section{
}
#chartPattern section h2{
	overflow:hidden;
	white-space:nowrap;
	font-size:17px;
	margin-bottom:8px;
	color:#c0b283;
	letter-spacing:2px;
}
#chartPattern section h2:before{
	content:"―― ";
	letter-spacing:0px;
}
#chartPattern section h2:after{
	letter-spacing:0px;
	content:" ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――";
}
#chartPattern section h2 a{
	color:#c0b283;
}
#chartPattern section p{
	line-height:2em;
	letter-spacing:1px;
	padding:20px;
}
#chartPattern section dl{
	overflow:hidden;
}
#chartPattern section dl *{
	font-size:14px;
	color:#444;
}
#chartPattern section dt{
	background-color:#c0b283;
	padding:4px;
	max-width:1000px;
	margin:0px auto;
}
#chartPattern section dt img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
#chartPattern section dd{
	line-height:1.5em;
}
#chartPattern section dd a{
	color:#02ad8b;
	font-weight:bold;
	margin:0px 4px;
	letter-spacing:1px;
}
#chartPattern section dd a:hover{
	text-decoration:underline;
}
#chartPattern section dd ul{
	margin:10px;
}
#chartPattern section dd ul li{
	line-height:1.5em;
	letter-spacing:1px;
	padding:10px 0px;
	border-bottom:1px dotted #02ad8b;
}
#chartPattern section dd ul li:first-letter{
	font-size:1.5em;
	float:left;
	color:#a4d555;
	margin-right:4px;
}



#glossary{
	padding:20px;
	overflow:hidden;
}
#glossary article{
	margin-left:260px;
}
#glossary h2{
	overflow:hidden;
	white-space:nowrap;
	font-size:19px;
	margin:20px 0px;
	color:#c0b283;
	letter-spacing:2px;
}
#glossary h2:before{
	content:"―― ";
	letter-spacing:0px;
}
#glossary h2:after{
	letter-spacing:0px;
	content:" ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――";
}
#glossary h2 a{
	color:#c0b283;
}
#glossary dl{
	max-width:1000px;
	margin:20px auto;
}
#glossary dt{
	font-size:28px;
	color:#a4d555;
	background-image:url(/img/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:2px 50%;
	border-bottom:2px solid #a4d555;
	padding:4px 0px 4px 30px;
	font-weight:normal;
}
#glossary dd{
	padding:20px;
	font-size:16px;
	letter-spacing:1px;
	line-height:1.8em;
}
























