@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:344px;
	height:460px;
	top:196px;
	right:20px;
	background:url(../images/photo.gif) no-repeat Left Top;
	background-size:contain;
}
#pcMainArea #txtArea {
	width:480px;
	height:408px;
	top:196px;
	left:20px;
	background:url(../images/txt2.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:430px;
	height:575px;
	top:204px;
}
#pcMainArea #txtArea {
	width:600px;
	height:510px;
	top:245px;
}

}