
/*RESET CSS
----------------------*/



/* COMMON
----------------*/

#mainArea a{color:#333;}
#mainArea *{font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}
._71n7_modal_content{
	background:#222222;
}
._71n7_modal_content *{
	background:#222222 !important;
	color:#ffffff !important;
	font-size: 12px!important;
	line-height: 1.2!important;
}

/* for smartphone
----------------*/
@media screen and (max-width: 824px) {
.pc{display:none !important;}
#topContent h1{width:176px;height:32px;background:url(../images/style_raface_title_sp.png);background-size:cover;text-indent:-9999px;text-align:center;margin:0 auto;margin-top:35px;margin-bottom:3px;}
.style_reface_description{text-align:center;font-size:18px;padding:0 20px 20px;color:#46227a;}
}


/* for PC
----------------*/
@media screen and (min-width: 824px) {
.sp{display:none !important;}
#mainArea{margin:0 auto;width:824px;}
#topContent h1{width:250px;height:47px;background:url(../images/style_raface_title.png);background-size:cover;text-indent:-9999px;text-align:center;margin:0 auto;margin-top:60px;margin-bottom:5px;}
#topContent{min-height:1000px;}
.style_reface_description{text-align:center;font-size:20px;padding:0 60px 30px;color:#46227a;}
}








