@charset "utf-8";

#pc-desc {
	display: block;
}
.bkctn .ctnbt {
	background: #f4f4f4;
	border-radius: 0 0 0 0;
	text-align: left;
	padding: 0rem 0 0.5rem 0;
}
.bkctn .ctntop {
	background: #dfdfdf;
	border-radius: 0 0 0 0;
	text-align: left;
	padding: 0rem 0 1.0rem 0;
}	
.bkctn .ctnbt h2 {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 0 0 0 0;
	background: #444;
	color: #fff;
	padding: 10px 10px;
	font-weight: 300;
}				
.bkinfo {
	text-align: center;
	margin:0;
}
.bkctn .ctntop .topinfo {
	padding: 10px 10px;
	margin-top: 1.0rem;
	font-size: 14px;
	font-weight: bold;
}
.bkctn .ctnbt .topinfo {
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 300;
}
#pc-desc { display:block }
#mo-desc { display:none }
@media (max-width: 768px) {
	#pc-desc { display:none }
	#mo-desc { display:block }
	.bkctn .ctntop .topinfo {
		font-size: 14px;
	}
}
.h1cut { width:80%; margin:0 auto; }