@charset "utf-8";

/* --------------------------------------------
	スマートフォン用
----------------------------------------------*/
html {
	/*font-size: 10px;*/
	font-size: 62.5%;
}

/* ### 画像 ### */
img	{max-width: 100%;
	height: auto;}

/* 全体 */
body {
	padding: 10px 15px 10px 15px;
	padding: 10px 12px 10px 12px;
	padding: 8px 12px 10px 12px;
	padding: 0px 12px 10px 12px;
	background-color: #91CEBE;
	background-color: #4DB9A2;
	background-color: #E78;
	background-image: url(../pic/bg_img.jpg) ;
	background-size: contain;
	background-repeat: repeat-y;
	background-position: 0px -250px;
	/*background-attachment:fixed;*/
}

body {
	font-size: 16px;
}

#container {
	/* width: 740px; */
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: none;
	border-right: none;
	text-align: left;
}

/* 上映作品解説 */
#kaisetsutop {
	width: 100%;
	height: 239px;
	height: 219px;
	height: auto;
	position: static;
}

#kaisetsutop {
	/*display: none;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

#kaisetsutop h1 {
	position: static;
	-webkit-order: 2;
	order: 2;
	width: 392px;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 12px 0 0 0;
	/*background-color: #EEE;*/
}

#kaisetsutop .link {
	text-align: right;
	font-size: 1.2rem; /*12px*/
	padding-right: 0;
	padding: 6px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	line-height: 1.0;
	-webkit-order: 1;
	order: 1;
}

#kaisetsutop h2 {
	margin: 0;
	font-size: 1.4rem; /*14px*/
	/*line-height: 100%;  IE向け 上辺が切れないように */
	line-height: 1.0;
	position: static;
	margin-top: 13px;
	margin-bottom: 7px;
	padding-left: 0px;
	-webkit-order: 3;
	order: 3;
}

.works {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 15px;
}

.worksInner {
	padding:16px 22px 9px 23px;
	padding:16px 20px 9px 20px;
	padding:16px 18px 9px 18px;
	padding:12px 18px 9px 18px;
}

.photo {
	width: 100%;
	float: none;
}

.photo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.caption {
	font-size: 1.0rem; /* 10px */
	line-height: 1.5;
}

.text {
	width: 100%;
	margin-top: 12px;
	margin-left: 0px;
	float: none;
}

.date {
	margin-bottom: 5px;
	font-size: 1.2rem; /*12px*/
	line-height:1.2;
	float: right;
	float: none;
	text-align: right;
}

.title {
	padding-bottom: 7px;
	padding-bottom: 0px;
	padding-bottom: 4px;
	font-size: 1.4rem; /*14px*/
	float: none;
}

.data {
	clear: both;
	padding-bottom: 6px;
	padding-bottom: 7px;
	font-size: 1.1rem; /* 11px */
	line-height: 1.5;
	margin-top: 2px;
	margin-top: 1px;
	padding-top: 4px;
	border-top: solid 1px #666;
}

.staff {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #666;
	font-size: 1.1rem; /* 11px */
	line-height: 1.5;
}

.kaisetsu {
	margin: 0px 0px 1px 0px;
	font-size: 1.2rem; /*12px*/
	line-height: 1.5;
}

.sc-link {
	padding-top: 5px;
	padding-top: 7px;
	font-size: 1.2rem; /*12px*/
	text-align: right;
}

p#footMenu {
	margin-top: -6px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.2rem; /*12px*/
	line-height: 1.5;
}
