@charset "utf-8";
/*
Theme Name:岐阜県農畜産公社
Author:JIMOTOPAGE
Author URI: http://www.jimotopage.com
*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: normal;
  /*font-size: 13px;
	line-height: 20px;*/
  color: #000000;
  width: 100%;
  border-top: solid 4px #6dbe84;
}
/*******共通*********/
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000000;
}
.white {
  color: #FFFFFF;
}
/*.large {
	font-size: 14px;
	line-height: 24px;
}*/
a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
.title {
  font-size: 1.5em;
  /*font-size: 18px;*/
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url(img/index/h2_bg1.png);
  background-repeat: no-repeat;
  background-position: left 12px;
  border-bottom: 2px solid #404040;
  margin-bottom: 20px;
}
.list li .link {
  font-weight: bold;
  color: #3684c6;
  text-decoration: underline;
}
#pankuzu {
  display: block;
  margin-top: 12px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
#pankuzu a {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
}
#pankuzu a:hover {
  opacity: 1;
  color: blue;
}
.attention_txt {
  margin-left: 1em;
  text-indent: -1em;
}
.pdf_link {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-image: url(img/index/pdf_m.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding-right: 24px;
  margin-left: 24px;
}
.pdf_link:hover {
  opacity: 1;
  color: blue;
}
.m_on {
  margin-bottom: 6px;
}
#page1 {
  background-image: url(img/index/h2_bg2.png);
}
#titlebg_flow {
  background-image: url(img/kasou/h2_bg3.png);
}
#titlebg_borrow {
  background-image: url(img/kasou/h2_bg4.png);
}
#titlebg_rent {
  background-image: url(img/kasou/h2_bg5.png);
}
#page5 {
  background-image: url(img/kasou/h2_bg6.png);
}
.alignnone {
  margin-bottom: 40px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
/*  ページャー
------------------------------------------------------------*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  line-height: 13px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 8px 11px 7px 11px;
  text-decoration: none;
  width: auto;
  color: #000;
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background: #69bb81;
  opacity: 1;
}
.pagination .current {
  padding: 8px 11px 7px 11px;
  background: #69bb81;
  color: #fff;
}
/* 様式ダウンロード
------------------------------------------------------------ */
.style-download table {
  width: 100%;
  border: 2px solid #000;
  table-layout: fixed;
}
.style-download table th, .style-download table td {
  padding: 5px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.style-download table th {
  border-bottom-width: 2px;
}
.style-download table a[href$=".pdf"] {
  padding-right: 0;
  background: none;
}
/**
 * メッセージ
 ** ======================================================================== */
.message {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px dashed #ff0000;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.message:not(:last-child) {
  margin-bottom: 56px;
}
.message-title {
  padding-left: 1.05em;
  position: relative;
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
}
.message-title::before {
  content: "●";
  position: absolute;
  left: 0;
}
.message-title:not(:last-child) {
  margin-bottom: .5em;
}
.message-group {
  padding-left: 2em;
  font-size: 20px;
}
.message-group-item:not(:first-child) {
  margin-top: .25em;
}
.message-group-item > a {
  padding-left: 1.05em;
  position: relative;
  text-decoration: underline;
}
.message-group-item > a::before {
  content: "➤";
  position: absolute;
  left: 0;
}
