@charset "UTF-8";

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/




/*----------------------------------------------------
 company（運営会社紹介ページ）
----------------------------------------------------*/
#company{ margin-top:100px;}
#company dt{border-left:3px solid #FF9900; border-bottom:1px dotted #cccccc; padding:5px 0; padding-left:6px; margin-bottom:5px; font-weight:bold;}
#company dd{ margin-left:15px; margin-bottom:20px;}
#company .mapBt{
	text-align:center;
	padding:10px 0px 10px 0px;
}
#company .mapBt a {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F5F5), to(#E2E2E2));
	padding: 4px 25px 4px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: black;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CBCBCB;
	position:relative;
	
	
}

#company .mapBt a:after {
display: block;
position: absolute;
top: 48.5%;
right: 10px;
width: 7px;
height: 7px;

margin-top: -4px;
border-top: solid 2px #000000;
border-right: solid 2px #000000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}
