@charset "utf-8";
@import url("font.css");

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0; padding:0;
	line-height:1.5;
	font-size:0.93rem;
	border-top:solid 5px #1177BB;
	color:#333;
}

a{
	text-decoration:none;
	color:#003399;
}

a:hover{color: #CC6714;text-decoration:underline;}

img{ vertical-align:top;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


h1,h2,h3,h4,h5,dl,dt,dd{ margin:0;}


header ul,
footer ul,
#slide ul,
#newsarea ul,
#pickarea ul{ margin:0; padding:0; list-style:none;}

.inner{
	width:1000px;
	margin:0 auto !important;
}
.inner:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}

/* フォントアイコン指定
**************************************************************/

#header-area > ul .subnav ul li a::before
,	.newstop ul li:last-child a::before
,	#pickarea li::before
,	.btn::before
,	.fnav li::before
,	#second ul.icon_g li::before
{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 共通
**************************************************************/

.t_center{ text-align:center;}
.t_right{ text-align:right;}

.indent1{ padding-left:1em;}

/* ボタン系装飾 */
.btn{
    display: inline-block;

    position: relative;
    transition: .4s;
    text-decoration: none;
	color:#fff;
	padding:10px;
	line-height:1;
}
.btn::before{
	content: "\e900";
	font-size:12px;
	color:#fff;
	margin-right:5px;
}

.btn:hover{
	text-decoration: none;
	color:#fff;
}



/* ヘッダー
**************************************************************/

#top{display:flex;	display:-webkit-flex; line-height:1; margin-bottom:24px;}
.headside{
	margin:0 0 0 auto;
	text-align:right;
}
#top h1 a:hover {
	opacity:0.7;
}

.headside dt,
.headside dd,
.headside li{ display:inline-block;}

.headside_access li{ vertical-align:top; margin-bottom:18px;}
.headside_access a{
    position: relative;
    transition: .4s;

	background:#1177BB;
	color:#fff;
	display:block;
	padding:8px 1em !important;
	margin-left:10px;
}
.headside_access a:hover{
	background:#013889;
}

.headside_sub li:first-child{ padding-right:1em;}
.headside_sub dt,
.headside_sub dd,
.headside_sub li{
	vertical-align:middle;
	font-size:0.93em;
}
.headside_sub dd button{
	display:block; padding:6px 1em;
	background:#EAF5FD;
	border: solid 1px #1177BB;

    position: relative;
    transition: .4s;
}

.headside_sub dd button:hover{
	background:#1177BB;
	color:#fff;
}

#gsearch-box {
	display:inline-block;
	width:200px;
}
#cse-search-form td {
	padding: 0 !important;
}
#cse-search-form input {
	margin: 0 -15px 0 0 !important;
	padding:5px !important;
}


/*グローバルナビ
**************************************************************/
@media screen and (min-width:681px){
.drawer-toggle{ display:none;}


#header-area{
	transform:none !important;
}
#header-area,
#header-area > ul,
#header-area > ul .subnav ul {width:1000px;}

#header-area > ul > li:hover,
#header-area > ul .subnav ul{	background-color:#EAF5FD;}


#header-area           {margin:0 auto;}
#header-area > ul      {display:flex;	display:-webkit-flex;}
#header-area > ul > li {
	flex:1; text-align:center;
	border-left:solid 1px #ccc;
}
#header-area > ul > li > a:hover{ text-decoration:none;}

#header-area > ul > li:last-child{ border-right:solid 1px #ccc;}
#header-area > ul > li:hover .subnav {
  max-height: 9999px;
  opacity: 1;
}


#header-area > ul > li > a {
  display: block;
  padding: 10px;
  transition: all .2s ease-in;
}
#header-area > ul .subnav {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  z-index:1000 !important;
}
#header-area > ul .subnav ul {
  padding: 30px 20px 20px;
  margin:0 auto;
  text-align:left;
  border-bottom: solid 3px #1177BB;
}
#header-area > ul .subnav ul li {
  display: inline-block;
  margin: 0 40px 10px 0;
}


}
#header-area > ul .subnav ul li a::before{
	display:inline-block;
	content: "\e900";
	font-size:12px;
	color:#1177BB;
	margin-right:5px;
}

/* フッター
**************************************************************/
footer{
	border-top: solid 1px #1177BB;
	padding:15px 0 0;
}
footer .inner{display:flex;	display:-webkit-flex; padding-bottom:15px;}
.flogo{
	background:#EAF5FD;
	padding:1em;
	margin-right:30px;
}

.flogo h1{ font-size:1.06em;}
.flogo p.f-link{
	margin:0 0 0 0;
}

