@charset "UTF-8";

dl#topicpath dt,
dl.ancherlink-hidden,
dl.ancherlink-hidden dt,
dl.ancherlink-hidden dd,
dl.ancherlink-hidden ol,
dl.ancherlink-hidden dd ol li,
p.area-announce
{
	display:inline !important;
	font-size:0px !important;
	position:absolute !important;
	text-indent:-9999px;
	left:-9999px;
	text-decoration:none !important;
	list-style:none !important;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
}


/* トピックパス */
#contents dl#topicpath {
	margin:0 1px 0 1px; /* 変更(2008-01-10) 0px */
	padding:6px 0 6px 0;
	/*background:white url(../cmsimg/2013/topicpath_bg.gif) repeat-x center top;*/
	border-bottom:1px solid gray;
}

#contents dl#topicpath * {
	margin:0px;
	line-height:1em; /* 追加(2008-01-10) */
}

#contents dl#topicpath dd.pankuzu{ /* 追加(2008-01-10) */
	font-size:90%;
	padding-left:8px;
	padding-right:10px;
	line-height:1.3em;

	/* スマホのときだけ有効にする */
	/*
	width:100%;
 	overflow-x:auto;
 	overflow-y:hidden;
 	-webkit-overflow-scrolling: touch;
 	word-break: keep-all;
 	border:1px solid red;
	*/
}

/* 2018/02/15 add */
#contents dl#topicpath dd.pankuzu a {
	display: inline;
}

#contents dl#topicpath a.root{ /* 追加(2008-01-10) */
	background:url(../cmsimg/2013/path_root.gif) no-repeat center left;
	padding-left:12px;
}

#contents dl#topicpath dd ol li.ie{
	padding-left:0;
	background:none;
}

#contents dl#topicpath dd ol li.ie img{
	margin:0 5px 2px 0px;
	vertical-align:bottom;
}

/* 更新日 */
#update {
	margin-top:5px;
	position:relative;
	height:1.5em;
	border:0px dotted red;
	width:100%;
}

#update span{
	position:absolute;
	display:block;
	top:0;right:0;
	text-align:right;
	padding-left:20px;
	font-size:98%;
	background:transparent url(../cmsimg/2013/update.gif) no-repeat left center;
}

/* 各課リンク 2008/03/19追加 */
#kakuka {
	position:relative;
	height:1.0em;
	font-size:98%;
	width:100%;
	margin-left:auto;
	margin-right:0;
	margin-bottom:1em;
}

#kakuka span {
	position:absolute;
	display:block;
	top:0;right:0;
	text-align:right;
	padding-left:20px;
	background:transparent url(../cmsimg/2013/kakuka_arrow.gif) no-repeat left center;
}

/* ここからお問い合わせ先CSSの設定です　*/
div.ie_right {
	text-align: right;
}
div.section_f {
	width: 330px;
	padding:0;
	margin-left: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
  border:1px #991a31 solid;
}
.section_f .address {
	width: 286px;
	padding: 7px 7px 7px 7px;
	margin: 0;
	font-style: normal;
}
.section_f ul,.section_f li {
	font-size: 92%;
	padding: 0;
	margin: 0;
	line-height: 1.0;
	list-style-type: none;
}
.section_f p.toiawase {
	padding: 0 0 0 5px;
	/*_padding: 0.25em 0 0 5px;*/
	margin: 0 0 0.5em 0;
	line-height: 1.5;
	/*_line-height: 1.25;*/
	border-left: 5px solid #991A31;
	color: #991A31;
	font-weight: bold;
}
.section_f p.renrakusaki {
	padding: 0;
	margin: 0 0 0.5em 10px;
	line-height: 1.0;
	font-weight: normal;
}
.section_f ul {
	margin: 0 0 0px 20px;	
}
.section_f li {
	margin: 0 0 0.3em 0;
	word-break:break-all;
	word-wrap: break-word;
}

/* no javascript */
div.js_off {
  text-align:center;
  background:#ff0000;
  color:#ffffff;
  font-size:1.2em;
  padding-top:2px;
  padding-bottom:2px;
  font-weight:bold;
}

/* clearfix CSSハック */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .cleafix {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
}

