@charset "utf-8";
/* 
	catalog.css
	CATALOG用

============================================================ */

/* ------------------------------------------------------------

	PC
============================================================ */
/*
	トップページ
------------------------------------------------ */
#CatalogSlide {
	width: 960px;
	position: relative;
}
#CatalogSlide .image {
	width: 960px;
	height: 665px;
	overflow: hidden;
	margin-bottom: 40px;
}
#CatalogSlide .image_inner {
	width: 960px;
	height: 665px;
	position: relative;
}
#CatalogSlide .image_inner .item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#CatalogSlide .image_inner .item.preview_item {
	left: -100%;
}
#CatalogSlide .image_inner .item.next_item {
	left: 100%;
}
#CatalogSlide .slide_preview,
#CatalogSlide .slide_next {
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 318px;
	text-indent: -9999px;
}
#CatalogSlide .slide_preview {
	left: -40px;
	background: url(../img/item/arr_l.png) no-repeat 0 0;
}
#CatalogSlide .slide_next {
	right: -40px;
	background: url(../img/item/arr_r.png) no-repeat 0 0;
}
.child_contents {
	width: 700px;
	margin: 0 auto;
}

.child_contents ul {
width: 300px;
margin: 0 auto;
}

.child_contents ul li {
	width: 300px;
	margin: 0 0 25px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-align: center;
}
.child_contents ul li a {
	display: block;
	padding: 25px 0;
	color: #fff;
	background: #000;
}
#CatalogTitle h2 {
	margin: 20px auto 50px;
	text-align: center;
}
/*
	アーカイブ
------------------------------------------------ */
.catalog .archive_list ul {
	width: 648px;
	margin: 0 auto 40px;
}
.catalog .archive_list ul li {
	width: 646px;
	margin-bottom: 20px;
}

.catalog .archive_list ul li span{
	line-height: 1.5;
}

.catalog .archive_list ul li a img{
	border: 1px solid #ccc;
}
/*
	MOVIE
------------------------------------------------ */
.movie_list {
	margin: 0 -60px -50px;
}
.movie_list .item {
	width: 240px;
	float: left;
	margin-bottom: 50px;
	padding: 0 60px;
}
.movie_list .item .image {
	margin-bottom: 12px;
}
.movie_list .item .text {
	line-height: 1.5;
	text-align: center;
}

/* ------------------------------------------------------------

	580px以内
============================================================ */
@media screen and (max-width: 580px) {

#ContentsHeader h1 img {
	width: 68px;
	height: 12px;
}
.movie #ContentsHeader h1 img {
	width: 45px;
}
/*
	トップページ
------------------------------------------------ */
#CatalogSlide {
	width: auto;
}
#CatalogSlide .image {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
#CatalogSlide .image img {
	width: 100%;
}
#CatalogSlide .slide_preview,
#CatalogSlide .slide_next {
	display: none;
}
.child_contents {
	width: 280px;
	margin: 0 auto;
}
.child_contents ul li {
	width: 280px;
	float: none;
	margin: 0 0 15px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-align: center;
}
.child_contents ul li a {
	padding: 15px 0;
}
/*
	アーカイブ
------------------------------------------------ */
.catalog .archive_list {
	width: 280px;
	margin: 0 auto;
}
.catalog .archive_list ul li {
	width: 280px;
	margin: 0 0 15px;
	font-size: 50%;
}
.catalog .archive_list ul li img {
	width: 100%;
}
#CatalogTitle h2 {
	width: auto;
	text-align: center;
}
/*
	MOVIE
------------------------------------------------ */
.movie_list {
	width: 280px;
	margin: 0 auto;
}
.movie_list .item {
	width: 280px;
	float: none;
	margin-bottom: 30px;
	padding: 0;
}
.movie_list .item .image {
	text-align: center;
}

}
