@charset "utf-8";


/*===============================================*/

/*  for PC / single_page.css    */

/*===============================================*/


img{max-width: 100%;height: auto;width /***/:auto;}


/*.peta
------------------------------------*/
section.peta {
	margin: 50px auto 80px;
	padding:0px;
	width: 100%;
	height:auto;
	text-align:center;
	}



/*===============================================*/





/*===============================================*/

/*  for tablet     画面の横幅が600px-958pxまで */

/*===============================================*/


@media screen and (max-width: 959px){
	
/*.section peta
------------------------------------*/	

section.peta {width: 95%;}

}	
/*===============================================*/






/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 599px){


/*.section peta
------------------------------------*/	
	

}
/*===============================================*/

