@charset "utf-8";
	
/*--------------------------------------------
 
      サイトマップ（index.html）
 
---------------------------------------------*/

h3.works{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

/* ボタン共通 */
.sitemap dt {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sitemap dt a {
	display: block;
	position: relative;
	z-index: 100;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	line-height: 50px;
	text-decoration:none;
	padding:0 0 0 6%;
}
.sitemap dt a:hover {
	background:url(../img/dobble-dot.gif) repeat-x left bottom #eee;        /* マウスオーバーカラー */  
}

dl dt a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #489395;
}
.sitemap dt a:hover:before {
	left: 27px;        /*マウスオーバーで三角をずらす */ 
}

.sitemap dd{
	padding:20px 0 10px 10%;}

@media screen and (min-width: 767px){   
  .brpc { display:inline !important; }
}

@media screen and (max-width: 767px){   
  .brpc { display:none !important; }
}