@CHARSET "UTF-8";

#TopicsDetail {
	width: 1024px;
	margin: 30px auto;
	overflow: hidden;
}

.topics_inner {
	border: 3px solid #ddd;
	padding: 20px 0;
}

.topics_inner > div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.topics_date {
	text-align: left;
}

.topics_title {
	font-size: 18px;
	line-height: 24px;
	border: 2px solid #FCD008;
	background-color: rgb(250, 241, 216);
	text-align: center;
	padding: 3px;
}
.topics_detail {
	background-color: rgb(243, 243, 243);
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
}

.topics_image_layout {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	margin: 1em auto;
}
.topics_img_box {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	text-align: center;
}

.topics_footer {
	font-weight: bold;
	font-size: 18px;
	font-height: 24px;
	background-color: rgb(250, 241, 216);
	text-align: center;
	color: rgb(252, 208, 8);
	padding: 1em;
}
.topics_footer a {
	color: #775533;
}

#TopicsDetail .form_table {
	width: 80%;
	margin: 0 auto 2em;
	text-align: left;
}
#TopicsDetail .agree {
	width: 80%;
	margin: 0 auto;
}

.topics_form {
	width: 80%;
	margin: 1em auto;
	background-color: rgb(230, 230, 230);
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
}

.topics_form_table {
	width: auto;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
}
.topics_form_table th {
	background-color: rgb(250, 241, 216);
	text-align: left;
	padding: 5px;
}
.topics_form_table td {
	text-align: left;
	padding: 5px;
}

.topics_form_required {
	font-size: 10px;
	color: #f00;
}

.ime_on {
	ime-mode: active;
}
.ime_off {
	ime-mode: disabled;
}

input[type='checkbox'] {
	vertical-align: middle;
}

@media screen and ( max-width:479px ) {
	#TopicsDetail {
		width: 96%;
		width: 96vw;
		margin: 0 auto;
	}
	.topics_img_box {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	.topics_form {
		width: 100%;
	}
	
	#TopicsDetail .form_table {
		width: 100%;
	}
	#TopicsDetail .agree {
		width: 100%;
	}
}
