@charset "utf-8";



/* main
============================================================================================================ */

.phmainindex{
	background-color: #edebe8;
	text-align: center;
	width: 100%;
}

#main {
	width: 980px !important;
	margin-left: auto !important;
	margin-right: auto !important;

}
#main .main {


	
	
	/*height: 500px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;*/
}
#main .main01 {
	/*background-image: url(../images/main.png);*/
}
/*
#main .main02 {
	background-image: url(../images/main02.jpg);
}
#main .main03 {
	background-image: url(../images/main03.jpg);
}*/

@media screen and (max-width: 980px) {
	#main {
	width: 100% !important;
	margin-top: 25px;
	}
	#main .main {
	}
	#main .main img{width: 100%;height: auto;}
}




