@charset "utf-8";

#sns{
	width: 650px;
	height: 30px;
	margin: 40px 0px 20px 0px;
	overflow: hidden;
}

#sns li {
	float: left;
    margin: 6px;
    margin-left: 0;
    line-height: 0;
}

#etc{
	margin: 20px 0px;
}

#etc h2{
	font-size: 16px;
	margin-bottom: 10px;
}

#etc h3{
	margin: 0px 6px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: normal;
	display:inline;
	color: #FFF;
}

#etc img {
	width: 220px;
	height: 140px;
	display: block;
	margin-bottom: 8px;
}

#etc .box,#etc .box0{
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 220px;
	height: 260px;
	background-color: #E0E0E0;
	float: left;
	overflow: hidden;
}

#etc .box0{
	margin-right: 0px;
	width: 220px;
}

#etc .box a,#etc .box0 a{
	position: absolute;
	top: 0;
  	left: 0;
    width:100%;
    height:100%;
	color: #444;
	text-decoration: none;
}

#etc .box p,#etc .box0 p{
	margin: 8px 16px;
	font-size: 12px;
	line-height: 1.5;
}


#popular{
	font-size: 14px;
	margin-top: 30px;
}

#popular .box{
	position: relative;
	margin-top: 10px;
	width: 274px;
	padding: 10px;
	background-color: #E0E0E0;
	border: solid 3px #EEE;
	overflow: hidden;
}

#popular img{
	float: left;
	margin-right: 16px;
}

#popular .box a{
	position: absolute;
	top: 0;
  	left: 0;
    width:100%;
    height:100%;
	color: #444;
	text-decoration: none;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page_top a {
    background: #666;
    text-decoration: none;
	line-height: 30px;
	font-size: 16px;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page_top a:hover {
    text-decoration: none;
    background: #999;
}
