/* CSS Document */

#ArchivesList .article .detail .point {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dcf3ff;
    padding: 15px;
    margin-top: 0px;
}

#ArchivesList .article .tou-list th, #ArchivesList .article .tou-list td {
  padding: 0.5em 0;
  vertical-align: center;
  background: transparent url(/resources/images/common/line-dot-x.png) 0 100% repeat-x;
  -webkit-background-size: 2px 1px;
          background-size: 2px 1px;
	  font-size: 14.88px;
  font-size: 0.93rem;
	text-align: center;
}

#ArchivesList .article .tou-list th {
  width: 1%;
  white-space: nowrap;
  color: #0e4b8e;
}

#ArchivesList .article .tou-list td .rent-money{
	font-size:17px;
	color: #0e4b8e;
	font-weight:bold;
}

/* 見るボタン */

#ArchivesList .article .detail .more a {
    width: 100%;
}

#ArchivesList .article .tou-list td .general-btn {
	display:inline;
    padding: 10px;
	font-size: 15px;
}

#ArchivesList .article .tou-list td .general-btn:after {
    display: none
}

/* お気に入りボタン */
#ArchivesList .article .tou-list td .add-favorite a {
    font-size: 15px;
    color: #0b79b2;
    border: 3px solid #0b79b2;
    background-color: #e7f7ff;
    text-align: center;
    text-indent: 0;
    padding: 7px;
}

#ArchivesList .article .tou-list td .add-favorite a:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: transparent url(/resources/images/common/icon-star.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 3px;
}

/* お気に入りボタン追加済み */
#ArchivesList .article .tou-list td .added-favorite a {
    font-size: 14px;
	font-weight: normal;
    color: #fff;
    border: 3px solid #888;
    background-color: #aaa;
    text-align: center;
    text-indent: 0;
    padding: 7px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#ArchivesList .article .tou-list td .added-favorite a:before {
    display: none;
    content: "";
    width: 14px;
    height: 14px;
    background: transparent url(/resources/images/common/icon-star_added.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 6px;
}

#ArchivesList .article .more{
	text-align: center;
}

#ArchivesList .article .tou-list td .icons img {
    margin-bottom: 1px;
}

#ArchivesList .article .tou-list td img {
    width:100%;
}

/* 棟詳細ページ */
#ArchivesContents .name-section {
    margin-top: 10px;
    padding: 20px;
    background-color: #40a4d7;
}

#ArchivesContents .name-section .name {
    display: inline;
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    vertical-align: middle;
    margin: 0;
}

#ArchivesContents .name-section .point {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dcf3ff;
    padding: 20px;
    margin-top: 20px;
}

#ArchivesContents .name-section .point .caption {
    font-size: 17.12px;
    font-size: 1.07rem;
    color: #04679a;
    margin: 0;
}

#ArchivesList.TouListDetail .article {
    margin-top: 20px;
    border: none;
    padding: 0;
}

#ArchivesList.TouListDetail .photos {
    width:300px;
}

#ArchivesList.TouListDetail .detail {
    width:376px;
}

#ArchivesList.TouListDetail .more{
	font-size: 1.4rem;
    vertical-align: middle;
    background-color: #fff;
    border: 5px solid #f1f1f1;
    padding: 10px 20px 10px 15px;
	margin: 10px 0;
}

@media screen and (max-width: 767px){
#ArchivesList .article .photos {
    width: 30%;
}
	
#ArchivesList .article .photos .photo {
    width: 100%;
}
	#ArchivesList.TouListDetail .detail {
		width:auto;
	}
	#ArchivesList .article .detail .point {
    display: table;
}
	#ArchivesList .article .tou-list td {
    background: none;
	}
	
	#ArchivesList .article .tou-list td ul, #ArchivesList .article .tou-list td li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ArchivesList .article .tou-list td li{
	margin: .5em 0;
}
	#ArchivesList .article .tou-list td .add-favorite a {
    font-size: 10px;
	}
	#ArchivesList .article .tou-list td .added-favorite a {
    font-size: 10px;
	}
	#ArchivesList .article .tou-list td .add-favorite a:before {
    width: 10px;
    height: 10px;
	}
	#ArchivesList .article .tou-list td li a.general-btn{
	display: block;
    margin-right: 10px;
	text-indent: 0;
		font-size: 10px;
}
	#ArchivesList .article .tou-list td li>a.general-btn:after {
    display: block;
}
}

