@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family:
    "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  color: #333;
}

textarea {
  font-size: 100%;
}
img {
  vertical-align: bottom;
}

/* ------------------------------
    base
------------------------------ */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 129px;
}
#footerwrap {
  /*<footer class="footer">*/
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 129px;
}
p {
  line-height: 1.6;
  font-size: 14px;
}

/* ------------------------------
    header
------------------------------ */

#headerwrap {
  background: url(../images/bg.gif) 0 0 repeat;
  border-top: 5px solid #013772;
  text-align: center;
}
#header {
  background: url(../images/header_bg.png) 0 0 repeat-x;
  padding: 0 0 5px 0;
}
#header .wrap {
  width: 960px;
  height: 55px;
  margin: 0 auto;
}
#header .wrap + .wrap {
  height: 36px;
}
#header h1 {
  float: left;
  width: 200px;
}
#header .wrap ul {
  float: left;
  width: 290px;
  margin: 0 0 0 102px;
}
#header .wrap ul li {
  float: left;
  height: 25px;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/border.png) 0 0 no-repeat;
  padding: 15px 0 0 12px;
}
#header .wrap ul li + li {
  margin: 0 0 0 25px;
}
#header .wrap ul li a {
  color: #013772;
}
#header .wrap ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
#header .wrap ul + ul {
  float: right;
  width: 355px;
  margin: 0;
}
#header .wrap ul + ul li {
  height: auto;
  background: none;
  padding: 0;
}
#header .wrap ul + ul li + li {
  margin: 0;
}
#header .wrap + .wrap ul {
  float: left;
  width: 400px;
  background: url(../images/bread.png) 0 center no-repeat;
  margin: 9px 0 0 0;
  padding: 0 0 0 17px;
}
#header .wrap + .wrap ul li {
  float: left;
  font-size: 12px;
  height: auto;
  color: #fff;
  font-weight: normal;
  background: none;
  padding: 0;
}
#header .wrap + .wrap ul li + li {
  margin: 0 0 0 5px;
}
#header .wrap + .wrap ul li a {
  color: #fff;
  margin: 0 5px 0 0;
}

/* ------------------------------
    contents
------------------------------ */

h2 {
  height: 38px;
  background: url(../images/h2_bg.png) 0 0 repeat-x;
  padding: 18px;
}
h2 span {
  display: block;
  width: 946px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #013772;
  background: url(../images/h2_border.gif) 0 0 no-repeat;
  margin: 0 auto;
  padding: 0 0 0 14px;
}
h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: url(../images/h3_border.png) 12px center no-repeat #013772;
  margin: 0 auto 20px auto;
  padding: 10px 0 10px 32px;
}
h3 a {
  color: #013772;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  color: #013772;
  line-height: 25px;
  background: url(../images/h2_border.gif) 1px center no-repeat;
  padding: 0 0 0 15px;
  margin: 0 0 16px 0;
}
hr {
  border-top: 1px dotted #cbcbcb;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 25px 0;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.box {
  width: 940px;
  margin: 0 auto;
}
.box p {
  background: #e8e8e8;
  font-weight: bold;
  font-size: 14px;
  color: #013772;
  padding: 13px 21px;
}
.box p span {
  color: #000;
}
.box div {
  width: 450px;
  margin: 20px 0 0 0;
}
.box div:nth-child(odd) {
  float: left;
}
.box div:nth-child(even) {
  float: right;
}
.box div:nth-child(1) dl,
.box div:nth-child(2) dl,
.box div:nth-child(5) dl,
.box div:nth-child(6) dl {
  height: 88px;
}
.box div:nth-child(7) dl,
.box div:nth-child(8) dl {
  height: 66px;
}
.box div dl {
  background: #f9f9f9;
  padding: 15px 21px;
}
.box div dl dt {
  clear: left;
  float: left;
  width: 100px;
  line-height: 1.6;
  font-size: 14px;
  color: #001979;
}
.box div dl dd {
  line-height: 1.6;
  font-size: 14px;
  color: #001979;
  padding: 0 0 0 100px;
}
.box div dl dd a {
  color: #001979;
}
p.ttl {
  font-weight: bold;
  font-size: 16px;
  color: #027bff;
}
p.ttl + p {
  width: 440px;
}
p + p.ttl {
  margin-top: 20px;
}
.opt {
  width: 969px;
  text-align: center;
  margin: 0 0 0 -4px;
}
.opt p {
  margin: 15px 20px;
}
.opt div {
  position: relative;
}
.opt div .btn1 {
  position: absolute;
  bottom: 20px;
  left: 355px;
}
.opt div .btn2 {
  position: absolute;
  bottom: 20px;
  right: 11px;
}
.case_box_all h3 + div {
  padding: 0 13px 13px 13px;
}
.case_box_all h3 + div p {
  font-size: 18px;
}
.case_box_all .case_box {
  width: 430px;
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 16px;
}
.case_box_all .case_box:nth-of-type(even) {
  float: left;
  margin-left: 10px;
}
.case_box_all .case_box:nth-of-type(odd) {
  float: right;
  margin-right: 10px;
}
.case_box_all .case_box:nth-of-type(6),
.case_box_all .case_box:nth-of-type(7) {
  margin-bottom: 0;
}
.case_box_all .case_box .fr {
  width: 268px;
}
.case_box_all .case_box .fr .ttl {
  color: #013772;
  font-weight: bold;
  border-bottom: 1px dotted #cbcbcb;
  padding: 0 0 4px 0;
  margin: 0 0 5px 0;
}
.case_box_all .case_box .fr .ttl + p {
  font-weight: bold;
}
.case_box_all .case_box img.fl {
  width: 150px;
  height: 115px;
}

