@charset "UTF-8";

@media screen and (max-width: 800px) {
	
.block {
	display: block;
}
#greeting,
#top_link,
#guide {
	margin:auto 0px;
}
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top {
	width:90%;
	margin: auto;
}
#top h1 {
	font-size:28px;
	color: #18597B;
	background: url(../images/top/title_line.png) repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
#top #top_link ul {
	margin-bottom: 0px;
	clear: both;
	width: auto;
	margin-bottom: 20px;
}
#top #top_link li {
	clear: both;
	list-style: none;
	font-size: 16px;
	width: 90%;
	float: none;
	margin-right: 10px;
}
/*あいさつ*/
#greeting {
	line-height: 2.0;
	font-size: 90%;
}
/*データベース*/
#guide{margin-top: 50px;}
	
#guide table {
	width: 100%;
	margin: 20px 0 50px;
}
#guide td {
	display: block;
	border: none;
	border-top:1px solid #999;
	padding: 10px;
	text-align: center;
}
#guide td:last-child {
}
#guide th{
	display: none;
	font-weight:700;
}
.kensetsu_bg{background: #deecc4;}
.seizou_bg{background: #f3cdba;}
.unyu_bg{background: #c7cfe9;}
.oroshi_bg{background: #cee9ea;}
.kinyu_bg{background: #fde0a5;}
.iryohukushi_bg{background: #fce2c4;}
.service_bg{background: #d3e9ce;}
	
/*ボタン*/
.bottom {
	margin: 30px 0 40px;
}
.bottom .bottom_box {
	width: 100%;
	margin: auto;
}
.bottom p {
	text-align: center;
	font-weight: bold;
}
.bottom span {
	display: block;
}
.border_spread_btn1,
.border_spread_btn2{
	float:none;
	margin: 0px 0px;
  width:80%;
}
	
}