@charset "UTF-8";

/* --- メインエリア --- */
div.main {
  margin: 1em;
}

/*---------------------------------------------------------*/
/* --- インタータイトルエリア --- */
/*---------------------------------------------------------*/
div.inter-title {
  text-align: center;
/*  height: 150px;*/
}

/*
div.inter-title div {
  align: center;
}
*/

div.inter-title p {
  padding: 0.5em;
  text-align: left;
}


/*---------------------------------------------------------*/
/* --- インターイメージ --- */
/*---------------------------------------------------------*/
div.inter-image {
  margin: 0;
  padding: 0px 0px 0px;
/*	border-bottom: 2px #4169e1 solid;*/
  text-align: center;
  line-height: 100%;
}


html*div.inter-image span {
  margin-top: -22px;
  font-size: 80%;
}

div.inter-image span {
  float: left;
  width: 85px;
  text-align: center;
  font-size: 80%;
}

div.inter-image img.name {
  width: 721px;
  height: 43px;
  border: 0px
}

div.inter-image img.arrow {
  width: 62px;
  height: 43px;
  border: 0px
}

div.inter-image span.back {
  float: left;
}

div.inter-image span.next {
  float: right;
}

div.inter-image a {
  color: #0000ff;
  text-decoration: none;
}

div.inter-image a:hover {
  text-decoration: underline;
}


/*---------------------------------------------------------*/
/* --- インターメモ --- */
/*---------------------------------------------------------*/
div.inter-memo h2 {
  padding-top: 10px;
  padding-bottom: 3px;
}

div.inter-memo ul {
  line-height: 115%;
  list-style-type: none;
  text-align: left;
}

div.inter-memo li {
  padding-left: 15px;
}


/*---------------------------------------------------------*/
/* --- コンテンツエリア共通 --- */
/*---------------------------------------------------------*/
div.contents {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 90%;
}

/* リスト内の文字色変更 */
div.contents p {
  padding-bottom: 3px;
  padding-left: 10px;
}


/*---------------------------------------------------------*/
/* --- 見出しタイトル --- */
/*---------------------------------------------------------*/
div.heading {
/*width: 700px; /* 見出しエリアの幅 */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
  background: #f9f9f9 url(heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
  border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
  border-bottom: 3px #c0c0c0 solid;
}

div.heading h3 {
  margin: 0;
  padding: 3px 0 0 5px; /* 見出しのパディング（上右下左） */
  border-left: 5px #ff80ff solid; /* 見出しの左境界線 */
  font-size: 100%; /* 見出しの文字サイズ */
  line-height: 100%;
}


/*---------------------------------------------------------*/
/* --- コンテンツ（基本情報表示部） --- */
/*---------------------------------------------------------*/
div.info dl {
  line-height: 125%;
  list-style-type: none;
}

div.info dt {
  padding-left: 15px;
  text-align: right;
  width: 5em;
  float: left;
  font-weight: bold ;
/*  text-justify: inter-ideograph;*/
}

div.info span.normal-ic {
  font-weight: bold ;
  color: #009942;
}

div.info span.smart-ic {
  font-weight: bold ;
  color: purple;
}


/*---------------------------------------------------------*/
/* --- コンテンツ（周辺地図表示部） --- */
/*---------------------------------------------------------*/
div.vicinity-map dl {
  line-height: 125%;
  list-style-type: none;
}

div.vicinity-map dt {
  padding-left: 15px;
  font-weight: bold ;
}
div.vicinity-map dd {
  padding-left: 30px;
}


/*---------------------------------------------------------*/
/* --- コンテンツ（料金所表示部） --- */
/*---------------------------------------------------------*/
div.tollgate {
/*  padding-top: 1em;*/

}

div.tollgate dl {
  line-height: 125%;
  list-style-type: none;
}

div.tollgate dt {
  padding-left: 15px;
  font-weight: bold;
 /*  text-align: right;
  width: 5em;
  float: left;*/
}

div.tollgate dd {
  padding-left: 30px;
}

div.tollgate img {
  border: 1px #000000 solid;
}



/*---------------------------------------------------------*/
/* --- コンテンツ（道の駅表示部） --- */
/*---------------------------------------------------------*/
div.michinoeki dl {
  line-height: 125%;
  list-style-type: none;
}

div.michinoeki dt {
  padding-left: 15px;
  font-weight: bold;
 /*  text-align: right;
  width: 5em;
  float: left;*/
}

div.michinoeki dd {
  padding-left: 30px;
}





div.michinoeki ul {
/*  line-height: 125%;
  list-style-type: none;*/
}

/* リストの1階層目 */
div.michinoeki li {
/*  padding-left: 15px;
  padding-bottom: 3px;*/
}

/* リストの2階層目 */
div.michinoeki li ul li {
/*  background: url(images/etc/sankaku06.gif) no-repeat 0 1px;*/
}

/*---------------------------------------------------------*/
/* --- コンテンツ（周辺施設表示部） --- */
/*---------------------------------------------------------*/
div.facilities dl {
  line-height: 125%;
  list-style-type: none;
}

div.facilities dt {
  padding-left: 15px;
  font-weight: bold;
 /*  text-align: right;
  width: 5em;
  float: left;*/
}
div.facilities dd {
  padding-left: 30px;
}








div.facilities ul {
/*  line-height: 125%;
  list-style-type: none;*/
}

/* リストの1階層目 */
div.facilities li {
/*  padding-left: 15px;
  padding-bottom: 3px;*/
}

/* リストの2階層目 */
div.facilities li ul li {
/*  background: url(images/etc/sankaku06.gif) no-repeat 0 1px;*/
}


/*---------------------------------------------------------*/
/* =====フッターエリアを装飾 ===== */
/*---------------------------------------------------------*/

div.footer {
/*  border-top: 1px #000000 solid;*/
	padding-top: 10px;				/* パディング（上） */
	padding-bottom: 10px;				/* パディング（下） */
	background: url(../images/sonota/bg_footer.png) repeat-x 0 1px;
	color: #ffffff;
}

div.footer a {
	color: #0000ff;
	text-decoration: none;
}

div.footer a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/


/* 回り込み */
.float
{
  float: left;
  margin-right: 1em;
}

/* 回り込み解除 */
.float-clear {
  display: block;
  clear: both;
}



/* --- clearfix --- */
/*
.clearFix: after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*/

.clearFix {
  min-height: 1px;
}

