@charset "shift_jis";

table.type06 {
  /* 隣接するセルの境界線を間隔をあけて表示 */
  border-collapse: separate;
  /* 隣接するセルの線と線の間隔を0に */
  border-spacing: 0;
  border: 1px solid #FF6666;
  border-radius: 4px;
  background-color: #fff;
  width: 90%;
  text-align: left;

}
table.type06 thead th {
  padding: .5em .6em;
  border-bottom: 1px solid #FF6666;
  background: #FF6666;
  color: #ffffff;
}
table.type06 tbody tr td {
  padding: .5em .9em;
  font-weight: bold;
  width: 100px;				/*左側thタグの幅*/

}
/* 2列目以降のセルの左だけ線を表示 */
table.type06 tbody tr td + td {
  border-left: 1px solid #FF6666;
}
/* 2行目以降のセルの上だけ線を表示 */
table.type06 tbody tr + tr td {
  border-top: 1px solid #FF6666;
}


/* 物件詳細キャンペーン表 */

table#table-03 {
    width: 90%;
    border: 1px #FF6666 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-03 th {
    padding: 5px;
    border: #FF6666 solid;
    border-width: 0 0 1px 1px;
    background: #FF6666;
    font-weight: bold;
    line-height: 120%;
    text-align:  left;
}
table#table-03 td {
    padding: 5px;
    border: 1px #FF6666 solid;
    border-width: 0 0 1px 1px;
    text-align:  left;
}

/*文字を囲う*/
.cubettl{
border-color: #000000;
border-width: 1px;
color:#ffffff;
background-color: #000000;
}

/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .cubettl {
padding-top:0px;
padding-bottom:1px;
}


/*文字の大きさ*/
p.example10 { 
font-size: 14px ;
color: #FF6666;
}



/* 物件詳細キャンペーン表 丸*/

.round-table {
    border-top: 1px solid #FF6666;
    border-left: 1px solid #FF6666;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    width: 90%;
	
}
.round-table > tbody > tr > td,
.round-table > tbody > tr > th {
    border-right: 1px solid #FF6666;
    border-bottom: 1px solid #FF6666;
}
.round-table > tbody:first-child > tr:first-child > th:first-child,
.round-table > tbody:first-child > tr:first-child > td:first-child {
    border-top-left-radius: 5px;
}
.round-table > tbody:first-child > tr:first-child > th:last-child,
.round-table > tbody:first-child > tr:first-child > td:last-child {
    border-top-right-radius: 5px;
}
.round-table > tbody:last-child > tr:last-child > th:first-child,
.round-table > tbody:last-child > tr:last-child > td:first-child {
    border-bottom-left-radius: 5px;
}
.round-table > tbody:last-child > tr:last-child > th:last-child,
.round-table > tbody:last-child > tr:last-child > td:last-child {
    border-bottom-right-radius: 5px;
}
.round-table th {
    background-color: #FF6666;
    text-align:  left;
	width: 100%;

}
.round-table td {
    background-color: #fff;
	text-align:  left;
	padding-left: 20px;
	padding-bottom: 10px;
}


/* お知らせキャンペーン表その２ 丸*/

.round-table1 {
    border-top: 1px solid #bce6f2;
    border-left: 1px solid #bce6f2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    width: 100%;
	
}
.round-table1 > tbody > tr > td,
.round-table1 > tbody > tr > th {
    border-right: 1px solid #bce6f2;
    border-bottom: 1px solid #bce6f2;
}
.round-table1 > tbody:first-child > tr:first-child > th:first-child,
.round-table1 > tbody:first-child > tr:first-child > td:first-child {
    border-top-left-radius: 5px;
}
.round-table1 > tbody:first-child > tr:first-child > th:last-child,
.round-table1 > tbody:first-child > tr:first-child > td:last-child {
    border-top-right-radius: 5px;
}
.round-table1 > tbody:last-child > tr:last-child > th:first-child,
.round-table1 > tbody:last-child > tr:last-child > td:first-child {
    border-bottom-left-radius: 5px;
}
.round-table1 > tbody:last-child > tr:last-child > th:last-child,
.round-table1 > tbody:last-child > tr:last-child > td:last-child {
    border-bottom-right-radius: 5px;
}
.round-table1 th {
    background-color: #bce6f2;
    text-align:  left;
	width: 100%;

}
.round-table1 td {
    background-color: #fff;
	text-align:  left;
	padding-left: 20px;
	padding-bottom: 10px;
}





/* お知らせキャンペーン表 丸*/

.round-table2 {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    width: 710px;
	
}
.round-table2 > tbody > tr > td,
.round-table2 > tbody > tr > th {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.round-table2 > tbody:first-child > tr:first-child > th:first-child,
.round-table2 > tbody:first-child > tr:first-child > td:first-child {
    border-top-left-radius: 5px;
}
.round-table2 > tbody:first-child > tr:first-child > th:last-child,
.round-table2 > tbody:first-child > tr:first-child > td:last-child {
    border-top-right-radius: 5px;
}
.round-table2 > tbody:last-child > tr:last-child > th:first-child,
.round-table2 > tbody:last-child > tr:last-child > td:first-child {
    border-bottom-left-radius: 5px;
}
.round-table2 > tbody:last-child > tr:last-child > th:last-child,
.round-table2 > tbody:last-child > tr:last-child > td:last-child {
    border-bottom-right-radius: 5px;
}
.round-table2 th {
    background-color: #d3d3d3;
    text-align:  left;
	width: 100%;
}
.round-table2 td {
	background-image: url(images/oshirase.jpg);
	background-size:cover;
	text-align:  left;
	padding-left: 20px;
	padding-bottom: 10px;
	
.round-table2 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
}





