/* CSS Document */
/* ----------------------------------------------------------------------------
    RESET
   ---------------------------------------------------------------------------- */
html,body {
	margin:0;
	padding:0;
	height:100%;
}

a:link { color: #000; }
a:visited { color: #535353; }

body {
	color: #000;
	font-size:14px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
 
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }
 
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; vertical-align:baseline; }
 
li {
	/* [disabled]list-style-position: outside; */
}
ul li { list-style-type: none; }
 
table { width: 100%;}
th, td { text-align: left; vertical-align: top;}
 
pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; clear:both;}
 
a:hover { cursor: pointer; background-color: transparent; }
a:active,a:focus { outline: none; }
 
sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }
 
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
 
hr { display: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
@media screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}








body {
	width:100%;
	height: auto;
	background: none;
}

a {
	padding: 0 0 10px 0;
	display: block;
	float: right;
}

@media screen and (max-width: 770px) {
	
	a {
		width: 100%;
		max-width: 50px;
	}
	
}

.trailer_list{
	width:820px;
	height:74px;
	margin:0 auto;
	padding-top:20px;
}

.trailer_list li{
	position:relative;
	float:left;
	width:400px;
	height:70px;
}

.trailer_list li.here{
	border-bottom:6px solid #b02;
}

.trailer_list li img.off{
	position:absolute;
	top:0;
	left:0;
}

.ml{
	margin-left:20px;
}