@charset "utf-8";

/* #datetime----- */
#datetime {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../../assets/img/bg_clock.jpg) no-repeat;
	width: 600px;
    height: 180px;
	border-radius: 5px;
	box-shadow: 0 0 7px 5px #99aaaa;
		-moz-box-shadow: 0 0 7px 5px #99aaaa;
		-webkit-box-shadow: 0 0 7px 5px #99aaaa;
	border: solid 6px #ebebf5;
}

/* #clock----- */
#clock, #clock-gohst {
	font-family: "7barSP",sans-serif;
	font-size: 170px;
	color: #333;
	line-height: 1.0;	/* Firefox用 */
}
#clock {
	float: left;
	padding: 15px 0 0 20px;
}
#clock-gohst {
	position: absolute; top:15px; left:145px;
	color: #4d4d4d;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

/* #calender----- */
#date {
	font-family: 'arial','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	float: left;
	width: 105px;
	margin: 19px 0 0 20px;
}
#timeArea .comp {
	margin-left: 30px;
}
#calender .outline {
	width: 100px;
	background: #fff;
	border: solid 2px #777;
	border-radius: 5px;
}
#calender ul li{
	text-align: center;
	font-weight: bold;
}
#year, #month {
	color:#fff;
	letter-spacing: 0.2em;
}
#day, #week {
	width: 96px;
	color: #333;
}
#year {
	width: 100px;
	height: 30px;
	padding-left: 5px;
	font-size: 20px;
}
#month {
	padding-top: 3px;
	height: 30px;
	font-size: 18px;
	background: #777;
}
#day {
	font-size: 45px;
}
.daySpace {
	line-height: 1.1em;
	margin-bottom: -10px;
}
#week {
	padding-top: 3px;
	font-size: 20px;
}
/* Btn[打刻] ------------ */
#dakoku {
	overflow: hidden;
	float: right;
	margin-top: 17px;
	width: 170px;
	height: 100px;
	letter-spacing: 3px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff 0%, #eee);
	background: -o-linear-gradient(top, #fff 0%, #eee);
	background: linear-gradient(to bottom, #fff 0%, #eee);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)";
	border: 1px solid #ccc;
}
#dakoku a {
	display: block;
	color: #0071bc;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#dakoku a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bad0ef));
	background: -moz-linear-gradient(top, #fff 0%, #bad0ef);
	background: -o-linear-gradient(top, #fff 0%, #bad0ef);
	background: linear-gradient(to bottom, #fff 0%, #bad0ef);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bad0ef', GradientType=0)";
}
/* indicator */
#apindicator {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
#base-loader {
	position: fixed;
	top: 40%;
	left: 48%
}
.loader, .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
 	border-top: 1.1em solid rgba(109,141,255,0.2);
	border-right: 1.1em solid rgba(109,141,255,0.2);
	border-bottom: 1.1em solid rgba(109,141,255,0.2);
	border-left: 1.1em solid #6d8dff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

