@charset "utf-8";
header {
	width: 100%;
	height: 185px;
	position: relative;
}
header.low {
	height: 185px;
}
header.top {
	height: 209px;
}
header #headertop{
	display: table;
	width: 100%;
	height: 20px;
}
header #headertop div{
	display: table-cell;
}
header #headertop div.firstChild{
	background: #c63b14;
}
header #headertop div#headertopbar{
	width: 500px;
	background: url(/images/header/header_bk_top.png);
}
header #headertop div#headertopbar span{
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: bold;
	width: 14em;
}
header #headertop div.lastChild{
	background: #fee101;
}
header img#header_logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 400px;
	height: 70px;
}
header img#header_encho {
	display: block;
	position: absolute;
	top: 38px;
	left: -560px;
	right: 0;
	margin: auto;
	width: 130px;
	height: 74px;
}
header #headernav {
	display: table;
	position: absolute;
	top: 137px;
	left: 0;
	right: 0;
	width: 100%;
	height: 48px;
}
header #headernav div{
	display: table-cell;
	background: #98000c;
}
header #headernav nav{
	display: table-cell;
	width: 1200px;
}
header nav ul {
	margin: 0 auto;
	display: table;
	width: 1200px;
	height: 48px;
}
header nav li {
	display: table-cell;
	background: #98000c;
	/*width: 125px;*/
	padding: 9px 10px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
header nav li.firstChild,
header nav li.lastChild {
	/*width: 124px;*/
}
header nav li.slit {
	display: table-cell;
	padding: 0;
	width: 6px;
	background: url(/images/header/nav_slit.png);
}
header nav li a,
header nav li.firstChild a.parentsLink {
	display: block;
	background: #98000c;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	border-radius: 8px;
	-webkit-radius: 8px;
	-moz-border-radius: 8px;
}
header nav li a:hover,
header nav li.firstChild a.parentsLink:hover {
	background: #7b0007;
}
header nav li a.current,
header nav li.firstChild a.current:hover,
header nav li a.parentsLink {
	background: #7b0007;
}

header #header_qrcode {
	width: 400px;
	height: 95px;
	position: absolute;
	margin: auto;
	top: 30px;
    left: -805px;
    right: 0;
}

header #header_qrcode img {
	/*display: table-cell;*/
}

header #header_torisetu {
	width: 153px;
	height: 91px;
	position: absolute;
	margin: auto;
	top: 30px;
    left:  0px;
    right: -600px;
}

#login_dialog {
	background: url(/images/header/login_dialog.png);
	width: 200px;
	height: 130px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: -1000px;
}
#login_input {
	position: absolute;
	top: 20px;
	left: 10px;
}
button#login {
	position: absolute;
	top: 22px;
	left: 138px;
	min-width: 50px;
	width: 4.1em;
	height: 50px;
	background: #FFF;
	color: #f1841b;
	font-weight: bold;
	font-size: 1.1em;
	white-space: nowrap;
}
#login_dialog div.input{
    display: table;
    margin-top: 3px;
    margin-bottom: 3px;
}
#login_dialog .input label{
    display: table-cell;
    width: 100px;
}
#login_dialog .input input{
    display: table-cell;
    width: 120px;
    height: 1.5em;
    ime-mode: disabled;
}
button#logout {
	position: absolute;
	top: 100px;
	left: 12px;
	width: 176px;
	height: 22px;
	background: #FFF;
	color: #f1841b;
	font-weight: bold;
	font-size: 1.1em;
}
#login_info1 {
	position: absolute;
	top: 26px;
	left: 12px;
	width: 176px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#login_info2 {
	position: absolute;
	top: 57px;
	left: 12px;
	color: #fff;
	line-height: 1.3em;
}
#login_info3 {
	position: absolute;
	top: 70px;
	left: 10px;
	color: #fff;
	line-height: 2em;
}
#login_info2 a,
#login_info3 a {
	color: #fff;
}
