/* CSS Document */
.inner {
  padding: 60px 0;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .inner {
      padding: 40px 0; } }

#t_outline .t_outline_caption {
  font-size: 20px !important;
  padding: 5px;
  border-bottom: 1px solid #333;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 480px) {
    #t_outline .t_outline_caption {
      font-size: 18px !important;
      padding: 5px 0;
      margin-bottom: 10px; } }
#t_outline table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important; }
  #t_outline table:not(:last-child) {
    margin-bottom: 30px; }
@media screen and (max-width: 480px) {
  #t_outline #outline_b10 td {
    height: auto !important; } }
#t_outline th, #t_outline td {
  font-size: 15px;
  border: none !important;
  border-bottom: 1px dotted #999 !important;
  text-align: left;
  padding: 15px;
  line-height: 1.4; }
  @media screen and (max-width: 960px) {
    #t_outline th, #t_outline td {
      font-size: 14px;
      padding: 12px 15px; } }
  @media screen and (max-width: 768px) {
    #t_outline th, #t_outline td {
      display: block;
      border: none;
      border-bottom: 1px dotted #999 !important; } }
  @media screen and (max-width: 480px) {
    #t_outline th, #t_outline td {
      padding: 12px 0; } }
#t_outline th {
  width: 30%;
  font-weight: 500;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none; }
  @media screen and (max-width: 768px) {
    #t_outline th {
      padding: 12px 15px 0;
      text-align: left;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    #t_outline th {
      padding: 12px 0 0; } }
#t_outline td {
  width: 70%;
  height: auto; }
  @media screen and (max-width: 768px) {
    #t_outline td {
      width: 100%;
      height: auto; } }

#t_outline ul {
  list-style-type: none;
  margin: 10px 0px;
  font-size: 12px;
  padding: 0px; }
  #t_outline ul li {
    list-style-type: none;
    padding: 0px; }
    #t_outline ul li strong {
      font-weight: bold; }

#t_outline .t_outline_caption {
  font-size: 100%; }

/*

#t_outline table{
	border: 3px double #CCC;
	border-collapse: collapse;
}
#t_outline th,
#t_outline td {
	border: 1px solid #CCC;
	text-align:left;
	padding:2px 5px;
	line-height:1.4;
}
#t_outline ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
#t_outline li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#t_outline li strong {
	font-weight:bold;
}
#t_outline .t_outline_caption {
	font-size: 100%;
}

*/

/*# sourceMappingURL=outline.css.map */
