/* CSS Document */
div.tl_02 {
  padding: 27px 0 0 0;
}

div.tl_02 h3 {
  border-top: 2px solid #71c81a;
  border-bottom: 1px solid #71c81a;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 34px 13px 34px;
  color: #71c81a;
}

.tl_02_inner {
  margin-top: -76px;
  padding-top: 76px;
}

.innerBox {
  padding: 17px 23px 17px 23px;
}

.read01 {
  line-height: 22px;
}

.read01 p,
.read01 ol.type01 {
  margin-bottom: 1em;
}

.read01 ol.type01 li {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}

.officerLayout01 {
  width: 100%;
  background: url(../../images/about/outline/bg_table_line.gif) no-repeat 0 0;
  font-size: 13px;
  line-height: 22px;
}

.officerLayout01 th {
  background: url(../../images/about/outline/bg_table_th_line.gif) no-repeat 0 100%;
  width: 105px;
  padding: 17px 27px 15px 13px;
  text-align: left;
}

.officerLayout01 td {
  background: url(../../images/about/outline/bg_table_td_line.gif) no-repeat 100% 100%;
  width: 455px;
  padding: 17px 15px 15px 52px;
}

.pdfNots {
  text-align: right;
}

.pdfNots span {
  background: url(../../images/common/i_pdf.png) no-repeat 0 2px;
  padding: 0 0 0 18px;
}

.mac .pdfNots span {
  background: url(../../images/common/i_pdf.png) no-repeat 0 0px;
  padding: 0 0 0 18px;
}

.pdfNots a {
  display: inline;
  margin: 0 3px;
}

.pdfNots a:link {
  color: #1e659c;
  text-decoration: none;
}

.pdfNots a:visited {
  color: #606d7c;
  text-decoration: none;
}

.pdfNots a:hover {
  color: #274365;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------

	map.html

--------------------------------------------------------------------------------------------------*/
.addressLayout01 {
  width: 100%;
  margin-bottom: 30px;
  border: #ccc solid 1px;
  border-bottom: none;
  border-collapse: collapse;
}

.addressLayout01 th {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}

.addressLayout01 th,
.addressLayout01 td {
  line-height: 1.4;
  vertical-align: middle;
}

.addressLayout01 td {
  padding: 8px 10px 5px 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.addressLayout01 th.tHead,
.addressLayout01 td.tHead {
  background: #eeeeee;
}

p.ico_pdf a:link {
  background: url(../../images/common/i_pdf.png) no-repeat 0 2px;
  float: right;
  height: 20px;
  line-height: 13px;
  margin: 10px 0 0;
  padding: 2px 0 2px 17px;
  clear: both;
  color: #1e659c;
  text-decoration: none;
}

p.ico_pdf a:visited {
  color: #606d7c;
  text-decoration: none;
}

p.ico_pdf a:hover {
  color: #274365;
  text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------

	member.html

--------------------------------------------------------------------------------------------------*/
.categoryTitleWrap {
  margin-top: -76px;
  padding-top: 76px;
}

h4.categoryTitle {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 50%, #f0f0f0 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f0f0f0 50%);
  background: -o-linear-gradient(top, #ffffff 50%, #f0f0f0 50%);
  background: -ms-linear-gradient(top, #ffffff 50%, #f0f0f0 50%);
  background: linear-gradient(to bottom, #ffffff 50%, #f0f0f0 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
  border: 1px solid #aaaaaa;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 10px 8px 15px;
}

div#member dl.accordion {
  margin: 0;
}

div#member dl.accordion dt {
  background: url(../../images/about/member/bg_accordion_line.gif) repeat-x 0 100%;
  font-size: 14px;
}

div#member dl.accordion dt a {
  background: url(../../images/about/member/i_accordion_arrow01.gif) no-repeat 4px 16px;
  padding: 15px 10px 15px 30px;
  display: block;
  color:#505050;
  text-decoration:none;
}

div#member dl.accordion dt a:hover{
	color:#505050;
	text-decoration:underline;
}

div#member dl.accordion dt.opened a {
  background: url(../../images/about/member/i_accordion_arrow02.gif) no-repeat 4px 16px;
  padding: 15px 10px 15px 30px;
}

div#member dl.accordion dd {
  padding: 10px 0 15px 0;
}

.memberLayout {
  width: 100%;
  line-height: 22px;
}

.memberLayout th {
  background: #f0f0f0;
  border-right: 1px solid #aaa;
  text-align: left;
  padding: 8px 10px;
  width: 20%;
}

.memberLayout td {
  padding: 8px 10px;
}

.memberLayout td a{
	color:#505050;
	text-decoration:none;
}

.memberLayout td a:hover{
	color:#505050;
	text-decoration:underline;
}

ul#localCategoryNav {
  overflow: hidden;
  width: 470px;
  position: relative;
  top: -30px;
  left: 284px;
}

ul#localCategoryNav li {
  float: left;
  margin: 0 5px 0 0;
}




/*------------------------------------------------------------------------------------------------

	disclosure.html

--------------------------------------------------------------------------------------------------*/
.indent01 ul.type01 li {
  background: url(../../images/common/i_list02.png) no-repeat 0 6px;
  padding: 2px 0 5px 13px;
}

.indent01 a:link,
.kijun_in a:link {
  color: #1e659c;
  text-decoration: none;
}

.indent01 a:visited,
.kijun_in a:visited {
  color: #606d7c;
  text-decoration: none;
}

.indent01 a:hover,
.kijun_in a:hover {
  color: #274365;
  text-decoration: underline;
}

/*	[div#kijun_in]
-----------------------------------------------*/
.kijun_in {
	border-top: #CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 15px;
}

.kijun_in p {
	margin-right: 15px;
	margin-left: 15px;
	text-indent: 10px;
	margin-bottom: 10px;
	line-height: 2em;
}

.kijun_in dl {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.kijun_in dl dt {
	font-weight:bold;
}

.kijun_in dl dd {
	padding-left: 5em;
}

.kijun_in dl dd ul li {
	text-indent:-2.7em;
	line-height: 2em;
}







/*	レスポンシブ 850px以下
-----------------------------------------------------------	*/
@media only screen and (max-width: 850px){


div.tl_02 h3 {
  font-size: 24px;
  padding: 18px 34px 18px 34px;
}

.read01 {
  font-size: 20px;
  line-height: 34px;
}

.officerLayout01 {
  font-size: 18px;
  line-height: 30px;
}

.innerBox {
  font-size: 18px;
  line-height: 30px;
}

.pdfNots {
  font-size: 16px;
  line-height: 30px;
}

.indent01 ul.type01 li {
  background: url(../../images/common/i_list02.png) no-repeat 0px 12px;
}

h4.categoryTitle {
  font-size: 22px;
  font-weight: bold;
  padding: 12px 10px 8px 15px;
}

div#member dl.accordion dt {
  font-size: 20px;
}

div#member dl.accordion dt a {
  background: url(../../images/about/member/i_accordion_arrow01.gif) no-repeat 4px 20px;
  padding: 15px 10px 15px 30px;
}

.memberLayout th {
  font-size: 18px;
  width: 22%;
}

.memberLayout td {
  font-size: 18px;
}




}

