@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  /*background: transparent;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix --*/
.clearFix:after {
  content: url(pixel.gif);
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearFix {
  display: inline-block;
}

* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* alt --*/
.alttext {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #b30208;
}

hr {
  display: none;
}

body, html {
  width: 100%;
  background: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#taberu,
a {
  color: #524A39;
}

#taberu .container {
  width: 990px;
  margin: 0 auto 30px;
}
#taberu .container p {
  padding: 0 0 20px;
  line-height: 1.8em;
}
#taberu .container dl {
  line-height: 1.8em;
}

#header {
  background: #f7f7f7;
  padding: 4px 0;
  height: 40px;
}
#header #inr {
  width: 990px;
  margin: auto;
  padding: 7px 0 0;
}
#header #inr #loginbtn .login {
  padding-top: 8px;
}
#header #inr #loginbtn img {
  vertical-align: middle;
  padding: 0 5px;
}
#header #inr .color_over {
  float: right;
  width: 180px;
  text-align: right;
  padding-top: 8px;
}
#header #inr .color_over a,
#header #inr #loginbtn .login a {
  background: url(/images/bar_control_s.png) no-repeat left center;
  padding-left: 25px;
  color: #524A39;
  font-weight: bold;
}

#logintips {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 3px solid #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  top: 50px;
  padding: 20px;
  font-size: 14px;
  /*font-size: ($size / $base) * 1rem;*/
}
#logintips input[type="text"],
#logintips input[type="password"] {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  /*font-size: ($size / $base) * 1rem;*/
  padding: 0.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -ms-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  border: 1px solid #C1B499;
}
#logintips dt {
  width: 7em;
  float: left;
  clear: left;
  padding: 8px 0;
  text-align: right;
}
#logintips dd {
  margin-left: 8em;
  padding-bottom: 5px;
}
#logintips .submit {
  text-align: center;
  padding: 10px;
  clear: both;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
#logintips .submit button {
  background-color: #dddddd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFDDDDDD');
  background-image: -moz-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(#f7f7f7 0%, #dddddd 100%);
  background-image: linear-gradient(#f7f7f7 0%, #dddddd 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  /*font-size: ($size / $base) * 1rem;*/
  padding: 12px 50px;
  border: 1px solid #ddd;
}
#logintips .submit button:hover {
  background-color: #cccccc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFCCCCCC');
  background-image: -moz-linear-gradient(#e6e6e6 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(#e6e6e6 0%, #cccccc 100%);
  background-image: linear-gradient(#e6e6e6 0%, #cccccc 100%);
  border: 1px solid #ccc;
}

#err .msg {
  padding: 0 0 50px;
}
#err .msg strong {
  font-size: 26px;
  /*font-size: ($size / $base) * 1rem;*/
}

footer {
  background: #F7F7F7;
  overflow: hidden;
  font-size: 14px;
  /*font-size: ($size / $base) * 1rem;*/
}
footer #foot {
  width: 980px;
  margin: 30px auto 20px;
  overflow: hidden;
}
footer #foot h3 img {
  padding: 0 0 40px;
}
footer #foot h3 img.flogo {
  padding: 0 30px 30px 0;
}
footer #foot ul {
  width: 250px;
  float: left;
  padding: 0 10px;
}
footer #foot li {
  padding-bottom: 12px;
}
footer #foot p {
  text-align: right;
  clear: both;
  padding-bottom: 10px;
}
footer #foot a {
  color: #211713;
}

@media only screen and (max-width: 990px) {
  #taberu .container {
    width: auto;
  }
}

@media only screen and (max-width: 989px) {
  #taberu #header #inr #loginbtn {
    padding: 0 2%;
  }
  #taberu .submit button {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 640px) {
  .dnone {
    display: none;
  }

  #taberu #header {
    height: 60px;
  }
  #taberu #header #inr .color_over {
    float: none;
    width: auto;
    padding-top: 0;
  }
}

/**
 *追記
 */
p.arealink {
	line-height: 20px;
}

p.arealink a:hover{
	opacity: 0.7;
}

.atobarai ul{
	padding: 0 0 0 30px!important;
	line-height: 1.8em;
}
ul.aaa li{
	list-style-type: disc!important;
}

fontred {
	color: red;	
}