
.clMarketListBlock{}

.clMarketListBlock h3{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-bottom:10px;
	background: #fdd000;
	padding: 5px 10px;
}
.clMarketListBlock dl{
	display: flex;
    border-right: 1px solid #ccc;
    margin-bottom: 0px;
}
.clMarketListBlock dt{
	display: flex;
	padding: 10px 10px 0px;
    border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.clMarketListBlock p.num {
    background-color: #10316b;
    color: #fff;
    padding: 10px 5px;
    font-size: 20px;
    width: 3em;
    text-align: center;	
    margin-right:10px;
}
.clMarketListBlock p.name {
	width:15em;
    margin-right:5px;
}


.clMarketListBlock dd{
	width: 100%;
	padding:10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {

	.clMarketListBlock p.num {
	    padding: 5px;
	    font-size: 16px;
	}

	.clMarketListBlock p.name {
		width:10em;
	    margin-right:5px;
	}

}

@media only screen and (max-width: 480px) {

	.clMarketListBlock dl{
		display: block;
	}
}