﻿@charset "utf-8";
body {
	font: 80%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#000000; 
}
a:active {
	text-decoration: none;
	color:#000000;
}
#res_check ,#cc_check{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1065;
	opacity: 0;
}
#loading {
	display: table;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
}
#loading > .img {
	display: table-cell;
	vertical-align: middle;
}
#loading > .img > img {
	width: 46px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#page_top {
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#page_top img {
	width: 100%;
	height: auto;
}


/***********************************************/
@media only screen and (min-width:640px){
body {
/*
	padding-left: 10px;
	padding-right: 10px;
*/
}
#res_check {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 10px;
}	
#page_top {
	display: none;
}

}
