/**
 * utwork styling
 *
 * @since 1.0
 * @version 1.0
*/

/************************************/
/* 映画記事 */
/************************************/
.cinema-rate {
  margin: 14px;
}
.cinema-rate-star {
  float: left;
  /*unicode-bidi: bidi-override;*/
  color: #ddd;
  font-size: 20px;
  line-height: 25px;
  width: 100px;
  position: relative;
  margin: 0 50px;
  padding: 0;
  text-shadow: 0px 1px 0 #ccc;
}
.cinema-rate-star-top {
  color: #ffb400;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.cinema-rate-star-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
.cinema-rate-label {
  color: #ffb400;
  line-height: 25px;
  font-weight: bold;
}

/************************************/
/* Contact Form 7 */
/************************************/
input.wpcf7-form-control.wpcf7-submit {
  background-color: #009d86;
  color: #eee;
  font-size: 1em;
  font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0eb199;
}

/************************************/
/* UtAfBook */
/************************************/
.linkbox {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .linkbox {
    display: table;
  }
  .linkbox-thumb {}
  .linkbox-info {}
}
@media only screen and (min-width: 768px) {
  .linkbox {
    display: table;
  }
  .linkbox-thumb {
    display: table-cell;
    width: 40%;
  }
  .linkbox-info {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .linkbox-thumb-img {
    max-width: 240px;
    max-height: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .linkbox-thumb-img {
    max-width: 320px;
    max-height: 320px;
  }
}

.linkbox {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.linkbox-thumb {
  text-align: center;
}
.linkbox-thumb-img {
  border: none;
}
.linkbox-info {

}

@media only screen and (max-width: 767px) {
  .linkbox-info-base {
    max-height: 200px;
  }
  .linkbox-info-base-mono {
    max-height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .linkbox-info-base {
    height: 200px;
  }
  .linkbox-info-base-mono {
    height: 120px;
  }
}

.linkbox-info-name {
  display: block;
  margin: 0 1%;
  font-size: 20px;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  color: #222;
}
.linkbox-info-bc {
  max-height: 1px;
}
.linkbox-info-btns {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .linkbox-info-btn {
    margin: 1%;
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .linkbox-info-btn {
    margin: 1%;
    width: 30%;
  }
}
.linkbox-info-btn {
  float: left;
  padding: 6px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 0px 0px #c9c1c9;
}
.linkbox-info-btn:hover, .linkbox-info-btn:focus {
  opacity: 0.8;
}
.linkbox-info-btn-orange, .linkbox-info-btn-orange:hover, .linkbox-info-btn-orange:focus {
  color: white;
  background-color: #f79901;
}
.linkbox-info-btn-blue, .linkbox-info-btn-blue:hover, .linkbox-info-btn-blue:focus {
  color: white;
  background-color: #007dcd;
}
.linkbox-info-btn-red, .linkbox-info-btn-red:hover, .linkbox-info-btn-red:focus {
  color: white;
  background-color: #bf0000;
}
.linkbox-info-btn-green, .linkbox-info-btn-green:hover, .linkbox-info-btn-green:focus {
  color: white;
  background-color: #048838;
}
.linkbox-info-btn-pink, .linkbox-info-btn-pink:hover, .linkbox-info-btn-pink:focus {
  color: white;
  background-color: #e60033;
}
.linkbox-info-btn-gray, .linkbox-info-btn-gray:hover, .linkbox-info-btn-gray:focus {
  color: #666;
  background-color: #f8f8f8;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
