<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    font-size: 6.25%;
}
body {
    line-height: 1;
    font-size: 16rem;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
/* For IE 6/7 only */
.cf {
    *zoom: 1;
}


/*bace styles*/

body{
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "繝｡繧､繝ｪ繧ｪ" , Meiryo , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , sans-serif;
    line-height: 1.4;
}

.txt10 {font-size:10rem !important;}
.txt11 {font-size:11rem !important;}
.txt12 {font-size:12rem !important;}
.txt13 {font-size:13rem !important;}
.txt14 {font-size:14rem !important;}
.txt15 {font-size:15rem !important;}
.txt16 {font-size:16rem !important;}
.txt17 {font-size:17rem !important;}
.txt18 {font-size:18rem !important;}
.txt19 {font-size:19rem !important;}
.txt20 {font-size:20rem !important;}
.txt21 {font-size:21rem !important;}
.txt22 {font-size:22rem !important;}
.txt23 {font-size:23rem !important;}
.txt24 {font-size:24rem !important;}
.txt25 {font-size:25rem !important;}
.txt26 {font-size:26rem !important;}

.sp{
    display: none;
}

.pc{
    display: inline;
}

.w980c{
    width: 980px;
    margin: 0 auto;
}

body#under{
    background: #eeeeee;
}

#eiga_header{
    background: #FFF;
}

#eiga_header:after{
    content: "";
    display: block;
    height: 6px;
    background: url(../../img/bg_header.gif) center;
}

#eiga_header h1{
    text-align: center;
    padding: 16px;
}

#menu_s{
    width: 1160px;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0;
}

#menu_s li{
    display: inline-block;
    margin: 0 5px;
}

.txt_hide{
    text-indent: -9999px;
}



#btn_abc_cinema{
    display: block;
    position: relative;
    width: 200px;
    margin: 0 auto;
    top: -12px;
    left: 350px;
}

#btn_abc_cinema img{
    width: 200px;
}

#btn_abc_cinema:hover{
    opacity: 0.6;
}

footer{
    padding-top: 40px;
}
</pre></body></html>