a{
	text-decoration: none;
}
.thumbnails {
	margin:0 auto;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {

}
.row-fluid p{
	background-image: url(../images/qa_img2.png);
	background-repeat: no-repeat;
	height:200px;
	padding:40px 0 0 200px;
	line-height:24px;
font-size:16px;
}
.thumbnails li:visited{
	background-color: #fFF;

}
.thumbnails .tad{
	background-color: #dbe2ed;

}

.thumbnails li{
	width:200px;
	font-size: 18px;
	height:88px;
	padding:20px;
	color: #000;
	background-color: #f2f2f2;
	background-image: url(../images/qa_img.png);
	background-repeat: no-repeat;
	background-position: 120px 10px;
}

.thumbnails li h1{
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;	color: #000;
	padding:20px 0 0 0;
}
.thumbnails li h1 a{

	text-decoration: none;
}
.thumbnails li {
  float: left;
  margin-bottom: 8px;
  margin-left: 20px;
}
.thumbnails li:hover{
	background-color: #dbe2ed;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

a.fluid-link {
	font-size: 12px;
    font-family: 'Raleway';
    padding: 6px 13px;
    letter-spacing: 1px;
    color: #FFF;
    border: 1px solid #cbcbcb;
    margin: 6px 10px;
    background-color: #5271a5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.thumbnails li{
	width: 160px;
}

}
@media screen and (min-width: 700px) and (max-width: 768px) {
	.thumbnails li{
		width: 40%;
	}

	.row-fluid p {
	    background-image: url(../images/qa_img2.png);
	    background-repeat: no-repeat;
	    height: 255px;
	    padding: 0px 0 30px 200px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.row-fluid {
    height: auto;
	}

}
@media screen and (min-width: 320px) and (max-width: 700px) {
	.thumbnails li{
		width: 235px;
	}

	/**問答集**/
	.row-fluid p {
    padding: 12px 0 56px 15px;
    line-height: 28px;
    font-size: 16px;
    width: 83%;
    height: auto;
    display: inline-block;
	}

	.row-fluid {
    width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px) {
	.gd-expander{
	float:left;
	width:100%;
	}
	.gd-expander .gd-inner{
	float:left;
	width:320px;
	padding:0 10px;

	}
	.thumbnails li {
	    margin-bottom: 8px;
	    margin-left: 8px;
	}
	.thumbnails li {
	    width: 86%;
	}
	.gd-inner {
	float:left;
	width:100%;
	}

	.row-fluid p {
    padding: 23px 0 56px 15px;
    line-height: 28px;
    font-size: 16px;
    width: 83%;
    height: auto;
    display: inline-block;
	}

}