@charset "UTF-8";
/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ690px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

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

/* sitemap */
.sitemap #main{
	width: 96%;
	min-height:50px;
	margin-top: 180px auto 0 auto;
	padding:1em 1em;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
}
.sitemap #main .wrap{
	margin:0px 0px;
	padding:0px 0;
}


.sitemap #main .sitemapBox ul.list {
	width:100%;
	float:none;
	margin:0;
}
.sitemap #main ul.list li:first-child{
	padding-top:10px ;
	padding-bottom: 10px;

}
.sitemap hr{
	margin:10px 0 10px 0;
}



/* --------------------------------------------------------- header */
.sitemap #header{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:auto;
	font-size:14px;
	background-color: #fff;
}

.sitemap #pankuzu{
	position: static;
	float:none;
	width:98%;
	margin:0em auto;
	padding:10px 0 0 0;
	font-size:14px;
}
.sitemap .function{
	display: none;
}
/* ロゴ */
.sitemap #header .logoArea{
	position:static;
	width:100%;
	text-align: center;
}
.sitemap #header .logoArea .logo{
	position:static;
	top:0px;
	left:0px;
	width: 80%;
	max-width: 340px;
	margin: 0 auto;
}
.sitemap .logoArea .read{
	position:static;
	top:0px;
	right:0px;
	padding:10px 1em;
	text-align:left;
}

}
