@charset "UTF-8";

html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	color: #000;
}
body {
	font-size: 100%;
}
@media (min-width: 641px) {
body {
	/* width: 95%;
	max-width: 1280px;
	margin: 0 auto; */
	min-width: 1280px;
}
}

/* デフォルトリンクカラー */
a, a:link {
	color:#00479d;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #941D55;
	overflow: hidden;
	outline: none;
}
a:active,
a:hover {
	color: #CC0000;
	overflow: hidden;
	outline: none;
}
a:focus {
	color: #CC0000;
}

/* FireFox リンク選択時の点線非表示 */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* PCの電話番号リンクを無効化 */
a[href^="tel:"] { cursor: default; }

/*** normalize reset ***/
h1,h2,h3,h4,h5,h6 { margin: 0; }
p { margin: 0; }
ul { padding: 0; margin: 0; list-style: none; }
dl,dt,dd { margin: 0; }

/*** 非表示設定 ***/
@media (max-width: 640px) {
.sp-hide {
	display:none !important;
}
}
@media (min-width: 641px) {
.pc-hide {
	display:none !important;
}
}


/*** コンテンツ設定 ***/
#container {
	position: relative;
}

@media (max-width: 640px) {
#content {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0;
	/*z-index: 999;*/
}
#preview-index #content {
	padding: 0 0 200px;
}
#thanks-index #content {
	padding: 0 0 280px;
}
}
@media (min-width: 641px) {
#content {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0;
	/*z-index: 999;*/
}
#preview-index #content {
	padding: 100px 0 320px;
}
#thanks-index #content {
	padding: 180px 0 360px;
}
}


/*** pageup ***/
@media (max-width: 640px) {
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/common/btn-pageup.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
}
}
@media (min-width: 641px) {
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/common/btn-pageup.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: fixed;
	right: 30px;
	bottom: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
	z-index: 99999;
}
.pageup a:hover {
	opacity: 0.7;
}
}
