@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
}
.clearfix { zoom:1; }
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#head h1 {
	margin: 0px;
	padding: 0px;
}
#head h1 img {
	width: 100%;
	height: auto;
	border-bottom: 4px solid #CCCCCC;
}
#head p {
	display: none;
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 5px;
}
#content h2 {
	background-color: #7BBCDA;
	line-height: 1.0;
	font-weight: normal;
	color: #FFFFFF;
	padding: 8px 10px;
	margin: 0px;
	border-bottom: 4px solid #003B81;
}
#content h3 {
	border-left: 4px solid #CCCCCC;
	padding: 5px 5px 5px 15px;
	line-height: 1.0;
	margin: 35px 0px 10px 0px;
}
#content h4 {
	margin: 20px 0px 5px 0px;
}
#content_in {
	padding: 5px;
}
#content ul {
	margin: 5px 0px 5px 1em;
	padding: 5px 0px;
}
#content ul li {
	margin: 0px;
	padding: 5px 0px;
}
#content .login {
	padding: 5px 10px;
}
#content .login dt {
	clear: left;
	width: 7em;
	float: left;
	margin: 0px;
	padding: 5px 0px;
}
#content .login dd {
	padding: 5px 0px 5px 7em;
	margin: 0px;
}
#content .color_1 {
	color: #D90000;
}

#content #error1, #content #error2 {
	display: none;
}
#content #error1.error, #content #error2.error {
	display: block;
}


/* ----------------- FORM */
#content form input[type="text"],
#content form input[type="password"] {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 5px;
}
#content form .login input[type="text"],
#content form .login input[type="password"] {
	width: 100%;
	font-size: 110%;
}
#content .submit_button .submit {
	padding: 12px 40px 10px 40px;
	font-size: 20px;
	margin: 5px 0px;
	line-height: 1.0;
	border-radius: 21.5px;
	-webkit-border-radius: 21.5px;
	-moz-border-radius: 21.5px;
	-ms-border-radius: 21.5px;
	-o-border-radius: 21.5px;
	border: 0px;
	background-image: url('./background.svg');
	background-image: -moz-linear-gradient(top, #fff070, #ffb919);
	background-image: -ms-linear-gradient(top, #fff070, #ffb919);
	background-image: -o-linear-gradient(top, #fff070, #ffb919);
	background-image: -webkit-linear-gradient(top, #fff070, #ffb919);
	background-image: linear-gradient(top, #fff070, #ffb919);
}
#content .submit_button {
	position: relative;
}
#content .submit_button:after {
	display: block;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	border-radius: 2px;
	content: "";
	margin: 0px 0px 0px 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 20px;
	width: 10px;
}
#content .submit_button:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* ----------------- LINK */
#content #link_area {
	position: relative;
	overflow-x: hidden;
	padding: 30px 0px 0px 0px;
}
#content #link_area ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0px;
	padding: 0px;
}
#content #link_area ul li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
}
#content_in #link_area a {
	padding: 12px 40px 10px 40px;
	font-size: 20px;
	margin: 5px 0px;
	border-radius: 21.5px;
	-webkit-border-radius: 21.5px;
	line-height: 1.0;
	background-image: url('./background.svg');
	background-image: -moz-linear-gradient(top, #fff070, #ffb919);
	background-image: -ms-linear-gradient(top, #fff070, #ffb919);
	background-image: -o-linear-gradient(top, #fff070, #ffb919);
	background-image: -webkit-linear-gradient(top, #fff070, #ffb919);
	background-image: linear-gradient(top, #fff070, #ffb919);
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	border: 0px;
}
#content_in #link_area a:after {
	display: block;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	border-radius: 2px;
	content: "";
	margin: 0px 0px 0px 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 15px;
	width: 10px;
}
#content_in #link_area a.arrow_l:after {
	display: block;
	border-right: 0px;
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	border-radius: 2px;
	content: "";
	margin: 0px 0px 0px 10px;
	height: 10px;
	left: 20px;
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 15px;
	width: 10px;
}
#content_in #link_area a:hover,
#content .link_area2 a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#content .link_area2 ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#content .link_area2 ul li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: center;
}
#content .link_area2 ul li a {
	padding: 8px 0px 7px 0px;
	width: 210px;
	font-size: 16px;
	margin: 5px 0px;
	border-radius: 21.5px;
	-webkit-border-radius: 21.5px;
	line-height: 1.0;
	background-image: url('./background.svg');
	background-image: -moz-linear-gradient(top, #fff070, #ffb919);
	background-image: -ms-linear-gradient(top, #fff070, #ffb919);
	background-image: -o-linear-gradient(top, #fff070, #ffb919);
	background-image: -webkit-linear-gradient(top, #fff070, #ffb919);
	background-image: linear-gradient(top, #fff070, #ffb919);
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	border: 0px;
}
#content .link_area2 ul li a:after {
	display: block;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	border-radius: 2px;
	content: "";
	margin: 0px 0px 0px 10px;
	height: 8px;
	width: 8px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 9px;
}
/* --------------------------- TABLE */
#content form .checked td {
	background-color: #B6DAEB;
}
table td, table th {
	font-size: 70%;
}

#content .table_1 {
	border-collapse: separate;
	border: 1px solid #999999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
}
#content .table_1 th {
	padding: 10px 5px;
	background-color: #DDDDDD;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	white-space: nowrap;
}
#content .table_1 th:first-child {
	border-left: 0px;
	border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
}
#content .table_1 th:last-child {
	border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
}
#content .table_1 th:nth-child(3) {
	width: 50%;
}
#content .table_1 th:nth-child(4) {
	width: 25%;
}
#content .table_1 td {
	padding: 10px 5px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
}
#content .table_1 tr:nth-child(2) td {
	border-left: 1px solid #999999;
	border-top: 0px;
}
#content .table_1 td:first-child {
	border-left: 0px!important;
	padding-top: 0px;
}
#content .table_1 td:nth-child(3) {
	text-align: left;
}


#content .table_2 {
	border-collapse: separate;
	border: 1px solid #999999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
}
#content .table_2 th {
	padding: 10px 5px;
	background-color: #DDDDDD;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	white-space: nowrap;
}
#content .table_2 th:first-child {
	border-left: 0px;
	border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
}
#content .table_2 th:last-child {
	border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
}
#content .table_2 th:nth-child(2) {
	width: 50%;
}
#content .table_2 th:nth-child(3) {
	width: 25%;
}

#content .table_2 td {
	padding: 10px 5px;
	border-left: 1px solid #999999;
	text-align: center;
}
#content .table_2 td:first-child {
	border-left: 0px;
}
#content .table_2 td:nth-child(2) {
	text-align: left;
}

