
/*--topcontentsCSS---*/

/*------------------------------------------------------
　　　　　　ニュースレターコンテンツの基本設定
------------------------------------------------------*/

/*--ニュースレターページのボックス---*/
#event-01{
	width:950px;
	height:auto;
}

/*--ニュースレタータイトル画像---*/
#event-title{
	width:210px;
	height:32px;
	background:url(../picture/newssale.jpg) no-repeat;
	float:left;
}

#event-top{
	width:950px;
	height:32px;
	margin:20px 0px 20px 0px;	
}

#event-text{
	width:650px;
	height:32px;
	float:left;
	margin:0px 0px 0px 30px;
}

/*--画像1---*/
#pict2{
	width:950px;
	height:672px;
	background:url(../picture/pict2.jpg) no-repeat;
	margin:20px 0px 20px 0px;
}

/*--画像2---*/
#pict1{
	width:950px;
	height:672px;
	background:url(../picture/pict1.jpg) no-repeat;
	margin:20px 0px 20px 0px;
}


/*お知らせページ*/
.emergency{
    font-size: .8rem;
    padding: 4%;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.4;
}
.emergency>h2{
    margin-bottom: 2%;
}
.emergency>p{
    margin: 2% 0; 
}
.border{
    border-top: 2px #E91E63 solid;
    padding: 2% 0;

}