@charset "utf-8";

/* --- common ----------------------------------------------- */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  color: #333333;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
  line-height: 1.5;
  letter-spacing: normal;
}

/* for IE bug */
br {
  letter-spacing : normal;
}
/* for IE bug */

img {
  border: 0 none;
  margin: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/*  h1 - h6  */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 3px 0 2px 5px;
  background-color: #E3E3E3;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  color: #505050;
  margin: 0 0 5px;
  padding: 2px 0 2px 5px;
  background-color: #EFEFEF;
}
h4, h5, h6 {
  font-size: 12px;
}

p, dl, dd, form {
  margin: 0;
}

th {
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}

em {
  color: #993366;
}

sup {
  vertical-align: text-top;
  font-size: 0.7em;
  line-height: 100%;
}

a {
  color: #0000EE;
}
a:hover {
  color: #9932CC;
}

/* --- form ----------------------------------------------- */
input, textarea, button, select {
  margin: 0;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", Arial, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  /* for Firefox */
  font-size: 100%;
}
input, button, select {
  vertical-align: middle;
}
select {
  letter-spacing: normal;
  margin-right: 2px;
  min-width: 4.5em;
}
textarea {
  padding: 1px;
}

/* for not IE6 */
input[type=radio],
input[type=checkbox] {
  margin-right: 2px;
  /* for IE */
  padding: 0;
}
/* for IE7 */
*:first-child+html input[type=radio],
*:first-child+html input[type=checkbox] {
  margin-right: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
/* for IE7 */
*:first-child+html input[type=radio] + label,
*:first-child+html input[type=checkbox] + label {
  display: inline;
  zoom: 1;
}

/* for not IE6 */
input[type=button],
input[type=submit],
html>body button {
  height: 26px;
  padding: 1px 3px;
}
/* for IE7 */
*:first-child+html input[type=button],
*:first-child+html input[type=submit],
*:first-child+html button {
  padding: 0;
}
/* for Firefox */
@-moz-document url-prefix() { 
  input[type=button],
  input[type=submit],
  button {
    padding: 0;
  }
}

/* for not IE6 */
html>body select,
html>body textarea {
  border: 1px solid #7F9DB9;
}
input[type=text],
input[type=password] {
  height: 1.5em;
  border: 1px solid #7F9DB9;
  padding: 1px;
  line-height: 1.4;
  margin-right: 2px;
}

/* for not IE6,7 */
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  background-color: #FFFFEE;
  border: 1px solid #FFB0B0;
}
/* for IE6,7 */
.focused {
  background-color: #FFFFEE !important;
}
/* for IE7 */
*:first-child+html .focused {
  border: 1px solid #FFB0B0 !important;
}

input[readonly] {
  background-color: #EFEFEF;
  border: 1px solid #7F9DB9;
}
input[readonly]:focus {
  background-color: #EFEFEF;
  border: 1px solid #7F9DB9;
}
/* for IE6,7 */
input.readonly {
  background-color: #EFEFEF !important;
}
/* for IE7 */
*:first-child+html input.readonly {
  border: 1px solid #7F9DB9 !important;
}

/* for Opera */
input[type=image] {
  cursor: pointer;
}


/* fullsize_design */
.fullsize_whatsnew_type {
  border-radius: .3rem;
  padding: 4px 20px;
  color: #fff;
  font-size: 0.9rem;
}

.fullsize_whatsnew_type_shop {
  border-radius: .2rem;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.7rem;
}
.whatsnew_type_color_01 {
  background-color: #003579;  /*お知らせ*/
}

.whatsnew_type_color_02 {
  background-color: #6EAE15;  /*物件情報*/
}

.whatsnew_type_color_03 {
  background-color: #DB2B61;  /*施設情報*/
}

.whatsnew_type_color_04 {
  background-color: #e21010;  /*重要*/
}