
#wrapper #contents{
	width:100%;
}




#company{
	margin: 0px;
	padding: 0px;
}


#company h1{
	margin: 0px;
	padding: 35px 0px 0px;
	text-align:center;
	font-size:3rem;
	line-height:3rem;
	font-weight:600;
}

#company .company-data{
	margin: 0px auto;
	padding: 15px 0px 0px;
	width: 720px;
}

#company .company-data dl{
	margin: 0px;
	padding: 0px;
}

#company .company-data dl dt{
	margin: 0px;
	padding: 25px 0px 0px;
	font-size: 1.8rem;
	line-height:1.8rem;
	font-weight:600;
}

#company .company-data dl dd{
	margin: 0px;
	padding: 12px 0px 15px;
	font-size: 1.6rem;
	line-height: 2rem;
	border-bottom: 1px solid #493528;
}

#company .company-map{
	margin: 0px auto;
	padding: 30px 0px 0px;
	width: 720px;
}

#company .company-map iframe{
	width:100%;
	height:500px;
}


#company .company-map .detail{
	margin: 10px 0px 0px;
	padding: 0px;
}

#company .company-map .detail a{
	margin: 0px;
	padding: 16px 0px;
	display: inline-block;
	width: 200px;
	border: 1px solid #493528;
	color: #3a2a1b;
	font-size: 1.4rem;
	line-height: 1.4rem;
	position: relative;
	text-align:center;
}

#company .company-map .detail a:hover span{
	text-decoration: underline;
}

#company .company-map .detail a span{
	display: inline-block;
	padding-right: 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

#company .company-map .detail a span svg {
   
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-decoration: none;
	margin-top:-1px;
}





/* company goto top */

#company .company-goto-top{
	margin: 80px 0px 40px;
	padding: 0px;
	text-align:center;
}

#company .company-goto-top a{
	margin: 0px;
	padding: 16px 0px;
	display: inline-block;
	width: 200px;
	border: 1px solid #493528;
	color: #3a2a1b;
	font-size: 1.4rem;
	line-height: 1.4rem;
	position: relative;
}

#company .company-goto-top a:hover span{
	text-decoration: underline;
}

#company .company-goto-top a span{
	display: inline-block;
	padding-right: 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

#company .company-goto-top a span svg {
   
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-decoration: none;
	margin-top:-1px;
}




