@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #111111;
	line-height: 20px;
}

a {
  color: #0066ff;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.btn:hover {
  cursor: pointer;
	opacity: 0.8;
}

#fixedTop {
  font-size: 12px;
  padding-top: 8px;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 8px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #666666;
  position: fixed;
  z-index: 300;
  opacity: 0.75;
  border-radius: 50px;
}

.nobr {
	white-space: nowrap;  
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

article {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
}

article h2 {
	font-size: 1.05rem;
	margin-bottom: 10px;
	line-height: 1.2rem;
}


div#head_nav {
	margin-top: 0px;
	padding-top: 20px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
div#head_nav h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #666666;
	border-left: 12px solid #3CABAD;
	padding-left: 10px;
	line-height: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#head_nav h1.gijyutu {
	border-left: 10px double #7EC998;
}

div#container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

div#footer {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
}
div#footer #copyright {
	font-size: 12px;
	text-align: center;
}
div#footer a {
	text-decoration: none;
	color: #666666;
}

.bordered {
	margin-bottom: 20px;
}
.bordered th
{
	background-color: #ededed;
	border: 1px solid #D9D9D9;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,248,248,1.00) 62.69%,rgba(229,229,229,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,248,248,1.00) 62.69%,rgba(229,229,229,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,248,248,1.00) 62.69%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(248,248,248,1.00) 62.69%,rgba(229,229,229,1.00) 100%);
	font-weight: bold;
	color: #888888;
	text-align: center;
	vertical-align: top;
	font-size: 0.8rem;
}
.bordered td
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #D9D9D9;
	vertical-align: top;
}
.bordered tbody tr:nth-child(even) {
    background: #f5f5f5;
}
.bordered th:last-child {
  width: auto;
} 
.bordered td:last-child {
	width: auto;
} 
.bordered td:first-child {
	white-space: nowrap;
}
.bordered td p
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bordered td._wrap {
	white-space: wrap !important;
}

@media screen and (min-width: 768px) {

div#head_nav {
	margin-right: 8px;
	margin-left: 8px;
	line-height: normal;
}
div#container {
  width: 100%;
}
.bordered {
	width: 100%;
}
.bordered th:first-child {
	width: 70px;
}
.bordered th:nth-child(2) {
  width: auto;
}
.katei th:first-child {
	width: 70px;
}
.katei th:nth-child(2) {
  width: auto;
}
.bordered td:first-child {
	padding-left: 15px;
}
.bordered td:nth-child(2) {
	padding-left: 15px;
}
.bordered td:last-child {
	padding-left: 15px;
} 
  
}

@media screen and (min-width: 1000px) {

div#head_nav {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
div#container {
  width: 1000px;
}
.bordered {
	width: 100%;
}
.bordered.colu2 {
	width: 475px;
	float: left;
}
.bordered.colu2:last-child {
	margin-left: 20px;
}
.bordered th:first-child {
	width: 70px;
}
.bordered th:nth-child(2) {
  width: auto;
}
.katei th:first-child {
	width: 70px;
}
.katei th:nth-child(2) {
  width: auto;
}
.bordered td:first-child {
	padding-left: 15px;
}
.bordered td:nth-child(2) {
	padding-left: 15px;
}
.bordered td:last-child {
	padding-left: 15px;
} 
  
}



@media screen and (max-width: 767px) {

div#head_nav {
	margin-right: 8px;
	margin-left: 8px;
}
div#container {
  width: 100%;
}
.bordered {
	width: 100%;
}
.bordered th
{
	padding-right: 5px;
	padding-left: 5px;
  font-size: 0.7rem;
}
.bordered th:first-child {
	width: 70px;
}
.bordered th:nth-child(2) {
  width: auto;
}
.katei th:first-child {
	width: 70px;
}
.katei th:nth-child(2) {
  width: auto;
}
.bordered td
{
	padding-right: 5px;
	padding-left: 5px;
}
  
}
