@charset "shift_jis";

/*====================================================================================================

	Style Info: サポージュ石手洗

====================================================================================================*/

.tb01 {
	width:100%;
	border-collapse:collapse;
	}

.tb01 th,
.tb01 td {
	padding:15px;
	text-align:left;
	font-weight:normal;
	}

.tb01 th {
	background-color:#ec6d81;
	border-bottom:1px solid #fff;
	color:#fff;
	vertical-align:top;
	}

.tb01 th.tb01-hs {
	border-top:1px solid #ec6d81;
	}

.tb01 th.tb01-he {
	border-bottom:1px solid #ec6d81;
	}

.tb01 td {
	background-color:#fff;
	border-bottom:1px solid #efb4bd;
	vertical-align:middle;
	}

.tb01 td.tb01-ds {
	border-top:1px solid #efb4bd;
	}

.blockA {
	border:2px solid #f08b9b;
	}

.blockA ul {
	font-weight:bold;
	}


/*----------------------------------------------
   サポージュ石手洗の特徴
----------------------------------------------*/

.blockB {
	background:url(image/point-bg.jpg) no-repeat left top;
	text-align:center;
	}

.blockB-inner {
	width:700px;
	margin:0 auto;
	}

.blockB-box01 {
	width:680px;
	margin:0 10px;
	text-align:left;
	}

.blockB-box01 p {
	padding:15px 20px;
	background:url(image/point01-box-bg.png) no-repeat left bottom;
	}

.blockB-box {
	width:330px;
	float:left;
	margin:20px 10px 0 10px;
	text-align:left;
	}

.blockB-box p {
	padding:15px 20px;
	background:url(image/point-box-bg.png) no-repeat left bottom;
	}


/*----------------------------------------------
   入居をご希望される方
----------------------------------------------*/

.blockC {
	background-color:#ffe1e1;
	padding:25px 0;

	-moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
	position:static;
	behavior:url(PIE.htc);
	}

.blockC-inner {
	width:680px;
	margin:0 auto;
	position:relative;
	}

.blockC-inner p {
	padding-right:280px;
	min-height:70px;
	}

.blockC .tel {
	position:absolute;
	right:0;
	top:0;
	}

.blockC .mail {
	position:absolute;
	right:-3px;
	top:35px;
	}


/*----------------------------------------------
   職員募集
----------------------------------------------*/

.blockD {
	width:100%;
	border:2px solid #f08b9b;
	padding:25px 0;

	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	position:static;
	behavior:url(PIE.htc);
	}

.blockD h5 {
	width:240px;
	float:left;
	text-align:center;
	}

.blockD p {
	float:left;
	border-left:1px dotted #eba1ad;
	padding-left:25px;
	}


