﻿
@media screen and (min-width:769px) {
	/**************************************
	#brandMovieContents
	**************************************/
	#brandMovieContents{padding-bottom: 100px;}
	
	/** movieAnchor *****************************/
	#brandMovieContents .movieAnchor{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		background: #eeeeee;
	}
	
	#brandMovieContents .movieAnchor > p{
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 20px;
	}

	#brandMovieContents .movieAnchor > ul{
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#brandMovieContents .movieAnchor > ul > li{
		font-weight: 700;
		margin-right: 40px;
	}
	
	
	/**************************************
	#brandMovieContents .movieSection
	**************************************/
	#brandMovieContents .movieSection{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 80px 0 20px;
	}
	
	#brandMovieContents .movieSection .ttlMovie{
		display: block;
		width: 100%;
		margin-bottom: 50px;
		font-size: 2.2rem;
		font-weight: 700;
		text-align: center;
		position: relative;
	}
	#brandMovieContents .movieSection .ttlMovie::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #CCCCCC;
		position: absolute;
		left: 0;
		top: 50%;
	}
	#brandMovieContents .movieSection .ttlMovie > span{
		display: inline-block;
		background: #FFFFFF;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}

	#brandMovieContents.astalift .movieSection .ttlMovie > span{ color: #d7063b;}
	#brandMovieContents.lunmer .movieSection .ttlMovie > span{ color: #0060b7;}
	#brandMovieContents.supplement .movieSection .ttlMovie > span{ color: #f04500;}

	
	#brandMovieContents .pickUpMovieList{
		display: block;
		padding: 30px;
		background: #f5f5f5;
	}
	
	#brandMovieContents .pickUpMovieList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#brandMovieContents .pickUpMovieList > ul > li{
		display: block;
		width: 48.125%;
		margin-right: 3.75%;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li:nth-of-type(2n){margin-right: 0;}
	#brandMovieContents .pickUpMovieList > ul > li:nth-of-type(n + 3){margin-top: 30px;}
	
	#brandMovieContents .pickUpMovieList > ul > li > a{
		display: block;
		position: relative;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#brandMovieContents .pickUpMovieList > ul > li > a:hover{opacity: .6;}
	
	#brandMovieContents .pickUpMovieList > ul > li > a > .newMovie{
		display: block;
		width: 49px;
		height: 44px;
		background: url("../../img/movie/new_ribbon.png") 0 0 no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li > a > img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li > a .ttl{
		padding-top: 15px;
		font-size: 1.6rem;
	}
	
	/** movieList *****************************/
	#brandMovieContents .movieList{ display: block;}
	
	#brandMovieContents .movieList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#brandMovieContents .movieList > ul > li{
		display: block;
		width: 22.5%;
		margin-right: 3.333333333333333%;
		font-size: 1.4rem;
		line-height: 1.7;
	    position: relative;
	}
	
	#brandMovieContents .movieList > ul > li:nth-of-type(4n){margin-right: 0;}
	#brandMovieContents .movieList > ul > li:nth-of-type(n + 5){margin-top: 40px;}
	
	#brandMovieContents .movieList > ul > li > a{
		display: block;
		position: relative;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#brandMovieContents .movieList > ul > li > a:hover{opacity: .6;}
	
	#brandMovieContents .movieList > ul > li > a > .newMovie{
		display: block;
		width: 49px;
		height: 44px;
		background: url("../../img/movie/new_ribbon.png") 0 0 no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	
	#brandMovieContents .movieList > ul > li > a > img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#brandMovieContents .movieList > ul > li > a .ttl{
		padding-top: 15px;
		font-size: 1.6rem;
	}
	
	

	/**************************************
	#colorbox
	**************************************/
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:100001; overflow:visible; text-align:left; outline:none;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative; overflow:visible;}
	#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

	#cboxOverlay{background: rgba(255,255,255,.7);}
	#cboxIframe {overflow:hidden;}
	#colorbox{
		box-shadow: 0 0 4px rgba(0,0,0,.4);
		background: #FFFFFF;
	}
	
	#colorbox:focus,
	#colorbox *:focus{
		outline: 0;
		border-color: transparent;
	}

	#colorbox .movieInner{
		display: block;
		max-width: 100%;
		background: #FFFFFF;
		padding: 30px;
	}

	#colorbox .movieInner .title{
		display: block;
		margin: 0 0 15px;
		font-size: 2.2rem;
		font-weight: 700;
    	text-align: left;
	}
	
	#colorbox .movieInner img{
		display: block;
		max-width: 100%;
		height: auto;
	}

	#colorbox .movieInner > .movieBox{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	#colorbox .movieInner > .movieBox > img{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		cursor: pointer;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#colorbox .movieInner > .movieBox > img:hover{opacity: .6;}

	#colorbox .movieInner > .movieBox iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	#colorbox .movieInner dl {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-top: 20px;
		text-align: left;
	}
	
	#colorbox .movieInner dl dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 124px;
		height: 42px;
		padding-left: 10px;
		text-align: center;
		background: #a89266;
		font-size: 1.4rem;
	  	position: relative;
	}
	
	#colorbox .movieInner dl dt span {
		font-weight: 700;
	  	color: #fff;
	}
	
	#colorbox .movieInner dl dt:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background: transparent;
		border-style: solid;
		border-width: 21px 0 21px 20px;
		border-color: transparent transparent transparent #a89266;
		position: absolute;
		left: 100%;
		top: 0;
	}
	
	#colorbox .movieInner dl dd {
		display: block;
		padding-left: 30px;
		font-size: 1.6rem;
	}
	
	#colorbox .movieInner dl dd a {color: #333333;}
	#colorbox.astalift .movieInner dl dd a{ color: #d7063b;}
	#colorbox.lunmer .movieInner dl dd a{ color: #0060b7;}
	#colorbox.supplement .movieInner dl dd a{ color: #f04500;}

	#cboxCurrent {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#cboxClose{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#cboxClose p.closeBtn{
		display: block;
		height:42px;
		width:42px;
		position: absolute;
		right: 0;
		top: -48px;
	}

	#cboxClose p.closeBtn{
		display: block;
		width: 42px;
		height: 42px;
		position: absolute;
		webkit-transition: transform 0.2s ease,opacity 0.5s ease;
		-moz-transition: transform 0.2s ease,opacity 0.5s ease;
		-o-transition: transform 0.2s ease,opacity 0.5s ease;
		transition: transform 0.2s ease,opacity 0.5s ease;
	}

	#cboxClose p.closeBtn::before,
	#cboxClose p.closeBtn::after{
		content: '';
		display: block;
		width: 42px;
		height: 2px;
		background: #333333;
		position: absolute;
		top: calc(50% - 1px);
	}

	#cboxClose p.closeBtn::before{
		left: 0;
		-webkit-transform: translate(0,0) rotate(-45deg);
		-moz-transform: translate(0,0) rotate(-45deg);
		-o-transform: translate(0,0) rotate(-45deg);
		transform: translate(0,0) rotate(-45deg);
	}

	#cboxClose p.closeBtn::after{
		right: 0;
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		-o-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
	}

	#colorbox.astalift #cboxClose p.closeBtn::before,
	#colorbox.astalift #cboxClose p.closeBtn::after{ background: #d7063b;}
	#colorbox.lunmer #cboxClose p.closeBtn::before,
	#colorbox.lunmer #cboxClose p.closeBtn::after{ background: #0060b7;}
	#colorbox.supplement #cboxClose p.closeBtn::before,
	#colorbox.supplement #cboxClose p.closeBtn::after{ background: #f04500;}

	#cboxPrevious {
		height: 100%;
		width: 60px;
		position: absolute;
		top: 0;
		left: -60px;
	}

	#cboxPrevious::before,
	#cboxPrevious::after{
		content: '';
		display: block;
		width: 42px;
		height: 2px;
		background: #333333;
		position: absolute;
		left: 0;
	}
	#cboxPrevious::before{
		top: 50%;
		-webkit-transform: translate(0,-16px) rotate(-50deg);
		-moz-transform: translate(0,-16px) rotate(-50deg);
		-o-transform: translate(0,-16px) rotate(-50deg);
		transform: translate(0,-16px) rotate(-50deg);
	}
	#cboxPrevious::after{
		top: 50%;
		-webkit-transform: translate(0,16px) rotate(50deg);
		-moz-transform: translate(0,16px) rotate(50deg);
		-o-transform: translate(0,16px) rotate(50deg);
		transform: translate(0,16px) rotate(50deg);
	}

	#cboxNext {
		height: 100%;
		width: 60px;
		position: absolute;
		top: 0;
		right: -60px;
	}
	#cboxNext::before,
	#cboxNext::after{
		content: '';
		display: block;
		width: 42px;
		height: 2px;
		background: #333333;
		position: absolute;
		right: 0;
	}
	#cboxNext::before{
		top: 50%;
		-webkit-transform: translate(0,-16px) rotate(50deg);
		-moz-transform: translate(0,-16px) rotate(50deg);
		-o-transform: translate(0,-16px) rotate(50deg);
		transform: translate(0,-16px) rotate(50deg);
	}
	#cboxNext::after{
		top: 50%;
		-webkit-transform: translate(0,16px) rotate(-50deg);
		-moz-transform: translate(0,16px) rotate(-50deg);
		-o-transform: translate(0,16px) rotate(-50deg);
		transform: translate(0,16px) rotate(-50deg);
	}

	#colorbox.astalift #cboxPrevious::before,
	#colorbox.astalift #cboxPrevious::after,
	#colorbox.astalift #cboxNext::before,
	#colorbox.astalift #cboxNext::after{ background: #d7063b;}

	#colorbox.lunmer #cboxPrevious::before,
	#colorbox.lunmer #cboxPrevious::after,
	#colorbox.lunmer #cboxNext::before,
	#colorbox.lunmer #cboxNext::after{ background: #0060b7;}

	#colorbox.supplement #cboxPrevious::before,
	#colorbox.supplement #cboxPrevious::after,
	#colorbox.supplement #cboxNext::before,
	#colorbox.supplement #cboxNext::after{ background: #f04500;}
	
	
}
/** min-width 769 pcCSS***************************************/




