/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014/03/10, 18:12:40
    Author     : hsakanak
*/
html {
  height : 100%;
  font-size : 15px;
  font-family : "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body{
    background-position : initial initial;
    background-repeat : initial initial;
    color : black;
    -webkit-font-smoothing : antialiased;
    letter-spacing : 0.2pt;
    margin : 0 !important;
    margin-top : 0;
    min-height : 100%;
    padding : 0 !important;
    padding-top : 0;
    width : 100%;
    word-wrap: break-word;
    line-height: 120%;
}
.interview_box .left {
    border-bottom-color: #CCCCCC;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    margin-bottom: 3px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    vertical-align:middle;
}
.interview_box .left:hover{
    background-color:#ececec;
}
.interview_box .right {
    margin-top: 0;
}

.Ititle1{
    font-size: 12px;
        line-height: 110%;
        margin-top:2px;
        padding-bottom: 4px;
}
.Ititle2  {
    font-size: 11px;
    margin-right: 73px;
    line-height: 110%;
}
a{
    color:#135DB1;
    text-decoration: none;
    font-size:13px;
}
a:hover{
    color:#cb0963;
}
.Iimg {
    border: 0;
    float: right;
    width: 70px;
padding-left:3px;
vertical-align:middle;
}
img{
    
}
#special_th_blue {
	border-left:10px solid #555;
	border-bottom:1px solid #555;
    clear: both;
    color: #555;
    font-weight: bold;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
}
* html .Iimg{height:70px;}