/* CSS Document */
#contents {
	float: left;
	padding-bottom: 30px;
}
header #news_link {
	position: absolute;
	left: 300px;
	top: 70px;
}

/* PC・TB横 768ピクセル超のすべて */
@media only screen and (min-width:769px){
#wrapper {
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}
header {
	position: relative;
}
header #login_name {
	position: absolute;
	top: 20px;
	right: 50px;
}
#contents {
	float: left;
	padding-bottom: 30px;
	width: 720px;
}
aside {
	width: 260px;
	float: right;
}
aside #line_sp, aside #payshare_sp, aside #adsense_unit {
	display: none;
}
footer {
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}

}

/* TB縦 640ピクセル超 768以下  */
@media screen and (min-width: 641px) and (max-width: 768px){
	
#wrapper {
	width: 768px;
}
header #login_name {
	position: absolute;
	top: 20px;
	right: 50px;
}
#contents {
	float: left;
	padding-bottom: 30px;
	width: 480px;
}
aside {
	width: 255px;
	float: right;
	margin-right: 15px;
}
aside #line_sp, aside #payshare_sp, aside #adsense_unit {
	display: none;
}

}

/* SP横 480ピクセル超 640以下  */
@media screen and (min-width: 481px) and (max-width: 640px){

header #login_name {
	position: absolute;
	right: 30px;
	top: 20px;
}
#contents {
	float: left;
	padding-bottom: 30px;
}
aside {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
aside #line_pc, aside #payshare_pc {
	display: none;
}
aside #line_sp, aside #payshare_sp {
	text-align: center;
}

}

/* SP縦 480以下  */
@media screen and (max-width: 480px){

header {
	padding-top: 0px;	
}
header #login_name {
	font-size: 0.7em;
	position: static;
	background-color: #3FB2FF;
	text-align: right;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	line-height: 12px;
}
header #news_link {
	position: absolute;
	left: 160px;
	top: 58px;
}
header #login_name b {
	font-size: 1.2em;
}

header #menu_btn_box {
	right: 20px;
	top: 46px;
}
header h1 {
	background-size: 10px 60px;
}
header h1 img {
	height: 60px;
	width: 200px;
}
#nav_list  {
	top: 80px;
}
#contents {
	float: left;
	padding-bottom: 30px;
}
#contents #sm_list li {
	width: 110px;
}
aside {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
aside #line_pc, aside #payshare_pc {
	display: none;
}
aside #line_sp, aside #payshare_sp {
	text-align: center;
}

}
