@charset "UTF-8";
/* �ӏܗ���
------------------------------*/
.nopageWrap {
 }
  .nopageWrap section h2 {
    padding: 12px 13px;
    font-size: 121.5%;
    text-align: center;
    color: #fff;
    background-color: #373737; 
    }
  .nopageWrap section .lead {
    padding: 50px 13px 50px;
    font-size: 92.9%; 
   }
  .nopageWrap section > .inner {
    padding: 27px 10px 40px;
    background: #f0f0f0; }


	.btnArea {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
		.btnArea a {
			display: inline-block;
			width: 46%;
			background: #0c985b;
			color: #fff;
			line-height: 65px;
			font-size: 16px;
			text-align: center;
			text-decoration: none;
			margin: 0 auto;
			border-radius: 2.5px;
			position: relative;
		}
		.btnArea a.theater {
			margin-right: 1%;
		}
			.btnArea a span {
				display: inline-block;
				padding: 0 0 0 25px;

			}
			.btnArea a.theater span {
				background: url(../img/ico_btn_theater@2x.png) no-repeat 0 center;
				background-size: auto 19px;
			}
			.btnArea a.movie span {
				background: url(../img/ico_btn_movie@2x.png) no-repeat 0 center;
				background-size: 17px auto;
			}

