﻿@charset "utf-8";
/* CSS Document */

#recruit #titleimg h1{
  margin:0px;
  padding:0px;
  text-indent:-9999px;
  background:url(../../imgs/recruit/titleimg.jpg);
}

/* カレンダー */
table.calender{
  position:relative;
  width:95%;
  text-align:center;
  border:2px solid #7A7A7A;
  table-layout:fixed;
  border-collapse:collapse;
  margin-bottom:20px;
  line-height:1.5em;
  text-shadow::none;
}
table.calender tr{
  position:relative;
}
table.calender caption{
  text-align:left;
  font-size:1.5em;
  font-weight:bold;
}
table.calender th{
  border:1px solid #333;
}
table.calender td{
  position:relative;
  vertical-align:baseline;
  height:50px;
  padding-top:25px;
  border:1px solid #AAA;
  text-shadow::none;
}
table.calender td:nth-of-type(7) .day{
  color:#03F;
}
table.calender td:nth-of-type(1) .day{
  color:#F03;
}
table.calender td .day{
  position:absolute;
  top:3px;
  left:3px;
  font-size:16px;
  font-weight:bold;
}

table.calender td.event1{
  font-size:1em;
  font-weight:bold;
  background:#9ac1e5;
}

table.calender td.event2{
  font-size:1em;
  font-weight:bold;
  background:#fffb00;
}

table.calender td.event3{
  font-size:1em;
  font-weight:bold;
  background:#ffc7cd;
}

table.calender td.event4{
  font-size:1em;
  font-weight:bold;
  background:#fec006;
}

table.calender td.event5{
  font-size:1em;
  font-weight:bold;
  background:#90cf52;
}


table.calender td.othermonth{
  opacity:0.5;
  filter: alpha(opacity=50);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";  /* ie 8 */
  -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.5;              /* Safari 1.x */
  background:#DDD;
}
table.calender td.othermonth .day{
  font-size:14px;
}

.photo {
    padding: 7px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    margin:15px;

    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 0 10px 8px -6px #8d8c8c;
    behavior: url(../ie-css3.htc);
}
