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

.contents.common.topics .wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: flex;
	text-align: center;
}

.contents.common.topics .inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #FFF;
	border-radius: 30px;
	float: none;
}

.contents.common.topics .box {
	width: 88%;
	margin: 0;
	padding: 0 6%;
	float: left;
}

.contents.common.topics .box a {
	width: 100%;
	display:block;
	color: #4C4948;
	border-bottom: #FFF 1px solid;
	transition: ease 0.5s all;
	box-sizing: border-box;
}

.contents.common.topics .box a:hover {
	border-bottom: #ED6C00 1px solid;
}

.contents.common.topics table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.contents.common.topics table td:nth-of-type(1) {
	width: 150px;
	margin: 0;
	padding: 5px 0;
	vertical-align: top;
}

.contents.common.topics table td:nth-of-type(1) p {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	border: #ED6C00 1px solid;
	box-sizing: border-box;
	border-radius: 0.7em;
	color: #ED6C00;
}

.contents.common.topics table td:nth-of-type(2) {
	padding: 5px 30px 5px 10px;
	background-image: url("../image/common/arr_topi_org.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	text-align: left;
}


.contents.common.topics .box {
	width: 88%;
	margin: 0;
	padding: 0 6%;
	float: left;
}

.contents.common.topics .box a {
	width: 100%;
	display:block;
	color: #4C4948;
	border-bottom: #FFF 1px solid;
	transition: ease 0.5s all;
	box-sizing: border-box;
}

.contents.common.topics .box a:hover {
	border-bottom: #ED6C00 1px solid;
}

.contents.common.topics table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.contents.common.topics table td:nth-of-type(1) {
	width: 150px;
	margin: 0;
	padding: 5px 0;
	vertical-align: top;
}

.contents.common.topics table td:nth-of-type(1) p {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	border: #ED6C00 1px solid;
	box-sizing: border-box;
	border-radius: 0.7em;
	color: #ED6C00;
}

.contents.common.topics table td:nth-of-type(2) {
	padding: 5px 30px 5px 10px;
	background-image: url("../image/common/arr_topi_org.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	text-align: left;
}


.topics ul {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
}

.topics ul li {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
}

.topics ul li .dat_time,
.topics ul li .cat,
.topics ul li .title {
	float: left;
	padding: 5px 0;
}

.topics ul li .cat {
	width: 15%;
	text-align: center;
	border: #4c4948 1px solid;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 5px;
}

.topics ul li .dat_time {
	width: 15%;
	text-align: center;
}

.topics ul li .title {
	width: 64%;
	margin-left: 2%;
	padding-right: 4%;
	text-align: justify;
}


.topics ul li a {
	width: 96%;
	height: 100%;
	display: inline-block;
	padding: 5px 2%;
	background-color: rgba(242,242,242,1.00);
	color: #4c4948;
	transition: ease 0.5s all;
	background-image: url("../image/common/arr_topi_org.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
}

.topics ul li a:hover {
	background-color: #4c4948;
	color: #FFF;
}

.topics ul.cat {
	width: 80%;
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 0;
}

.topics ul.cat li {
	width: auto;
	margin: 10px 20px 0 0;
	float: left;
}

.topics ul.cat li a {
	padding: 5px 10px;
	margin: 0;
	border: #2E3180 1px solid;
	color: #2E3180;
	display: block;
	border-radius: 5px;
	transition: ease 0.5s all;
	background-color: #FFF;
	letter-spacing: 0;
	background-image: initial;
}

.topics ul.cat li a:hover {
	color: #FFF;
	background-color: #2E3180;
}


/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:880px          */
/* *********************************************************************** */

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

.contents.common.topics .box { width: 80%;padding: 20px 10% 30px; }
.contents.common.topics .box table td:nth-of-type(1) { width: 100%;float: left; }
.contents.common.topics .box table td:nth-of-type(1) p { width: 150px; }
.contents.common.topics .box table td:nth-of-type(2) { float: left; }

.topics ul { width: 90%;margin: 50px 5%; }
.topics ul li .dat_time { width: 150px;text-align: right;float: right; }
.topics ul li .cat { width: auto;padding: 5px 10px; }
.topics ul li .title { width: 100%;margin: 0; }

.topics ul li a {background-image: initial;}

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:580px          */
/* *********************************************************************** */

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

.contents.common.topics { margin: 50px 0 0;padding: 0 0 0; }

.topics ul { margin: 0 5%; }

.topics ul li a {
	width: 84%;
	padding: 5px 12% 5px 4%;
}

.topics ul li .title { line-height: 1.3em; }

}

