﻿@charset "utf-8";

@font-face {
    font-family: 'icon-font';
    src: url('./iconFont/CONDENSEicon.eot?#iefix') format('eot'),
	url('./iconFont/CONDENSEicon.woff') format('woff'),
	url('./iconFont/CONDENSEicon.ttf')  format('truetype'),
	url('./iconFont/CONDENSEicon.otf')  format('opentype');
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body {
    color: #1a1a1a;
    font-size: 14px;
}

#wrap {
	min-height:100%;
	height: auto !important;
    height: 100%;
    position: relative;
}

#wrap.login {
	width: 300px;
	min-height: 300px;
	margin: 20px auto 1em;
	padding: 0 2em;
	border: 2px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align:left;
}

#contents {
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 1200px;
    background-color: #ffffff;
}

#contents:after {
	content:"";
	display:block;
	clear:both;
}

#main {
    width: 1200px;
    height: 100%;
    margin: 10px 0;
    padding: 0 0 2.5em;
    line-height: 1.6em;
    float: left;
}

.form {
	text-align: center;
}

.form table{
	margin:0 auto;
}

#main table {
	width:100%;
}

#chart {
	margin: 2em 0;
}

header {
	margin: 0 0 20px;
	padding: 10px 0 20px;
	border-bottom: 5px solid #377491;
	background-color: #2D9FC4;
	color: #ffffff;
}

header a {
	color:#ffffff;
}

.login header {
	text-align: center;
	margin: 0 -2em;
}

header > div {
	margin: 0 auto;
	max-width: 1200px;
}

.logout a, .logout i{
	color: #6280B8;
}

#error_area{
    display: none;
    text-align: center;
}

#success_msg{
    text-align: center;
    margin-top: 30px;
}

#login_form{

}

footer {
	margin: 30px auto 0;
	padding: 1em 0;
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
	color: #1a1a1a;
	text-align: center;
}

footer.login {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	color: #1a1a1a;
	position: static;
}

* html footer {
    bottom:expression(document.getElementById("wrap").offsetHeight % 2 == 0 ? 0 : -1);
}

.icon{
	font-family: icon-font;
	font-weight: normal;
	padding:5px;
}

td > .icon{
	font-size: 1.2em;
}

a {
	color: #019ad2;
}

a.logo {
	color: #124178;
	text-decoration: none;
}

a.icon{
	color: #1a1a1a;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0.5em 0 0;
	color: #fff;
	letter-spacing: normal;
}

h2,h3,h4,h5,h6 {
	margin:1em 0 0;
	padding:0 0 0 0.25em;
}

input, textarea, select{
	font-size: 1em !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* button */
button,  input[type="button"], input[type="submit"] {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	background-color:#eeeeee;
	color:#1a1a1a;
	padding:6px 14px;
	text-decoration:none;
	font-size: 1.5em;
	font-weight: bold;
}

button:hover, input[type="button"]:hover, input[type="submit"] {
	background-color:#e9e9e9;
}

button:active {
	position:relative;
	top:1px;
}

.greenbtn {
	background-color:#b8e356;
	border:1px solid #83c41a;
	color: #ffffff;
	text-shadow:0px 1px 0px #86ae47;
}

.greenbtn:hover {
	background-color:#a5cc52;
}

.redbtn {
	background-color:#ff6339;
	border:1px solid #a63113;
	color: #ffffff;
}
.redbtn:hover {
	background-color:#e4685d;
}

.greybtn {
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	color:#666666;
	text-shadow:0px 1px 0px #ffffff;
}
.greybtn:hover {
	background-color:#e9e9e9;
}

.bluebtn {
	background-color:#019ad2;
	border:1px solid #10587b;
	color: #ffffff;
}
.bluebtn:hover {
	background-color:#3290be;
}
.bluebtn:active {
	position:relative;
	top:1px;
}

a.btn {
	background-color:#EEEEEE;
	border:1px solid #999999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#1a1a1a;
	font-size:15px;
	padding:2px 20px;
	text-decoration:none;
}

a.btn_b {
	background-color:#019ad2;
	border:1px solid #10587b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:2px 20px;
	text-decoration:none;
}

.submit {
	text-align: center;
}

/* status */
.close, input.close {
	color: #ff6339;
}

.open, input.open {
	color:#2ecc73;
}

table {
	margin:1em 0;
}

.status {
	margin: 0;
	padding: 0;
}

.error{
color: #ff0000;
}

table.edit-form tr td:first-child{
	font-weight: bold;
}

/**
Pure YUI Customize
**/

#contnets .pure-g [class*="pure-u"], .pure-g-r [class*="pure-u"], .pure-button{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

.pure-u-1-3-logout{
	padding-top: 1.5em;
	text-align:right;
	vertical-align:bottom;
}

.pure-u-1-2-right {
	margin:1em 0 0;
	text-align:right;
	vertical-align:bottom;
}

.pure-menu li {
	border-top: 1px solid #EEE;
}

.pure-menu li.pure-menu-heading, #menu .pure-menu li.pure-menu-heading a:hover {
	margin:0;
	background-color: #1A5CAB;
}

.pure-menu li.pure-menu-heading {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	border: none;
}

.pure-table thead{
	text-align: center;
}

.pure-table tbody{
	text-align: center;
}

.pure-table-contents tbody{
	text-align: center;
}

.pure-table-charge tr:first-child {
	border-top: 1px solid #CBCBCB;
}

.pure-table-charge td {
	border-left: 1px dashed #CBCBCB;
}

.pure-table-charge td:first-child {
	width: 200px;
}

.pure-table-charge tr:last-child {
	border-top: 2px solid #CBCBCB;
	background-color: #F2F2F2;
	font-weight: bold;
}

.pure-table-charge tr:last-child td:first-child{
	text-align: right;
}

.pure-g-menu {
	display:block;
	text-align: center;
}

#main fieldset {
	margin: 0;
	padding: 1em 1em 1.5em;
	border: 1px solid #CBCBCB;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pure-control-group {
	margin-bottom: 1em;
}

.pure-control-group label {
	font-weight: bold;
}

.pure-form-stacked label {
	margin: 1em 0 0.25em;
}

.HintBtn {
	/* prefix */
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #019ad2;
        border: solid 1px #933;
        font-weight: bold;
	color: #eee;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

#error_msg {
        color: #ff0000;
        font-weight: 700;
}

#login_button {
    text-align: center;
    font-size: 1.3em;
}

#login_button input{
    width: 80%;
    height: 55px;
    font-size: 1.3em !important;
}

#reset {
	text-align: center;
}

#reset input{
    width: 80%;
}