/* ITトレンド年間ランキング　バッジ2017年（2018年中有効）  */
.it_trend {
	position: absolute;
	top: 32px;
	right: 10px;
}
.it_trend img {
    width:110px;
    margin: 0 5px;
}
@media print, screen and (min-width: 861px){
#footer .inner {
    min-height: 300px;
}
#footer .pageup {
    position: absolute;
    top: 310px;
    right: 28px;
    width: 102px;
    height: 20px;
	}
#footer .siteseal {
    position: absolute;
	top: 290px;
    left: 25px;
    width: 235px;
}
#footer .sns {
    position: absolute;
    top: 304px;
    right: 9px;
    width: 235px;
}
#footer .copyright {
    position: absolute;
    left: 35%;
    bottom: 35px;
}
}
@media print, screen and (max-width: 860px){
.it_trend img {
	    width:74px;
        padding: 0 6px;
}
.it_trend {
    position: absolute;
    top: 23px;
    left: 3px;
}
#footer .inner {
    height: 213px;
}
#footer .sns {
    top: 65px;
    left: auto;
    right: 7px;
}
#footer .siteseal {
    left: 18px;
    width: 179px;
    bottom: 24px;
}
#footer .siteseal li {
    margin: 0 16px 0 0;
}
#footer .copyright {
    width: 30%;
}
}
