@charset "UTF-8";
/* CSS Document */


/*========================================*/
/*=============== outline ==================*/
/*=========================================*/
#outline {
	
}

#outline h1 {

}
#outline #wrapper {

}
#outline #pageWrap {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 80px 3%;
  padding-top: 30px;
  color: #333;
}



#outline .row01 .t_outline_caption {
	font-size: 18px;
	margin-top: 50px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-left: #c7bf8b solid 5px;
	/*border-image: linear-gradient(to bottom, rgba(0,122,149,1) 0%, rgba(0,3,47,1) 100%) 1;*/

	padding-left: 1em;
	text-align: left;
}
#outline .row01 .t_outline_caption:nth-child(1) {
  margin-top: 0;
}
#outline .row01 table {
	border: none;
	border-top: rgba(0,0,0,0.2) dotted 1px;
	width: 100%;
}
#outline .row01 table th, #outline .row01 table td {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	border:none;
	border-bottom: rgba(0,0,0,0.2) dotted 1px;
}
#outline .row01 table th {
	white-space: nowrap;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	color: #333;
	border-left: none;
	border-top: none;
	width: 30%;
}
#outline .row01 table td {
	border-left: none;
	border-right: none;
	border-top: none;
}
#outline #outline_b9 td {
/*border: none;*/
}
#outline .row01 ul {
	margin-top: 1em;
}
#outline .row01 ul li {
	font-size: 12px;
}
#outline table {
}
#t_outline table {
	width: 100%;
	border: none;
}
#t_outline th, #t_outline td {
	border: none;
}

@media screen and (max-width : 959px ){
	#outline .row01 {
		width: 96%;
		padding: 0 0 50px;
	}
	#outline .row01 table th, #outline .row01 table td {
		padding: 1em 0.5em;
		font-size: 12px;
	}
	#outline .row01 table th {
		white-space: inherit;
		width: 40%;
	}

	#outline .row01 .t_outline_caption {
		font-size: 16px;
		margin-top: 30px;
		padding-bottom: 5px;
		padding-top: 10px;
		margin-bottom: 20px;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.2);

		padding-left: 1em;
	}
}/*max-width: 959px*/


@media screen and (max-width : 599px ){
  #outline #wrapper {
  }
  #outline #pageTit {
  }
  #outline #pageWrap {
    padding: 30px 3%;
  }



}