@charset "utf-8";

@import "commons.css";

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	font-family: Roboto, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
}

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	height: 100%;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body{
	-webkit-text-size-adjust: none;
	letter-spacing:0.05em;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #FFF;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color: #333;
	font-weight: normal;
}

a:hover{
	color: #666;
	text-decoration:underline;
}

img{
	max-width: 100%;
	height: auto;
	display:block;
}

#wrapper_popup{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	clear:both;
	padding-top: 30px;
}

h1.popup_category{
	font-family: 'Allerta Stencil', sans-serif;
	font-size: calc(20px + 0.3vw);
	text-align: center;
	text-transform: uppercase;
	clear: both;
	color: #FFF;
	padding: 5px;
	margin-bottom: 35px;
	background-color: #ff4b5e;
}

h3.filmtalk{
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.btn a{
	border: 2px solid #999;
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.btn a:hover{
	background-color: #999;
	color: #FFF;
}

.popup_container{
	float: left;
	width: 47%;
}

.popup_blank{
	float: left;
	width: 6%;
	height: 1px;
	display: block;
}

.popup_close a{
	display: none;
}

@media(max-width:600px){
	#wrapper_popup{
	width: 80%;
	}
	.popup_container{
		clear: both;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.popup_close a{
		display: block;
		padding: 15px;
		background: #ccc;
		clear: both;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
	}
}
