@charset "utf-8";

body {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background:#fdcdcb;
  font-size:14px;
  line-height:1.5em;
}
p {
  margin-bottom:1em;
  text-align:justify;
}

.orange{ color:#FF6600; }
.pink  { color:#FF0066; }

#top {
  min-width:240px;
  max-width:600px;
  _width:600px;
  margin:50px auto 30px;
  padding:5px;
}
#topimg {
  margin-bottom:30px;
  max-width: 100%;
  height: auto;
}
#front {
  overflow:hidden;
  text-align:center;
  margin-bottom:20px;
}
#front img {
  margin:0 10px;
}

#caution {
  color:#FF0000;
  font-weight:bold;
  margin-bottom:30px;
}

#box {
  text-align:left;
  border:2px dashed #FFFFFF;
  padding:13px;
  margin-bottom:20px;
}
#box span {
  font-weight:bold;
}

strong {
color:#FF0066;
}
.strong2 {
color:#FF6600;
}

#footer {
  font-size:12px;
  text-align:center;
}

#footer a {
  color: #FF0066;
  text-decoration: none;
}
#footer a:hover {
  color: #FF0066;
  text-decoration: underline;
}
@media screen and (max-width:600px) {
  #top {
    margin:0 auto;
  }
  #front img {
    margin:0 auto 10px;
  }
  #box {
    padding:7px;
  }
}