@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/midashi.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #midashi h2 {
	display:none;
}
#pcMainArea #photoArea {
	width:269px;
	height:384px;
	top:172px;
	right:20px;
	background:url(../images/photo.jpg) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #txtArea {
	width:528px;
	height:248px;
	top:196px;
	left:20px;
	background:url(../images/txt.gif) 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 #midashi {
	width:1024px;
	height:50px;
	top:230px;
}
#pcMainArea #photoArea {
	width:336px;
	height:480px;
	top:215px;
}
#pcMainArea #txtArea {
	width:660px;
	height:310px;
	top:245px;
}

}