@charset "UTF-8";

.list-detail{
	width:96%;
	margin: 0 auto;
}

.list-title{
	margin-bottom:10px;
}

.list-img{
	text-align:center;
	margin: 0 auto 20px;
	
}

.list-img img{
	width: auto;
	max-width:80%;
}

.txtWrap strong{
	font-weight: bold!important;	
}




@media screen and (min-width:767px) {
	.list-detail{
		width:1000px;
	}

	.list-img{
		text-align:center;
		margin-bottom:30px;
	}
}