@charset "utf-8";

/* side
---------------------------------------- */
@media screen and (max-width:800px) {
	#side ul.selfeel>li:nth-child(1){
		display: none;
	}
	#side ul.selfeel>li:nth-child(2){
	}
	#side ul.selfeel>li:nth-child(3){
		float: right;
	}
	#side ul.selfeel>li:nth-child(4){
		float: right;
	}
	#side ul.selfeel>li:nth-child(5){
		float: right;
	}
	#side ul.selfeel>li:nth-child(6){
		float: right;
	}
}

/* footer
---------------------------------------- */
footer #footer_inc{
	padding:25px 0 5px 0;
}
footer nav ul.leftside{
	padding-left:35px;
	float: left;
	margin-left: 80px;
}
footer .company h5 {
    margin-bottom: 10px;
}
footer .company img {
    max-width: 310px;
}
@media screen and (max-width:900px) {
	footer #footer_inc{
		padding:0;
	}
	footer nav ul.leftside{
		float: none;
		width: 100%;
		padding:0px;
		margin: 0px;
	}
	footer nav ul li{
		border-left:1px solid #80BBB8;
		border-bottom:none;
	}
	footer nav ul li.long{
		width:100%;
	}
	footer nav ul li.left{
		border-left:none;
	}
	footer nav ul li:first-child{
		border-bottom:1px solid #80BBB8;
		border-left:none;
	}
}

/* content
---------------------------------------- */


