@charset "utf-8";


/*画面800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*背景画像*/
#container {
	margin: 10px;	/*ブロックの外側にとるスペース*/
	background-repeat: no-repeat;
	background-image: url(../images/cover_logo_small.jpg);
	background-position: top;
}


.ireco{
	padding:0 20px 0 20px;
}


#new{
	margin-top: 90px;
	background-color: rgba(0 0 0 / 15%); /* % 不透過 */

}
}