@charset "utf-8";




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　下層ページヘッダー画像　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */








/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.fast {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 2px;
	margin-bottom: 10px;
}


.waku a {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
	text-decoration: none;
}

.waku  a:hover {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
}



.waku_l {
	width: 350px;
	height: auto;
	float: left;
}

.waku_r {
	width: 350px;
	height: auto;
	float: right;
}

@media screen and (max-width: 400px) {
.waku_l {
	width: 100%;
	height: auto;
	float: left;
}

.waku_r {
	width: 100%;
	height: auto;
	float: left;
}
}


#list {
	width: 97%;
	height: auto;
	padding-left: 20px;
	font-size: 12px;
	line-height: 25px;
list-style-type: disc;
}


#sitemap_info {
	width: 100%;
	float: left;
	margin-bottom: 350px;
}

@media screen and (max-width: 400px) {
#sitemap_info {
		margin-bottom: 30px;
}
}


table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