@media screen and (max-width:768px) {
	
	/**************************************
	#brandMovieContents
	**************************************/
	#brandMovieContents{padding-bottom: 80px;}
	
	
	/** movieAnchor *****************************/
	#brandMovieContents .movieAnchor{
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 20px;
		background: #eeeeee;
	}

	#brandMovieContents .movieAnchor > ul{ display: block;}

	#brandMovieContents .movieAnchor > ul > li{
		font-weight: 700;
		margin-bottom: 20px;
	}
	#brandMovieContents .movieAnchor > ul > li:nth-last-of-type(1){margin-bottom: 0;}
	
	
	/**************************************
	#brandMovieContents .movieSection
	**************************************/
	#brandMovieContents .movieSection{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 0;
	}
	
	#brandMovieContents .movieSection .ttlMovie{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
		position: relative;
	}
	#brandMovieContents .movieSection .ttlMovie::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #CCCCCC;
		position: absolute;
		left: 0;
		top: 50%;
	}
	#brandMovieContents .movieSection .ttlMovie > span{
		display: inline-block;
		background: #FFFFFF;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}

	#brandMovieContents.astalift .movieSection .ttlMovie > span{ color: #d7063b;}
	#brandMovieContents.lunmer .movieSection .ttlMovie > span{ color: #0060b7;}
	#brandMovieContents.supplement .movieSection .ttlMovie > span{ color: #f04500;}

	
	#brandMovieContents .pickUpMovieList{
		display: block;
		padding: 15px 20px;
		background: #f5f5f5;
	}
	
	#brandMovieContents .pickUpMovieList > ul{
		display: block;
	}
	#brandMovieContents .pickUpMovieList > ul > li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#brandMovieContents .pickUpMovieList > ul > li:nth-last-of-type(1){margin-bottom: 0;}
	
	#brandMovieContents .pickUpMovieList > ul > li > a{
		display: block;
		position: relative;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li > a > .newMovie{
		display: block;
		width: 49px;
		height: 44px;
		background: url("../../img/movie/new_ribbon.png") 0 0 no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li > a > img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#brandMovieContents .pickUpMovieList > ul > li > a .ttl{
		padding-top: 10px;
		font-size: 1.4rem;
	}
	

	/** movieList *****************************/
	#brandMovieContents .movieList{ display: block;}
	
	
	#brandMovieContents .movieList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0 20px;
	}
	
	#brandMovieContents .movieList > ul > li{
		display: block;
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	#brandMovieContents .movieList > ul > li:nth-of-type(2n){margin-right: 0;}
	#brandMovieContents .movieList > ul > li:nth-of-type(n + 3){margin-top: 30px;}
	
	#brandMovieContents .movieList > ul > li > a{
		display: block;
		position: relative;
	}
	
	#brandMovieContents .movieList > ul > li > a > .newMovie{
		display: block;
		width: 40px;
		height: 36px;
		background: url("../../img/movie/new_ribbon.png") 0 0 no-repeat;
		background-size: 40px auto;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	
	#brandMovieContents .movieList > ul > li > a > img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#brandMovieContents .movieList > ul > li > a .ttl{
		padding-top: 10px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	
	/**************************************
	#colorbox
	**************************************/
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:100001; overflow:visible; text-align:left; outline:none;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative; overflow:visible;}
	#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

	#cboxOverlay{background: rgba(255,255,255,.7);}
	#cboxIframe {overflow:hidden;}
	#colorbox{
		box-shadow: 0 0 4px rgba(0,0,0,.4);
		background: #FFFFFF;
	}
	
	#colorbox:focus,
	#colorbox *:focus{
		outline: 0;
		border-color: transparent;
	}

	#colorbox .movieInner{
		display: block;
		max-width: 100%;
		background: #FFFFFF;
		padding: 15px;
	}

	#colorbox .movieInner .title{
		display: block;
		margin: 0 0 5px;
		font-size: 1.6rem;
		font-weight: 700;
    	text-align: left;
	}
	
	#colorbox .movieInner img{
		display: block;
		max-width: 100%;
		height: auto;
	}

	#colorbox .movieInner > .movieBox{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	#colorbox .movieInner > .movieBox > img{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		cursor: pointer;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#colorbox .movieInner > .movieBox > img:hover{opacity: .6;}

	#colorbox .movieInner > .movieBox iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	#colorbox .movieInner dl {
		display: block;
		margin-top: 10px;
		text-align: left;
	}
	
	#colorbox .movieInner dl dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 94px;
		height: 22px;
		padding-left: 5px;
		text-align: center;
		background: #a89266;
		font-size: 1.2rem;
	  	position: relative;
	}
	
	#colorbox .movieInner dl dt span {
		font-weight: 700;
	  	color: #fff;
	}
	
	#colorbox .movieInner dl dt:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background: transparent;
		border-style: solid;
		border-width: 11px 0 11px 10px;
		border-color: transparent transparent transparent #a89266;
		position: absolute;
		left: 100%;
		top: 0;
	}
	
	#colorbox .movieInner dl dd {
		display: block;
		padding-top: 5px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	#colorbox .movieInner dl dd a {color: #333333;}
	#colorbox.astalift .movieInner dl dd a{ color: #d7063b;}
	#colorbox.lunmer .movieInner dl dd a{ color: #0060b7;}
	#colorbox.supplement .movieInner dl dd a{ color: #f04500;}

	#cboxCurrent {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#cboxClose{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#cboxClose p.closeBtn{
		display: block;
		height: 30px;
		width: 30px;
		position: absolute;
		right: 0;
		top: -34px;
	}

	#cboxClose p.closeBtn{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
	}

	#cboxClose p.closeBtn::before,
	#cboxClose p.closeBtn::after{
		content: '';
		display: block;
		width: 30px;
		height: 1px;
		background: #333333;
		position: absolute;
		top: calc(50% - 1px);
	}

	#cboxClose p.closeBtn::before{
		left: 0;
		-webkit-transform: translate(0,0) rotate(-45deg);
		-moz-transform: translate(0,0) rotate(-45deg);
		-o-transform: translate(0,0) rotate(-45deg);
		transform: translate(0,0) rotate(-45deg);
	}

	#cboxClose p.closeBtn::after{
		right: 0;
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		-o-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
	}

	#colorbox.astalift #cboxClose p.closeBtn::before,
	#colorbox.astalift #cboxClose p.closeBtn::after{ background: #d7063b;}
	#colorbox.lunmer #cboxClose p.closeBtn::before,
	#colorbox.lunmer #cboxClose p.closeBtn::after{ background: #0060b7;}
	#colorbox.supplement #cboxClose p.closeBtn::before,
	#colorbox.supplement #cboxClose p.closeBtn::after{ background: #f04500;}

	#cboxPrevious {
		height: 100%;
		width: 10%;
		position: absolute;
		top: 0;
		left: -10%;
	}

	#cboxPrevious::before,
	#cboxPrevious::after{
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background: #333333;
		position: absolute;
		left: 0;
	}
	#cboxPrevious::before{
		top: 50%;
		-webkit-transform: translate(0,-8px) rotate(-50deg);
		-moz-transform: translate(0,-8px) rotate(-50deg);
		-o-transform: translate(0,-8px) rotate(-50deg);
		transform: translate(0,-8px) rotate(-50deg);
	}
	#cboxPrevious::after{
		top: 50%;
		-webkit-transform: translate(0, 7px) rotate(50deg);
		-moz-transform: translate(0, 7px) rotate(50deg);
		-o-transform: translate(0, 7px) rotate(50deg);
		transform: translate(0, 7px) rotate(50deg);
	}

	#cboxNext {
		height: 100%;
		width: 10%;
		position: absolute;
		top: 0;
		right: -10%;
	}
	
	#cboxNext::before,
	#cboxNext::after{
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background: #333333;
		position: absolute;
		right: 0;
	}
	#cboxNext::before{
		top: 50%;
		-webkit-transform: translate(0,-8px) rotate(50deg);
		-moz-transform: translate(0,-8px) rotate(50deg);
		-o-transform: translate(0,-8px) rotate(50deg);
		transform: translate(0,-8px) rotate(50deg);
	}
	#cboxNext::after{
		top: 50%;
		-webkit-transform: translate(0, 7px) rotate(-50deg);
		-moz-transform: translate(0, 7px) rotate(-50deg);
		-o-transform: translate(0, 7px) rotate(-50deg);
		transform: translate(0, 7px) rotate(-50deg);
	}

	#colorbox.astalift #cboxPrevious::before,
	#colorbox.astalift #cboxPrevious::after,
	#colorbox.astalift #cboxNext::before,
	#colorbox.astalift #cboxNext::after{ background: #d7063b;}

	#colorbox.lunmer #cboxPrevious::before,
	#colorbox.lunmer #cboxPrevious::after,
	#colorbox.lunmer #cboxNext::before,
	#colorbox.lunmer #cboxNext::after{ background: #0060b7;}

	#colorbox.supplement #cboxPrevious::before,
	#colorbox.supplement #cboxPrevious::after,
	#colorbox.supplement #cboxNext::before,
	#colorbox.supplement #cboxNext::after{ background: #f04500;}
	
	
}/** max-width 768 spCSS***************************************/













