.info_detail ul li a {
  color: #333;
}

.seller_lists a {
  color: #333;
  text-decoration: none;
  text-align: left;
}

.item_price {
  margin-top: 5px;
  text-align: left;
}

.recommend_lists a {
  color: #333;
  text-decoration: none;
  text-align: left;
}

/* ------------------------------------- 
*	スライダー下バナー
* ------------------------------------- */

#side_banner-container {
  margin-bottom: 10px;
}

#side_banner-container div {
  width: 50%;
 margin-bottom: 6px;
}

.top-line-banner {
  margin-bottom: 10px;
}

/* ------------------------------------- 
*	カレンダー
* ------------------------------------- */


.cal_wrapper {
  max-width: 670px; /* 最大幅 */
  /* min-width: 300px;  */
  margin: 2em auto;
}
 
.googlecal {
  width: 100%;
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}

/* ------------------------------------- 
*	臨時休業
* ------------------------------------- */

.temporary-closed {
  display: block;
  color:  red;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 0.7em;
}

@media (max-width: 768px) {
  .temporary-closed {
    display: none;
  }