@charset "UTF-8";
/* ------------------------------------
	* footer
* ------------------------------------ */
div#footerWrapper {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 150px;
	background-color: #013b96;
}

footer#footer {
	margin: 0px auto;
	padding: 0px 12px;
	padding-top: 20px;
	padding-bottom: 13px;
	position: relative;
	width: 1000px;
	color: #fff;
	font-size: 12px;
}
footer#footer .list_link {
	padding-bottom: 50px;
	overflow: hidden;
	*zoom: 1;
}
footer#footer .list_link li {
	padding: 0px 11px;
	border-left: 1px solid #3462ab;
	float: left;
	text-align: center;
}
footer#footer .list_link li:first-child {
	padding-left: 0px;
	border-left: none;
}
footer#footer .list_link a {
	color: #fff;
}
footer#footer .note {
	margin-bottom: -1.5em;
	padding-right: 1em;
	line-height: 1.5;
	position: relative;
	text-align: right;
}
footer#footer small#siteCopyright {
	line-height: 1.5;
}
footer#footer .btn_pagetop {
	position: fixed;
	right: 20px;
	bottom: 7px;
	z-index: 10;
}
* html footer#footer .btn_pagetop {
	position: absolute;
}
/* ------------------------------------
	* pattern_footer02
* ------------------------------------ */
div#footerWrapper.pt_footer2{
	height: 264px;
}
div#footerWrapper.pt_footer2.pt_3{
	height: 225px;
}
.pt_footer2 footer#footer{
	margin:0;
	padding:0;
	width: auto;
	color: #000;
}
.pt_footer2 footer#footer .footer_content{
	padding-top:20px;
	padding-bottom:10px;
	border-top:1px solid #e6e8ec;
	background-color: #ffffff;
}
.pt_footer2 footer#footer .footer_content ul.list_link{
	margin:auto;
	padding-bottom: 0;
	width:1000px;
	overflow:hidden;
}
.pt_footer2 footer#footer .footer_content ul.list_link li{
	margin-bottom:10px;
	margin-right:12px;
	padding-left:0;
	padding-right:0;
	border:none;
	float:left;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a{
	padding-left: 24px;
	background-image: url("/shared/images/icon/arr_link_blue.png");
	background-position: 0 1px;
	background-repeat: no-repeat;
	display: inline-block;
	height: auto !important;
	line-height: 1.5;
	min-height: 17px;
	vertical-align: middle;
	color:#000;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a:hover{
	color:#013b96;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a.facebook_link{
	padding-left: 50px;
	background-image: url("/static/shared/images/icon/icn_facebook.png");
	line-height: 3;
	min-height: 40px;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a.twitter_link{
	padding-left: 50px;
	background-image: url("/static/shared/images/icon/icn_twitter.png") ;
	line-height: 3;
	min-height: 40px;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a.line_link{
	padding-left: 50px;
	background-image: url("/static/shared/images/icon/ico_line_a.png") ;
	line-height: 3;
	min-height: 40px;
}

.pt_footer2 footer#footer .footer_content ul.list_link li a.app_link{
	padding-left: 50px;
	background-image: url("/static/shared/images/icon/icn_app.png") ;
	line-height: 3;
	min-height: 40px;
}
.pt_footer2 footer#footer .footer_content ul.list_link li a.youtube_link{
	padding-left: 50px;
	background-image: url("/static/shared/images/icon/icn_youtube.png") ;
	line-height: 3;
	min-height: 40px;
}
.pt_footer2 footer#footer #footer_inner{
	background-color: #013b96;
	margin: 0px auto;
	padding: 0px 12px;
	padding-top: 20px;
	padding-bottom: 13px;
	position: relative;
	width: 1000px;
	color: #fff;
	font-size: 12px;
}
