#body {
	padding-left: 20px;
	padding-right: 20px;
}

/* img {
	width: 100%;
} */

#body .catetitle {
	padding: 4px 4px 4px 16px;
	border-left: solid 8px #00a9d7;
	border-bottom: solid 2px #00a9d7;
	font-size: 1.6em;
	color: #2554A4;
	border-color: #0083CE;
	font-weight: bold;
}

#body .catetitle2 {
	padding: 4px 4px 4px 16px;
	border-left: solid 8px #00a9d7;
	border-bottom: solid 2px #00a9d7;
	font-size: 1.6em;
	color: #00a9d7;
	border-color: #00a9d7;
	font-weight: bold;
}

#body .catestr {
	font-size: 1.15em;
	margin: 10px 40px 10px;
	padding: 4px 4px 4px 16px;
}

#body table td {
	font-size: 1.15em;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}

#body .disc {
	color: #31B6EA;
}

#body .catedetail .image {
	width: 60%;
	margin: 0;
}

#body .catedetail .name {
	text-align: center;
	padding: 12px 0;
	border-radius: 20px;
	margin: auto;
}

#body .catedetail .comment {
	background: url("../images/geo2023/arrow.png");
	background-position: 20px 10px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	margin: 10px 0;
	padding: 12px 12px 10px 30px;
	border-radius: 20px;
	font-size: 0.85rem;
	line-height: 1.5rem;
}

#body .center {
	text-align: center;
}

#body .catedetail .half {
	background-position: 0px 10px;
	padding: 12px 12px 0px 0px;
	margin-left: 24px;
}

#body .catedetail .w20 {
	width: 20%;
}

#body .catedetail .w30 {
	width: 30%;
}

#body .catedetail .w40 {
	width: 40%;
}

#body .catedetail .w50 {
	width: 50%;
}

#body .catedetail .w60 {
	width: 59%;
}

#body .catedetail .w70 {
	width: 69%;
}

#body .catedetail .w80 {
	width: 79%;
}

#body .catedetail .w100 {
	width: 100%;
}

#body .catedetail .t10 {
	margin-top: 10px;
}

#body .catedetail .t30 {
	margin-top: 30px;
}

#body .catedetail .t80 {
	margin-top: 80px;
}

#body .catedetail .t180 {
	margin-top: 180px;
}

#body .catedetail .yellow {
	background-color: #fffcd8;
}

#body .catedetail .green {
	background-color: #ebf2ea;
}

#body .catedetail .red {
	background-color: #fdf0ef;
}

#body .catedetail .greenyellow {
	background-color: #e9f0bd;
}

#body .catedetail .blue {
	background-color: #dff2f8;
}

#body .catedetail .purple {
	background-color: #d7d9ee;
}

#body .catedetail .left {
	float: left;
}

#body .catedetail .right {
	float: right;
}

#body .catedetail .bold {
	font-weight: bold;
	font-size: 1rem;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
}

.explanation {
	width: 45%;
}

.gio-art img {
	padding-left: 30px;
	width: 90%;
}

.caterank {
	width: 100%;
	margin: 24px 0;
}

.caterank .w40 {
	width: 40%;
	margin: 24px 0;
}

.catelist,
.catetheme,
.applicationperiod,
.Announcewinners {
	font-size: 1.15rem;
	list-style-type: none;
	margin-bottom: 3rem;
}

.catelist li,
.catetheme li,
.applicationperiod li,
.Announcewinners li {
	margin-bottom: 0.5rem;
}

.applicationguidelines {
	font-size: 1.15rem;
	list-style: none;
	margin-left: -2rem;
	margin-bottom: 3rem;
}

.applicationguidelines li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.applicationguidelines li::before {
	content: "●";
	color: #31B6EA;
	position: absolute;
	left: 0;
	top: 0;
}