@charset "UTF-8";
/*----- base ------------------------------------*/
a { text-decoration: none;}
#lp_article {
	width: 700px;
	display: block;
	background: #ffffff;
	margin:0px auto 25px auto;
	letter-spacing: normal;
	
}
#lp_article h1, #lp_article > p {line-height: 0;}
/*スマホ用------------------------------------------------*/
@media screen and (max-width: 640px){
	div#rightBlock {
    height: inherit;
}
#lp_article {
	width: 100%;
}


}