.fnav {flex:1;}
.fnav ul{ margin:1.5em 1em 1em!important;}
.fnav li{
	display:inline-block;
	margin-bottom:0.5em;
	margin-right:2.5em;
	padding-left:1.5em;
	position:relative;
}

.fnav li::before{
	position:absolute;
	left:0;
	top:0.25em;
	content: "\e900";
	font-size:12px;
	color:#1177BB;
}
footer hr{
	border-width:1px 0 0 0;
	border-color:#ccc;
	border-style:solid;
}
#copy{
	margin:0;
	padding:10px;
	text-align:center;
	background:#1177BB;
	color:#fff;
}


/* ====================
ページの先頭へ
==================== */

.pagetop{
	position: fixed;
	bottom: -80px;
	right: 10px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60); /* ie6.7 */
	-ms-filter: "alpha(opacity=60)"; /* ie 8 */
	z-index: 10000;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #555;
	text-align: center;
	color: #fff;
	font-size: 110%;
	line-height: 35px;
	text-decoration: none;
	border-radius: 5px;
}








/* ホーム
**************************************************************/
#slide{ padding-top:25px;}

#slide-inner{
	width:1000px;
	margin:0 auto !important;
	position:relative;
}
#slide-inner #slide-message{
	position:absolute;
	top:10px;
	right:10px;
}
#slide-inner .photo-name{
	position:absolute;
	bottom:10px;
	right:10px;
	min-width:13em;
	font-size:0.9em;
	padding:5px 0;
	text-align:center;
	background:rgba(255,255,255,0.8);

}

main h1{font-size:1.6em;}

/* ニュース ----------------------------------- */
#newsarea{
	background:#EAF5FD;
	border-top:solid 3px #1177BB;
	border-bottom:solid 1px #1177BB;
}

#newsarea .inner{
	display:flex;	display:-webkit-flex;
	padding:40px 0;
}

.newstop{
	background: #fff;
	width: 740px;
	padding: 25px 19px;
}
.newstop ul{
	display:flex;	display:-webkit-flex;
	border-bottom:solid 1px #ccc;
}
.newstop ul li{ margin-bottom:15px;}
.newstop ul li:last-child{
	align-self:flex-end;
	margin-left:auto;
}
.newstop ul li:last-child a::before{
	display:inline-block;
	content: "\e900";
	font-size:12px;
	color:#1177BB;
	margin-right:5px;
}

.newstop h1{
	border-left:solid 5px #1177BB;
	padding:5px 20px;
}


.topBanner{
	width:240px;
	margin:0 0 0 auto !important;
}
.topBanner li{
	margin-bottom: 1.5em;
}
.topBanner li img{ width:238px;height:auto;border:solid 1px #CCC;}


/* 入札・ピックアップ ----------------------------------- */
#pickarea{
	padding:50px 0;
	display:flex;	display:-webkit-flex;
	justify-content:space-between;
}
#pickarea .pickarea_col{
	width:470px;
}
#pickarea em{ font-style:normal;}
#pickarea h1{
	background:#E4FCE4;
	padding:10px 0;
	margin-bottom:1em;
}
#pickarea h1 em{
	border-left:solid 5px #0E870E;
	padding-left:1rem;
}
#pickarea h2{ font-size:1.2em;}
#pickarea h2 em{
	display:inline-block;
	border-bottom:solid 1px #333;
	padding:5px .5em;
	margin-bottom:1em;
}

#pickarea ul{ margin-bottom:2em !important;}
#pickarea li{
	margin-bottom:0.5em;
	padding-left:1.5em;
	position:relative;
}
#pickarea li::before{
	position:absolute;
	left:0;
	top:0.25em;
	content: "\e900";
	font-size:12px;
	color:#0E870E;
}

a.btn_nyusatu{background:#0E870E;}

a.btn_nyusatu:hover{ background:#095409;}



/* ニュース
**************************************************************/
#newsarea iframe{
	border:none;
	width:100%;
	height: 16rem;
}
#news { border:none; margin:0; padding:0;}


#news dt{
	float:left;
	padding-left:0.3em;
}
#news dd{
	border-bottom:dashed 1px #ccc;
	padding-left:6.3em;
	padding-bottom:0.3em;
	margin-bottom:0.5em;
}


/* 下層
**************************************************************/
#second{
	margin-top:8px;
	padding-bottom:65px;
	border-top: solid 3px #1177BB;
}

#pankuzu{
	padding:15px 0;
	margin-bottom:50px !important;
	border-bottom: solid 1px #1177BB;
}
#pankuzu ol{margin:0; padding:0; list-style:none;}
#pankuzu li{ display:inline-block; vertical-align: top;}
#pankuzu li:after{
	content:">";
	margin:0 0.5em 0 0.7em;
}
#pankuzu li:last-child:after{ display:none;}

