footer {
	margin: 40px 0 0;
	padding: 10px 0 0;
	background: #f4f4f4;
}

footer .dsp_tbl {
	position: relative;
	width: 1200px;
	margin: 20px auto;
}

footer .dsp_tbl .dsp_cel {
	width: 240px;
	vertical-align: top;
}

footer .dsp_tbl .dsp_cel .title {
	padding: 20px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
}

footer .dsp_tbl .dsp_cel li {
	padding: 3px 0;
	line-height: 1;
	position: relative;
}

footer .dsp_tbl .dsp_cel li.prt p,
footer .dsp_tbl .dsp_cel li.prt .popup_btn,
footer .dsp_tbl .dsp_cel li.prt a {
	position: relative;
	padding: 0 0 0 22px;
	color: #2a2a2a;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

footer .dsp_tbl .dsp_cel li.prt p::before,
footer .dsp_tbl .dsp_cel li.prt .popup_btn::before,
footer .dsp_tbl .dsp_cel li.prt a::before {
	position: absolute;
	top: calc(50% - 3.2px);
	left: 14px;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #f00000;
	border-style: solid;
	border-width: 3.2px;
}

footer .dsp_tbl .dsp_cel li.prt .type_window{
	display: none;
    margin-left: 12px;
    width: 120px;
    top: 20px;
    left: 43px;
    padding: 5px;
    color: #555;
    line-height: 1;
}
footer .dsp_tbl .dsp_cel li.prt .type_window li{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	padding: 0 !important;
}
footer .dsp_tbl .dsp_cel li.prt .type_window li a::before{
    border-color: transparent transparent transparent #74d3fc;
}


footer .dsp_tbl .dsp_cel li.cld {
	height: 12px;
	padding: 5px 0 3px;
	line-height: 1;
	background: url("/img/icon/menu_arrow.png") no-repeat 30px 0;
}

footer .dsp_tbl .dsp_cel li:last-child.cld {
	background: url("/img/icon/menu_arrow_last.png") no-repeat 30px 0;
}

footer .dsp_tbl .dsp_cel li:last-child {
	padding-bottom: 20px;
}

footer .dsp_tbl .dsp_cel li.cld p,
footer .dsp_tbl .dsp_cel li.cld a {
	padding: 0 0 0 50px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}

footer .dsp_tbl .dsp_cel li p:hover,
footer .dsp_tbl .dsp_cel li a:hover {
	color: #f00000;
	text-decoration: underline;
}

.footer_logo {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.footer_logo img {
	width: 180px;
}

#copy_right {
	padding: 30px 0 40px;
	text-align: center;
	background: #fff;
}

#copy_right p {
	padding: 3px 0;
	color: #404040;
	font-size: 13px;
	line-height: 19px;
}
