/* CSS Document */

.pageNavi {
	width:100%;
}
	.pageNavi ul{
		width:150px;
		margin:0 auto;
	}
	
.kiji_naiyo {
	padding: 10px 0 0;
	}
.kiji_naiyo p {
	line-height: 2em;
	margin-bottom: 1.5em;
	}
.kiji_photo {
	padding: 10px 0;
	}
.kiji_photo div {
	float: left;
	left: 50%;
	position: relative;
	}
.kiji_photo p {
	float: left;
	left: -50%;
	margin: 0 5px;
	position: relative;
	text-align: center;
	width: 200px;
}
.kiji_photo img {
	border: 1px solid #666666;
	display: block;
	margin-bottom: 5px;
	width: 200px;
	}

.article table {
/*
  width: 100%;
  margin-bottom: 20px;
 */
}

.article table th,
.article table td {
  padding: 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.article table th {
  font-weight: bold;
}

.article table thead th {
  vertical-align: bottom;
}

.article table caption + thead tr:first-child th,
.article table caption + thead tr:first-child td,
.article table colgroup + thead tr:first-child th,
.article table colgroup + thead tr:first-child td,
.article table thead:first-child tr:first-child th,
.article table thead:first-child tr:first-child td {
  border-top: 0;
}

.article table tbody + tbody {
  border-top: 1px solid #dddddd;
}

.article table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.article table th,
.article table td {
  border-left: 1px solid #dddddd;
}

.article table caption + thead tr:first-child th,
.article table caption + tbody tr:first-child th,
.article table caption + tbody tr:first-child td,
.article table colgroup + thead tr:first-child th,
.article table colgroup + tbody tr:first-child th,
.article table colgroup + tbody tr:first-child td,
.article table thead:first-child tr:first-child th,
.article table tbody:first-child tr:first-child th,
.article table tbody:first-child tr:first-child td {
  border-top: 0;
}

.article table thead:first-child tr:first-child th:first-child,
.article table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.article table thead:first-child tr:first-child th:last-child,
.article table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.article table thead:last-child tr:last-child th:first-child,
.article table tbody:last-child tr:last-child td:first-child,
.article table tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.article table thead:last-child tr:last-child th:last-child,
.article table tbody:last-child tr:last-child td:last-child,
.article table tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.article table caption + thead tr:first-child th:first-child,
.article table caption + tbody tr:first-child td:first-child,
.article table colgroup + thead tr:first-child th:first-child,
.article table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.article table caption + thead tr:first-child th:last-child,
.article table caption + tbody tr:first-child td:last-child,
.article table colgroup + thead tr:first-child th:last-child,
.article table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/*////////////////////////////////////////////ダウンロードアイコン*/

a[href$=".pdf"]{}
	a[href$=".pdf"]:before{
		display:none;
		}
		
a[href$=".xls"],a[href$=".xlsx"]{}
	a[href$=".xls"]:before,a[href$=".xlsx"]:before{
		display:none;
		}
		
a[href$=".ppt"],a[href$=".pptx"]{}
	a[href$=".ppt"]:before,a[href$=".pptx"]:before{
		display:none;
		}
		
a[href$=".doc"],a[href$=".docx"]{}
	a[href$=".doc"]:before,a[href$=".docx"]:before{
		display:none;
		}

span.iconPdf{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 5px 0px 0px;
	background:url(../commonImg/dlIconPdf.gif) left center no-repeat;
	}

span.iconXls{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 5px 0px 0px;
	background:url(../commonImg/dlIconXls.gif) left center no-repeat;
	}
				
span.iconPpt{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 5px 0px 0px;
	background:url(../commonImg/dlIconPpt.gif) left center no-repeat;
	}
		
span.iconDoc{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 5px 0px 0px;
	background:url(../commonImg/dlIconDoc.gif) left center no-repeat;
	}
