@charset "utf-8";

/* ****************************************************

tes80th_towardsthestars_index.css
-----------------------------------
1: for PC
2: for Smartphone
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: PARTS for PC

================================ */
#contents img{
	/* PCの右クリック禁止 */
	pointer-events: none;
}


@media only screen and (max-width: 768px) {

/*=================================

	2: PARTS for Smartphone

================================ */

	#contents img{
		/* SPの長押し禁止 */
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-touch-callout:none;
		-moz-user-select:none;
		user-select:none;
	}
	.js-prohibit-contextmenu {
		-webkit-touch-callout: none; /* Safari */
		user-select:none;
	}

}


@media print {

/*=================================

	3: print for PC

================================ */

}
