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

/*==============================
	基本
==============================*/
/*Header*/
div[id$='-text'] { display:none;}


#foryou-pcc { margin:auto; color:#333; }

#foryou-pcc img {
	display:block;
	width:100%;
	max-width:750px;
	margin:auto;
}


/*==============================
	企画詳細
==============================*/

#foryou-pcc #Main-visual {
	background:url(https://aromicstyle.com/event/foryou/main.jpg) top center / cover no-repeat;
}


#foryou-pcc #Main-visual { padding:1em 1em 0; background:#ffffff; }

#foryou-pcc #Information { padding:1em 1em 0; background:#f0f8ff; }



#foryoug-pcc #Information { padding:1em 1em 0; background:#f0f8ff; }




/*==============================
	条件・注意事項
==============================*/
#foryou-pcc #Information { width:calc(100% - 2em); max-width:750px; margin:3em auto; }

#foryou-pcc #Information h3 {
	text-align:center;
	margin:1em auto .8em;
	font-size:1.4em;
	letter-spacing:.02em;
}

#foryou-pcc #Information p { line-height:1.6em; }


@media screen and (max-width:600px) {
#foryou-pcc #Information h3 { font-size:1.2em; letter-spacing:.06em; }
#foryou-pcc #Information p { font-size:.96em; }
}










