@charset "utf-8";
/* CSS Document */

.company{
	width: 100%;
	border-collapse: collapse;
}
.company th.t_top {
    border-top: #e3e3e3 1px solid;
}
.company th{
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f2f2f2;
	padding: 20px 30px;
	line-height: 1.8;
	font-weight: normal;
	font-weight:700;
}
.company td.t_top {
	border-top: #e3e3e3 1px solid;
}
.company td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 20px 30px;
	line-height: 1.8;
}

.privacy{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 4px 40px; 
	border-top: #d9d8d9 2px solid;
	border-bottom: #d9d8d9 2px solid;
	font-size:14px;
	line-height:2;
	}
.privacy_cont{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 4px 30px; 
	border-bottom: #d9d8d9 2px solid;
	line-height:2;
	}
.privacy_cont h3{
	font-size:14px;
	font-weight:700;
	}
	
.privacy_cont p{
	font-size:14px;
	line-height:2;
	}
	
#sitemap{
	width: 1200px;
	height: 260px;
	margin:auto;
	list-style: none;
}

#sitemap li {
	float:left;
	width:133px;
	font-weight:700;
	font-size:15px;
	background-color:f2f2f2;
}

#sitemap li ul{
	margin-top:15px;
	margin-left:-40px;
	list-style: none;
}

#sitemap li ul li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #3f0903;
  font-size: 12.5px;
  line-height: 2;
  text-decoration: none;
  list-style: none;
  font-weight:500;
}

.other_cont{
	width:800px;
	margin: 0 auto 35px;
	line-height:1.8;
	overflow:hidden;
	}
.other_box{
	width:360px;
	height:460px;
	margin-left:0;
	margin-right:80px;
	margin-bottom:40px;
	line-height:1.8;
	text-align:center;
	background-color:#f2f2f2;
	float:left;
	overflow:hidden;
	text-align:left;
	}
.other_box:last-child{
	margin-right:0;
	}
.other_box img{
	margin: 30px 30px 0;
	}
	
.other_box h3{
	margin: 30px 30px 10px;
	}
	
.other_box p{
	margin: 0 30px 0;
	}
	
.other_link{
	width:310px;
	margin:0 auto 100px;
    }