@charset "utf-8";

/*--------------------------------------------------------------------
Header
--------------------------------------------------------------------*/

header {
}

header .close {
   	padding-top: 30px;
	position:absolute;
   right:0;
}
header h1 {
	padding-top: 30px;
	padding-left: 60px;
}
header p {
	padding-top: 10px;
	padding-left: 105px;
	font-size:10px;
	color:#9fa0a0;
}

.pcnone {
	display: none;
}

/*--------------------------------------------------------------------
Content
--------------------------------------------------------------------*/

#contents {
	padding-top: 30px;
}
#contents ul li {
	padding-bottom: 15px;
}


/*--------------------------------------------------------------------
home
--------------------------------------------------------------------*/
#home #contents{
	padding-bottom: 80px;
}


/*--------------------------------------------------------------------
top
--------------------------------------------------------------------*/
#top article {
	padding-left: 50px;
}
#top article h2 {
	padding-bottom: 13px;
}





#movie h2 {
	padding-left: 60px;
	padding-top:20px;
}

#top article ul {
	width:800px;
	padding-left:60px;
	color:#FFF;
	font-weight:normal;
}
#top article ul li{
	float: left;
	padding: 0 7px 7px 0;
}
#top #contents {
	padding-bottom: 60px;
}

#top #contents ul.imgfade_sample li {
	padding-bottom: 15px;
}

#top #contents ul.imgfade_sample li p {
	display:table-cell;
	height:53px;
	margin:0;
	vertical-align:bottom;
		font-size:10px;
	color:#9fa0a0;
	font-weight:normal;
}





/*--------------------------------------------------------------------
index
--------------------------------------------------------------------*/
#index #content {
	height: 495px;
	padding: 30px 0;
	margin: 0 auto 20px;
	text-align: center;
	background-color:#322e31;
}


/*--------------------------------------------------------------------
detail
--------------------------------------------------------------------*/

#detail {
	background-color:#322e31;
	text-align:center;
	margin:0 auto;
	width:970px;
 }
 
 #detail p{
	 width:100%;
	 text-align:center;
	 padding:10px 0 0 20px;
 color: #9fa0a0;
 }


#detail #loader_detail {
	background-color:#322e31;
	z-index: 1;
	width: 970px;
	height: 630px;
	position: absolute;
}

#detail  .dhead {
	width:900px;
	background-color:#322e31;
	margin:0 auto;
	height:106px;
	padding-top:30px;
}

#detail  .dhead .left{
	float:left;
	padding-left:300px;
	text-align:center;
}

#detail  .dhead .left a{
	text-align:center;
} 

#detail  .dhead .left p{
		font-size:10px;
	color:#9fa0a0;
	text-align:center;
} 

#detail  .dhead .left span{
	color:#9fa0a0;
	text-align:center;
} 

#detail  .dhead .right{
	width:40px;
	float : right ; 
}


#detail #detail_inner {
	background-color:#322e31;
	width: 900px;
	height: 624px;
	margin:0 auto;
	padding-top:40px;
	}
#detail #content {
	width: 800px;
	height: 580px;
	margin: 0 auto;
	text-align: center;
	background-color:#322e31;
	 display:table-cell;
     vertical-align:middle;
     layout-grid-line:624px;
}

#detail #contentmovie {
	width: 800px;
	height: 580px;
	margin: 0 auto;
	text-align: center;
	background-color:#322e31;
	 display:table-cell;
     vertical-align:middle;
     layout-grid-line:624px;
	 padding-left:40px;
}
#detail #content img {
      vertical-align:middle;
}


#detail #arrows_left {
	float: left;
	width: 45px;
	padding-top:261px;
	display: block;
}
#detail #arrows_right {
	float: right;
	width: 45px;
	padding-top:261px;
	display: block;
}


#loader {
	width: 1000px;
	height: 800px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	padding:300px 0 0 400px;
	margin-top: -400px; /* heightの半分のマイナス値 */
	margin-left: -500px; /* widthの半分のマイナス値 */
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color:#322e31;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

div#contents h3.ttl {
	color: white;
    margin: 50px 0 0 70px;
    font-size: 120%;
}

@media only screen and (max-width: 480px){
	#detail {

	width:100%;
 }
	.pcnone {
	display:block;
}
	

	
header h1 {
    padding-top: 30px;
    padding-left: 10px;
}
	
		header p {
    padding-top: 10px;
    padding-left: 45px;
}
	

	header .close img {
    max-width: 80%;
		height: auto;
}
	
	div#contents h3.ttl {
    margin: 50px 0 0 20px;
}
}