@charset "utf-8";
@import url("../../../assets/css/table.css");
@import url("../../../assets/css/title.css");
@import url("../../../assets/css/jump_contents.css");
@import url("../../css/third.css");
/* CSS Document */
.top_image {
    background: url(../images/title.jpg) center/cover no-repeat #000;
}

.top_main {
    font-size: 1.5em;
}

.secondary_content {
    width: 80%;
    max-width: 1400px;
    margin: 4em auto 0;
}
.secondary_tb th,.secondary_tb td{
	text-align: center;
}
.secondary_tb .permitted_tb{
	 height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #1e841e;
}
.secondary_tb .permitted_tb th,.secondary_tb .permitted_tb td{
	border-bottom: none;
}
.secondary_tb .permitted_tb td{
	width: 37%;
	 display: inline-block;
	vertical-align: middle;
	word-break: break-all;
}

.secondary_tb .permitted_tb .right_tb{
	width: 60%;
	border-left: solid 1px #1e841e;	
	border-right:none;	
}

.title_space{
	height: 80px;
}
.green_tb th{
	background: #A3D19D;
}
.green_tb td{
	background: #D3E6D0;
}

.block_tb th, .block_tb td {
display: table-cell;
padding-left: 1.2em;
vertical-align: middle;
}

.block_tb th {
    width: 70%;
    border-right: 1px solid #1E841E;
}

@media print, screen and (min-width: 768px){
.secondary_content {
    margin: 5em auto 0;
}
.secondary_tb th,.secondary_tb td{
	text-align: left;
}
.secondary_tb .clear_box{
	    height: 0;
}
.secondary_tb th,.secondary_tb td{
		padding-left: 1.2em;
		vertical-align: middle;
}
.secondary_tb .permitted_tb td{
	width: 30%;
	 display:table-cell;
}
	.block_tb td {
    text-align: right;
}
	.green_tb th,.green_tb td {
    text-align: center;	
	}
}

@media print, screen and (min-width: 1024px){
.secondary_content {
    margin: 6em auto 0;
}
}
@media print{
	.secondary_tb .permitted_tb{
    border-top: 1px solid #1e841e;
}
}

_::-webkit-full-page-media, _:future, :root .first_tb {
	border-top: solid 1px #1e841e
}
