/*
Theme Name: NeoPenAds
Theme URL: https://neopen.co.jp
Description:広告用テーマです
Author: Hajime Honda@NeoPen.Inc
Version: 2.0
*/

/* CSS Document */
/* Appearance */

* {
	margin: 0px;
	padding: 0px;
}

.leales-universal-width{
	width: 750px !important;
	margin-left: auto!important;
	margin-right: auto!important;
}


img{
    /* PCの右クリック禁止 */
    pointer-events: none;
	
	/* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}