@charset "utf-8";

/*---------------------------------------------
 custom reset
---------------------------------------------*/
html,body {font-size:16px; }

/*---------------------------------------------
 module
 ---------------------------------------------*/
.pinkWrap {
	background-color: #fdf6f6;
	padding: 26px 0;
}
.pinkWrap .lead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.pinkWrap .lead .emTxt {
	font-size: 32px;
	font-weight: bold;
}


