@charset "UTF-8";
/* Style.Css
ページ、或いはファイル毎の個別css
---------------------------------------------------- */

.pageSitemap{
}

.iBox1{
	display:table;
	width:100%;
	margin-bottom:30px;
	background:url(../img/site_bg01.png) left top no-repeat;
	background-size:cover;
}

.iBox1 ul{
	padding: 5% 3.0% 1%;
}
.iBox1 li{
	padding: 5px 0;
	
}

.iBox1 li a{
	color: #284273;
}






/*=== メディアクエリ ===*/
@media screen and (max-width:1199px){
/*デスクトップ(992px以上、1200px未満)*/
}
@media screen and (max-width:991px){
/*タブレット(768px以上、992px未満)*/
}
@media screen and (max-width:767px){
/*モバイル(768px未満)*/
}