<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";

/*
 Recommend Page
*/

/* =========================================
recommend
========================================= */
.recommend-area {
}
.recommend-lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.recommend-area section {
  padding: 40px 0;
  border-top:1px solid #d3cece;
  text-align: center;
}
.rec-logo {
  margin-bottom: 20px;
}
.recommend-area h2.rec-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rec-time {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rec-time span {
  font-size: 13px;
}
.rec-lead {
  font-size: 16px;
  margin-bottom: 30px;
}
.rec-info {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rec-program {
  overflow: hidden;
}
.rec-program li {
  float: left;
  width: 252px;
  margin: 0 14px 20px;
}
.rec-program li:nth-child(3n+1) {
  clear: both;
}
.rec-program li p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
.rec-program-img img {
  width: 100%;
  height: auto;
}
.rec-program-ttl {
  font-weight: bold;
}
.rec-program-text {
  position: relative;
  overflow: hidden;
  max-height: 2.8em;
  font-size: 14px;
  line-height: 1.4;
}
.rec-program-sub {
}
.rec-program-fuki span.fuki-text {
  padding-left: 5px;
  font-size: 13px;
}
.rec-btn {
  overflow: hidden;
}
.rec-btn a {
  float: right;
  width: 280px;
  color: #fff;
}

/*プラチナシネマ*/
.recommend-platinum .rec-logo img {
  width: 290px;
  height: auto;
}
.recommend-platinum .rec-program-ttl a,
.recommend-platinum .rec-program-ttl a:hover {
  color: #122a65;
}
.recommend-platinum .btn-medium {
  background: #122a65;
}

/*解放区*/
.recommend-kaihouku .rec-logo img {
  width: 300px;
  height: auto;
}
.recommend-kaihouku .rec-program-ttl a,
.recommend-kaihouku .rec-program-ttl a:hover {
  color: #c40209;
}
.recommend-kaihouku .btn-medium {
  background: #c40209;
}

/*ウエスタン*/
.recommend-western .rec-logo img {
  width: 330px;
  height: auto;
}
.recommend-western .rec-program-ttl a,
.recommend-western .rec-program-ttl a:hover {
  color: #8f0000;
}
.recommend-western .btn-medium {
  background: #8f0000;
}

/*アメコメ*/
.recommend-comedy .rec-logo img {
  width: 300px;
  height: auto;
}
.recommend-comedy .rec-program-ttl a,
.recommend-comedy .rec-program-ttl a:hover {
  color: #e33a85;
}
.recommend-comedy .btn-medium {
  background: #e33a85;
}

/*レトロハリウッド*/
.recommend-retro-hollywood .rec-logo img {
    width: 330px;
    height: auto;
}

/*火曜吹替ロードショー*/
.recommend-kayou-fukikae-roadshow .rec-logo img {
    width: 240px;
    height: auto;
}

/*ザ・シネマ二番館*/
.recommend-the-cinema-nibankan .rec-logo img {
    width: 240px;
    height: auto;
}


/*吹き替えシネマ*/
.recommend-fukikae .rec-logo img {
  width: 300px;
  height: auto;
}
.recommend-fukikae .rec-program-ttl a,
.recommend-fukikae .rec-program-ttl a:hover {
  color: #7a5c44;
}
.recommend-fukikae .btn-medium {
  /*background: #7a5c44;*/
  color: #1c1c1c;
}

.article-list {
  overflow: hidden;
}
.article-list li {
  float: left;
  width: 252px;
  margin: 0 14px 20px;
}
.recommend-fukikae .article-list-img{
  width: 100%;
}
.article-list li:nth-child(3n+1) {
  clear: both;
}
.recommend-fukikae .rec-info{
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: normal;
}
.article-list .article-list-ttl{
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
}
.program-img-inner{
  margin-bottom: 5px;
}
.article-list .program-img-inner img{
  width: 100%;
}
.recommend-fukikae .article-list a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
.recommend-lead {
  margin-bottom: 30px;
}
.recommend-area section {
  padding: 20px 0;
}
.rec-name {
  margin-bottom: 10px;
}
.rec-time {
  font-size: 16px;
  font-weight: bold;
}
.rec-time,
.rec-lead,
.rec-info {
  margin-bottom: 20px;
  text-align: left;
}
.rec-program li {
  float:left;
  width:48%;
  margin:0 0 20px 0;
}
.rec-program li:nth-child(3n+1) {
  clear: none;
}
.rec-program li:nth-child(odd) {
	clear: both;
	margin:0 4% 20px 0;
}
.rec-btn a {
  float:none;
  margin: 0 auto;
}

.article-list li {
  float:left;
  width:48%;
  margin:0 0 20px 0;
}
.article-list li:nth-child(3n+1) {
  clear: none;
}
.article-list li:nth-child(odd) {
	clear: both;
	margin:0 4% 20px 0;
}
.article-list .program-img-inner{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.article-list-img{
  width: 100%;
}

/*プラチナシネマ*/
.recommend-platinum .rec-logo img {
  width: 170px;
  height: auto;
}
/*解放区*/
.recommend-kaihouku .rec-logo img {
  width: 200px;
  height: auto;
}
/*ウエスタン*/
.recommend-western .rec-logo img {
  width: 260px;
  height: auto;
}
/*アメコメ*/
.recommend-comedy .rec-logo img {
  width: 220px;
  height: auto;
}
/*吹き替えシネマ*/
.recommend-fukikae .rec-logo img {
  width: 200px;
  height: auto;
}
}