h3 {
	background: url(../../images/bg-btn2.png);
	height: 55px;
	padding: 0 20px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.titleText {
	display: flex;
}

.logoImage {
	height: 130px;
	padding-left: 20px;
}

li {
	list-style: none;
}

#contents {
	width: 100%;
}

.contentsInfoText {
	width: 950px;
	margin: 0 auto 15px;
}

.contentsInfoText.lnk {
	text-align: right;
}

.box .contentsInfoText:nth-child(2) {
	margin-bottom: 0;
}

.box .contentsInfoText:nth-child(3) {
	margin-bottom: 0;
}

.box .contentsInfoText:nth-child(5) {
	text-align: right;
	font-size: 12px;
}

.contentsInfoLink:before {
	content: "\25b8";
}

#contentsSearch {
	width: 690px;
	height: 100px;
	background: #f4f4f4;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#searchForm {
	width: 465px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.contentsSearchForm {
	height: 100%;
	border: none;
	border-radius: 5px 0 0 5px;
	width: 360px;
	border: 1px solid #919191;
	text-indent: 20px;
	font-size: 16px;
	outline: none;
	letter-spacing: .04em;
}

.contentsSearchButton {
	height: 100%;
	border: none;
	padding: 0;
	width: 105px;
	background: url(../../images/a-3-search.png) no-repeat center center
		#4c4b48;
	color: #fff;
	white-space: nowrap;
	border-radius: 0 5px 5px 0;
	border: 1px solid #919191;
	border-left: none;
	color: transparent;
	outline: none;
	cursor: pointer;
}

.box .contentsInfoText:nth-child (3) {
	text-align: right;
	font-size: 12px;
}

.gaibuIcon01_:before {
	content: url(../../images/ico-gaibu01.png);
	padding-right: 5px;
}

#tabList {
    margin: 0 auto 100px;
    background-position: right bottom;
}

#tabList h5 {
    padding: 5px;
    font-weight: bold;
    font-size: 22px;
}

#tabList .subtitleText {
    padding: 5px 5px 20px 5px;
    border-bottom: 1px solid gray;
}

#tabList p.spaceBottom {
    padding: 5px 5px 20px 5px;
}

#tabList p.fromText {
    margin-top: 5px;
}

#tabList .tab ul {
	display: flex;
}

#tabList .tab ul li {
	flex-grow: 1;
}

#tabList .tab a.tabBtn {
	background: #7a7a7a;
	color: #fff;
	font-size: 14px;
	height: 50px;
    line-height: 50px;
	border: none;
	margin: 0;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	position: relative;
    width: 195px;
    border: 1px solid #7a7a7a;
    border-bottom: none;
}

#tabList .tab a.active {
	opacity: 1.0;
}

#tabList .tab a {
	opacity: 0.4;
}

#tabList .tab ul li:nth-child(1) a {
    background: url(../../images/movie/hikidasu/btn01.png);
    display: block;
  	width: 100%;
}

#tabList .tab ul li:nth-child(2) a {
    background: url(../../images/movie/hikidasu/btn02.png);
    display: block;
  	width: 100%;
}

#tabList .tab ul li:nth-child(3) a {
    background: url(../../images/movie/hikidasu/btn03.png);
    display: block;
  	width: 100%;
}

#tabList .tab a.tabBtn:hover {
	opacity: 0.9;
}

#tabList .list {
    border: 1px solid #9E9E9E;
    padding: 30px;
}

#tabList .list > div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

#tabList .list .thumImages {
    padding: 50px 0 0;
}

#tabList .list .movieTitle {
    padding: 25px 0 0;
}

#tabList .list div > div {
    padding: 0 10px;
    width: 32%;
}

#tabList .list div div ul li {
	padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    border-bottom:2px dotted #808080;
}



#filtering {
  margin-top: 40px;
}

#filtering ul {
  display: flex;
  justify-content: center;
}

#filtering li {
  text-align: center;
  color: #fff;
  width: 161px;
  line-height: 41px;
  list-style: none;
  background: #6d6d6d;
  margin: 0 10px;
}

#filtering li a {
  color: #fff;
  width: 161px;
  line-height: 41px;
  display: block;
  text-decoration: none;
}

#filtering li.current {
  cursor: pointer;
  background: url(../../images/bg-btn02.png);
}

#tabList > .initHide {
	display: none;
}

.list.initHide li {
    /* text-indent: -3em; */
    /* padding-left: 3em; */
}

.right {
	text-align: right;
}

.images {
	height: 150px;
	border-radius: 20px;
}

.thumImages .thumImage p {
	font-size: 15px;
	text-align: right;
	padding-bottom: 20px;
}