@charset "utf-8";

body {
    margin-top: 0;
    padding: 0;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat-x;
    background-size: auto;
}

#container {
  width: 930px;
  height: 100%;
  margin: 0 auto;
}

/* Page */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



#top {
  width: 930;
  height: 65px;
  margin: 16px 0px -120px 0px;
}

#topinfo {
  width: 810px;
  height: 65px;
  float: left;
  /*border:solid 1px green;*/
}

#topphone {
  width: 580px;
  height: 65px;
  float: left;
  /*border:solid 1px blue;*/
}

#topbt {
  width: 120px;
  height: 65px;
  float: right;
  margin: 0px 0px 0px 0px;
  /*border:solid 1px red;*/
}

#fudosan {
  width: 120px;
  height: 40px;
  float: right;
  margin: 40px 5px -40px 0px;
  /*border:solid 1px red;*/
}

#dropmenu{
  list-style-type: none;
  width: 930px;
  height: 40px;
  margin: 140px auto 300px;
  padding: 0;
  background: #333333;
  border-bottom: 5px solid #3498db;
  border-radius: 3px 3px 0 0;

}
#dropmenu li{
  position: relative;
  width: 14.28%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 30;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #3498db;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #3498db;
  color: #ffffff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #58ACFA;
  border-bottom: 1px solid #0040FF;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


li a:hover {
  opacity: 0.8;
}


h4 {
  color: #2E64FE;
  text-align: center;
}

h3 {
  color: #C40606;
  text-align: center;
}

h2 {
  color: black;
  text-align: center;
}

h1 {
  color: #C40606;
  text-align: center;
}

#iframe {
  margin: 0px 0px 0px 10px;
}

#address {
  font-size: 20px;
  margin: 20px 0px 0px 10px;
}

#title {
  font-size: 24px;
  font-family: serif;
  text-align: center;
  margin: 30px 0px 0px 10px;
    /*border:solid 1px pink;*/
}


#footimg {
  width: 932px;
  height: 111px;
  float: left;
  margin: 30px 0px 60px 0px;
  /*border:solid 1px pink;*/
}

#estate {
  width: 930px;
  height: 130;
  background-repeat: no-repeat;
  margin: 240px 0px -20px 0px;
  /*border:solid 1px blue;*/
}

#sodan {
  width: 930px;
  height: 120px;
  font-size: 16px;
  font-family: serif;
  text-align: center;
  margin: 0px 0px 0px 0px;
  display: flex;
}

#sodan .badge1 {
  width: 19%;
  margin-left: 15%;
}

#sodan .badge2 {
  width: 12%;
}

#sodan h2 {
  width: 30%;
  margin-top: 10px;
}

#sumai {
  font-size: 15px;
  font-family: serif;
  text-align: center;
  margin: -10px 0px 0px 0px;
}

#maker {
  width: 930px;
  height: 120px;
  margin: 0px 0px 0px 0px;
  /*border:solid 1px pink;*/
}

#makerx {
  width: 200px;
  height: 120px;
  float: left;
  cursor: pointer;
  /*border:solid 1px black*/
}

#makera {
  width: 160px;
  height: 50px;
  float: left;
  margin: 0px 0px 0px 40px;
/* border:solid 1px red;*/
}

#makerb {
  width: 160px;
  height: 50px;
  float: left;
  margin: 10px 0px 0px 40px;
  /*border:solid 1px blue;*/
}

#makerc {
  width: 600px;
  height: 120px;
  float: left;
  margin: 0px 0px 0px 80px;
  /*border:solid 1px green;*/
}



#footer {
  width: 930px;
  height: 30px;

  /*border:solid 1px pink;*/
}

#footermenu {

  width: 900px;
  height: 30px;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  margin: 0px 0px 0px 40px;
  /*border:solid 1px pink;*/
}

#right {
  text-align: center;
  list-style: none;
  width: 900px;
  height: 30px;
  font-size: 13px;
  font-family: sans-serif;
  vertical-align: baseline;
  margin: 0px 0px 0px 50px
  /*border:solid 1px pink;*/
}

ul {
  list-style: none;
}

li  {
  float: left;
}


a:link {
  text-decoration: none;
  color: #777777;
}

a:visited {
  text-decoration: none;
  color: #888888;
}

a:hover {
  text-decoration: none;
  color: #6495ed;
}

a:active{
  text-decoration: none;
  color: #555555;
}

img {
  border-style: none;
}
#titleref {
  font-size: 24px;
  font-family: serif;
  text-align: center;
  margin: 10px 0px 0px 0px;
    /*border:solid 1px pink;*/
}


#ref{
  width: 930px;
  height: 200px;
  margin: 10px 0px 0px 0px;
  vertical-align:top;
}

#info {
  width: 930px;
  height: 150px;
  margin: 220px 0px 0px 0px;
  background-image: url(../crip/topic.png);
  background-repeat: no-repeat;
  background-size: auto;
  /*border:solid 1px green;*/
}

#topic {
  width: 680px;
  height: 100px;
  font-size: 14px;
  font-family: sans-serif;
	margin: 5px 15px 5px 15px;
  /*border:solid 1px pink;*/
  float: left;
}

#photo {
  width: 200px;
  height: 100px;
  font-size: 16px;
  font-family: sans-serif;
	margin: 0px 0px 5px 0px;
  /*border:solid 1px pink;*/
  float: left;
}
#topictitle {
  width: 700px;
  height: 20px;
  font-size: 18px;
  font-family: sans-serif;
	margin: 40px 15px 0px 15px;
  /*border:solid 1px pink;*/
  float: left;
}

#top_in {
  display: flex;
  font-size: 12px;
  margin-bottom: 20px;
}

#top_in div {
  margin: 5px;
  text-align: center;
}