/* news
--------------------------------------------------*/

.btnArchive {
	float: right;
	padding: 12px 0 0;
}

.newsPanel,
.newsDetailPanel {
	padding: 13px 0 15px;
}
.newsPanel + .newsPanel {
	border-top: 1px solid #000;
}

.newsPanel .fullImg {
	margin-top: 20px;
}

.newsPanel h2{
	position: relative;
	font-size: 16px;
	padding-bottom: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 1.34em;
}
.newsPanel h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 8px;
}
.newsDetailPanel h1{
	position: relative;
	font-size: 17px;
	padding-bottom: 11px;
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 1.34em;
}

.newsDetailPanel h1 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 10px;
}
.newsPanel .newsDate {
	color: #000 !important;
	font-size: 12px !important;
	line-height: 1.28em !important;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.newsDetailPanel .newsDate {
	margin-bottom: 35px !important;
	color: #000 !important;
	font-size: 12px !important;
	line-height: 1.28em !important;
}
.newsPanel p {
	margin-bottom: 7px;
	color: #595757;
	font-size: 13px;
	line-height: 1.65em;
}
.newsDetailPanel p {
	margin-bottom: 15px;
	color: #595757;
	font-size: 15px;
	line-height: 1.8em;
}

.newsDetailPanel p img {
  max-width: 100%;
  height: auto;
}

.newsDetailPanel p iframe {
  max-width: 100%;
}

.icoDetail {
	background: url(../../img/news/ico_detail.png) right center no-repeat;
	padding-right: 12px;
	color: #000 !important;
	font-size: 11px;
}
.icoDetailExt {
    background: url(../../img/news/ico_detail_external.png) right center no-repeat;
    padding-right: 12px;
    color: #000 !important;
    font-size: 11px;
}
.bnrNews {
	margin-bottom: 15px;
}
.bnrNews img {
	width: 100%;
}

.btnBack {
	margin-bottom: 0px !important;
}
	.btnBack a {
		display: inline-block;
		width: 44px;
		height: 44px;
		box-sizing: border-box;
		padding: 16px;
		margin: -16px 0 0 -16px;
	}

.snsLink {
	text-align: center;
	position: relative;
}
.snsLink li {
	display: inline-block;
	margin: 0 5px;
}


.customselect-wrap {
    position: relative;
	height: 25px;
	margin: 0;
	padding: 0;
	
	
}
.customselect {
    color: #000;
    font-size: 16px;
    font-weight: bold;
	line-height: 25px;
	width: 80px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../../img/news/bg_select.png) right center no-repeat #d3d3d3;
	background-size: auto 25px;
	padding: 0 15px 0 5px;
}

.pb00 {
	padding-bottom: 0px;
}

.video-container {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*SALON de PARIGOT*/
.salonMenu .cornerMenu {
	margin-bottom: 14px;
}
.salonMenu .genre li {
	width: 17%;
	margin: 0;
	text-align: center;
}
.salonMenu .genre li:last-child {
	width: 62%;
}
.salonMenu .genre li.active {
	border-bottom: none;
}
	.salonMenu .genre li.active img {
		padding: 0 0 1px;
		border-bottom: 2px solid #000;
	}
.salonMenu .btnArchive {
	padding: 0 0 20px;
}
.salonMainVisual {
	border-bottom: 1px solid #000;
}

.loading {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}