@charset "UTF-8";

/*-------------------------------------------
photo-imagebox
-------------------------------------------*/
#photo-imagebox {
	width: 100%;
	height: 300px;
	margin:-300px 0 0;
	position:relative;
	z-index:-10;
	overflow:hidden;
}

#photo-imagebox  img {
	width:100%;
	height:auto;
}

#photo-imagebox h2 {
	display: none;
/*	position: absolute;
	top:300px !important;
	width: 100%;
	text-align: center;
	z-index:100;
	font-size: 3.5em;
	color: #ffffff;
	font-weight: normal;
	line-height: 2em;*/
}
.flexslider {
	height:300px !important;
}
.flexslider li {
	height:300px !important;
}

#header {
	height:300px;
}

.content {
	margin-right:10px;
}

.require {
	background: #d23232 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 2.25;
    padding: 3px 10px;
}