@charset "utf-8";
#main section .item a img {
  float: left;
  height: 140px;
  width: 140px;
}

#main section .item figcaption {
  float: right;
  width: 500px;
}

#main section .item figcaption h3 {
  background-image: none;
  padding: 5px 0px 10px;
  margin-bottom: 0px;
}

#main section .item figcaption h3::before {
  content: none;
}
#main section .item {
  clear: none;
  padding-bottom: 20px;
  width: 660px;
  display: block;
}


/***********************************************/


/* clearfix                                */


/***********************************************/

.item:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


/* Hides from IE Mac */

* html .item: {
  height: 1%;
}

.item: {
  display: block;
}


/* End Hack */

#main section p {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #main section .item {
    width: 100%;
  }
  #main section .item figcaption {
    width: 100%;
    float: none;
	}
	#main section .item figcaption h3 {
		text-align: center;
	}
  #main section .item > a {
		width: 100%;
		margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  #main section .item a img {
    float: none;
    width: 100%;
    max-width: 580px;
    height: 100%;
    margin: auto;
	}
}
