@charset "shift_jis";

@media screen and (max-width: 640px) {
/*
アクセスランキング用追加ｃｓｓ
---------------------------------------------------
*/

.ranking{
	margin: 0 0 20px;
	}

.ranking a{
	display: block;
    border-bottom: 1px solid #DEE6E7;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 15px 20px 15px 12px;
	background: none;
	background-image: url(../../img/sp/arrow_list.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	color: #333;
	}
	
.ranking a:hover{
    border-bottom: 1px solid #DEE6E7;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 15px 20px 15px 12px;
	background: none;
	background-image: url(../../img/sp/arrow_list.png);
	background-color: #ecf3ff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	text-decoration: none;
	}

.Newslist .spo-ranking-title,
.Newslist .ranking-title{
	width:100%;
	margin: 0;
	padding:0;
	border-top:3px solid #bad3ef;
	overflow: hidden;
	}
.Newslist .spo-ranking-title h2,
.Newslist .ranking-title h2{
	font-size:18px;
	font-weight: bold;
	margin:0;
	padding:10px 0 5px 14px;
	border-bottom: 1px solid #DDE6E7;
	}




/*ここまで*/
}