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

#pagetitle {
	background:url(images/page_t_bg.jpg) no-repeat center top;
}
/*---------------------------------------------------------------------------------------*/





/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
#pagetitle {
	background-size:auto 100%;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{



}