@charset "UTF-8";

body {
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.clearfix { zoom:1; }
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#head{
	width:100%;
	height:104px;
	background: url(images/header_bg.png) left top repeat-x;
	border-bottom: 4px solid #CCCCCC;
}
h1{
	width:977px;
	margin:0px auto;
}
.imgTxt{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#content{
	margin: 20px auto 0px auto;
	width:937px;
	min-height:470px;
}
#content #content_in {
	margin: 0px 20px;
}

#content h2 {
	background-color: #7BBCDA;
	line-height: 1.0;
	font-size: 160%;
	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 dl.login {
	margin: 20px 20px 0px 150px;
	padding: 0px;
	font-size: 110%;
}
#content dl.login dt {
	clear: left;
	float: left;
	width: 100px;
	padding: 5px 20px;
	margin: 0px;
}
#content dl.login dd {
	padding: 5px 5px 5px 140px;
	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 {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#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: 300px;
	font-size: 110%;
}

#content .submit_button .submit {
	padding: 12px 50px 10px 50px;
	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: 19px;
	width: 10px;
}
#content .submit_button:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


#content form input[type="radio"] {
	display: inline-block;
}
#content form input[type="radio"] + label {
	position: relative;
	display: inline-block;
	line-height: 26px;
}
@media (min-width: 1px) {
	#content form input[type="radio"] {
		display: none;
		margin: 0px;
	}
	#content form input[type="radio"] + label {
		padding: 0px 0px 0px 24px;
	}
	#content form input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 25px;
		height: 25px;
		margin-top: -9px;
		background: #FFFFFF;
		border: 4px solid #CCCCCC;
		border-radius: 30px;
	}
	#content form input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 15px;
		height: 15px;
		margin-top: -4px;
		background: #666666;
		border-radius: 8px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
}
#content form .checked td {
	background-color: #B6DAEB;
}

/* --------------------------- LINK BUTTON */

#content #link_area {
	position: relative;
	overflow-x: hidden;
	padding: 50px 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;
	float: left;
	position: relative;
	left: -50%;
	margin: 0px 10px;
	padding: 0px;
}
#content_in #link_area a {
	padding: 12px 50px 10px 50px;
	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: 14px;
	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: 14px;
	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;
	float: left;
	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 .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: 400px;
}
#content .table_1 th:nth-child(4) {
	width: 150px;
}
#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: 500px;
}
#content .table_2 th:nth-child(3) {
	width: 150px;
}

#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;
}

