﻿@charset "utf-8";

h4, h5, h6 {
	font-size: 0;
}

.prTopTxt {
	line-height: 2.2em;
	margin: 0 5px 22px;
}


.gym_contents {
	overflow:hidden;
	width:705px;
	margin-bottom:60px;
}

.gym_contents .pr_left {
	float:left;
}

.gym_contents .pr_right {
	float:right;
}

.studio_contents {
	overflow:hidden;
	width:705px;
	margin-bottom:60px;
}

.studio_contents .pr_left {
	float:left;
}

.studio_contents .pr_right {
	float:right;
}

.program_box {
	width:344px;
	overflow:hidden;
}

.program_box h5 {
	margin-bottom:15px;
}

.program_box .program_img {
	width:143px;
	float:left;
}

.program_box .program_text {
	width:201px;
	float:right;
	line-height:1.8em;
}

.program_box .program_text div {
	margin-top:15px;
}


@media screen and (max-width: 768px) {
	
	
	.gym_contents {
		overflow:hidden;
		width:100%!important;
		margin-bottom:60px;
	}
	.studio_contents {
		overflow:hidden;
		width:100%!important;
		margin-bottom:60px;
	}
	.program_box {
		width: 100%!important;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	.pr_left { float: none!important;}
	.pr_right { float: none!important;}
	
	.program_img { width:28%!important; }
	.program_img img { width: 100%; height: auto;}
	.program_text { width: 68%!important;}
	
	.program_box h5 {
		width: 100%;
	}
	
	.program_box h5 img {
		 width: 100%;
		height: auto;
	}
	
	
}