#visual {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 358px;
  padding: 0 0 10px 0;
}

#pagetop {
  width: 960px;
  text-align: right;
  margin: 0 auto 7px auto;
}
div#side {
  float: left;
  width: 208px;
  margin: 0 0 0 -3px;
}
div#side ul li {
  margin: 0 0 7px 0;
  line-height: 1.4;
}
ul#side {
  float: left;
  width: 208px;
  margin: 0 0 0 -3px;
}
ul#side li {
  margin: 0 0 7px 0;
}
#main {
  float: right;
  width: 740px;
}

/*rentallist*/
#main.rentallist h3 {
  width: 705px;
  height: 43px;
  font-size: 26px;
  font-weight: bold;
  color: #009de6;
  background: url(../images/rentallist_h3_1.jpg) 0 0 no-repeat;
  padding: 10px 0 0 35px;
  margin: 0;
}
#main.rentallist .inner + .inner {
  margin-top: 20px;
}
#main.rentallist .inner + .inner h3 {
  color: #ec6105;
  background: url(../images/rentallist_h3_2.jpg) 0 0 no-repeat;
}
#main.rentallist h4 {
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/rentallist_icon1.gif) 0 0 no-repeat;
  padding: 2px 0 0 15px;
  margin: 0 0 10px 0;
}
#main.rentallist h4 span {
  display: block;
  font-size: 14px;
  color: #009de6;
  margin: 4px 0 0 0;
}
#main.rentallist .inner + .inner h4 {
  background: url(../images/rentallist_icon2.gif) 0 0 no-repeat;
}
#main.rentallist .inner + .inner h4 span {
  color: #ec6105;
}
#main.rentallist .inner {
  border-bottom: 1px dotted #cbcbcb;
}
#main.rentallist .inner .cf {
  padding: 10px;
}
#main.rentallist .inner .fr {
  width: 540px;
}

/*company*/
#main.company {
  text-align: center;
}
#main.company table {
  width: 720px;
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
  margin: 0 10px;
}
#main.company table th {
  width: 145px;
  color: #013772;
  background: #e0e0e0;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  padding: 11px 0 11px 10px;
}
#main.company table td {
  border: 1px solid #d1d1d1;
  background: #fafafa;
  font-size: 14px;
  padding: 11px 0 11px 15px;
}
#main.company ul {
  margin: 0 10px;
}
#main.company ul li {
  background: url(../images/company_li.gif) 0 center no-repeat;
  font-size: 14px;
  padding: 0 0 0 13px;
}
#main.company ul li + li {
  margin-top: 12px;
}
#main.company p {
  width: 320px;
  line-height: 1.8;
}
#main.company p span {
  color: #013772;
  font-weight: bold;
}

/*entry*/
#main.choice p {
  font-size: 18px;
  text-align: center;
  margin: 0 0 7px 0;
}
#main.choice .inner {
  width: 718px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #c7d3e0;
  padding: 20px 0 25px 0;
  margin: 0 auto;
}
#main.choice .inner + .inner {
  margin-top: 20px;
}

/*privacy*/
#main.privacy .inner {
  width: 668px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #c7d3e0;
  padding: 20px 25px 30px 25px;
  margin: 30px auto 0 auto;
}
#main.privacy ul li {
  background: url(../images/company_li.gif) 0 7px no-repeat;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 0 0 14px;
}
#main.privacy ul li + li {
  margin-top: 12px;
}
#main.privacy ul li ul li {
  background: none;
  line-height: 1.4;
  padding: 0;
}
#main.privacy ul li ul {
  margin-top: 5px;
}
#main.privacy ul li ul li + li {
  margin-top: 5px;
}

/*sitemap*/
#main.sitemap {
  width: 720px;
  padding: 50px 0 0 20px;
}
#main.sitemap div {
  width: 350px;
  height: 320px;
}
#main.sitemap h3 a {
  color: #ffffff;
}
#main.sitemap ul {
  padding: 0 0 0 13px;
}
#main.sitemap ul li {
  font-size: 16px;
  margin: 0 0 12px 0;
}

