@charset "UTF-8";




/* ----------------------------------------------------- */
/* ■インデックスページ*/
/* ----------------------------------------------------- */

/* ■スライドショウ*/

#slider{
	width:900px;
	height:376px;
}


/*---------LASH LIFT写真--------*/
#lashlift {
  overflow: hidden;
	margin-top: 30px;
}
.post {
  float: left;
  width: 280px;
  margin-right: 30px;
}

.post:last-child {
  margin-right: 0;
}
//IE7、IE8対策
.post + .post + .post {
  margin-right: 0;
}



/*---------はじめに文章エリア--------*/
.introduction{
	width:717px;
	height:auto;
	text-align:center;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#5f5f5f;
	letter-spacing:0.07em;
	line-height:1.8;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #104a62;
	padding: 50px 90px 40px 90px;
	margin-bottom: 18px;
	margin-top: 30px;
}

.profire{
	margin-top: 25px;
	font-size: 14px;
}

.profire img{margin-bottom: 15px; margin-top: 15px;}
