@charset "UTF-8"; 
#cms_detail table#main_table {
	width: 100%;
}

#cms_detail .hPhotoTable {
	display: block;
	width:84%;
}
#cms_detail .hTableCell {
	display: inline-block;
	vertical-align: top;
	width:28%;
	padding: 5px;
}
#cms_detail .hTableCell img {
	width: 100%;
}
/* 981以上1440以下、PC */
@media screen and (min-width:1101px){
	
}

@media screen and (min-width:701px) {
	#cms_detail .tRow.history img {
		width: auto;
		height: 300px;
	}
	#cms_detail .tRow.history {
		margin-bottom: 0px;
	}
	#cms_detail .tRow.history p{
		margin-bottom: 0px;
	}
}


/* 641以上980以下、タブレット */
@media screen and (min-width:701px) and (max-width:1100px){

}

/* 640以下、SP */
@media screen and (max-width:700px){
	#cms_detail .tRow.history img {
		width: auto;
		height: 300px;
	}
	#cms_detail .tRow.history {
		margin-bottom: 0px;
	}
	#cms_detail .tRow.history p{
		margin-bottom: 0px;
	}
	#cms_detail .hPhotoTable {
		display: block;
		width:100%;
	}
	#cms_detail .hTableCell {
		display: inline-block;
		vertical-align: top;
		width:48%;
		box-sizing:border-box;
		padding: 5px;
	}
	#cms_detail .hTableCell img {
		width: 100%;
	}
	
	
	
}
