#header{
	/*border-top: 2px solid #6e6e6e;*/
	background: #fff;
}

.side .trend_box{
	margin-bottom: 20px;
    background: #0baf58;
    padding: 15px;
    box-shadow: 0px 2px 3px 0px #ddd;
}

.trend_dt dt{
	font-weight: 600;
	color: #6e6e6e;
}

.trend_dt dd{
	margin-bottom: 20px;
}

.trend02_dt{
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

.trend02_dt dt{
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 10px;
}

.title a{
	color: #000;
	text-decoration: none;
}

.matrend_kv{
	text-align: center;
	background: url("/ma_trend/common/img/matrend_kv.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
	    margin-top: 56px;
}

.matrend_kv h2{
	font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
    position: relative;
    top: 45%;
}

.graph{
	text-align: center;
	font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
	.ma_trend_box02 .trend_box {
    	width: 100%;
	}
}