.swiper-container-topbanner {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #fcfcfc;
	border: 1px solid #cbcbcb;
	margin-bottom:15px;
}

.swiper-slide-topbanner {
    background-size: cover;
    background-position: center;
    
	max-width: inherit;
	max-height: inherit;
}

.gallery-top {
    width: 100%;
}

.main-banner-img{
	min-width: 100%;
	max-width: auto;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.bottom_banner_area{
    padding-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #fcfcfc;
	padding: 20px 20px 20px 20px;
}
.bottom_banner_area{
	border-top: 1px solid #dbdbdb;
}
.bottom_banner_item{
}
.bottom_banner_area .b_img_box.link{
    cursor: pointer;
}
.bottom_banner_area .bottom_banner_item{
	width: 100%;
	text-align: center;
	
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bottom_banner_area .b_img_box.center{
	margin-left: 20px;
	margin-right: 20px;
}
.bottom_banner_area .b_img_box{
	display: -webkit-inline-box;
	display: -moz-inline-grid;
	display: -inline-box;
	width: 30%;
	position: relative;
	/*width: 220px;
	float: left;
	 height: 350px;
	 margin: 10px 20px 10px 0px;
	 */
}
.bottom_banner_area .b_img_box img{
	width: 100%;
}
.channel_info{
	padding: 0px 50px 0px 50px;
}
.channel_info .channel_company{
    font-size: 1.5em;
	line-height: 2.0em;
	color: #444444;
	padding-left: 0px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 5px;
}

.channel_info .channel_company a{
    font-size: 1em;
}

.channel_info .channel_business{
	padding-left: 0px;
	color: #666666;
	padding-top: 12px;
	font-size: 1.2em;
}

.channel_info .channel_company_info{
	padding-left: 0px;
	padding-top: 6px;
	color: #666666;
	line-height: 1.6em;
}


.head-menu-list{
	/*float:right;
	line-height:1.4em;*/

	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}


/*************************** detail css add ********************************/

#detail-container-txt {
	width: 100%;
	min-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: visible;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.detail-container-title{
	border-bottom: 1px solid #d4d7da;
	padding-bottom: 8px;
}




#left-detail-txt {
  width: 60%;
}

#right-shares-sns {
  width: 40%;
}