@charset "utf-8";
/* ****************************************************

	/rts/css/style.css

***************************************************** */

/* mainvisual no-print
------------------------------------------------------*/
.visual li.null {/* 150121_澄みわたる梅酒 */
	position: relative;
	background: url("../img/img_mainvisual08.jpg") no-repeat 0 0;
}


/* wrapper
------------------------------------------------------*/

.wrapper {
}
.head-area {
	margin-top: 3px;
	padding: 10px 0 8px;
	background: #85ccc9;
	text-align: center;
	cursor: pointer;
}


/* layout
------------------------------------------------------*/

.container {
	margin: 0 auto;
	padding-top: 24px;
	width: 960px;
}
.main-btm-area {
	border-left: 2px solid #85ccc9;
	border-right: 2px solid #85ccc9;
	border-bottom: 2px solid #85ccc9;
	padding-bottom: 16px;
}

/* mainVisual
------------------------------------------------------*/

#mainVisual {
}
	#mainVisual .visual {
		position: relative;
		width: 960px;
		height: 290px;
	}
		#mainVisual .visual li {
			position: absolute;
			top: 0;
			left: 0;
		}
			#mainVisual .visual li a {
				overflow: hidden;
				display: inline-block;
				border-top: 2px solid #85ccc9;
				border-left: 2px solid #85ccc9;
				border-right: 2px solid #85ccc9;
			}
			#mainVisual .visual li a img {
				margin: -2px -2px 0 -2px;
				visibility: hidden;
			}
	#mainVisual .select {
		margin-top: 5px;
	}
		#mainVisual .select li {
			float: left;
			margin-right: 5px;
			width: 40px;
			height: 8px;
			text-indent: -9999px;
			cursor: pointer;
		}

.main-nav {
	padding: 0 8px 4px 0;
}
	.nav-btn {
		float: right;
		width: 120px;
	}
		.nav-btn li {
			float: left;
			line-height: 1;
		}

.lineup {
}
.lineup-list {
	width: 930px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.lineup-list.last {
	margin-bottom: 0;
	border: 0;
}
	.lineup-list li {
		float: left;
		border-right: 1px solid #e5e5e5;
	}
	.lineup-list li.last {
		border-right: none;
	}


/* contents
------------------------------------------------------*/

.clm2-wrap {
	margin-top: 23px;
	padding-bottom: 75px;
}
.main-clm {
	float: left;
	width: 670px;
}
.side-clm {
	float: right;
	width: 240px;
}

.bnr-list {
	border-bottom: 1px solid #dcdcdc;
}
	.bnr-list li {
		border-left: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
	}

.ttl-btm {
	margin-bottom: 14px;
}

.news-area {
}
	.news-wrap {
		margin-bottom: 15px;
	}
	.news-clm {
		padding-bottom: 15px;
		border-bottom: 1px solid #dcdcdc;
		width: 320px;
	}
	.news-left {
		float: left;
	}
	.news-right {
		float: right;
	}
		.news-clm .img {
			float: left;
			width: 140px;
		}
			/* イメージ無しの場合 noimg クラスを付加 */
			.news-clm .img.noimg {
				border: 1px solid #e5e5e5;
				width: 138px;
				height: 108px;
			}
		.news-clm .info {
			float: right;
			padding-top: 6px;
			width: 160px;
		}
		.news-clm .new {
			padding-top: 25px;
			background: url(../img/icn_new.gif) no-repeat left top;
		}
			.news-clm .info .date {
				margin-bottom: 6px;
				font-size: 77%;
				font-weight: bold;
			}
			.news-clm .info .txt {
			}
				.news-clm .info .txt a {
				}


/* movie
------------------------------------------------------*/

#movieArea {
	position: relative;
	margin-bottom: 30px;
}
	#movieArea .mvArrow {
	}
		#movieArea .visual {
			position: relative;
			width: 240px;
			height: 132px;
		}
			#movieArea .visual li {
				position: absolute;
				top: 0;
				left: 0;
			}
		#movieArea .select {
			float: right;
			padding-right: 12px;
		}
		#movieArea .select li {
			float: left;
			cursor: pointer;
		}
			#movieArea .select li img {
				vertical-align: top;
			}


/* Magnific Popup Overwrite
------------------------------------------------------*/

.mfp-image-holder .mfp-close {
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0;
	height: 38px;
	width: 38px;
	background: url("../img/btn_close.gif") no-repeat 0 0;
	line-height: 38px;
	opacity: 1;
	text-indent: -9999px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
}
.mfp-image-holder .mfp-close:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
}

	*+html .mfp-image-holder .mfp-close {
		right: 50%;
		padding-left: 440px;
	}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-bg {
	background: #9dd6d4;
}
.mfp-figure:after {
	box-shadow: none;
}

/* for iframe */
.mfp-iframe-scaler .mfp-close {
	position: absolute;
	right: 0;
	top: -40px;
	padding: 0;
	height: 38px;
	width: 38px;
	background: url("../img/btn_close.gif") no-repeat 0 0;
	line-height: 38px;
	opacity: 1;
	text-indent: -9999px;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
}
.mfp-iframe-scaler .mfp-close:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
}
.mfp-iframe-scaler iframe {
	background: none;
	box-shadow: none;
	width: 640px;
	height: 360px;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=0);
}
.mfp-iframe-holder .mfp-content {
	max-width: 640px;
}
*+html .mfp-container {
	top: 50%;
	margin-top: -180px;
}


/* for IE */
html>/**/body .mvWrap {
	overflow: hidden;
}
html>/**/body .mfp-iframe-scaler iframe {
	height: 386px;
}


.hovr img.aovr,
a:hover .aovr {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.80 */
	-moz-opacity:0.80;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.80;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.80;
	zoom:1;

}
