@charset "Shift_JIS";
/* -------------------------------------
     Print CSS
 (c) Copyright 2006 Sketches of Design
     version 2006-09-01
------------------------------------- */
@import "common.css";
/* General Rules
--------------------------------------*/
body{
  background-color: #fff;
  color: #000;
  font-size:10pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Osaka, "ＭＳ Ｐ明朝", sans-serif;
}
.weak, .weak *{
  font-size: 8pt;
}
/* Headings
--------------------------------------*/
h1{
  font-size: 16pt;
}
h2{
  font-size: 14pt;
}
h3{
  font-size: 12pt;
}
h4, h5, h6{
  font-size: 10pt;
}
h1, h2, h3, h4, h5, h6{
  clear: both;
}
/* Non-Display Parts
--------------------------------------*/
/* header */
div#header ul#gnav,
div#header p#entry{
  display: none;
}
/* content */
div#jobList, ul#jmenu,
p.nav, p.btt{
  display: none;
}
/* util */
div#util{
  display: none;
}
/* footer */
div#footer ul.flat{
  display: none;
}


/* Layout
--------------------------------------*/
div#content ul.picList{
  list-style: none;
}
div#content ul.picList li{
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding: 8px;
  _height: 1%;
  min-height: 1%;
  display: inline-table;
}
div#content ul.picList li:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#content ul.picList li img{
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
