@charset "utf-8";

@import "/keigen/common/css/reset.css";
@import "/keigen/common/css/common.css";
@import "/keigen/common/css/default.css";
@import "/keigen/common/css/phone.css";
@import "/keigen/interview/css/interview.css";
@import "/keigen/interview/css/phone.css";

html {
	zoom: 80%;
}

body {
	font-size: 11px !important;
}

#wrapper {
	background-color:#95CB23;
	text-align:left;
}

#wrapperInner {
	border: none;
}

#headertop {
	display: none;
}

#header {
	background-color:#FFF;
    padding: 5px 20px;
}

h1 img {
	width: 80%;
}

#headerTitle {
	text-align: right;
	padding: 0;
}

#headerTitle img {
	width: 70%;
}

#container {
	background:none;
	padding-bottom:0;
}

#content {
	float:none;
	width:auto !important;
	background-color:#FFF;
}

#contentMainTitle {
	width: 40%;
}

#contentMainTitle img {
	width: 100%;
}

#contentMainImage {
	width: 40%;
}

#contentMainImage img {
	width: 100%;
}

.contentImage img {
	width: 80%;
}

#contentTop {
	float:none;
	margin:0 auto;
	background-color:#FFF;
}

#contentBack {
	display: none;
}

#side {
	display:none;
}

#footerAddress {
    left: 45%;
}

#footerAddress ul {
	display: none;
}

#footerCopyright {
    width: 45%;
}

#topTitle {
	width: 45%;	
}

#topImage {
	width: 45%;
}

.topIndex1 {
	width: 50%;
}

.topIndex2 {
	width: 50%;	
}

