@charset "Shift_JIS";
/* リスト */






ol.topic-path{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;/* マージン（上下左右） */
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;/* パディング（上下、左右） */
	background-color: rgba(51, 153, 255, 0);/* 背景色 */
	list-style-type: none;/* リストマーク非表示 */
	font-size : 14px;/* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li{
	padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first{
	padding-left: 25px; /* 左パディング */
background: url() no-repeat left; /* ホーム記号 */
}
/* リンクエリア */
ol.topic-path li a{
	padding-right: 18px; /* 右パディング */
background: url(arrow.gif) no-repeat right; /* 矢印記号 */

  text-decoration : none;
}


ol.topic-path a:hover{
	text-decoration: underline;
}

/* 外枠 */
.box{
  padding : 0.5em;
  margin : 2em;
  font-weight: bold;
  border : 1px solid gray;
  border-radius: 10px;
}

@media screen and (max-width:767px) {
/* リスト項目（最初の項目） */
ol.topic-path li.first{
	padding-left: 0px; /* 左パディング解除 */
}
}