@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :gallery.css
 style info :galleryカテゴリページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	gallery index
----------------------------------------------------------- */

#movie_list{
	width:540px;
	padding-bottom:1em;
}
#movie_list:after{
	content:".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;
}

#movie_list li{
	float:left;
	width:260px;
	padding-bottom:1em;
}

#movie_list li.odd {
	margin-right:0;
}


#movie_list li.even{
	margin-right:20px;
}

#movie_list dl dt{
	padding-bottom:0.3em;
	margin-bottom:0.8em;
	width:260px;
	background:url(../img/share/bg_dotline_type02.gif) repeat-x left bottom;
}

#movie_list dl dt span.title{
	float:left;
	display:block;
	background:url(../img/share/icon_liststyle_type02.gif) no-repeat 2px 0.6em;
	padding-left:15px;
	width:245px;
}


#movie_list dl dt span.btn{
	float:right;
}


#movie_list dl dt span.btn img{
	vertical-align:bottom;
}


*html #movie_list dl dt span.btn{
	padding-top:0.4em;
}


#movie_list dl dt:after{
	clear: both;content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;
}
#movie_list dl dd{
	padding-bottom:3px;
	line-height:0.1;
	font-size:1px;
}
#movie_list dl dd a{
	font-size:0.1em;
}
#movie_list dl dd span{
	font-size:11px;
	line-height:1.2;
}

/* -----------------------------------------------------------
	WMPのDL
----------------------------------------------------------- */
#get_player{
	clear:both;
	width:520px;
	line-height:1.4;
	font-size:84%;
	padding:10px 10px 0;
	margin-bottom:20px;
	background:url(../img/share/bg_getplugin_top.gif) #ededed no-repeat top left;
}

#get_player:after {
	content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;
}

#get_player img{
	float:left;
	margin-right:10px;
	padding-bottom:1em;
}

/* ie hack*/
*:first-child+html #get_player img{
	padding-bottom:0;
}
* html #get_player img{
	padding-bottom:0;
}
/* end hack */

#get_player p{
	width:520px;
	padding-bottom:1em;
	margin-bottom:0;
	background:url(../img/share/bg_getplgin_bottom.gif) #ededed no-repeat left bottom;
}