@charset "UTF-8";

.detail img{
	max-width: 100%;
	height: auto !important;
}

.detail p{
    margin-bottom: 20px;
}

.detail em{
	font-style: italic;
}

.detail h1{
    font-size: 44px;
    font-weight: bold;
    line-height: 1.4;
}

.detail .nmlTable tbody td {
    vertical-align: middle;
}

@media screen and ( max-width: 767px) {
	.detail p{
	    margin-bottom: 16px;
	}

	.detail h1{
		font-size: 20px;
	    font-weight: bold;
	    line-height: 1.3;
	}
}

#camPanel.panel .panel_image img{
	max-width: 100%;
  }
  
  @media all and (-ms-high-contrast: none){
	#camPanel.panel .panel_image img{
	  max-width: 340px;
	}
  }

.baloonBox_text.detail p:last-child{
    margin-bottom: 0
}
