@charset "utf-8";

/* support Index */

div#MainContent div.MC_Contacts dl dd ul li{
	margin-right:0px !important;	
}


/* HomeStr01 */

body#Home div#HomeKeyVisual + div#ContentsLayout.DoubleMainSub div#MainContent{
	border-top: 1px solid #c7c9ca;
}
body#Home div#HomeKeyVisual + div#ContentsLayout.DoubleMainSub div#MainContentBody{
	margin-top:0;
	padding-top:28px;
	background:none;
}
body#Home div#HomeKeyVisual + div#ContentsLayout.DoubleMainSub{
	margin-top:-14px;
}
body#Home div#HomeKeyVisual{
	z-index:-1;
}
body#Home div#ContentsLayout.DoubleMainSub div#SubContent{
	margin-top: 58px;
}

/* CookieAlert */

.CookieAlert{
	border-bottom: 1px solid #cfcfcf;
}
.CookieAlert .CookieAlertInner{
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 12px 30px 13px 0;
	box-sizing: border-box;
}
.CookieAlert .CookieAlertText{
	margin: 0 10px 0 0;
}
.CookieAlert a.CookieAlertLink{
	display: inline-block;
	padding: 0 0 0 8px;
	background: url("../../img/common/mkr_triangle_gray_r.png") 0 .4em no-repeat;
	color: #3285d3;
	text-decoration: underline;
}
.CookieAlert a.CookieAlertLink:hover,
.CookieAlert a.CookieAlertLink:focus{
	text-decoration: none;
}
.CookieAlert .CookieAlertCloseBtn{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	background: url("../../img/common/modal/controls.png") no-repeat -28px -3px;
	border: 1px solid #ccc;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
}