*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.l_lr{
	clear:both;
	display:block;
	overflow:auto;
}
h2.corp{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	border-radius: 2px;
}
.ratingcom1{
	float:left;
	width:48%;
}
.ratingcom{
	float:right;
	width:48%;
	margin-bottom:40px;
}

/* リスト */
h2{
	border-left: 10px solid #cc0000;
	color:#333;
	font-size:1.95rem;
	padding:8px 15px;
	clear:both;
	margin-bottom:15px;
	margin-top:15px;
}
.list{
	list-style:none;
}
.list a:link , .list a:visited{
	border-bottom:1px #ccc solid;
	text-decoration:none;
	color:#3573BC;
	display:block;
	padding:10px 5px 10px 5px;
}
.list a:hover{
	text-decoration:none;
	background-color:#eee;
}
.leftspace{
	margin-left:10px;
	
}
.fa{
	margin-right:5px;
}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 970px) {
.ratingcom1{
	float:none;
	width:100%;
}
.ratingcom{
	float:none;
	width:100%;
}
}
/* 画面サイズが499px以下の場合に適用 */
@media screen and (max-width: 499px) {
h2{
	padding:2px 15px;
	margin-bottom:0px;
	margin-top:15px;
}

}