@charset "UTF-8";

img {
	border-style: none;
}
.FIXED-BUTTON {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #354f85;
	z-index: 10000;
}
.FIXED-BUTTON .foot_button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 428px;
	background-color: #354f85;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	z-index: 10001;
	overflow: hidden;
}
.FIXED-BUTTON ul {
	margin: 0;
	height: 30px;
	margin-left: -2px;
	padding: 4px 0 0 0 !important;
	list-style: none;
	*zoom: 1; /* IE6 and IE7 */
	background: url(/wm_shared/img/tool/btn_over.png) 6px bottom no-repeat;
}
.FIXED-BUTTON li {
	float: left;
	margin: 0;
	padding: 0 0 0 6px !important;
}
.FIXED-BUTTON li a {
	display: block;
	height: 30px;
}
.FIXED-BUTTON a:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.FIXED-BUTTON li a img {
	vertical-align: bottom;
	border-style: none;
	width: 136px;
	height: 30px;
}
.FIXED-BUTTON .sns_button {
	position: relative;
	margin: 0 4px;
	background-color: #fff;
	text-align: left;
}
.FIXED-BUTTON .sns_button ul {
	padding: 18px 0;
	background-image: none;
}
.FIXED-BUTTON .sns_button li {
	position: relative;
	padding-left: 18px;
}
.FIXED-BUTTON .sns_button a.close {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 21px;
	height: 21px;
	background: url(/wm_shared/img/tool/btn_close_wh_over.png) center center no-repeat;
}
.FIXED-BUTTON .sns_button a.close img {
	width: 21px;
	height: 21px;
}
.FIXED-BUTTON ul:after {
	content: "";
	display: block;
	clear: both;
}
.flow_box {
	position: relative;
	width: 500px;
	height: 330px;
	margin: 0 auto;
	overflow: hidden !important;
}
.flow_box h2 {
	margin: 0;
}
.flow_box h2 img {
	width: 500px;
	height: 45px;
}
.flow_box a.close {
	display: block;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 28px;
	height: 28px;
	background: url(/wm_shared/img/tool/btn_close_bl_over.png) center center no-repeat;
}
.flow_box a.close img {
	width: 28px;
	height: 28px;
}
.flow_box a.close:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.flow_box ul {
	height: 273px;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	border: 2px solid #204497;
	border-top-style: none;
	overflow: auto;
	background-color: #fff;
}
.flow_box li {
	font-size: 80%;
	margin: 10px 12px;
	padding-left: 22px;
	min-height: 16px;
}
#naviBox li {
	background: url(/wm_shared/img/tool/icn_navigation.png) left center no-repeat;
}
#histBox li {
	background: url(/wm_shared/img/tool/icn_history.png) left center no-repeat;
}
.flow_box a:link,
.flow_box a:visited {
	color: #3b4347;
	text-decoration: none;
}
.flow_box a:focus,
.flow_box a:hover,
.flow_box a:active {
	color: #3b4347;
	text-decoration: underline;
}
.fb-like span,
.fb-like iframe {
	width: 97px !important;
	height: 20px !important;
}

* html .FIXED-BUTTON {
	position: absolute;
	height: auto;
	background-color: transparent;
	border-bottom: 4px solid #354f85;
}
* html .FIXED-BUTTON .foot_button {
	position: relative;
	float: right;
	width: 428px;
	margin-bottom: -4px;
}
* html .FIXED-BUTTON .foot_button li {
	width: 136px;
	height: 30px;
}
* html .sns_button {
	width: 416px;
	overflow: hidden;
}
