@charset "UTF-8";
/*
======================
	COMPANY
======================
*/

.company {
	background-color: #fbfbfb;
	width: 1000px;
	margin: 0 auto 50px;
	padding: 20px 0 30px;
	border-radius: 30px;
}
.company-list {
	color: #707070;
	width: 800px;
	margin: 50px auto;
}
.company-list tr {
	line-height: 3em;
	border-bottom: 1px dotted #000;
}
.company-list tr td:first-child {
	width: 100px;
}

.service {
	background-color: #fbfbfb;
	width: 1000px;
	margin: 50px auto;
	padding: 10px 0;
	border-radius: 30px;
}

.service-item {
	margin: 20px auto;
	width: 900px; 
}

.service-item p {
	color: #707070;
	line-height: 3em;
	border-bottom: 1px dotted #000;
}

.service-beer {
	background-color: #fff;
	border: 1px solid #707070;
    border-radius: 10px;
	width: 900px; 
	margin: 50px auto;
	padding: 0 0 50px;
}
.service-beer .title {
	line-height: 2em;
	margin: 20px auto;
}
.service-beer .target {
	line-height: 2em;
}
.service-beers {
	margin: 20px auto;
	width: 740px; 
}

.link {
	background-color: #fbfbfb;
	width: 1000px;
	margin: 50px auto 10px;
	padding: 50px 0 10px;
	border-radius: 30px;
}

.links {
	width: 700px;
	margin: 20px auto 20px;
