@charset "utf-8";

#main {
	width: 61%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#sub {
	margin-bottom: 40px;
}


#sub_title {
	font-size: 30px;
	height: 25px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D8AB3;
	padding-top: 70px;
	font-family: Helvetica, sans-serif;
}

#aboutus {
	padding-left: 25px;
	padding-right: 25px;
}


#site_root {
	padding-right: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E4E4E4;
	padding-top: 20px;
	height: 30px;
}

.main_text {
	margin-bottom: 30px;
}
.main_t {
	font-size: 14px;
	color: #5D8AB3;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D8AB3;
}
.work_01 {
	height: 590px;
	width: 560px;
	margin-top: 20px;
}
.work_02 {
	width: 560px;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
	padding: 0px;
}
.work_03 {
	width: 560px;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.work_04 {
	width: 560px;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.work_05 {
	height: 450px;
	width: 560px;
	margin-top: 20px;
}
.work_left {
	float: left;
	width: 100px;
}
.work_right {
	float: left;
	width: 439px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-bottom: 10px;
}

a.performance:link {
	color: #5D8AB3;
	text-decoration: none;
}
a.performance:visited {
	color: #5D8AB3;
	text-decoration: none;
}
a.performance:hover {
	color: #ACC4D9;
	text-decoration: none;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #333;
	font-weight: bold;
}
h3 {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B38A5E;
	color: #B38A5E;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 10px;
}
h4 {
	font-weight: normal;
	color: #5EB362;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5EB362;
	margin-bottom: 0px;
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
}

.gallery {
	height: 60px;
	width: 60px;
	float: left;
	padding: 5px;
}
.work_part_t {
	font-size: 14px;
	color: #5D8AB3;
	margin-top: 30px;
	font-weight: bold;
	clear: both;
}
.work_gallary {
	float: left;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
}
h3 + p {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
}

@media(max-width:599px){
	#main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#sub_title {
		width: 85%;
		padding-left: 5%;
		margin-left: 5%;
		margin-right:5%;
	}
	.main_text {
		width: 100%;
	}
	.work_01,.work_02,.work_03,.work_04,.work_05{
		width: 90%;
	}

	.work_right {
		width: 80%;
		}
}
