@charset "utf-8";

#pcMainArea #tit {
	width:152px;
	height:40px;
	top:112px;
	left:20px;
}
#pcMainArea #midashi {
	width:820px;
	height:40px;
	top:184px;
	left:20px;
	background:url(../images/midashi2.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #midashi h2 {
	display:none;
}
#pcMainArea #photoArea {
	width:820px;
	height:128px;
	top:264px;
	left:20px;
	background:url(../images/photo2.jpg) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #txtArea {
	width:820px;
	height:200px;
	top:416px;
	left:20px;
	background:url(../images/txt3.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #txtArea p {
	display:none;
}



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

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


#pcMainArea #tit {
	width:190px;
	height:50px;
	top:140px;
}
#pcMainArea #midashi {
	width:1024px;
	height:50px;
	top:230px;
}
#pcMainArea #photoArea {
	width:1024px;
	height:160px;
	top:330px;
}
#pcMainArea #txtArea {
	width:1024px;
	height:250px;
	top:520px;
}

}