body {
  padding-top: 70px;
}

.logo {
    width: 180px;
    margin-top: 25px;
}

header {
    z-index: 1000;
}

.feature-box img {
	width: 120px;
}

h1, .h1 {
    font-size: 28px;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

.property h1 {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
}

.wh-area {
   background:#fff;padding:20px 30px 40px;
}

.title{
	font-family: 'Cardo', serif;
}

b.title {
    color: #E60A1E;
    font-size: 21px;
}

.sub-lead {
    font-size: 18px;
}

.outside {
  display:none;
}

.gray-bg {
    background: #F5F5F5 none repeat scroll 0 0;
}

.red-bg {
    background: #e60a1e none repeat scroll 0 0;
}

br.mobile {
  display:none;
}

.mobile {
  display:none;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.news,.history {
    margin-bottom: 60px;
    padding: 80px 0;
}

.cprofile{
  margin-bottom: 60px;
}

img { border: 0; max-width: 100%; }

.page-header h1 {
  text-align: center;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
    background: #e60a1e none repeat scroll 0 0;
    /*border-radius: 2em;*/
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
    width: 300px;
}
.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.da-slide h2 {
    color: #333;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    font-size: 40px;
    font-weight: 100;
    top:160px;
    margin-left:0px;
}

.da-slide p {
    color: #666;
    font-size: 18px;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    width:100%;
    top:300px;
    margin-left:0px;
}

.da-slider {
    border-bottom: 1px solid #e60a1e;
    border-top: 1px solid #e60a1e;
}

.da-dots {
    bottom: 60px;
}

.nav {
    font-size: 14px;
    color:#333;
    font-family: 'Cardo', serif;
}

.head-section .nav li a, .head-section .nav li.active ul.dropdown-menu li a {
    color: #555;
    font-size: 16px;
    font-weight: 300;
}

.da-dots span {
    background: #E60A1E none repeat scroll 0 0;
    opacity: 1;
}
.da-arrows span {
    background: #E60A1E none repeat scroll 0 0;
    opacity: 1;
}

/** timeline circle icons **/
.timeline li .tl-circ {
    background: #E60A1E none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 12px;
    left: 50%;
    line-height: 20px;
    margin-left: -6px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 12px;
    z-index: 100;
}

.footer-small {
	background: #E60A1E!important;
}

.copyright p {
    font-size: 12px;
    text-align: center;
}


/** timeline content **/

.tl-heading h4 {
  margin: 0;
  color: #333;
  font-size: 16px;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}


@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }

  .logo {
    width:160px;
    margin-top: 17px;
    margin-left: 15px;
  }
  .da-slider {
    display:none;
  }

  .navbar-header {
    text-align:left;
  }

  .career-contact {
    width: 90%;
    margin: 0 auto;
  }

  .head-section .navbar {
    min-height: 90px;
}

.mobile {
  display:block;
}

br {
  display: none;
}

h1 > .title {
  font-size: 24px;
}

br.mobile {
  display:block;
}

.property img{
  width: 100%;
}

.img-bg {
  background: #FFF;
  padding: 10px;  
}
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 250px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}