@charset "utf-8";
/* CSS Document */

.scmenu{
	margin-bottom:10px;
}

.scmenu img{
	float:left;
}



.scbox1{
	height:215px;
}


.scbox2{
	height:130px;
}



.scbox_1{
	height:315px;
}



.scbox_2{
	height:230px;
}


.scmenu a{
	display:block;
}


.scmenu a:hover{
	opacity:0.7;
}

.sc_sbox1{
	width:296px;
	float:left;
}



.sc_sbox2{
	width:222px;
	float:left;
}



.spc_3box{
	width:300px;
	margin-top:20px;
	float:left;
	box-sizing:border-box;
	overflow:hidden;
}

.spc_3box a{
	display: block;
    
}

.spc_3box a img{
	margin: 0;
	width:100%;
	margin-bottom: 5px;
}

.spc_3box p{
	font-size:14px;
	line-height:1.5em;
}


.sc2menu a{
	color:#333;
}


.sc2menu a:hover{
	opacity:0.7;
	color:#666;
}

.sc2box1{
	width:440px;
	padding:5px;
	float:left;
}


.sc3menu a{
	color:#333;
}


.sc3menu a:hover{
	opacity:0.7;
	color:#666;
}


.rank_img1{
	width:741px;
}



.rank_img2{
	width:850px;
}

@media screen and (max-width: 768px) {
	.scmenu img{float:none;}
	.scbox1{height:auto;}
	.scbox2{height:auto;}
	.scbox_1{height:auto;}
	.scbox_2{height:auto;}
	.sc_sbox1{float:none;}
	.sc_sbox2{float:none;}
	.spc_3box{width:95%; margin:5px;}
	.sc2box1{width:97%;}
	.rank_img1{width:97%;}
	.rank_img2{width:97%;}
}


.sc_btn01{
	width:100%;
	height:30px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	display:block;
	background-color:#0071CE;
	color:#FFF;
}

.sc_btn01 a{
	display:block;
	text-decoration:none;
	color:#FFF;
}

.sc_btn01 a:hover{
	background-color:#084373;
	text-decoration:none;
	color:#FFF;
	display:block;
}