@charset "UTF-8";


/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */


} /* end 640px*/

/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/

/*---------------------------------
コンテンツ
----------------------------------*/
/*---　ページタイトル ---*/
.page-ttl{
	background-image: url("../images/news/bg_page_ttl.png");
	background-repeat: no-repeat;
	background-position: right top;
}

} /* end 960px*/

