@charset "shift_jis";
/* PN-XERO Ver.10 */
/* index.css */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	min-width: 500px;
	min-height: 486px;
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Meiryo, sans-serif;
	font-size: 14px;
}

#wrapper {
	position: absolute;
	margin: -243px 0 0 -250px;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 486px;
}

/*
** Heading
*/

h1 {
	width: 100%;
	height: 130px;
	position: relative;
	font-weight: bold;
}

h1 div {
	text-align: center;
}

h1 div:nth-child(1) {
	font-size: 24px;
}

h1 div:nth-child(2) {
	font-size: 48px;
}

h1 div:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 14px;
	font-weight: normal;
}

/*
** Main
*/

#main {
	position: relative;
	width: 494px;
	height: 260px;
	background-color: #F6F7F7;
	border: 3px solid #00863B;
	border-radius: 48px;
}

h2 {
	position: absolute;
	top: -18px;
	left: 100px;
	width: 300px;
	height: 36px;
	border: none;
	border-radius: 16px;
	background-color: #00873c;
	color: #FFF;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

/*
** Form
*/

table {
	width: 300px;
	margin: 46px auto 40px auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	border: none;
}

th, td {
	height: 34px;
	border: none;
	text-align: left;
	font-weight: normal;
}

th {
	width: 88px;
}


input[type="text"], input[type="password"] {
	width: 100%;
	height: 1.5em;
}

form > div {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

.button {
	display: inline-block;
	width: 100px;
	height: 40px;
	margin: 0 5px;
	text-align: center;
	border: none;
	border-radius: 20px;
	background-color: #00873c;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.button:hover {
	background-color: #CEDD52;
	color: #060;
}

/*
** Message Box
*/

#msgbox {
	display: none;
}

/*
** Logout
*/

form[name="LogoutForm"] {
	width: 400px;
	margin: 110px auto 0 auto;
	text-align: center;
}

form[name="LogoutForm"] p {
	margin-bottom: 60px;
	font-size: 16px;
}

form[name="LogoutForm"] input {
	width: 140px;
}

/*
** Identify
*/

form[name="IdentifyForm"] p {
	width: 360px;
	margin: 46px auto 0 auto;
	font-size: 16px;
}

form[name="IdentifyForm"] table {
	margin: 20px auto;
}

/*
** XV
*/

.update_history {
	overflow: hidden;
	margin: 1em auto;
	height: 30px;
}
.update_history select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.update_history select::-ms-expand {
    display: none;
}
.update_history.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #00863B;
  border-radius: 50px;
	background: #ffffff;
}
.update_history.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #00863B;
	pointer-events: none;
}
.update_history.cp_sl04 select {
	padding: 8px 38px 8px 8px;
}