@charset "utf-8";



.wrap {
	overflow: hidden;
}


/*サイトマップここから*/

.sitetxt {
	font-size: 20px;
	line-height: 5px;
	
	padding-top: 100px;
	padding-bottom: 30px;
}

@media screen and (max-width: 1024x) {
.sitetxt {
	font-size: 15px;
	
	line-height: 5px;
}
}

@media screen and (max-width: 736px) {
.sitetxt {
	font-size: 15px;	
	line-height: 5px;
	
	margin-top: 30px;
}

.sitetxt1{
	margin-bottom: 30px;
}


.sitetxt a {
	color: #000000;
	
	display:block;
	text-decoration: none;
}

.sitetxt a:link { color: #000000; }
.sitetxt a:visited { color: #000000; }
.sitetxt a:hover { color: #000000; }
.sitetxt a:active { color: #000000; }
}

/*サイトマップここまで*/


/*サイトマップメニュー表示ここから*/

ul.link_list {
	margin:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	width:100%;
	margin-left:80px;
	margin-top: -50px;
	font-size: 12px;

}

ul.link_list li {
	background-repeat:no-repeat;
	/*padding-left:15px;*/
	background-position:0px 5px;
	width:200px;
	padding-right:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	
	list-style-type :none;
	
	/*border-top: 1px solid #000000;*/
}

ul.link_list li a {
	color:#000000;
	text-decoration: none;

}

ul.link_list li a:link { color: #000000; }
ul.link_list li a:visited { color: #000000; }
ul.link_list li a:hover { color: #000000; }
ul.link_list li a:active { color: #000000; }


/*画面サイズが1024pxまで*/
@media screen and (max-width: 1024px) {

ul.link_list {
	margin:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	margin-left:60px;
	font-size: 12px;
	
	/*border: 1px solid #000000;*/

}

ul.link_list li {
	background-repeat:no-repeat;
	/*padding-left:15px;*/
	background-position:0px 5px;
	width:200px;
	height:100%;
	padding-right:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	
	list-style-type :none
	
	/*border: 1px solid #000000;*/
}


ul.link_list li a {
	color:#000000;
	text-decoration: none;

}

ul.link_list li a:link { color: #000000; }
ul.link_list li a:visited { color: #000000; }
ul.link_list li a:hover { color: #000000; }
ul.link_list li a:active { color: #000000; }

#sptext1{
	width:100%;
	height: 100%;
	
	margin-top: 5%;
	
	/*border: 1px solid #000000;*/
}

}

/*画面サイズが736pxまで（iPhone6など縦横表示）*/
@media screen and (max-width: 736px) {

ul.link_list {
	margin:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	width:67%;
	margin-left:80px;
	margin-top:-70px;
	font-size: 12px;
	
	/*border: 1px solid #000000;*/

}

ul.link_list li {
	background-repeat:no-repeat;
	/*padding-left:15px;*/
	background-position:0px 5px;
	width:100%;
	padding-right:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	
	list-style-type :square
	
	/*border-top: 1px solid #000000;*/
}

ul.link_list li a {
	color:#000000;
	text-decoration: none;

}

ul.link_list li a:link { color: #000000; }
ul.link_list li a:visited { color: #000000; }
ul.link_list li a:hover { color: #000000; }
ul.link_list li a:active { color: #000000; }

#sptext{
	width:100%;
	height: 100%;
	
	margin-top: -30%;
}

#sptext1{
	width:100%;
	height: 100%;
	
	margin-top: 20%;
	
	/*border: 1px solid #000000;*/
}
#sptext2{
	width:100%;
	height: 100%;
	
	margin-top: 20%;
	
	/*border: 1px solid #000000;*/
}
}

/*サイトマップメニュー表示ここまで*/


/*画像にセレクタここから*/

.mapa{
	width: 100%;
}

.mapa1{
	width: 25px;
	height: 25px;
	
}

/*画像にセレクタここまで*/




/*下へここから*/

#proline{
	height: 100px;
	background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
#proline{
	background-color: #FFFFFF;
	height: 200px;
	/*margin-top: 100%;*/
}
}

@media screen and (max-width: 599) {
#proline{
	background-color: #FFFFFF;
	height: 0px;
	/*margin-top: 100%;*/
}
}

/*下へここまで*/


