﻿@charset "UTF-8";

/* CSS Document */

/*
	Theme Name:  
	Description: 
	Theme URI: 
	Author: odc
	Author URI: 
	Version: 1.0
*/

/****************************************

          window

*****************************************/


body {
	background: none;
	margin: 0;
    padding: 0;
	background-color: #f8fbf8;
}


/*---------------------------------
 Layout
----------------------------------*/

#body {
	margin: 0;
    padding: 0;
	
}

#container {
	padding: 0 15px 20px 15px;
	margin: 0;
}

#contents {
	margin: 0 auto;
	padding: 0;
}


#main {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 670px;
	padding: 15px 0;
	margin: 0 auto;
	float: left;
}

#footer {
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ddd;
	background-img: none;
	z-index: 500;
}


/*---------------------------------
 　portal
----------------------------------*/

#portal {
	
}

#portal #container {
	/*position: relative;*/
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

.portal_box {
	width: 100%;
	height: 98%;
	min-width: 600px;
	min-height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin-left: 0;
	text-align: center;
	overflow: hidden;
	border-top: 5px solid #333;
}

.portal_logo_box {
	margin-bottom: 30px;
	background-color: #eee;
	height: 32%;
	position: relative;
}

.portal_logo_box img{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.portal_sbox {
	/*border: 3px solid #eee;*/
	padding: 20px 0 10px 0;
	margin: 10px auto;
	width: 450px;
	box-shadow: 0 0 3px 2px #eee;
	-moz-box-shadow: 0 0 3px 2px #eee;
	-o-box-shadow: 0 0 3px 2px #eee;
	-ms-box-shadow: 0 0 3px 2px #eee;
	-webkit-box-shadow: 0 0 3px 2px #eee;
	background-color: #fff;
}

.portal_sbox dl {
	display: table;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.portal_sbox dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	text-align: left;
}

.portal_sbox dl dd {
	width: 190px;
	text-align: left;
}

.portal_sbox dl dd input.portal_input {
	margin-bottom: 0;
}

.pass_sbox dl{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.portal_btn_box {
	clear: both;
	margin: 15px auto 10px;
}

.portal_btn_box a {
	display: block;
	width: 160px;
	font-size: 110%;
	margin: 20px auto 15px auto;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}

.portal_btn_box a:hover {
	background-color: #f1f1f1;
	color: #999;
}


.portal_btn2_box {
	clear: both;
	margin: 10px auto 0;
	width: 340px;
}

.portal_btn2_box a {
	display: block;
	width: 137px;
	font-size: 110%;
	margin: 10px 10px 15px 10px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	display: inline-block;
}

.portal_btn2_box a:hover {
	background-color: #f1f1f1;
	color: #999;
}


.foot_logo {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	bottom: 45px;
	left: 0;
	right: 0;
}

.portal_copy {
	font-size: 80%;
	color: #666;
	text-align: center;
	margin: 0 auto;
}


h3 {
	border-bottom: 3px solid #333;
	color: #333;
	width: 380px;
	text-align: left;
	font-size:110%;
	margin: 0 auto 15px auto;
}

.portal_pass {
	font-size: 85%;
	text-decoration: underline;
}

.portal_management a {
	font-size: 85%;
	text-decoration: underline;
    display: none;
    margin-left: 10px;
}

#SelectServer {
    width: 120px;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 1rem auto;
	font-size: 3px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 0, 0, 0.8);
	border-right: 1.1em solid rgba(255, 0, 0, 0.8);
	border-bottom: 1.1em solid rgba(255, 0, 0, 0.8);
	border-left: 1.1em solid #ffffff;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#waiting {
	font-size: 80%;
	color: #666;
	text-align: center;
	margin: 0 auto;
	display: none;
}