@charset "utf-8";

.popBanner  {
    margin: 20px auto 10px;
    padding: 0;
    text-align: center;
}

.popBanner .popHeadding {
	color: #222222;
	font-size: 1.5em;
	font-weight:bold;
	width:100%;
	margin:8px 15px 15px 4px;
	/* border: 1px solid  #DADADA;
	margin: 0 0 10px 0;
	padding: 12px 10px 6px 46px;
	color: #222222;
	font-size: 15px;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #F9F9F9;
	background-image: url(../img/topic2.jpg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	background-size: 30px auto; */
}
.popBanner .popHeadding strong {
    color: #222222;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .15em;
    padding: 50px 0;
}
.popBanner .popHeadding em {
    font-weight: 400;
    letter-spacing: .05em;
    margin-left: -.15em;
    display: block;
    color: #777;
    font-size: 1.2rem;
    font-style: normal;
}


.popBanner ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.popBanner ul li {
	padding: 0;
	margin: 0 0 10px 0;
	vertical-align: bottom;
}
.popBanner li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border:solid 1px #CCCCCC;
}

#photo-area > div {
    line-height: 150%;
    margin-left: 6px;
}

#photo-area > div h3 {
    font-size: 18px;
}
#text-area {
    /* line-height: 150%; */
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
}
#text-area span {
	color: #222222;
	font-size: 1.5em;
	font-weight:bold;
	width:100%;
	margin:8px 15px 15px 4px;
}

.topic_container {
    width: 100%;
	margin: 40px auto 0;
    padding: 0;
    text-align: center;
}

#mainImg img,#subImg img{
	width: 100%;
	height: auto;
}
#mainImg{
	border: 1px solid #111;
	margin-bottom: 10px;
	height: 667px;
}
@media all and (max-width: 480px) {
#subImg{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 58%;
    right: 2.8%;
    top: 18.7%;
}
#subImg li{
	width: 31%;
	border: 1px solid #ccc;
}
#subImg li.current{
	border: 1px solid #14dfff;
}
}
@media all and (max-width: 375px) {
#subImg{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 57.5%;
    right: 3.4%;
    top: 20%;
}
#subImg li{
	width: 31%;
	border: 1px solid #ccc;
}
#subImg li.current{
	border: 1px solid #14dfff;
}
}
@media all and (max-width: 360px) {
#subImg{
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 57.5%;
	right: 3.4%;
	top: 20.8%;
}
#subImg li{
	width: 31%;
	border: 1px solid #ccc;
}
#subImg li.current{
	border: 1px solid #14dfff;
}
}
@media all and (max-width: 320px) {
#subImg{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 57.5%;
    right: 3.4%;
    top: 22.3%;
}
#subImg li{
	width: 31%;
	border: 1px solid #ccc;
}
#subImg li.current{
	border: 1px solid #14dfff;
}
}
@media (max-width: 1000px) {
	#mainImg{height: 66.7vw}
}