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

#tech h5{
	font-size:15px;
	padding-left:0;
	margin:0 0 10px 0;
}

#page_title{
	background:url(../thumb/140822/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 h5{
background-repeat:repeat-x;
	font-size:18px;
}


}