* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  color: #000;
}

@media screen and (max-device-width:480px) {
  body {
    min-height: 1850px;
  }
}

ul li {
  list-style: none;
}

img {
  border: none;
}

a {
  color: black;
  text-decoration: none;  
}

a:hover {
  color: red;
  text-decoration: underline;  
}

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

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrapper {
  margin: 0 auto;
  width: 1300px;
}

header {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}

header.company {
  border: none;
}

h1 {
  line-height: 0;
  display: block;
  width: 548px;
  text-align: center;
  margin: 0 auto;
}

header ul {
  width: 548px;
  margin: 0 auto;
}

header ul li {
  float: left;
  line-height: 0;
}

header ul li a:hover {
  opacity: .5;
}

article {
  padding: 35px 0;
}

ul#namelist {
  width: 130px;
  padding: 0 10px 0 80px;
  float: left;
}

ul#namelist li {
  line-height: 140%;
}

ul#namelist li a.hover {
  color: red;
  text-decoration: underline;  
}

ul#piclist {
  width: 994px;
  float: left;
}

ul#piclist li {
  width: 140px;
  margin: 0 2px 2px 0;
  float: left;
  line-height: 0;
  position: relative;
  background-color: white;
}

ul#piclist li a.hover img {
  opacity: .3;
}

ul#piclist li span {
  position: absolute;
  top: 105px;
  display: block;
  width: 130px;
  text-align: right;
  line-height: 140%;
  font-weight: bold;
  font-size: 14px;
  color: black;
  opacity: 1;
}

footer {
  text-align: right;
  font-size: 10px;
  padding-bottom: 35px;
}

div#detail {
  width: 994px;
  float: left;
}

div#photo {
  width: 400px;
  height: 550px;
  padding-right: 20px;
  float: left;
}

div#photo.ls {
  padding-top: 153px;
}

div#info {
  width: 574px;
  float: left;
}

div#info div#text {
  height: 300px;
  padding-top: 150px;
}

div#info span {
  display: block;
  font-size: 15px;
}

div#info span.free {
  margin-top: 1em;
}

div#info span.link {
  font-size: 13px;
  margin-top: 25px;
}

div#info strong {
  font-weight: normal;
  font-size: 30px;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  margin-bottom: 6px;
  width: 380px
}

ul#thumbs {
  height: 100px;
}

ul#thumbs li {
  float: left;
  padding-right: 10px;
}

article.company {
  width: 420px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 160%;
}

article.company section {
  padding: 0 0 40px;
}

article.company section h1 {
  border-bottom: 1px solid #000000;
  width: 420px;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

article.company section dt, article.company section dd {
  float: left;
}

article.company section dt {
  width: 80px;
}

article.company section dd {
  width: 340px;
}

section#access dl {
  margin-bottom: 5px;
}

section#recruit p {
  margin-bottom: 1.5em;
}

article.company section#recruit dt {
  width: 70px;
  margin-bottom: 1.5em;
}

article.company section#recruit dd {
  width: 350px;
  margin-bottom: 1.5em;
}

section#information h1 {
  margin-bottom: 25px;
}

section#information {
  font-size: 12px;
}

article.company section div.post {
  border-bottom: 1px dotted #000;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

article.company section div.post div.date {
  float: left;
  width: 100px;
}

article.company section div.post div.text {
  float: left;
  width: 320px;
}

div.top {
  text-align: right;
  padding-top: 10px;
}




