@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. FooterAddress
 6. Copyright
 7. Youtube Logo
 8. Social Links
 9. 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 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
div#FooterGroup2 {
	padding: 10px 0 0;
	border-top: solid 1px #656565;
	position: relative;
}



/* 2. PageTop
---------- ---------- ---------- */
p#PageTop {
	line-height: 1.1;
	font-size: 0.91em; /* 11/12 */
	order: 1;
}
p#PageTop a {
	padding: 0 0 0 12px;
	color: #fff;
	background: url("../../img/common/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: -4px 0 0;
}
p#FooterLogo img {
	vertical-align: middle;
}



/* 4. FooterLink
---------- ---------- ---------- */
ul#FooterLink:after {
	content: "";
	display: block;
	clear: both;
}
ul#FooterLink {
	margin: 0 30px 0 25px;
	padding: 0;
	float: left;
	zoom:1;
	width: 709px;
	flex: 1;
}
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("../../img/common/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. FooterAddress
---------- ---------- ---------- */
#FooterAddress {
	margin: 10px 0 0;
	width: 100%;
	order: 1;
	font-size: 0.91em;
	color: #999;
}
#FooterAddress .FooterCompanyName {
	font-weight: bold;
	margin-right: 5px;
}
#FooterAddress .ContactInfo {
	display: none;
}
#FooterAddress br {
	display: none;
}



/* 6. Copyright
---------- ---------- ---------- */
p#Copyright {
	float: left;
	font-size: 0.91em; /* 11/12 */
}
p#Copyright a {
	color: #fff;
	text-decoration: none;
}
p#Copyright a:hover {
	text-decoration: underline;
}


/* 7. Youtube Logo
---------- ---------- ---------- */
/*
p#Youtube {
	margin: -3px 0 0;
	float: right;
}
*/


/* 8. 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;
}




/* 9. Adjust Popup Footer
---------- ---------- ---------- */
/* PageTop
---------- */
body.Popup p#PageTop {
	margin-top: -22px;
	margin-bottom: 18px;
	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("../../img/common/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("/js/common/PIE.htc");
}