@charset "utf-8";
@import"base.css";
@import"contents.css";

/*---------------- サイトマップ　----------------
-------------------------------------------------*/
#sitemap #sitemap_left  { float: left; width: 47%; margin-left: 20px; }
#sitemap #sitemap_right { float: right; width: 47%; margin-right: 10px; }

#sitemap .section ul li {
	padding: 0 0 0 30px;
	font-size: 14px;
	background: #fff url("../../sitemap/images/icn_arrow.gif") 10px 50% no-repeat;
}
	#sitemap .section ul li.bg_blue {
		margin: 0 0 7px 0;
		padding: 5px 5px 5px 30px;
		font-weight: bold;
		background-color: #f5f5f5;
	}
	#sitemap .section ul li.m_left_20 {
		margin: 0 0 3px 20px;
		}
	#sitemap .section ul li.m_left_40 {
		margin: 0 0 3px 40px;
		}
	#sitemap .section ul .m_left_20_last {
		margin: 0 0 15px 20px;
		}
	#sitemap .section ul li.m_left_40_last {
		margin: 0 0 15px 40px;
		}

/* エラーページ */
#error h2 { margin-bottom:25px; }

/*四谷学院グループサイト*/
#sitemap #group { margin: 15px 0; padding: 15px; border: solid 1px #ccc; }
#sitemap #group .group_ttl { margin-bottom:10px; font-size:15px; line-height:1; }	
#sitemap #group ul li {
	float: left; margin-right: 15px; padding: 0 0 0 30px; font-size: 13px;
	background: #fff url("../../sitemap/images/icn_arrow.gif") 10px 50% no-repeat; }

.freedial { text-align: center; font-size: 90%; }



/* Only Smartphone
----------------------------------------------------------------------*/
@media screen and (max-width:768px){
#sitemap #sitemap_left, #sitemap #sitemap_right { margin:0; width:49%; }

}
@media screen and (max-width:480px){
#sitemap #sitemap_left,
#sitemap #sitemap_right { float: none; width: auto; }

#sitemap .section ul li {
	font-size: 1.6rem;
}

/*四谷学院グループサイト*/
#sitemap #group {
	margin: 15px 0;
	border: solid 1px #ccc;
	padding: 15px;
	width:auto;
	}
	#sitemap #group h3 {
		margin: 0 0 7px 0;
		padding: 0;
		font-size: 1.6rem;
		border: none;
		background: none;
		}
	#sitemap #group ul li {
		float: none;
		margin-right: 15px;
		padding: 0 0 0 30px;
		font-size: 1.5rem;
		background: #fff url("../../sitemap/images/icn_arrow.gif") 10px 50% no-repeat;
		}
	
	.freedial { font-size: 1.5rem; }

}