/*
Theme Name: 短縮.com
Theme URL: https://tansyuku.com/
Description:短縮.com用テーマです
Author: H.H
Version: 2.0
*/

/* CSS Document */
/* Appearance */

* {
	margin: 0px;
	padding: 0px;
    font-family:sans-serif;
}

.webcomacms-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;
}