﻿@charset "utf-8";
	table {
		margin-left: 5%;
		margin-right: 5%;
		border-collapse: collapse;
	}

	th {
		width: 25%;
		padding: 6px;
		text-align: left;
		vertical-align: top;
		color: #333;
		background-color: #eee;
		border: 1px solid #b9b9b9;
	}

	td {
		padding: 6px;
		background-color: #fff;
		border: 1px solid #b9b9b9;
	}

	.card .btn_a {
		margin: 0 auto;
		display: block;
		padding: 20px 10px 20px 10px;
		width: 100%;
		background: #ff9900;
		height: 16px;
		-webkit-border-radius: 8px;
		-webkit-box-shadow: 0px 2px 1px #cc6600;
		text-align: center;
		color: #FFFFFF;
		font-size: 17px;
		font-weight: bold;
	}

	.top_area {
		height: auto;
		width: 100%;
		margin: 3% 0 3% 0;
	}

	.top_icon {
		margin: 0 5% 0 6%;
		/*text-align:center;*/
		width: 12%;
		height: auto;
		float: left;
	}

	.top_text {
		color: #006400;
		font-size: 16px;
		line-height: 20px;
		margin-top: 3%;
		width: 100%;
	}

	h1.area {
		background-color: #ffffff;
		border-top: solid 2px #9bc1ef;
		border-bottom: solid 2px #9bc1ef;
		font-size: 22px;
		line-height: 25px;
		color: #000000;
		padding: 7% 7%;
	}

	.orange {
		color: #EB5505;
	}

	.line1 {
		line-height: 230%;
	}

	.card {
		margin: 8% 0% 0 0%;
		padding: 0px 0px 0 0px;
		background-color: #fff;
		color: #4c4c4c;
		text-align: center;
		box-shadow: 0px 0px 0px 0px;
	}

	h2.card_title {
		background-color: #1284DB;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		padding: 3% 3%;
		margin-bottom: 20px;
	}

	h2.card_title_orange {
		background-color: #EB5505;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		padding: 6% 3%;
		margin-bottom: 20px;
	}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 5% 0 5%;
	padding: 0 0 0 10px;
	border-left: 10px solid #9bc1ef;
	text-align: left;
}

	.main_area {
		margin: 0 auto;
		margin-top: 20px;
		width: 95%;
	}

	.card .image {
		margin-top: 10px;
		margin: auto;
		width: 90%;
		text-align: center;
		border: solid #bfbfbf 1px;
	}

	.card .image_text {
		color: #4c4c4c;
		font-size: 12px;
		margin: 10px 0 0 0;
		text-align: inherit;
	}

	.card p {
		margin: 3% 5% 3% 5%;
		font-size: 14px;
		line-height: 1.4em;
		text-align: initial;
	}

	.noborder {
		border-bottom: 1px solid #b9b9b9 !important;
	}

	.border {
		border-bottom: 1px solid #b9b9b9 !important;
	}

	.title-area {
		color: white;
		font-weight: bold;
	}

	.title-frame {
		-webkit-box-flex: 1;
		text-align: center;
	}

	.top-back-area {
		border-bottom-color: #009A1D;
		border: 2px solid #009A1D;
		background: #009A1D;
		margin: 6px;
		margin-right: 1px;
		-webkit-border-radius: 4px;
		width: 65px;
		text-align: center;
	}

	.top-back-button {
		height: 24px;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}

	.function-back-area {
		border-bottom-color: #009A1D;
		border: 2px solid #009A1D;
		background: #009A1D;
		margin: 6px;
		-webkit-border-radius: 4px;
		width: 65px;
		text-align: center;
	}

	.function-back-button {
		height: 24px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}

	.back-area-left {
		margin: 6px;
	}

	.footer_textbox {
		border: 1px solid ;
		width: 90%;
		margin: 20px auto;
		text-align: center;
	}
	.footer_textbox p{
		padding: 2%;
		font-size: 0.8em;
		line-height: 1.5;
		color: #5e6266;
		background: #fff;
		word-break: break-all;
	}
	.subtext, p.subtext {
	font-size: 11px;
	color:#7f7f7f;
	}
	
	.authority, p.authority {
	font-size: 11px;
	color:#7f7f7f;
	text-align: right;
	word-wrap: break-word;
	}
	
	.regulation_table{
		margin: 0 15px 20px;	
	}
	.regulation_table td,th {
	  text-align:left;
	  font-size:13px;
	}
	.regulation_th {
	  background-color:#666;
	  color:#FFF;
	}
	.link {
	  list-style-type: none;
	  padding: 0;
	  margin: 0 auto 6%;
	  border: 1px solid #007bff;
	  display: table;
	  width: 90%;
	  text-align: center;
	}
	.link li {
	  display: table-cell;
	  box-sizing: border-box;
	  position: relative;
	  border-right: 1px solid #007bff;
	  text-align: center;
	}
	.link li:last-child {
	  border-right: none;
	}
	.link li:last-child {
	  border-right: none;
	}
	.link li a {
	  display: block;
	  font-size: 15px;
	  font-weight: bold;
	  padding: 6px 6px 6px 20px;
    color: #007cef;
    text-decoration: none;
	}
	
	.link li:before {
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 8px 5px 0 5px;
	  position: absolute;
	  content: "";
	  top: 12px;
	  left: 6px;
	  border-color: #007bff transparent transparent transparent;
	}