/* CSS Document */
/* PC・TB横 768ピクセル超のすべて */
header #news_link {
	position: absolute;
	left: 240px;
	top: 45px;
}
#contents {
	float: left;
	padding-bottom: 10px;
}

/* 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 {
	left: 600px;
	top: 20px;
}
header #menu_btn_box {
	right: 20px;
	top: 36px;
}
#contents {
	float: left;
	padding-bottom: 10px;
	width: 720px;
}
aside {
	width: 260px;
	float: right;
}
aside #line_sp, aside #payshare_sp, aside #adsense_unit {
	display: none;
}
#foot_wrap{
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}
footer {
	width: 1024px;
}

}

/* TB縦 640ピクセル超 768以下  */
@media screen and (min-width: 641px) and (max-width: 768px){
	
#wrapper {
	width: 768px;
}
header #login_name {
	right:30px;
	top: 20px;
}
header #menu_btn_box {
	right: 30px;
	top: 36px;
}
#contents {
	float: left;
	padding-bottom: 20px;
	width: 480px;
}
aside {
	width: 255px;
	float: right;
	margin-right: 15px;
}
aside #line_sp, aside #payshare_sp, aside #adsense_unit {
	display: none;
}
footer {
	width: 100%;
}

}

/* SP横 480ピクセル超 640以下  */
@media screen and (min-width: 481px) and (max-width: 640px){

#contents {
	float: left;
	padding-bottom: 10px;
}
header #login_name {
	right:30px;
	top: 20px;
}
header #menu_btn_box {
	right: 20px;
	top: 36px;
}
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;
}
footer {
	width: 100%;
}

}

/* 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 #login_name b {
	font-size: 1.2em;
}
header #news_link {
	position: absolute;
	left: 160px;
	top: 58px;
}

header #menu_btn_box {
	right: 20px;
	top: 46px;
}
#nav_list {
	top: 80px;
}
#contents {
	float: left;
	padding-bottom: 10px;
}
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;
}
footer {
	width: 100%;
}

}
