.content p{
  text-indent:1em;
}
p.portal{
  margin:20px 0;
}
@media (min-width: 970px){
#content .childPageBox {
    width: 100%;
}}
/**　メインコンテンツ幅設定　**/
@media (min-width: 970px) {
#main #container #content {
  width:700px; 
}}
@media (max-width: 460px) {
#main #container #sideTower{
  display:none;
}}
/**　TOPページおすすめ物件設定　**/
#content h2.recomend {
  line-height: 120%;
  padding: 20px 10px 20px 20px;
  color: #002351;
  text-shadow: 0 1px #ffffff;
  border: 1px solid #FF7F00;
  box-shadow: inset 1px 1px 0 #fff;
  border-radius:10px;
  background: #FF7F00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF7F00), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #FF7F00, #ffffff);
  background: -moz-linear-gradient(top, #FF7F00, #ffffff);
  background: -o-linear-gradient(top, #FF7F00, #ffffff);
  background: -ms-linear-gradient(top,#FF7F00 #ffffff);
  background: linear-gradient(to bottom, #FF7F00, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7F00', endColorstr='#FFFFFFFF');
}
@media (min-width: 970px) {
iframe.athome {
  width:105%;
  min-height:1050px !important;
  margin-top:-222px !important;
  padding-top:0;
  border-width: 0px !important;
  border-style: inset;
  border-color: #fff;
  border-image: initial;
  padding-left:0px;
  overflow:hidden;
}}
@media (min-width: 461px) and (max-width: 969px) {
iframe.athome {
  width:105%;
  height:800px !important;
  margin-top:-272px !important;
  margin-left:-30px !important;
  border-width: 0px !important;
  border-style: inset;
  border-color: #fff;
  border-image: initial;
  padding-left:0 !important;
  overflow:hidden;
}}
@media (max-width: 460px) {
iframe.athome {
  width:100%;
  height:1070px !important;
  margin-top:-120px !important;
  border-width: 0px !important;
  border-style: inset;
  border-color: #fff;
  border-image: initial;
  padding-left:40px;
  overflow:hidden;
}}
/**　投稿のサムネイル設定　**/
#content .infoList .infoListBox div.thumbImage {
  float:left; 
}
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail { 
  float:right 
}
@media (min-width: 970px) {
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img { 
  width:180px; 
}}
/**　グローバルナビ設定　**/
#gMenu .menu li a {
  text-shadow: none;
}
/**　各ページヘッダー設定　**/
@media (min-width: 970px){
#pageTitBnr #pageTitInner {
    border-left: 1px solid #1e73be;
    border-right: 1px solid #1e73be;
    height: 150px;
}}
/**　Tab設定　**/
@media (min-width: 970px) {
.su-tabs-vertical .su-tabs-nav {
  float: left;
  width: 50% !important;
}
.su-tabs-vertical .su-tabs-panes {
  float: left;
  width: 50% !important;
}}
.su-tabs.my-custom-tabs { 
  background-color: #84ADEA;
  line-height:2.0em;
}
.su-tabs.my-custom-tabs .su-tabs-nav span { 
  font-size: 1.3em;
}
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
  background-color: #EDFAFF; 
}
.su-tabs.my-custom-tabs .su-tabs-pane{
  padding: 1em;
  font-size: 1.3em;
  background-color: #EDFAFF;
}
/**　よくある質問設定　**/
.su-spoiler-style-fancy > .su-spoiler-title {
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa !important;
  font-size: 1.2em !important;
  padding:10px 10px 10px 30px;
}
/**　フォーム設定　**/
label{
  font-size:1.1em;
  font-weight:bold;
  border-left:3px solid #1e73be;
  padding-left:8px;
}
form input[type=date], 
form input[type=email], 
form input[type=password], 
form input[type=text], 
input[type=tel], 
form select, form textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 0;
  outline: 0;
  margin: 5px 5px 5px 0;
  -webkit-appearance: none;
  font-size: 100%;
  background: #f9f9f9;
}
/**　フッター設定　**/
#footer {
  background-color: #fff !important;
}
#powerd{
  display:none;
}