* {
	/* Universal reset: */
	margin: 0;
	padding: 0;
	font-family: main-font, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", Helvetica, Arial, sans-serif;
}



header, footer, article, section, hgroup, main, menu, nav, figure {
	/* Giving a display value to the HTML5 rendered elements: */
	display: block;
}

header img {
	margin-left: 40px;
	width: 102px;
	height: 102px;
	float: left;
	vertical-align: middle;
}

body {
	color: #333;
	margin: 0 auto;
	height: 100%;
	background: #fefefe;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

a {
	user-select: none;
	color: #007bbb;
}


button {
	user-select: none;
}

hr {
	height: 1px;
	width: calc(100% - 10px);
	border: none;
	outline: none;
	background: linear-gradient(to right, #ddd 10%, #fff 100%);
	margin-bottom: 10px;
}

#progress {
	position: fixed;
	width: 100%;
	height: 0px;
	top: 0;
	background: #007bbb;
	z-index: 100000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#base {
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 80px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nocontent {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 200px;
}

.nocontent img {
	width: 70px;
	height: 70px;
	text-align: center;
}

.nocontent a {
	display: block;
	width: 300px;
	margin: 40 auto;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#main_base {}
}

@media screen and (max-width: 1023px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}

	.nocontent {
		margin-top: 100px;
	}
}

@media screen and (max-width: 320px) {}