/*case*/
#main.case h3.case {
  width: 705px;
  height: 43px;
  font-weight: bold;
  font-size: 26px;
  color: #009de6;
  background: url(../images/case_h3_bg.png) 0 0 no-repeat;
  padding: 9px 0 0 35px;
  margin: 0 0 15px 0;
}
#main.case h3.case + p {
  margin: 0 10px 20px 10px;
}
#main.case .inner {
  border-bottom: 1px dotted #cbcbcb;
  margin: 0 0 25px 0;
  padding: 0 10px 25px 10px;
}
#main.case .inner img.fl {
  width: 150px;
  height: 115px;
  margin: 0 27px 0 0;
}
#main.case .inner div.fl {
  width: 530px;
}
#main.case .inner p.ttl {
  font-weight: bold;
  font-size: 18px;
  color: #013772;
  margin: 0 0 10px 0;
}
#main.case .inner p.ttl span a {
  color: #fff;
  display: inline-block;
  background: #013772;
  font-weight: normal;
  font-size: 12px;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 0 0 0 7px;
  vertical-align: text-top;
}
#main.case .inner p.ttl + p {
  width: auto;
  font-weight: normal;
  background: none;
  padding: 0;
}
#main.case .inner dl {
  margin: 2px 0 0 0;
}
#main.case .inner dl dt {
  clear: left;
  float: left;
  width: 35px;
  font-size: 14px;
  line-height: 1.4;
}
#main.case .inner dl dd {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 3px 0;
}
#main.case .inner div + div {
  background: #f9f9f9;
  padding: 10px 18px;
  margin: 20px 0 0 0;
}
#main.case .inner div + div .bold {
  margin: 0 0 2px 0;
}
ul.pager {
  text-align: left;
  font-size: 0;
}
ul.pager li {
  display: inline-block;
  font-size: 14px;
}
ul.pager li + li {
  margin: 0 0 0 18px;
}
ul.pager li a {
  display: block;
  font-weight: bold;
  border: 1px solid #013772;
  padding: 5px 7px;
}
ul.pager li a:hover {
  background: #013772;
  color: #fff;
  text-decoration: none;
}
ul.pager li.current {
  border: 1px solid #013772;
  background: #efefef;
  font-weight: bold;
  padding: 5px 7px;
}
ul.pager li:first-of-type a,
ul.pager li:last-of-type a {
  color: #fff;
  font-weight: bold;
  background: #013772;
  border: 1px solid #013772;
  padding: 5px 7px;
}
ul.pager li:first-of-type a:hover,
ul.pager li:last-of-type a:hover {
  background: #fff;
  color: #013772;
}
div#side p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #013772;
  padding: 10px 0;
  margin: 0 0 13px 0;
}
div#side ul + p {
  margin-top: 20px;
}
div#side ul {
  padding: 0 0 0 20px;
}
div#side ul li {
  list-style: disc;
  font-size: 14px;
}
div#side ul.none {
  padding: 15px 0 0 0;
}
div#side ul.none li {
  list-style: none;
}
div#side ul.none li + li {
  margin-top: 8px;
}

/* ------------------------------
    footer
------------------------------ */

#footer {
  height: 92px;
  background: url(../images/footer_bg.png) 0 0 repeat-x;
  padding: 2px 0 0 0;
}
#footer .wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#footer .wrap img.fl {
  margin: 10px 0 10px;
}
#footer .wrap ul {
  float: right;
  width: 795px;
  text-align: right;
  margin: 16px 0 0 0;
}
#footer .wrap ul li {
  display: inline-block;
  font-size: 12px;
  background: url(../images/footer_li.png) 0 center no-repeat;
  padding: 0 0 0 16px;
}
#footer .wrap ul li + li {
  margin: 0 0 0 25px;
}
#footer .wrap ul li a {
  color: #fff;
}
#footer .wrap ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
#footer .wrap + .wrap {
  padding: 10px 0 0 0;
}
#footer .wrap + .wrap ul {
  float: right;
  width: 270px;
  text-align: center;
  font-size: 0;
  margin: 3px 0 0 0;
}
#footer .wrap + .wrap ul li {
  display: inline-block;
  font-size: 12px;
  background: none;
  padding: 0 7px;
}
#footer .wrap + .wrap ul li + li {
  border-left: 1px solid #333;
  margin: 0;
}
#footer .wrap + .wrap ul li a {
  color: #333;
}
#footer .wrap + .wrap ul li a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: underline;
}
#footer .copy {
  float: left;
  width: 630px;
  text-align: right;
  font-size: 12px;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* End Hack */

#main.rentallist .inner .gray {
  background-color: #eeeeee;
  padding: 10px 10px 10px 0;
}

#main.rentallist .inner .gray .fl {
  margin: 0 0 0 10px;
}

.oshirase {
  max-width: 960px;
  width: calc(96% - 80px);
  padding: 20px 40px;
  margin: 50px auto;
  border: 5px solid #ff0700;
}
.oshirase.wp_oshirase {
  margin: 5px auto 30px auto;
}
.oshirase p {
  padding: 10px;
}
.oshirase p.title {
  font-size: 17px;
  color: #ff0700;
  border-bottom: 1px solid #ff0700;
  font-weight: bold;
  text-align: center;
}
