@charset "utf-8";
/*
 * ================================================
 *
 * [service]
 *
 * ================================================
 */
/*-----------------------------------------
  mainVisual
-----------------------------------------*/
#content{
	padding-top: 65px;
}
.slider li{
	margin-bottom: 30px;
}

/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {

}	/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	#content{
		padding-top: 50px;
	}
	.slider{
		margin-bottom: 25px;
	}
		
	.slider li.border{
		border-bottom: solid 1px #000;
	}

}


/*  @media END */
