@charset "UTF-8";
/* 日本語用フォント調整 */
* {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}
/* フッター用罫線 */
footer{
	border-top:#eee solid 1px;
	padding:15px 0;
}
/* タブパネルに線を追加 */
.tab-content-border{
	padding:15px;
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-left:#ddd solid 1px;
}
.border{
	padding:15px;
	border:#ddd solid 1px;
}

.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
/* form-groupの隙間調整用 */
.form-chink{
	margin-bottom:1px;
}

/* form-groupの隙間調整用（Select2） */
.select2-container.form-control{
	margin-bottom:1px;
}

/* ラジオボタン（大） */
.radio-lg-box .input-lg {
	height: 25px;
}
.radio-lg-box label {
	cursor: pointer;
}
.radio-lg-box span{
	vertical-align: 5px;
	margin-left: 5px;
}

/* テーブルの線無 */
.table-borderless>tbody>tr>td
, .table-borderless>tbody>tr>th
, .table-borderless>tfoot>tr>td
, .table-borderless>tfoot>tr>th
, .table-borderless>thead>tr>td
, .table-borderless>thead>tr>th{
	border-top:0;
}

.width-12em{
	width:12em;
}

/*東京国際映画祭　P&amp;I上映予約*/
#id_screen {
	display:block;
	width:100%;
	height:62px;
	border-bottom:#CCCCCC 2px solid;
	padding:0px;
	margin:10px 0 20px 0;
}

#id_screen .reservation {
	display:table;
	float:left;
	width:33%;
	height:60px;
	text-align:center;
	margin-right:1%;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#f5f5f5;
}

#id_screen .schedule {
	display:table;
	float:left;
	width:32%;
	height:60px;
	text-align:center;
	margin-right:1%;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#f5f5f5;
}

#id_screen .check {
	display:table;
	float:left;
	width:33%;
	height:60px;
	text-align:center;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#f5f5f5;
}

#id_screen .middle {
	display: table-cell;
	vertical-align:middle;
}

#reservation_info {
	list-style-type: none;
	padding:10px 0 0 0;
}

#reservation_info .reservation_info_box {
	width:100%;
	display:block;
	margin-bottom:20px;
	padding:0 15px 0 0;
}

.bg_red {
	background-color:#E72629;
	color:#ffffff;
}

.border_red {
	border-bottom:#E72629 2px solid;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:10px 20px;
	text-align:center;
}

.border_gr {
	border-bottom:#cccccc 1px solid;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:10px 20px;
	text-align:center;
	color:#999999;
}

.return_btn {
	display:block;
	width:70%;
	padding:10px 20px;
	border:#CCCCCC 1px solid;
	margin:20px auto 0;
	text-align:center;
}

#return_box02 {
	display:block;
	width:100%;
	margin:20px auto 0;
}

#return_box02 .return_btn02 {
	display:block;
	float:left;
	width:49%;
	padding:10px 20px;
	border:#CCCCCC 1px solid;
	margin:0 2% 0 0;
	text-align:center;
}

#return_box02 .reserve_btn02 {
	display:block;
	float:right;
	width:49%;
	padding:10px 20px;
	border:#CCCCCC 1px solid;
	margin:0;
	text-align:center;
}

.center_link {
	margin:20px auto 0;
	text-align:center;
}
#top_info {
	display:block;
	float:right;
	width:50%;
	padding:0px;
	margin:30px 0 20px 0;
}

#top_info .screen {
	display:table;
	float:right;
	width:49%;
	padding:5px;
	text-align:center;
	background-color:#feebeb;
}

#top_info .info {
	display:table;
	float:right;
	width:49%;
	padding:5px;
	text-align:center;
	margin-left:2%;
	background-color:#feebeb;
}

#top_film {
	display:block;
	width:60%;
	padding:0px;
	margin:10px auto 0;
	list-style-type: none;
}

#top_film .list a{
	display:table;
	float:left;
	width:49%;
	padding:5px;
	text-align:center;
	background-color:#cce3fd;
	margin-bottom:20px;
	color:#0e4d93;
}

#top_film .list a:hover{
	color:#223066;
}

#top_film .web a{
	display:table;
	float:left;
	width:49%;
	padding:5px;
	text-align:center;
	margin-left:2%;
	background-color:#cce3fd;
	margin-bottom:20px;
	color:#0e4d93;
}

#top_film .web a:hover{
	color:#223066;
}

#top_info .middle {
	display: table-cell;
	vertical-align:middle;
}

.btn-gray {
  color: #777;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}

.gray-color{
	color:#ccc;
}

.gray-background{
	background-color:#ccc;
}

@media (min-width:768px){.dl-horizontal dt.en{float:left;width:200px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
@media (min-width:768px){.dl-horizontal dd.en{margin-left:210px}


/* 画面表示用 */
@media screen {
	.print_display{
/*		display:block;*/
	}
}
/* 印刷用 */
@media print {
	.print_display{
		display:none;
	}
	.tab-content-border{
	padding:0px;
	border:none;
	}
	.panel-default{
	border:none;
	}

}