@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("../photos/background/sky_bk_x.jpg");
	background-repeat: no-repeat;
	background-position:center;
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	font-family:Arial, Helvetica, "sans-serif",Osaka, "Osaka−等幅", "小塚明朝 Pro R", "游教科書体 ミディアム";
	
}
/*文章コピペ禁止*/
body{
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
body,td,th {
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    color: red;
}

/*ドラッグ無効化*/
img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

p{
	text-align: center;
}
h3{
	text-align: center;
}
div{
	padding-left: 5px;
	padding-right: 5px;
	
}


/* スマホ用のCSSはメディアクエリの外に記述する */

@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
}
