@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【article】*/
/*-----------------------------------------------------------------------*/
article {
	margin-top:0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc { 
	display: block !important; 
}
.img_sp { 
	display: none !important; 
}

div.width section {
	margin-bottom: 70px;
}


@media print,screen and (max-width:769px) {
	
	#manjumaki section {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	section.width {
    	width: auto;
	}
	
	.mt90 , .mt100 { margin-top: 50px !important; }
	.mb100 { margin-bottom: 70px !important; }
	
	.pt100 { padding-top: 50px !important; }
	.pb120 { padding-bottom: 70px !important; }
	
	.img_pc { display: none !important; }
    .img_sp {
		display: block !important; 
		width: 50%;
		height: auto;
	}
}