#article-main {
	float:left;
	width:720px;
}
#article-main img {
	max-width:720px;
	height:auto;
}
.line-imgbox {
	display: table;
	width: 100%;
	margin: 1em 0 0 0;
}
.line-imgbox .img-box,.line-imgbox .img-box-free,.line-imgbox .txt-box {
	display:table-cell;
	vertical-align:top;
}
.line-imgbox .img-box,.line-imgbox .img-box-free {
	width:280px;
	text-align:center;
	font-size:0.9em;
}
.line-imgbox .img-box img {
	width:280px;
	height:auto;
}
.line-imgbox .img-box-free img {
	max-width:280px;
	height:auto;
}
.line-imgbox .txt-box {
	padding: 0 10px;
}

#article-menu {
	float:right;
	width:240px;
}
#article-menu ul {
	list-style:none;
	border-top:solid 1px #1177BB;
}
#article-menu ul li {
}
#article-menu a {
	display:block;
	padding:10px 5px;
	background-color:#EAF5FD;
	border-bottom:solid 1px #1177BB;
}
#article-menu a:hover {
	color:#FFF;
	background-color:#1177BB;
}

#second h1{
	border-left: solid 5px #1177BB;
	border-bottom:solid 1px #ccc;
	font-size:1.6em;
	padding:5px 17px;
	margin-bottom:3rem;
}
#second h2{
	border-left: solid 5px #1177BB;
	padding:3px 10px;
	font-size:1.3em;
	margin:2.5rem 0 1.6rem;
}
#second h3{
	color: #1177BB;
	font-size: 1.3em;
	margin: 2.5rem 0 1.6rem;
}
#second h4{
	color: #333;
	font-size: 1.2em;
	margin: 1.5rem 0 1rem;
	text-decoration: underline;
}
#second h4.graph-title {
	color: #333;
	font-size: 1.1em;
	margin: 1.5rem 0 1rem 0;
	text-align: center;
	text-decoration: none;
}
#second h4.graph-title i {
	font-style: normal;
	display: inline-block;
	border: 1px solid #333;
}
#second h5{
	color: #333;
	font-size: 1.1em;
	margin: 1.5rem 0 1rem;
}

#second ul{ margin:0; padding:0; list-style:none;}
#second ul.dot-normal{
	list-style-type: square;
}
#second ul.dot-normal li{
	margin: 0 0 0.5em 30px;
}
#second ul.icon_g li{
	position:relative;
	padding-left:1.6rem;
	margin-bottom:.3rem;
}
#second ul.icon_g li::before{
	display:inline-block;
	content: "\e900";
	font-size:12px;
	color:#0E870E;

	position:absolute;
	top:0.25rem;
	left:0;
}
#second ul.icon_g li ul{
	list-style-type: square;
}
#second ul.icon_g li ul li{
	padding-left:0;
}
#second ul.icon_g li ul li::before{
	content: none;
}

#shisetsu-num {
	font-size:1.2em;
}
#shisetsu-num ul li {
	display:block;
	margin:0 0 30px 0;
	position:relative;
}
#shisetsu-num ul li .down-arrow {
	position: absolute;
	left: 70px;
	bottom: -30px;
}
#shisetsu-num .num {
	display: inline-block;
	margin: 0 0.5em 0 0;
	background-color: #066;
	color: #FFF;
	font-weight: bold;
	border-radius: 50%;
	padding: 0 8px;
}

#news-list iframe {
	width:100%;
	height:30em;
	border:none;
}

#access-map {
	width:100%;
	height:420px;
}
#access-map iframe {
	width:100%;
	height:100%;
	border:none;
}

ul#mizuki-dayori {
	width:100%;
}
ul#mizuki-dayori:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}
ul#mizuki-dayori li {
	float:left;
	margin: 0 10px 20px 0;
}
ul#mizuki-dayori a {
	display:block;
	width:220px;
	padding:10px;
	background-color:#EEE;
}
ul#mizuki-dayori a:hover {
	background-color:#F1FEF1;
}
ul#mizuki-dayori .mizuki-older {
	display:block;
	padding: 120px 10px 0 10px;
}
ul#mizuki-dayori a img {
	width:180px;
	height:auto;
	margin:0 0 10px 0;
}
ul#mizuki-dayori a .mizuki-hyoushi {
	display:block;
	text-align:center;
}

.seikyu-arrow {
	padding:0 0 0 45px;
}
.frame-green {
	border: solid 2px #0E870E;
	background-color: #DAFCDA;
	padding:10px 0;
}

