@charset "UTF-8";

@media screen and (min-width: 760px) {
 body {
   width: 760px;
   margin-right: auto;
   margin-left: auto;
   font-size: 94%;
   line-height: 1.4;
 }
 #foot-logo {
   display: none;
 }
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}
ul {
  list-style: none;
}
a:link{
  color: #039;
  text-decoration: underline;
}
a:visited{
  color: #60C;
}
a:hover {
  color: #F63;
}
hr {
  display: none;
}
/*-----------------------------------------------------
  headArea
------------------------------------------------------*/
#headArea {
  height: 69px;
  float: none;
  border-bottom: solid 1px #CCC;
  overflow: hidden;
  position: relative;
}
#logo {
  float: left;
  width: 161px;
}
#logo_s{
  display: none;
}

#identifier {
  position: absolute;
  top: 22px;
  left: 210px;
  z-index: 9999999;
}

/* #contentArea */
#contentArea {
  margin-top: 2px;
  margin-bottom: 30px;
  overflow: hidden;
}
.date {
  text-align: right;
}

.msg,
.close {
  margin: 30px 100px;
}
.msg h1{
  margin-bottom: 30px;
  font-size: 106%;
  text-align:center;
}
.msg p {
  margin-bottom: 1em;
  font-weight: bold;
}
.msg .url {
  text-align: center;
}
.msg .url a {
  font-weight: normal;
}

.close h1 {
  font-size: 100%;
  font-weight: bold;
  text-align:left;
}
.close p {
  margin-bottom: 1em;
  font-weight: bold;
}
.close .link {
  font-weight: normal;
}
.close .link a {
  font-weight: normal;
}
.close dl {
  margin: 30px 0 1em 0;
  clear:both;
  overflow: hidden;
}
.close dl dt {
  width: 100px;
  margin-left: 30px;
  font-weight: bold;
  float:left;
  text-align:left;
}
.close dl dd {
  margin-left: 180px;
  text-align:left;
}
/*-----------------------------------------------------
 footer
------------------------------------------------------*/
#footerArea {
  padding: 0;
  line-height: 1.3;
  border-top: solid 1px #ccc;
  overflow: hidden;
}
#footerArea ul {
  margin-top: 4px;
  margin-bottom: 10px;
  float: left;
  font-size: 12.32px;
  line-height: 2.5em;
  overflow: hidden;
}
#footerArea ul li {
  margin-left: 10px;
  float: left;
}
#footerArea .link01 {
  margin-left: 0;
}
#footerArea address {
  margin: 12px 0 10px;
  float: right;
}

@media screen and (max-width: 759px) {
 body {
   margin-right: auto;
   margin-left: auto;
   font-size: 90%;
   line-height: 1.2;
 }
 #logo {
   display: none;
 }
 #logo_s{
   display: block;
   float: left;
   width: 121px;
 }
 #identifier {
   display: none;
 }
 .close {
   margin: 20px 10px;
 }
 .close dl {
   margin: 30px 0 20px 4px;
   clear:both;
   overflow: hidden;
   display: inline;
 }
 .close dl dt {
   margin-left: 0;
   margin-bottom: 4px;
   font-size: 110%;
   width: 100%;
   font-weight: bold;
   text-align	:left;
 }
  .close dl dd {
   margin-left: 1em;
   text-align:left;
   margin-bottom: 10px;
 }
  .close dl dd.yubin {
   margin-bottom: 2px;
 }


 #foot-logo {
   text-align:center;
 }
 #footerArea div.container ul {
   margin-left: 10px;
 }
 #footerArea address {
   text-align:center;
   float:none;
 }

 .disppc{
   display: none;
 }
}