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

#page_title{
	background:url(../thumb/140122/01.jpg) no-repeat;
}


/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {

#page_title{
	background-size:100% auto;
}


}