@charset "UTF-8";
/*“ú–{Œê*/


/*------------------------------------------------------------------------------

footer_menu

------------------------------------------------------------------------------*/
.footer_menu{
	width:100%;
	min-width:1024px;
	border-top:2px solid #be0f2c;
	padding-top:30px;
	padding-bottom:36px;
}
.footer_menu_list{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
}
.footer_menu_list li{
	width:25%;
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
.footer_menu_list p a{
	font-size:1.3rem;
	font-weight:300;
	padding-left:15px;
	padding-right:1em;
	background-image:url(/ar-vr/images/common/marker_gray.png);
	background-repeat:no-repeat;
	background-position:0 center;
	display:block;
	line-height:1.3;
	margin-top:12px;
}
.footer_menu_list p a:hover{
	text-decoration:underline;
}
.footer_menu_list p.l3 a{margin-top:3px;background-position:3px 6px;}

.footer_menu_list p.l3 a:hover{
	background-position:-497px 6px;
}
.footer_menu_list p.l2_red a{background-image:url(/ar-vr/images/common/marker_red.png);}
.footer_menu_list p.l2_yellow a{background-image:url(/ar-vr/images/common/marker_yellow.png);}
.footer_menu_list p.l2_green a{background-image:url(/ar-vr/images/common/marker_green.png);}
.footer_menu_list p.l2_orange a{background-image:url(/ar-vr/images/common/marker_orange.png);}
.footer_menu_list p.l2_blue a{background-image:url(/ar-vr/images/common/marker_blue.png);}

/*------------------------------------------------------------------------------

footer

------------------------------------------------------------------------------*/
.footer{
	width:100%;
	min-width:1024px;
	border-top:1px solid #ccc;
	padding-top:30px;
	padding-bottom:30px;
}
.footer_logo{
	float:left;
	width:140px;
}

.footer_txt{
	float:left;
	width:740px;
}
.footer_list{
	letter-spacing:-.40em;
}
.footer_list li{
	letter-spacing:0;
	display:inline-block;
	margin-right:0.8em;
}
.footer_list a{
	font-size:1.3rem;
	padding-left:10px;
	background-image:url(/ar-vr/images/common/marker_gray.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
.footer_list a:hover{
	background-position:-500px center;
	text-decoration:underline;
}

.footer_cp{
	font-size:1.3rem;
	padding-top:3px;
	color:#666;
}
.footer_youtube{
	float:right;
}


