@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.guard {
	cursor: no-drop;
	pointer-events: none;
	cursor: default;
}
/* clearfix --*/
.clearFix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
/* alt --*/
.alttext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
a {
	text-decoration: none;
}
hr {
	display: none;
}


/* --------------------------------
	映画『さらば あぶない刑事』
-------------------------------- */
body,html{
	height: 100%;
	width: 100%;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	color:#333;
	font-size:14px;
	line-height:1.8;
}
body{
	position: relative;
	-webkit-text-size-adjust: 100%;
}
#cover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:90;
	-webkit-transform: translateZ(0);
}
#preloader{
	position:absolute;
	width:20px;
	height:20px;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -10px;
	overflow: hidden;
}
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	background:rgba(255,255,255,0.9);
	width:100%;
	height:114px;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
#header .twitter {
    padding:0;
    position: absolute;
    top:0;
	right:0;
}
#header .twitter img {
	width:120px;
}
#nav{
	position:relative;
	height:40px;
}

#nav ul{
	margin:0 auto;
	text-align:center;
}
#nav li{
	display: inline-block;
}
#nav li a,#nav li a img{
	display:block;
	height:34px;
	padding-top:4px;
}
#nav li a{
	opacity:0.5;
	padding: 0 21px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
h1 a:hover img{
	opacity:0.8;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
#header .twitter a:hover, 
#nav li a:hover{
	opacity:0.8;
	-webkit-transform: scale3D(0.95,0.95,1);
	   -moz-transform: scale3D(0.95,0.95,1);
	    -ms-transform: scale3D(0.95,0.95,1);
	     -o-transform: scale3D(0.95,0.95,1);
	        transform: scale3D(0.95,0.95,1);
}
#nav li.cur a, 
#nav li.cur a:hover{
	opacity:1;
	-webkit-transform: scale3D(1,1,1);
	   -moz-transform: scale3D(1,1,1);
	    -ms-transform: scale3D(1,1,1);
	     -o-transform: scale3D(1,1,1);
	        transform: scale3D(1,1,1);
	cursor: default;
}

h1{
	padding:5px 0 10px;
	line-height:0;
	text-align: center;
}
#footer .inner{
	padding:8px 0 2px;
	text-align: center;
	background:rgba(255,255,255,0.9);
	width:100%;
}

#container{
	padding-top:130px;
	min-width: 1000px;
}

#container .inner{
	width:1000px;
	margin:0 auto;
	padding:13px;
}