#external-box {
	max-width: 1170px;
	min-width: 1000px;
}
#internal-box {
	width: 980px;
	max-width: 1170px;
}
#top-header {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	/*border: 1px solid #333;*/
	float: right !important;
}

#top-header .desktop {
	display: block;	
}
#logo {
	top: 12px; left: 0;
	width: auto !important;
	height: auto !important;
}
	#logo .logo-head {
		width: 72px; height: 63px;
		background-size: 72px 63px;
	}
	#logo .logo-text {
		width: 153px; height: 27px;
		background-size: 153px 27px;
		top: 14px; left: 80px; 
	}
	#logo .logo-payoff {
		top: 45px; left: 80px;		
		font-size: 9px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}






#page {
	float: left;
	width: 640px;
	margin-left: 0;
}
.home #page {
	padding-top: 30px;
}



#menu-review {
}
	#menu-review-title {
		padding: 10px 15px 7px 15px;
	}	
	
	#menu-review ul {
		float: left;
	}
		#menu-review ul li {
			width: 25%;
		}
			#menu-review ul li a {
				background-position: 10px 6px;
				padding: 10px 15px 7px 40px;
			}
				#menu-review ul li a:hover {
					background-position: 10px -60px;
				}
				#menu-review ul li a span {
				}
			
	

/*
FROM GENERAL STYLE
*/
.postlist { 
}
.postlist .postlist-thumb {
	width: 200px;
}
.postlist .postlist-thumb img {
	width: 200px;
	height: 200px;
}
.postlist-content {
	margin-left: 210px;
}