@charset "UTF-8";

/* -----------------------------------------------
FileName:gallery.css
----------------------------------------------- */

/* メインコンテンツ
------------------------------------------------*/
/* basic */
div.main h1 {
	margin-top:20px;
}
h3 {
	margin:19px 0 10px;
}


/* layout */
.trailer {
	width:113px;
	float:left;
	display:inline;
	margin-right:10px;
}
.trailer .trailer_list dt{
	border:1px solid #838383;
	width:111px;
	height:155px;
	overflow:hidden;
}
.trailer .trailer_list dt a{
	display:block;
	width:111px;
	height:155px;
	overflow:hidden;
}
.trailer .trailer_list dt img{
	border:1px solid #fff;
}
.trailer .trailer_list dd{
	padding-top:5px ;
	padding-bottom:10px;
	text-align:center;
}
.trailer ul {
	margin:5px 0 0;
	padding-bottom:10px;
}
.trailer li {
	float:left;
}
.trailer li img {
	margin-bottom:10px;
}

/* youtube */
.txt_anno_YouTube{
	margin-bottom:10px;
	margin-left:10px;
	padding:8px 0 10px 72px;
	min-height:9px;
	height:auto!important;
	height:9px;
	background:url(/common/images/icon_YouTube_54_27.gif) no-repeat left top;
}


/* trailer_s */
.trailer_s {
	width:295px;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	position:relative;
	min-height:48px;
	height: auto !important;
	height: 48px;
	float:left;
	display:inline;
	margin:10px 11px 0 0; 
}
.trailer_s img {
	position:absolute;
	top:50%;
	left:1px;
	margin-top:-42px;
	border:1px solid #fff;
}
.trailer_s p {
	width:190px;
	padding:8px 0;
	margin-left:45px;
}
.trailer_s p.w225 {
	width:225px;
	margin-left:10px;
}
.trailer_s ul {
	height:36px;
	position:absolute;
	top:60%;
	_top:44%;
	left:246px;
	margin-top:-27px!important; /* modern browser */ 
	margin-top:-26px;  /* IE6 */
}
.trailer_s ul li {
	width:39px;
	height:17px;
	padding:0;
	margin:0 0 2px;
	font-size:0;
	line-height:0;
}
.trailer_s ul img {
	position:relative;
	margin:0;
}


.trailer_s_list {
	float:left;
	display:inline;
	margin:10px 10px 0 0;
	width:295px;
	min-height:48px;
	height: auto !important;
	height: 48px;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
}

.trailer_s_list .list_trailer_s_img{
	float:left;
	display:inline;
	margin-right:10px;
	padding:1px;
	width:32px;
	height:45px;
	border:1px solid #838383;
	overflow:hidden;
}
.trailer_s_list .list_trailer_s_img a{
	display:block;
	width:34px;
	height:47px;
	overflow:hidden;	
}
.trailer_s_list .list_trailer_s_tit{
	float:left;
	display:inline;
	margin-right:10px;
	padding:1em 0;
	width:180px;
}
.trailer_s_list .list_trailer_s_link{
	float:right;
	display:inline;
	margin-top:1em;
	margin-right:10px;
	width:39px;
	height:28px;
}


#store_info {
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	background-image:url(../images/bg_01.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:218px;
	height: auto !important;
	height: 218px;
}
#txt_store_info {
	width:225px;
	float:left;
	padding-bottom:90px;
}
#store_movie {
	width:250px;
	text-align:right;
	margin:10px 18px 10px 10px;
	float:left;
}

/* fine adjustment */
.pr5 {
	padding-right:5px;
}
.pb34 {
	padding-bottom:34px;
}
.mt19 {
	margin-top:19px;
}
.mr0 {
	margin-right:0;
}

/* PR */
div.main div.pr1 {
	margin:14px 10px 0;
	padding:0;
	width:585px;
}
div.main div.pr2 {
	margin:7px 10px 0;
	padding:0;
	width:585px;
}
div.main div.pr1 h3,
div.main div.pr2 h3 {
	margin:0;
	padding:0;
	width:55px;
	font-weight:normal;
	float:left;
}
div.main div.pr1 p,
div.main div.pr2 p {
	margin:0;
	padding:0;
	width:530px;
	float:left;
}
div.main div.pr1:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	overflow:hidden;
}
div.main div.pr1 {
	display:inline-block;
}
/* \*/
* html div.main div.pr1 {
	height:1%;
}
div.main div.pr1 {
	display:block;
}
div.main div.pr2:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	overflow:hidden;
}
div.main div.pr2 {
	display:inline-block;
}
/* \*/
* html div.main div.pr2 {
	height:1%;
}
div.main div.pr2 {
	display:block;
}
div.main div.cleared {
	height:0;
	overflow:hidden;
}
