/* CSS Document .sup-*** */
@charset "utf-8";
ul {
	list-style: none;
}
/*SERVICE
---------------------------------*/
.ser-wrap {
	background-image: url(../img/service/back.jpg);
	background-size:cover;
	height: 400px;
}
.ser-wrap-in {
	position: relative;
	width: 960px;
	height: 400px;
	margin: 0 auto;
}
.ser-txt {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
}
.ser-txt h1 {
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 10px;
}
.ser-txt p {
	font-size: 14px;
	color: #eee;
	line-height: 18px;
}

.ser-navi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ser-navi li {
	display: inline-block;
	width: 50%;
	background: rgba(255,255,255,0.8);
}
.ser-navi a {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ser-navi a:hover {
	color: #f00;
	text-decoration: underline;
}

@media screen and (max-width:640px){
	.ser-txt {
		position: static;
		top: 0;
		left: 0;
		padding: 20px;
		background: rgba(0,0,0,0.7);
	}
	.ser-wrap-in {
		width: 100%;
	}
}

/* SERVICE ITEM
---------------------------------*/
.ser-item {
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
	position: relative;
	height: 210px;
}
.ser-item-info {
	width: 440px;
}
.ser-item img {
	vertical-align: bottom;
}
.ser-item-info h1 {
	color: #ff0400;
	font-size: 16px;
	margin-bottom: 10px;
}
.ser-item-info p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ser-item-att {
	font-size: 12px;
	line-height: 14px;
}

.ser-item-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.ser-item-info a {
	position: absolute;
	left: 0;
	bottom: 20px;
}
@media screen and (max-width:640px){
	.ser-item {
		height:inherit;
		margin-right: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.ser-item img {
		width: 100%;
	}
	.ser-item-info {
		width: inherit;
		padding-top: inherit;
	}
	.ser-item-img {
		position: static;
	}
	.ser-item-info h1 {
		margin-bottom: 10px;
	}
	.ser-item-info p {
		padding-bottom: 10px;
	}
	.ser-item-info a {
		color: #fff;
		background: #f00;
		padding: 10px;
		left: auto;
		right: 20px;
		bottom: 20px;
	}
	.ser-item-info a:hover {
		color: #fff;
	}
	
}
