@charset "utf-8";
/* CSS Document */


.red {
	color: red;
	font-weight: bold;
}

.blue {
  color: blue;
  font-weight: bold;
}

.green {
	color: #26a24d;
}

.under_red {
	color: red;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.under {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fwb {
	font-weight: bold;
}

.bgc {
	background-color: #f6f7f9;
	padding: 10px;
	text-align: center;
}

.small {
	font-size: small !important;
}

.mr_20 {
	margin-right: 20px;
}

.center {
	text-align: center;
}

.right {
	text-align:right;
}

#article ul {
  text-indent: -1em;
  padding-left: 1em;
}

#article .linkbtn {
    background-color: #3D8DF9;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 17px;
}

#article .linkbtn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

a {
  word-break: break-all;
}

.btn {
	display: block!important;
	max-width: 200px;
	padding: 10px;
	background-color: #1a2f5e;
	color: #fff!important;
	text-decoration: none!important;
	transition: all .6s;
	text-align: center;
	box-sizing: border-box;
}

.btn:hover {
	opacity: .6;
}

.txtBox {
	padding: 10px;
	border: 2px solid #178cff;
}

.txtBox.black {
	border-color: #333;
}

.imgFlex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.imgFlex img {
	width: calc((100% - 10px) / 2);
	height: auto;
}

table th,
table td {
	padding: 10px;
	border: 1px solid #333;
}

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

	#mainIn p {
		font-size: 16px!important;
	}
	
	img {
		max-width: 100%!important;
	}

	.imgFlex img {
		width: 100%;
	}
}

/* .day_0711
----------------------------------------------------------*/
.day_0711 table tr td {
	width: 33%;
}

.day_0711 table tr td button {
	display: block;
	width: 100%;
	color: #333 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: all .6s;
}

.day_0711 table tr td button:hover {
	opacity: .6;
}

.day_0711 table tr td .img img {
	width: auto;
	height: 200px;
}

.day_0711 table tr td .name {
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
}

.day_0711 .btn {
	max-width: inherit;
	padding: 14px;
}

.iziModal .iziModal-content table {
	width: 90%;
	margin: 0 auto 24px auto;
}

.iziModal .iziModal-content table tr th {
	font-size: 15px;
	width: 17%;
	text-align: center;
}

.iziModal .iziModal-content table tr td {
	font-size: 15px;
}

.iziModal .iziModal-content table tr td img {
	display: block;
	width: auto;
	height: 240px;
	margin: 0 auto;
}

.iziModal .close {
	font-size: 25px;
	text-align: right;
	padding-right: 10px;
}

@media screen and (max-width: 640px) {
	.day_0711 table tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}
	
	.day_0711 table tr:last-child td:last-child {
		border-bottom: 1px solid;
	}

	.iziModal {
		z-index: 10000 !important;
	}
	
	.iziModal .iziModal-content table tr th {
		width: 25%;
	}
}
