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

.seemorecontents-list {
	margin:0 -10px;
	padding-bottom:40px;
	position:relative;
}
.seemorecontents-list.noHideItem {
	padding-bottom:0;
}
.seemorecontents-list:after {
	content:"";
	display:table;
	height:0;
	clear:both;
}
.seemorecontents-list .col {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 20px;
	float:left;
}
.seemorecontents-list .col img {
	max-width:100%;
}
.basic-page .seemorecontents-list .col .video {
	height:auto!important;
}
.basic-page .seemorecontents-list .col .video > div {
	position:relative;
	padding-top:56.25%;
}
.basic-page .seemorecontents-list .col .video > div > .youtube-placeholder,
.basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.no-opacity .basic-page .seemorecontents-list .col .videoplayer {
	padding-bottom:1px;
}
.no-opacity .basic-page .seemorecontents-list .col .video > div {
	height:auto!important;
}
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-placeholder,
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox {
	height:100%!important;
}
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-placeholder *,
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox * {
	height:100%!important;
}
.seemorecontents-list.column-1 > .col {
	width:100%;
}
.seemorecontents-list.column-2 > .col {
	width:50%;
}
.seemorecontents-list.column-2 > .col:nth-child(2n+1) {
	clear:both;
}
.seemorecontents-list.column-3 > .col {
	width:33.3333333%;
}
.seemorecontents-list.column-3 > .col:nth-child(3n+1) {
	clear:both;
}
.seemorecontents-list.column-4 > .col {
	width:25%;
}
.seemorecontents-list.column-4 > .col:nth-child(4n+1) {
	clear:both;
}
.seemorecontents-list .col.hide {
	display:none;
}
.seemorecontents-list .col.hide + .seemorecontents-detail {
	display:none;
}
.seemorecontents-btn {
	width:100%;
	position:absolute;
	bottom:0;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.seemorecontents-btn.button a {
	display:inline-block;
	border:1px solid #cecece;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 14px;
	background-color:#f2f2f2;
	background:linear-gradient(#ffffff, #f2f2f2);
	height:36px;
}
.seemorecontents-btn.button a:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.seemorecontents-btn.button a span {
	display:inline-block;
	padding:0 16px;
	font-family: 'Open Sans Condensed', 'Arial', sans-serif;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	color:#00a0c6;
}
.seemorecontents-btn.button a.open:after {
	content:"";
	display:inline-block;
	background:url(/etc/designs/panasonic/basicpage-clientlibs/images/img-arrow-down-blue.png) no-repeat;
	width:12px;
	height:7px;
	vertical-align:middle;
}
.seemorecontents-btn.button a.close:after {
	content:"";
	display:inline-block;
	background:url(/etc/designs/panasonic/basicpage-clientlibs/images/img-arrow-up-blue.png) no-repeat;
	width:12px;
	height:7px;
	vertical-align:middle;
}
.seemorecontents-btn.button.noicon a:after {
	display:none!important;
}
.seemorecontents-btn.icn-text a {
	display:inline-block;
}
.seemorecontents-btn.icn-text a > span {
	display:inline-block;
	vertical-align:middle;
}
.seemorecontents-btn.icn-text a > span.text {
	font-size:14px;
	font-weight:bold;
	color:#00a0c6;
}
.seemorecontents-btn.icn-text a > span.icn + span.text {
	margin-left:0.57em;
}
.seemorecontents-btn.icn-text a > span.text:first-child:not(:last-child) {
	margin-right:0.57em;
}
.seemorecontents-btn.icn-text.vertical a > span {
	display:block;
}
.seemorecontents-btn.icn-text.vertical a > span.text {
	margin-left:0!important;
	margin-right:0!important;
}
.seemorecontents-btn.icn-text.vertical a > span.icn + span.text {
	margin-top:0.57em;
}
.seemorecontents-btn.icn-text.vertical a > span.text:first-child:not(:last-child) {
	margin-bottom:0.57em;
}

.seemorecontents-btn.icn-text a > span.text.normal {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight:normal;
}
.seemorecontents-btn.icn-text a > span.text.size-plus {
	font-size:15px;
}
.seemorecontents-btn.icn-text a > span.text.size-2plus {
	font-size:17px;
}
.seemorecontents-btn.icn-text a > span.text.size-3plus {
	font-size:19px;
}
.seemorecontents-btn a.close {
	display:none;
}
.seemorecontents-btn.showedAll a.open {
	display:none;
}
.seemorecontents-btn.showedAll a.close {
	display:inline-block;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	
	.seemorecontents-list.column-2 > .col,
	.seemorecontents-list.column-3 > .col,
	.seemorecontents-list.column-4 > .col {
		width:auto;
	}
	.seemorecontents-list.column-2 > .col:nth-child(2n+1),
	.seemorecontents-list.column-3 > .col:nth-child(3n+1),
	.seemorecontents-list.column-4 > .col:nth-child(4n+1) {
		clear:none;
	}
	.seemorecontents-list.xs-column-1 > .col {
		width:100%;
		float:none;
	}
	.seemorecontents-list.xs-column-2 > .col {
		width:50%;
	}
	.seemorecontents-list.xs-column-2 > .col:nth-child(2n+1) {
		clear:both;
	}
	.seemorecontents-list.xs-column-3 > .col {
		width:33.3333333%;
	}
	.seemorecontents-list.xs-column-3 > .col:nth-child(3n+1) {
		clear:both;
	}
	.basic-page .seemorecontents-list .col .video > div .youtube-placeholder {
		height:100%!important;
	}
	.basic-page .seemorecontents-list .col .video > div .youtube-placeholder > iframe {
		position:absolute;
		height:100%;
		width:100%;
	}
	.seemorecontents-btn {
		padding-left:10px;
		padding-right:10px;
		-webkit-sbox-sizing:border-box;
		box-sizing:border-box;
	}
	.seemorecontents-btn.button a span {
		padding:0 5px;
		font-size:0.75rem;
	}
	.seemorecontents-btn.icn-text a > span.text {
		font-size:0.75rem;
	}
	.seemorecontents-btn.icn-text a > span.text.size-plus {
		font-size:13px;
	}
	.seemorecontents-btn.icn-text a > span.text.size-2plus {
		font-size:14px;
	}
	.seemorecontents-btn.icn-text a > span.text.size-3plus {
		font-size:15px;
	}
}

/* recommendedpages */

.recommendedpages:not(:first-child) .seemorecontents {
	margin-top:20px;
}
.recommendedpages .seemorecontents .seemorecontents-panel .Title p {
	margin-top:10px;
}
.recommendedpages .seemorecontents a {
	color:#00a0c6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.recommendedpages:not(:first-child) .seemorecontents {
		margin-top:10px;
	}
	.recommendedpages .seemorecontents .seemorecontents-panel .Title p {
		margin-top:5px;
	}
}
