@charset "utf-8";

/* initialize */
#wrap , #contents , #push , #header , #footer {
	margin: 0;
	padding: 0;
}
HTML , BODY { height: 100%; }
BODY {
	background-color: #f0f0f0;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	position: relative;
	width: 100%;

	min-height: 100%;
	height: auto !important;
	height: 100%;

	background-color: transparent;
}
BODY > #wrap { height: auto; }
DIV , A , FORM , INPUT , TEXTAREA , BUTTON {
	outline: none;
}
A {
	color: #C06;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	opacity: 0.7;
}
A IMG , A::before IMG , A::after IMG {
	-webkit-transition: all .3s;
	        transition: all .3s;
}
#_header {
	width: 100%;
	height: 0;
	background-color: #ffffff;

	-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2) inset;

	z-index: 1000;
}
#push {
	height: 100px;
	clear: both;
}
#footer_wrap {
	width: 100%;
}
#footer {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100px;
	margin-top: -100px;
	text-align: center;

	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) inset;

	z-index: 1000;
}
#footer A IMG {
	margin-top: 30px;
}
#footer P {
	color: #311;
	font-size: 10px;
	font-weight: bold;
}
#contents {
	padding-bottom: 60px;
}

/* auth */
#auth {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
/*	background-color: rgba(255, 255, 255, 0.95);*/
	background: url('/images/bg_mask.png');
/*
	background: url('/images/tumblr_lox86cTLmz1qlunlko1_1280.jpg') no-repeat center center;
	background-size: cover;
*/
	z-index: 100000;
}
#auth_dialog {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	_background: url('/images/bg.gif');
	background-color: #ffffff;
	border: 2px solid #e9e9e9;

	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);

	opacity: 0;
}
#auth_dialog P {
	font-size: 0.9em;
	text-align: center;
	margin: 60px 0px 30px 0px;
}
#auth_dialog UL {
	text-align: center;
	padding-bottom: 60px;
}
#auth_dialog LI {
	display:inline; 
}
#auth_dialog A {
	padding: 4px 10px 6px 10px;
	margin: 8px;
	background-color: #F9C;
	text-align: center;
	color: #000;
	font-weight: bold;

	border-radius: 2px;

	text-decoration: none;
}
#auth_dialog A:hover {
	background-color: #0FF;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
}






@media only screen and (max-width: 480px) {
	BODY::-webkit-scrollbar {
		width: 0;
	}
	#footer {
		min-width: 100%;
	}
}