table.inq-table {
	width:100%;
}
table.inq-table th {
	width:10em;
}
.inq-form input[type="text"],
.inq-form textarea {
	outline: none;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #999;
	width:30em;
}
.inq-btn input[type="submit"],.inq-btn input[type="reset"],.inq-btn input[type="button"] {
	padding: 10px;
	border: none;
	background-color: #17B;
	color:#FFF;
	cursor: pointer;
}

/* 汎用 */
a.block-btn {
	display:inline-block;
	padding:5px 10px;
	background-color:#DDD;
}
a.block-btn:hover {
	background-color: #17B;
	color:#FFF;
	text-decoration:none;
}
a.get-reader {
	display: block;
	margin:1.5em 0;
	padding:5px;
	font-size:0.9em;
	border:solid 1px #666;
}
a.get-reader:hover {
	background-color: #EEE;
	color: #F00;
	border:solid 1px #F00;
}
a.get-reader:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}
a.get-reader img {
	float:left;
	width:160px;
}
a.get-reader p {
	display: block;
	float: left;
	width: 520px;
	margin: 0 0 0 1em;
}

ul.right-tab,ul.left-tab {
	border-bottom: solid 1px #CCC;
}
ul.right-tab:after,ul.left-tab:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}
ul.right-tab li {
	float:right;
	margin:0 5px;
}
ul.left-tab li {
	float:left;
	margin:0 5px;
}
ul.right-tab li a,ul.left-tab li a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #EEE;
	background-image: url(../images/dot-green.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
ul.right-tab li a:hover,ul.left-tab li a:hover {
	color: #FFF;
	background-color: #333;
	background-image: url(../images/dot-white.png);
}
.gray-box,.green-box {
	padding:10px;
	margin:1em 0;
}
.gray-box {
	border:solid 1px #999;
	background-color:#EEE;
}
.green-box {
	border:solid 1px #0E870E;
	background-color:#F1FEF1;
}

.border-table {
}
.border-table table {
	border-collapse:collapse;
}
.border-table table caption {
	text-align:right;
}
.border-table table th,.border-table table td {
	border:solid 1px #1177BB;
	padding:5px 10px;
}
.border-table table th {
	font-weight: bold;
	background-color: #EAF5FD;
	white-space:nowrap;
}
.border-table table td {
}

hr { 
    border:0;
    border-bottom:1px solid #999;
	margin: 1em 0;
} 

.place-center {
	text-align:center;
}
.txt-120 {
	font-size:1.2em;
}
.txt-90 {
	font-size:0.9em;
}
.txt-80 {
	font-size:0.8em;
}
.txt-red {
	color:#F00;
}
.txt-bold {
	font-weight:bold;
}
.margin-b20 {
	margin-bottom:20px;
}
.margin-b30 {
	margin-bottom:30px;
}

.left-box {
	float:left;
	width:280px;
	text-align:center;
	margin:0 20px 0 0;
}
.left-box img {
	width:280px;
	height:auto;
}

.half-box,.tri-box,.tri-box-wide {
	float:left;
}
.half-box {
	width:340px;
	margin:0 20px 0 0;
}
.tri-box {
	width:230px;
	text-align:center;
	font-size:0.9em;
	margin:0 10px 0 0;
}
.tri-box img {
	width:230px;
	height:auto;
}
.tri-box-wide {
	width: 300px;
	margin: 0 30px 0 0;
}

ul.step-box {
	list-style-type: none;
}
ul.step-box:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}
ul.step-box li {
	display: block;
	float: left;
	width: 210px;
	padding: 10px;
	margin: 0 20px 20px 0;
	position: relative;
	background-color: #E9FCE4;
}
ul.step-box li .step-name {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin:0 0 1em 0;
	border-bottom: 1px solid #066;
	background-color: #FFF;
}
ul.step-box li .arrow-next {
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 5000;
}

.scroll-frame {
	height: 400px;
	overflow: auto;
	background-color: #F1FEF1;
}
.scroll-frame ul {
}
.scroll-frame ul li {
	display:block;
	border-bottom:dashed 1px #999;
	padding:10px;
}
.scroll-frame ul li ul {
	margin: 0.5em 0 !important;
}
.scroll-frame ul li ul li {
	margin: 0 0 0 1em;
	padding:0;
	border-bottom:none;
}
.scroll-frame ul li ul li a {
	display:block;
	padding:0 0 0 20px;
	background-image: url(../images/dot-green.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* クリア */
.clearFix {min-height:1px;}
* html .clearFix {
  height:1px;
  /*¥*//*/
  height:auto;
  overflow:hidden;
  /**/
}
.clearFix:after {
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;
  clear:both; 
  visibility:hidden;
}

.formError {
	margin: 10px 0px;
	padding: 10px;
	border: 3px solid #f00;
	background-color: #fcc;
}
