@charset "utf-8";
/*
 * ================================================
 * 
 * [movie]
 * 
 * ================================================
 */
#pageTitle {
	background-image: url(../../images/content/content/mv.jpg);
}
body.index {}
	body.index .itemWrapper {
		overflow: hidden;
	}
		body.index .itemWrapper .item {
			float: left;
			margin: 0 20px 30px 0;
			text-align: center
		}
		body.index .itemWrapper .item:nth-child(3n) {
			margin-right: 0;
		}
			body.index .itemWrapper .item a {
				text-decoration: none;
				display: block;
			}
			body.index .itemWrapper .item figure {}
				body.index .itemWrapper .item figure img {
					border-radius: 5px;
				}
			body.index .itemWrapper .item figcaption {
				margin-top: 5px;
			}
				body.index .itemWrapper .item figcaption span {
					border-bottom: 1px dashed #026DB6;
					letter-spacing: 0.1em;
				}
	body.index #popupWrapperMovie {
		width: 650px;
		left: 50%;
		margin-left: -325px;
	}
		body.index #popupWrapperMovie .content {
			height: 370px;
			padding: 5px;
		}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
	
}
@media screen and (max-width: 768px) and (orientation:landscape) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	
}