
.row.col2 {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.row.col2 > * {
    flex-basis: 49%;
    max-width: 49%;
}
.coi dl {
    border: 1px solid #000;
    margin-top: 10px;
}
.coi dl dt {
    background: #dbeff1;
    text-align: center;
    padding: 5px;
}
.coi dl dd {
    border: 0px;
    text-align: center;
    padding: 10px;
}
.coi dl dd a {
    display: block;
}
.coi dl dd a img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tbl-style02 thead th,
.tbl-style02 tbody th,
.tbl-style02 tbody td {
	border: 1px #CCCCCC;
	border-style: solid;
	vertical-align: middle;
}
.tbl-style02 thead th {
	background-color: #dddddd;
	padding: .5em;
}
.tbl-style02 tbody th {
	background-color: #eeeeee;
	padding: .5em;
	text-align: center;
}
.tbl-style02 tbody td {
	padding: .5em;
}


.tbl-style02.grayout ul {
    text-align: center;
}
.tbl-style02.grayout ul li a,
.tbl-style02.medical ul li a{
    display: block;
    background: #780000;
    padding: 3px 0;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF;
    font-size:13px;
	
	/*pointer-events: none;*/
}
.tbl-style02.grayout ul li a:hover,
.tbl-style02.medical ul li a:hover{
    background: rgba(143, 24, 24, 0.7);
	cursor:pointer;
}
.tbl-style02.grayout td .koubo {
    display: block;
    width: 100px;
    background: #666;
    margin-top: 5px;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}
.tbl-style02.grayout td .modaal-ajax{
    color: #FFFFFF;
}
.tbl-style02.grayout td {
    /*background: #A8A7A7;*/
	color: #666;
}
.tbl-style02.grayout td .koubo {
	color: #aaa;
}
.tbl-style02.grayout ul li a {
    color: #aaa;
}

.bg03 {
	background-color: #C2DEF5;
}


@media screen and (min-width: 641px){
	
.ul_btn_css2 {
	margin: 30px auto 50px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css2 li a {
			display: inline-block;
			width:180px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
	
.txt_period {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	display: table;

}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #000;
	}
	.txt_period del {
		color: #e50012;
	}
	.txt_period .end i {
		color: #000;
	}
	
	
	
.tbl_abs {
	width: 340px;
	float: left;
	margin: 5px;
}
	.tbl_abs th,
	.tbl_abs td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
		vertical-align: middle;
	}
	.tbl_abs th {
		width: 40px;
		white-space: nowrap;
		text-align: center;
		background: #659DD2;
		color: #fff;
		font-weight:600;
	}
	.tbl_abs td {
		text-align: left;
	}
	.tbl_abs .td01 {
		background: #ddd;
		font-weight: bold;
	}
	
	
	
	
}





@media screen and (max-width: 640px){

.ul_btn_css2 {
	margin: 30px auto 40px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		list-style: none;
		margin:0 auto 10px;
	}
		.ul_btn_css2 li a {
			display: block;
			width:180px;
			padding: 15px 20px;
			margin:0 auto;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
	
	
.txt_period {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	color: #e50012;
}
	.txt_period span {
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
	}
	.txt_period del {
		color: #e50012;
	}
	.txt_period .end i {
		color: #e50012;
	}
	

.tbl_abs {
	width: 100%;
	float: none;
	margin: 0px;
}
	.tbl_abs th,
	.tbl_abs td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_abs th {
		width: 40px;
		white-space: nowrap;
		text-align: center;
		background: #659DD2;
		color: #fff;
		font-weight:600;
	}
	.tbl_abs td {
		text-align: left;
	}
	.tbl_abs .td01 {
		background: #ddd;
		font-weight: bold;
	}
	
	
	
	
}










