@charset "utf-8";

/* -----------------------------------------------------------------------------
 Breadcrumb
----------------------------------------------------------------------------- */
#breadcrumb {
	font-size:0.85em;
	width:940px;
	margin:0 auto;
	padding:7px 0;
	text-align:left;
}

#breadcrumb .login {
	width:120px;
	text-align:right;
	float:right;
}

#breadcrumb .login img {
	margin-right:5px;
	vertical-align:top;
}

#breadcrumb .login a {
	color:#515151;
	text-decoration:none;
}
#breadcrumb .login a:hover {
	color:#E32828;
	text-decoration:none;
}

#breadcrumb .bc {
	margin-right:120px;
}

#breadcrumb .bc img {
	width:78px;
	vertical-align:top;
}

#breadcrumb .bc a {
	color:#515151;
	text-decoration:underline;
}
#breadcrumb .bc a:hover {
	color:#E32828;
	text-decoration:none;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
#header-area {
	width:940px;
	margin:0 auto;
	/* background-color:#FFFFFF; */
	border-top:3px solid #af8912;
	text-align:left;
}

#header-area h1 {
	font-size:1.85em;
	font-weight:normal;
	padding:25px 25px 23px;
}

#header-area .main-img {
	position:relative;
}

#header-area .main-img img {
	display:block;
}

#header-area .main-img .ico {
	position:absolute;
	top:2px;
	right:3px;
	width:55px;
}
#header-area .main-img .ico img {
	width:55px;
}


/* -----------------------------------------------------------------------------
 responsive
----------------------------------------------------------------------------- */
@media screen and (max-width:640px){

#breadcrumb {
	font-size:0.65em;
	width:auto;
	padding:7px 10px;
}

#breadcrumb .login {
	width:100px;
}

#breadcrumb .bc {
	margin-right:100px;
}

#breadcrumb .bc img {
	width:55px;
	vertical-align:top;
}

#header-area {
	width:auto;
}

#header-area h1 {
	font-size:1.45em;
	padding:10px 10px 8px;
}

#header-area .main-img .ico {
	width:39px;
}
#header-area .main-img .ico img {
	width:39px;
}

}







