@charset "UTF-8";

#container {
	position: relative;
}


section#home {
	position: relative;
	height: 100px;
	border-bottom: solid 1px #008d54;
	margin: 0;
}


section#left-menu {
	width: 100%;
	background-color: #fff;
}


section#left-menu>#breadcrumb-list {
	font-size: 0.8rem;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	background-color: #ebf4ce;
}
section#left-menu>#breadcrumb-list>a:link , 
section#left-menu>#breadcrumb-list>a:visited {
	color: #000;
	text-decoration: none;
}
section#left-menu>#breadcrumb-list>a:hover , 
section#left-menu>#breadcrumb-list>a:active {
	color: #000;
	text-decoration: underline;
}


section#left-menu>ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}

section#left-menu>ul>li {
	float: left;
	margin: 0 20px 8px 0;
	font-size: 0.9rem;
}

section#left-menu>ul>li>a {
	background: url('../images/left-menu-mark.png') 0px 4px no-repeat;
	padding-left: 20px;
	background-size: 16px auto;
	display: inline-block;
}

section#left-menu>ul>li>a:link , 
section#left-menu>ul>li>a:visited {
	color: #000;
	text-decoration: none;
}
section#left-menu>ul>li>a:hover , 
section#left-menu>ul>li>a:active {
	color: #000;
	text-decoration: underline;
}


section#right-contents {
	margin: 40px auto 0 auto;
	padding: 0 0 60px 0;
	width: 100%;
	background-color: #fff;
}


section#banner {
	clear: left;
	background-color: #ebf4ce;
	padding: 15px 0;
}

section#banner ul {
	list-style-type: none;
	width: 194px;
	margin: 0 auto;
}

section#banner ul li {
	margin: 0 0 15px 0;
	width: 194px;
	height: 161px;
	position: relative;
}

section#banner ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

section#banner ul li span {
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: normal;
	padding: 15px 0 0 0;
	width: 191px;
	height: 53px;
	line-height: 1.6rem;
	position: absolute;
	left: 1px;
	bottom: 1px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.65);
}

section#banner ul li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}






@media print, screen and (min-width:450px) {

	section#banner {
		padding: 0;
	}
	
	section#banner ul {
		width: 403px;
	}
	
	section#banner ul li {
		float: left;
		margin: 15px 15px 15px 0;
	}
	
	section#banner ul li:last-child {
		margin-bottom: 15px;
	}

}


@media print, screen and (min-width:470px) {

	section#left-menu>ul {
		list-style-type: none;
		margin: 0 0 0 5rem;
	}
	

}


@media print, screen and (min-width:672px) {


	section#right-contents {
		margin: 40px auto 0 auto;
		padding: 0 0 60px 0;
		width: 670px;
		background-color: #fff;
	}
	
}




@media print, screen and (min-width:820px) {

	section#home {
		position: relative;
		height: 100px;
		border-bottom: solid 1px #008d54;
		margin: 0 0 30px 0;
	}
	
	section#left-menu {
		width: 670px;
		background-color: #fff;
	}
	
	section#left-menu>#breadcrumb-list {
		font-size: 0.8rem;
		padding: 0;
		margin: 0 0 20px 20px;
		background-color: transparent;
	}

}


@media print, screen and (min-width:1000px) {

	section#left-menu {
		float: left;
		width: 267px;
		background-color: #fff;
	}
	
	section#left-menu>#breadcrumb-list {
		font-size: 0.8rem;
		margin: 0 0 20px 10px;
	}
		
	section#left-menu>ul {
		list-style-type: none;
		margin: 0 0 0 3rem;
	}
	
	section#left-menu>ul>li {
		float: none;
		margin: 0 0 8px 0;
	}
	

	section#right-contents {
		float: left;
		margin: 40px 0 0 0;
		border-left: solid 1px #008d54;
	}
	

	section#banner {
		position: absolute;
		left: 0;
		top: 300px;
		width: 194px;
		margin: 0 0 50px 3rem;
		background-color: transparent;
	}

	section#banner ul {
		list-style-type: none;
		width: auto;
		margin: 0;
	}
	
	section#banner ul li {
		margin: 0 0 15px 0;
		width: 194px;
		height: 161px;
		position: relative;
	}

}
