@charset "UTF-8";
/*---------------------------------
Travel Spice index styleSheet
----------------------------------*/
/*オススメのツアー*/
#recommendTour section{
  margin-bottom: 2em;
}
#recommendTour section h3{
  margin-bottom: 0.5em;
  line-height: 1.2;
}

/****indexのテキスト****/
#recommendTour p{
  margin-bottom: 0.3em;
}
/****indexのテキストここまで****/

#recommendTour .pic{
  text-align: left;
}
#recommendTour .more{
  text-align: right;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 31.25em) {  /*500px*/
  /*オススメツアー*/
  #recommendTour .pic {
    overflow: hidden;
    float: left;
    width: 220px;
  }
  #recommendTour .pic img {
    max-width: none;
    margin-left: -40px;
  }
  #recommendTour p {
    margin-left: 230px;
  }
  #recommendTour .more {
    clear: left;
  }
  /*topics*/
  #topics .topicPic img {
    float: right;
    width: 50%;
    margin: 0 0 1em 1em;
  }
}
@media only screen and (min-width: 41.875em) {  /*670px*/
  /*オススメツアー*/
  #recommendTour section {
    position: relative;
    float: left;
    width: 31.6239%;
    /*370px(4column)/1170px*/
    margin-right: 2.5641%;
    /*30px/1170px*/
  }
  #recommendTour section:last-child {
    margin-right: 0;
  }
  /*old IE*/
  .ie8 #recommendTour section{
    margin: 0 0.8547%;
    /*10px/1170px*/
  }
  .ie7 #recommendTour section{
    margin: 0 0.7800%;
    width: 31.5542%;
  }
 #recommendTour section h3{
   margin-top: 40%;
   padding-top: 10px;
 }
  #recommendTour .pic {
	position: absolute;
	top: 2px;
	overflow:visible;
	float: none;
	width: 100%;
	left: -3px;
  }
  #recommendTour .pic img {
    max-width: 100%;
    margin-left: 0;
  }
  #recommendTour p {
    margin-left: 0;
  }
  /*topics*/
  #topics article h3,
  #topics article:target h3{
    border: none;
    background: transparent;
  }
  .ie8 #topics article h3{
    border: none;
    background: transparent;
  }
  #topics article h3 a,
  #topics article:target h3 a{
    padding: 0;
    background: none;
    color: #333;
    cursor: default;
  }
  .ie8 #topics article h3 a{
    padding: 0;
    background: none;
  }
  #topics article .inner{
    display: block;
  }
  .topicVideo .inner .video {
    float: right;
    width: 48.7179%;
    /*570px(6column)/1170px*/
  }
  .topicVideo .inner p {
    float: left;
    width: 48.7179%;
    /*570px(6column)/1170px*/
  }
  #topics .topicPic img {
    width: auto;
  }
}

@media only screen and (min-width: 56.25em) {  /*900px*/
  /*オススメツアー*/
  #recommendTour section {
    width: 31.0344%;
    /*270px/870px*/
    margin-right: 3.4482%;
    /*30px/870px*/
  }
  /*old IE*/
  .ie8 #recommendTour section{
    margin: 0 1.1494;
    /*10px/870px*/
  }
  .ie7 #recommendTour section{
    width: 30.9788%;
   margin: 0 1.0938;
  }
  /*topics*/
  .topicVideo .inner .video {
    float: right;
    width: 54.0229%;
    /*470px/870px*/
  }
  .topicVideo .inner p {
    float: left;
    width: 42.5287%;
    /*370px/870px*/
  }

}
