*
{
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Arial","sans-serif","ＭＳ Ｐゴシック";
  font-size:14px;
/*
  color:#303030;
  color:#4d4d4d;
*/
  color:#303030;
}
body
{
  background-color:#FFFFFF;
  margin:0px;
  padding:0px;
}
ul
{
  margin: 0;
  padding: 0;
}
li
{
  list-style-type: none;
}
a
{
  font-weight:normal;
  text-decoration:none;
}
a:link 
{
  color:#0088EE;
}
a:hover 
{
  text-decoration:underline;
  color:#0088EE;
}
a:visited
{
  color:#0077DD;
}

/* 左メニュー */
.left-menu ul li.class
{
  width: 200px;
  height: 30px;
  margin: 0 0 5px 0;
  text-align:center;
  font-weight:10px;
  font-size:18px;
  font-weight:900;
}
.left-menu ul li.link
{
  list-style-type: none;

  width: 185px;
  height: 30px;
  margin: 0 0 5px 0;
  padding: 5px 0 0 10px;
  background: #F7F5F2;
  color: #333;

  text-decoration: none;
  overflow:hidden;
  position: relative;
}
.left-menu ul li.selected
{
  background: #DDDDDD !important;
}
/*
li.link:after
{
  content: "";
  position: absolute;
  top: 8px;
  left:0px;
  height: 0px;
  width: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #F5876E;
}
*/
.left-menu ul li.link:hover
{
  background-color: #DDDDDD;
}
.left-menu ul li.orange { border-left: 5px solid #F5876E; }
.left-menu ul li.blue   { border-left: 5px solid #61A8DC; }
.left-menu ul li.green  { border-left: 5px solid #8EBD40; }
.left-menu ul li.purple { border-left: 5px solid #988CC3; }
.left-menu ul li.gold   { border-left: 5px solid #D8C86E; }

h1
{
  position: relative;
  background: #0f1670;
  color:#FFFFFF;
/*
  background: #0f1670;
  background: #0712a7;
  background: #F7F5F2;
*/
  font-size: 16pt;
  line-height: 1;
  margin: 20px 0px 20px -10px;
  padding: 13px 10px 10px 20px;
  width:538px;
  box-shadow:1px 3px 7px 0px  #666666 ;

  border-top:1px solid #0088EE;
  border-left:1px solid #0088EE;
  border-bottom:1px solid #0088EE;
  border-right:1px solid #0088EE;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius:10px;
}
h1:after
{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
h1:after
{
  left: 0;
  border-right: 5px solid #333;
}
h1:before
{
  right: 0;
  border-left: 5px solid #333;
}

h2
{
  font-size:16px;
}

/* chirashi */
.chirashi
{
  width:170px;
  text-align:center;
  background: #FFFFFF;
  border:solid 2px #0088EE;
/*
  border:solid 3px #FC583C;
*/
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.part1
{
  height:20px;
/*
  background-color:#FC583C;
*/
  background-color:#0088EE;
  color:#FFFFFF;
  padding:3px;
  overflow:hidden;
  font-weight:bold;
}
.chirashi .part1 a
{
  color:#FFFFFF;
  font-weight:bold;
}
.part2
{
  height:50px;
  overflow:hidden;
}
.chirashi .part2 a
{
  font-size:14px;
  font-weight:bold;
}
.part3
{
  margin:1em 0;
  height:170px;
  transition: all 0.1s;
}
.part4
{
  height:20px;
/*
  background-color:#FC583C;
  color:#0088EE; 
*/
  background-color:#0088EE;
  color:#FFFFFF; 
  padding:3px;
  overflow:hidden;
  font-weight:normal;
}
.part5
{
  height:1.4em;
  overflow:hidden;
}
.chirashi .thumb
{
  margin-top:10px;
  box-shadow:1px 3px 7px 0px  #666666 ;
  transition: all 0.1s;
}
.chirashi .thumb:hover
{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.chirashi:hover
{
  background-color: #EFEFEF;
}

/* に関係する会社情報 */
table.company
{ 
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #ccc;
}
table.company thead th
{
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #c00;
/*
  background: #dcdcd1;
*/
  background: #F7F5F2;
}
table.company tbody th
{
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
}
table.company td
{
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.company td:nth-child(1)
{
  width:15%;
}
table.company td:nth-child(2)
{
  width:40%;
}
table.company td:nth-child(3)
{
  width:45%;
}
em
{
  color:#FF0000;
  font-weight:bold;
}
