@charset "utf-8";


/*=============================================
	
	タイトル
	
==============================================*/
h2 {
	font-size: 2.4em;
	line-height: 1.0em;
	text-align: center;
	margin: 0 0 1.6em;
	padding: 1.6em 0 0;
}
h2 span.small {
	font-size: 11px;
	line-height: 1.6em;
	text-align: center;
}

.bg_img {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
a.bg_img {
	display: block;
}

@media print, screen and (min-width: 769px) {
		
h2 {
	font-size: 32px;
	margin: 0 0 40px;
	padding: 50px 0 0;
}

}

/*=============================================
	
	絞り込み
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#search_wrap {
		color: #FFF;
	}
	#search_wrap dl.accordion {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		background: #f3f3f3;
		color: #666;
	}
	#search_wrap dl.accordion dt {
		text-align: center;
		font-size: 110%;
		padding: 1.2em 0;
	}
	#search_wrap dl.accordion dt.arrow_below:after {
		right: 25%;
	}
	#search_wrap dl.accordion dd {
		display: none;
		padding: 1.0em 0 2.4em;
		
	}
	#search_wrap dl.accordion dd .search_box {
		background: #FFF;
		padding: 1.2em 1.6em;
		width: 70%;
		margin: 0 auto 1.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list {
		width: 100%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list th {
		vertical-align: middle;
		width: 40%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td {
		vertical-align: middle;
		width: 58%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td label{
		line-height: 2.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td [type="checkbox"] {
		background: #FCFCFC;
		border: 1px solid #666;
	}
	#search_wrap dl.accordion dd a.clear_btn {
		text-align: center;
		padding: 1.6em 0;
		display: block;
		color:#666;
	}
	#search_wrap dl.accordion dd a#refine_btn {
		width: 60%;
		margin: 0 auto;
		background: #000;
		color: #FFF;
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 1em;
	}
}

@media print, screen and (min-width: 769px) {
	#search_wrap {
		color: #FFF;
		width: 800px;
		margin: 0 auto 40px;
	}
	#search_wrap dl.accordion {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		background: #f3f3f3;
		color: #666;
	}
	#search_wrap dl.accordion dt {
		text-align: center;
		font-size: 110%;
		padding: 1.2em 0;
	}
	#search_wrap dl.accordion dt.arrow_below:after {
		right: 25%;
	}
	#search_wrap dl.accordion dd {
		display: none;
		padding: 1.0em 0 2.4em;
		
	}
	#search_wrap dl.accordion dd .search_box {
		background: #FFF;
		padding: 1.2em 1.6em;
		width: 90%;
		margin: 0 auto 1.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list {
		width: 100%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list th {
		vertical-align: middle;
		width: 20%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td {
		vertical-align: middle;
		width: 75%;
		text-align: left;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td label{
		line-height: 2.2em;
		display: inline-block;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td [type="checkbox"] {
		background: #FCFCFC;
		border: 1px solid #666;
	}
	#search_wrap dl.accordion dd a.clear_btn {
		text-align: center;
		padding: 1.6em 0;
		display: block;
		color:#666;
	}
	#search_wrap dl.accordion dd a#refine_btn {
		width: 60%;
		margin: 0 auto;
		background: #000;
		color: #FFF;
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 1em;
	}

}


/*=============================================
	
	リスト レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_list_wrap {
		background: #F5F5F5;
		padding:3.2em 0;
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
	}
	#report_list_wrap a.to_all {
		color:#333;
		text-decoration: underline;
		margin-top:1em;
		display: inline-block;
	}
	#report_list_wrap dl.report_list {
		background: #FFF;
	}
	#report_list_wrap dl.report_list {
		margin: 0 0 2.4em;
	}
	#report_list_wrap dl.report_list dt {
		padding-top: 100%;
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 2.0em;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 0.8em;
		font-size: 95%;
	}
	#report_list_wrap dl.report_list dd h4 {
		margin: 0 0 0;
		font-size: 100%;
		line-height: 1.8em;
		color: #666;
	}
	#report_list_wrap dl.report_list dd p.lead_text {
		font-size: 95%;
		color: #999;
		word-break: break-all;
	}
	#report_list_wrap dl.report_list dd .icon_movie {
		position: absolute;
		right: 6%;
		top: -24px;
		width: 48px;
	}
}

@media print, screen and (min-width: 769px) {
	#report_list_wrap {
		text-align: left;
		font-size:0;
		background: #F5F5F5;
		padding:60px 0;
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
		font-size: 14px;
	}
	#report_list_wrap a.to_all {
		color:#333;
		text-decoration: underline;
		margin-top:1em;
		display: inline-block;
	}
	#report_list_wrap a.to_all:hover {
		text-decoration: none;
	}
	#report_list_wrap dl.report_list {
		display: inline-table;
		width: 32.9%;
		margin: 0 0.2% 2.4em;
		background: #FFF;
		font-size:12px;
	}
	#report_list_wrap dl.report_list dt {
		padding-top: 65%;
		background-size:100%;	
	}
	#report_list_wrap dl.report_list dt .bg_img {
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 2.0em;
		min-height: 100px;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 0.8em;
		font-size: 95%;
		color: #999;
	}
	#report_list_wrap dl.report_list dd h4 {
		margin: 0 0 0;
		font-size: 100%;
		line-height: 1.8em;
		color: #666;
	}
	#report_list_wrap dl.report_list dd p.lead_text {
		font-size: 95%;
		color: #999;
		word-break: break-all;
	}
	#report_list_wrap dl.report_list dd .icon_movie {
		position: absolute;
		right: 6%;
		top: -24px;
		width: 48px;
	}

}


/*=============================================
	
	下部バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 80%;
		margin: 0 auto;
	}
	#report_bottom ul li {
		margin: 0 0 1.6em;
	}

}

@media print, screen and (min-width: 769px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 720px;
		margin: 0 auto;
		text-align: center;
	}
	#report_bottom ul li {
		display: inline-block;
		float: left;
		width: 45%;
		margin: 0 2%;
	}

}

