/*
Theme Name: 四日市港管理組合テーマ
*/
@charset "UTF-8";
/*================================================
 *  一般・共通設定
================================================*/
body {
  font-size: 14px;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4em;
  background: #f5f5f5;
}
.inner {
  position: relative;
  width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-image: url(images/header_bg.gif);
  background-repeat: repeat-x;
}
nav {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px #d0d8dc;
  zoom: 1;
  z-index: 999;
}
nav:after {
  content: "";
  display: block;
  clear: both;
}

#contents {
  overflow: hidden;
  width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.icon:link {
  text-decoration: none;
}
h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-image: url(images/tit_bg.png);
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 10px;
  clear: both;
}
h4 {
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #3299cc;
  padding: 10px;
  font-weight: bold;
  margin-top: 20px;
}
h5 {
  padding-left: 8px;
  font-size: 16px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #209ae7;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

h6 {
  padding-left: 8px;
  font-size: 16px;
  background-color: #fff0a5;
  margin-bottom: 10px;
  padding: 5px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #333;
  border-left: 5px solid #333;
}

ul,
ol,
dl {
  margin: 0 0 1em 0;
}

ul li {
  list-style-type: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 2em;
}
/*================================================
 *  ヘッダー
================================================*/
.summary {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  font-size: 12px;
}
#topnav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: right;
}
#topnav ul {
  margin: 0px;
  padding: 0px;
}
#topnav li {
  float: left;
  list-style-type: none;
  padding-left: 20px;
  margin: 0px;
}

/*=======================================
新着情報一覧（トップページ）
=======================================*/
ul.info-list {
	list-style: none;
	margin: 0;
	padding: 5px;
}

ul.info-list li {
	clear: both;
	margin: 0;
	padding: 8px;
	border-bottom: dashed 1px #ccc;
}

.line_tbl {
  border-bottom: solid 1px #ccc;
  background-color: transparent;
}

.line_tbl dt {
  float: left;
  clear: left;
  width: 200px;
  padding: 10px;
  text-align: left;
  border-top: solid 1px #ccc;
}

.line_tbl dd {
  padding: 10px;
  margin-left: 120px;
  border-top: solid 1px #ccc;
}

.line_tbl dt:first-child,
.line_tbl dt:first-child + dd {
  padding-top: 0;
  border-top: none;
}


.line_tbl dt span {
	display: block;
	float: left;
	width: 6em; /*カゴテリー名による*/
	margin: 0 5px;
	text-align: center;
	font-size: 10px;
}

.line_tbl dt span.news {
	background: #e3efef;
}

.line_tbl dt span.pdf {
	background: #efe3ec;
}

.line_tbl dt span.cat-c {
	background: #efefe3;
}

.line_tbl dt span.ymd {
	display: inline;
	float: none;
	padding: 0 5px;
	font-size: 13px;
	color: #999;
}
/*=======================================
新着情報一覧
=======================================*/
ul.info {
	list-style: none;
	margin: 0;
	padding: 5px;
}

ul.info li {
	clear: both;
	margin: 0;
	padding: 8px;
	border-bottom: dashed 1px #ccc;
}

ul.info li span {
	display: block;
	float: left;
	width: 7em; /*カゴテリー名による*/
	margin: 0 1em 0 0;
	text-align: center;
	font-size: 12px;
}

ul.info li span.ymd {
	display: inline;
	float: none;
	font-size: 14px;
}

ul.info li span.news {
	background: #c8e374;
}

ul.info li span.pdf {
	background: #F0BCCB;
}

ul.info li span.cat-c {
	background: #efefe3;
}