@charset "utf-8";
/*
$Date: 2014-06-03 20:51:01 +0900 (火, 03 6 2014) $
$Rev: 1074 $
*/
/* ---------- ---------- ----------
	::index::
 1. Footer Layout
 2. PageTop
 3. FooterLogo
 4. FooterLink
 5. Copyright
 6. Youtube Logo
 7. Social Links
 8. Adjust Popup Footer
---------- ---------- ---------- */
/* 1. Footer Layout
---------- ---------- ---------- */
div#FooterGroup1:after ,
div#FooterGroup2:after {
	content: "";
	display: block;
	clear: both;
}
div#FooterGroup1 ,
div#FooterGroup2 {
	zoom:1;
}
div#FooterGroup1 {
	margin: 0 0 20px;
}
div#FooterGroup2 {
	padding: 10px 0 0;
	border-top: solid 1px #656565;
	position: relative;
}
/* 2. PageTop
---------- ---------- ---------- */
p#PageTop {
	line-height: 1.1;
	float: right;
	font-size: 0.91em; /* 11/12 */
	margin-top: 10px;
}
p#PageTop a {
	padding: 0 0 0 12px;
	color: #fff;
	background: url("../images/mkr_arw_white_top.png") 0 50% no-repeat;
	text-decoration: none;
}
p#PageTop a:hover ,
p#PageTop a:focus {
	text-decoration: underline;
}
/* 3. FooterLogo
---------- ---------- ---------- */
p#FooterLogo {
	margin: 0;
	float: left;
}
p#FooterLogo img {
	vertical-align: top;
}
/* 4. FooterLink
---------- ---------- ---------- */
ul#FooterLink:after {
	content: "";
	display: block;
	clear: both;
}
ul#FooterLink {
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	zoom:1;
	width: 650px;
	margin-top: 10px;
}
ul#FooterLink li {
	margin: 0 15px 0 0;
	padding: 0 0 0 13px;
	float: left;
	line-height: 1.1;
	list-style: none;
	font-size: 0.91em; /* 11/12 */
	background: url("../images/mkr_triangle_white_r.png") 4px 50% no-repeat;;
}
ul#FooterLink li a {
	color: #fff;
	text-decoration: none;
}
ul#FooterLink li a:hover {
	text-decoration: underline;
}
/* 5. Copyright
---------- ---------- ---------- */
p#Copyright {
	float: left;
	font-size: 0.91em; /* 11/12 */
}
p#Copyright a{
	color: #fff;
}
/* 6. Youtube Logo
---------- ---------- ---------- */
/*
p#Youtube {
	margin: -3px 0 0;
	float: right;
}
*/
/* 7. Social Links
---------- ---------- ---------- */
div#SocialLinks {
	float: right;
	margin: 0;
}
div#SocialLinks ul:after {
	content: "";
	display: block;
	clear: both;
}
div#SocialLinks ul {
	list-style: none;
	zoom: 1;
}
div#SocialLinks ul li {
	padding: 0 0 0 5px;
	display: table-cell;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
div#SocialLinks ul li a {
	display: block;
}
/* 7. Adjust Popup Footer
---------- ---------- ---------- */
/* PageTop
---------- */
body.Popup p#PageTop {
	margin-top: -22px;
	padding: 10px;
	border: solid 1px #d3d3d3;
	border-top: none;
	position: relative;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 4px #ccc;
	zoom:1;
}
body.Popup p#PageTop a {
	color: #1a5c9a;
	background-image: url("../images/mkr_arw_gray_top.png");
}
body.Popup p#PageTop a:link:hover ,
body.Popup p#PageTop a:link:focus ,
body.Popup p#PageTop a:link:active {
	color: #3285d3;
	text-decoration: underline;
}
/*  PIE.htc
---------- ---------- ---------- */
body.Popup p#PageTop {
	behavior: url("../other/PIE.htc");
}