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

#tech .message {
	background: url(../thumb/130411/03.gif) no-repeat;
	text-indent: -9999px;
	height: 108px;
	width: 660px;
}

#page_title{
	background:url(../thumb/130411/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;
}

#tech .message {
height: 1px;
width: auto;
padding-bottom:19.84%;
background-size:100% auto;
margin-bottom:30px;
}


}