.theater .sec02 .btn {}.theater .sec02 .btn {}.theater .sec02 .btn {}.theater .sec02 .btn {}.theater .sec02 .btn {}header.php';@charset "utf-8";
/* CSS Document */


/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Reset

/////////////////////////////////////////////////////////////////////////////////////////////////*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body,
p, h1, h2, h3, h4, h5, h6,
a, abbr, address,
b, strong, em, i, dfn,
button,
div,
dl, dt, dd,
form,
iframe,
img,
input,
label,
legend,
object,
ol, ul, li,
span,
table, tbody, thead, tfoot, th, tr, td,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*font-weight: normal;*/
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

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: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 500;
	line-height:1.8;
}
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;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 clerfix

/////////////////////////////////////////////////////////////////////////////////////////////////*/

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

*1257897500* html .clearfix { display: inline-block; } 
/* no ie mac \*/ 

*1257897501* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* */



/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Layout

/////////////////////////////////////////////////////////////////////////////////////////////////*/

html,body {
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Tap時の影を消す */
	-webkit-text-size-adjust:none; /* 文字の大きさを自動で変化させない */
}
html { font-size: 62.5%; }
body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height:1.7;
}


a { text-decoration:none; color:#000;}
a:link,
a:visited { color:#000;}
a:hover { text-decoration:underline; color:#20637b; }

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.justfiy { text-align:justify;}

/*---------------------------------------------------------

 Btn Style

---------------------------------------------------------*/

.btn_style { text-align:center; clear:both; margin:  30px 0 20px 0;  }
.btn_style a { display: block; background:#4eb4fb; width: 300px; margin: 0 auto; padding: 10px 0; color: #fff; font-weight: 500; border-radius: 5px;}
.btn_style a:hover { text-decoration: none; background:#4ea1fb;}

.btn_style2 { text-align:center; clear:both; margin:  30px 0 20px 0;  }
.btn_style2 a { display: block; background:#4eb4fb; width: 300px; margin: 0 auto; padding: 10px 0; color: #fff; font-weight: 500; border-radius: 5px;}
.btn_style2 a:hover { text-decoration: none; background:#4ea1fb;}

/*---------------------------------------------------------

 Global Style

---------------------------------------------------------*/

.mg_t10 { margin-top: 10px;}
.mg_t15 { margin-top: 15px;}
.mg_t20 { margin-top: 20px;}
.mg_t30 { margin-top: 30px;}
.mg_t40 { margin-top: 40px;}
.mg_t50 { margin-top: 50px;}
.mg_t60 { margin-top: 60px;}

.mg_b5 { margin-bottom: 5px;}
.mg_b10 { margin-bottom: 10px;}
.mg_b20 { margin-bottom: 20px;}
.mg_b30 { margin-bottom: 30px;}
.mg_b40 { margin-bottom: 40px;}
.mg_b50 { margin-bottom: 50px;}
.mg_b60 { margin-bottom: 60px;}

.font_10 { font-size:10px;}
.font_11 { font-size:11px;}
.font_12 { font-size:12px;}
.font_13 { font-size:13px;}
.font_14 { font-size:14px;}
.font_15 { font-size:15px;}
.font_16 { font-size:16px;}
.font_17 { font-size:17px;}
.font_18 { font-size:18px;}
.font_19 { font-size:19px;}
.font_20 { font-size:20px;}


/*---------------------------------------------------------

 table Style

---------------------------------------------------------*/

.table_style { display:table;}
.table_style > dl { display:table-row;}
.table_style > dl > dt,.table_style > dl > dd { display:table-cell; vertical-align:middle; box-sizing:border-box;}


@media screen and (max-width: 768px) {
    
*{
	-webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */           
}

    
/*---------------------------------------------------------

 Btn Style

---------------------------------------------------------*/

.btn_style { margin:  30px 0 20px 0;  }
.btn_style a { background:#4eb4fb; width: 100%; margin: 0 auto; padding: 10px 0; color: #fff; font-weight: 500; font-size: 1.3rem;}
.btn_style a:hover { text-decoration: none; background:#4ea1fb;}
    
}


