@charset "UTF-8";
/* CSS Document */

.project_img, .project_img_rest {
	width: 400px;
	height: 410px;
	overflow: hidden;
}

.project_img_rest{ 
	display: none;
}

.project_img img{
	border: 0;
}

.project_detail {
	vertical-align: bottom;
	width: 150px;
}	

.detailed_info {
	background-image: url(../../images/dot_dashed_vertical_yrep.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	display: block;
	padding: 0 20px;
	margin-bottom: 20px;
}

.ref_title {
	font-weight: bold;
	font-size: 160%;
	color: #0f5082;
}

.ref_title img {
	margin-bottom: 10px;
}

.ref_desc {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font-style: italic;
}

.ref_link a:link, .ref_link a:active, .ref_link a:visited,  {
	display: block;
	font-size: 9px;
	text-decoration: none;
	color: #0f5082;
}

.ref_link a:hover  {
	text-decoration: underline;
	color: #000;
}

div.popup_portfolio { position: absolute; 
	left: 50%;
	top: 50%;
}


.popup_portfolio {
	width: 600px;
	height: 460px;
	overflow: hidden;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -220px;
	border: 5px solid #e3e3e3;
	background-color: #fff;
	z-index: 3;
}

body > div.popup_portfolio { position: fixed; }


.fader {
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	cursor: pointer;
}

.nav {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	display: none;
	position: relative;
	top: 430px;
	left:180px;
	z-index: 20;
	background-color: #e3e3e3;
	width: 100px;
	text-align: center;
	padding: 10px;
}

.close_btn_wrapper {
	position: absolute;
	top: 0px;
	left: 560px;
	padding: 10px;
	float:right;
	cursor: pointer;
	z-index: 3;
}

.close_btn {
	display: block;
	width: 16px;
	height: 16px;
	border: 0;
	background-image: url(ui/images/ui-icons_454545_256x240.png);
	background-repeat: no-repeat;
	background-position: -32px -192px;
}
