@charset "utf-8";
/* CSS Document */

#content .thumbnail {
	border:none;
}
#content .thumbnail h3 {
	padding-left:0;
	text-align:left;
}
#content td span {
	display:inline-block;
	padding:7px;
	text-align:center;
	color:#903;
}
#content th {
	text-align:center;
	background:#eee;
	
}
#content ul + h4 {
	margin-top:30px;
}
#content dd {
	margin-bottom: 5px;
}
#content .img-responsive {
     display: inline; 
}

#content h2{line-height:1.4;color:#235C63;margin-top:0;}

dl.menu {margin-bottom:0;}

.menu dt{
	width: 7em;
	font-weight:normal;
}
.menu dd{
	margin-top:-1.8em;
	margin-left:7.5em;
	padding: 0 0 0 0;
}

.table th{white-space: nowrap;}

p.ttlLine img{border:solid 1px #f0f0f0;}

@media all and (-ms-high-contrast: none) { 
  dl.menu {margin-bottom:0;}
  
  .menu dt{
	  width: 7em;
	  font-weight:normal;
  }
  .menu dd{
	  margin-top:-1.8em;
	  margin-left:7em;
	  padding: 0 0 0 0;
  } 
}

@media (min-width: 768px){
	.dl-horizontal dt {
		width: auto;

	}
.dl-horizontal dd {
    margin-left: 5em;
}
}