@charset "utf-8";
/* CSS Document */


body#mega-ten {
	/*background-color: #dbdbdb;*/
}

#post_list_wrap {
	padding-top: 16rem;
}

#post_single_wrap {
	padding-top: 16rem;
	padding-bottom: 0;
}


#post_list_wrap .logo_ttl {
	width: 100%;
	max-width: 86.5rem;
	margin: auto;
	margin-bottom: 4rem;
}

#post_single_wrap .logo_ttl {
	width: 100%;
	max-width: 54rem;
	margin: auto;
	margin-bottom: 4rem;
}

#post_list_wrap .lead  {
	margin-bottom: 8rem;
}
#post_single_wrap .lead  {
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
#post_list_wrap {
	padding-top: 10rem;
}

#post_single_wrap {
	padding-top: 10rem;
}


#post_list_wrap .logo_ttl {
	max-width: 26rem;
	margin-bottom: 2rem;
}

#post_single_wrap .logo_ttl {
	max-width: 26rem;
	margin-bottom: 2rem;
}
    
#post_list_wrap .lead  {
	margin-bottom: 3rem;
}
#post_single_wrap .lead  {
	margin-bottom: 3rem;
}
}