@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_0919
----------------------------------------------------------*/
#article.day_0919 .img-txt {
	position: relative;
	padding-bottom: 55px;
}

#article.day_0919 .img-txt img {
	position: absolute;
	width: 240px;
	bottom: -10px;
	left: 90px;
}

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

	#article.day_0919 .img-txt p br {
		display: none;
	}
}