@charset "utf-8";

#pcMainArea #tit {
	width:152px;
	height:40px;
	top:112px;
	left:20px;
}
#pcMainArea #txtArea {
	width:704px;
	height:376px;
	top:164px;
	left:78px;
	background:url(../images/main.jpg) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #txtArea p {
	display:none;
}
#pcMainArea #txtArea h2 {
	display:none;
}



/* -------------------------------
        横幅1280以上の指定
------------------------------- */

@media screen and (min-width: 1280px) {


#pcMainArea #tit {
	width:190px;
	height:50px;
	top:140px;
}
#pcMainArea #txtArea {
	width:880px;
	height:470px;
	top:205px;
	left:92px;
}

}