@charset "utf-8";



.trRow .blankTd{
	display:none;
}
@media (min-width:481px){
.trRow tr td,.trRow tr th {
	border: 1px solid #CCCCCC;
	padding:5px;
}
.trRow tr th {
	background-color:#eeeeee;
}
}
@media (max-width:480px){
.trRow th,.trRow td,trRow tr{
	display:block;
}
}
img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 75%;
}

.ejh_officeNav {
	padding: 8px 12px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	line-height:160%;
}

.ejh_officeNav > li {
  display: inline-block;
}
.ejh_officeNav > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "|";
}
.ejh_officeNav > .active {
    color: #777;
}

.text-indent-1{
	text-indent: -1em;
    padding-left: 1em;
	margin-left: 4%;
}
.text-indent-2{
	text-indent: -1em;
	margin-left: 4%;
}
a.linkArrow{
  padding-left: 12px;
  position: relative;
}
a.linkArrow::before {
    content: '.';
    width: 0;
    height: 0;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-right: 0px solid transparent;
    border-left: 0.6em solid #337ab7;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    top: 0.25em;
    left: 0.1em;
}
.kome-ol > li::marker {
    content: '※' counter(kome, decimal);
    counter-increment: kome;
    position: absolute;
    left: -2.5em;
    color: #a94442;
	}
sub {
    bottom: -0.25em;
    color: #a94442;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.sectionText {
    text-align: left;
    padding: 0.4em;
    background: #f4f4f4;
    border-left: 6px solid #f89838;
    border-right: 0px solid #C1C1C1;
    border-bottom: 0px solid #C1C1C1;
    border-top: 0px solid #C1C1C1;
}
.bg-success {
    background-color: #dff0d8;
}
.well{
	width: 360PX;
}
.text-right2{
	width: 80px;
}
.text-center{
	text-align: center;
}