@charset "utf-8";

/* ------ サイトマップ ------ */
#footer {
	border-top: solid 4px #0168b7;
	line-height: 1.5;
	background: #ffffff;
}

#footer a {
	text-decoration: underline;
}

#footer #site_map {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	overflow: hidden;
	clear: both;
	overflow: hidden;

}

#footer #site_map div {
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	width: 231px;
}


#footer #site_map div.m_td {
	display: table-cell;
}

#footer #site_map div.site_map_a {
	border-right: solid 1px #939393;
}

#footer #site_map div.site_map_a ul li,
#footer #site_map div ul li {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1.4em;
}

#footer #site_map div.site_map_a ul li {
	margin-right: 11px;
}

#footer #site_map div.site_map_a ul li.m_top,
#footer #site_map div ul li.m_top {
	margin-top: 0;
}

#footer #site_map div.site_map_a ul li ul li,
#footer #site_map div ul li ul li {
	font-weight: normal;
	margin-left: 1em;
	margin-top: 0;
}

/* ------ インフォメーション ------ */
#footer #info {
	position: relative;
	border-top: solid 2px #0168b7;
	padding: 20px;
	font-size: 1.2em;
	color: #959595;
	clear: both;
	overflow: hidden;
	zoom: 1;
	min-height: 75px;
	height: 75px;
}

#footer #info #links {
	margin-bottom: 1.4em;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#footer #info #links ul li {
	display: block;
	float: left;
	margin-right: 6px;
}

#footer #info #links ul li a {
	padding-right: 6px;

}

#footer #info #links ul li.last {
	padding-right: 0;
}

#footer #info #links ul li.last a {
	padding-right: 0;
	border: none;
}

/* ------ プライバシーポリシーマーク ------ */
#privacymark {
	position: absolute;
	top: 30px;
	right:1px;
}

/***************************************
  調整
***************************************/

#header,
#footer {
    font-size: 80%;
}

#header #header_navi #langchooser ul li a {
    text-decoration: none;
}
