@charset "shift_jis";

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

	Style Info: サポージュやわた

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

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

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

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

.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;
	border-right: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/supporju/point-bg.jpg) no-repeat left top;
	text-align:center;
	}

.blockB-box {
	text-align:left;
	}

.point-md {
	background-color:#8fc31f;
	color:#fff;
	font-weight:bold;
	padding:10px 12px;
	text-align:center;

	-moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
	}

.blockB-box p {
	padding:10px 12px;
	border-bottom:3px solid #8fc31f;
	border-left:3px solid #8fc31f;
	border-right:3px solid #8fc31f;
	background-color:#fff;

	-moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
	}


/*----------------------------------------------
   平面図
----------------------------------------------*/

.blockC-md {
	background-color:#886544;
	color:#fff;
	padding:10px 12px;
	text-align:center;
	
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	}


/*----------------------------------------------
   ギャラリー
----------------------------------------------*/

.blockGL-md {
	background-color:#8fc31f;
	color:#fff;
	padding:10px 12px;
	text-align:center;
	margin-bottom:5px;
	
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	}

.blockGL li {
	width:50%;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-top:3%;
	}

.list-item{
    list-style:disc;
    margin-left:1em;
    }
