@charset "utf-8";

/* =============================================
	CSS Information
		Author:      日向市役所
		Filename:    customize.css
		Style-info:  個別ブロック　2017.09～
=============================================== */

/*----------------------------
	記事本文内
-----------------------------*/

.post-day {
	margin-bottom: 1.625rem;
	text-align: right;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.0;
}

.section-inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.section-inner p { margin-bottom: 1.25rem;}
.section-inner h3 {
	margin: 0 -0.625rem;
	margin-bottom: 1.25rem;
	padding: 1.0rem 1.125rem;
	border-left: #99cc66 solid 2px;
	font-size: 1.375rem;
	line-height: 1.2;
}

.section-inner h4 {
	margin: 0 -0.625rem;
	margin-bottom: 1.25rem;
	font-size: 1.250rem;
	font-weight: bold;
}

.section-inner h4:before {
	content: '●';
	color: #99cc66;
	font-size: 1.50rem;
	vertical-align: middle;
}

.section-inner h5 {
	margin: 0 -0.625rem;
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
	font-weight: bold;
}


/*----------------------------
	部課紹介
-----------------------------*/

.section-contents-head { position: relative;}
.section-contents-head h3 {
	padding: 1.0rem 0 1.0rem 1.125rem;
	margin-bottom: 1.0rem;
	border-left: #99cc66 solid 2px;
	font-size: 1.375rem;
	color: #000;
}
.section-mailLink {
	position: absolute;
	top: 0.3125rem;
	right: 0.625rem;
	display: inline-block;
	border: #dcdddd solid 1px;
	border-radius: 999px;
	background: #fff url(../img-new/icon-section-mail.png) left 0.625rem center no-repeat;
	line-height: 1.0;
}
.section-mailLink:hover {	background: #eefde6 url(../img-new/icon-section-mail.png) left 0.625rem center no-repeat;}

.section-mailLink a {
	display: block;
	padding: 1.250rem 0;
	text-align: center;
	font-weight: bold;
 font-family: 'Noto Sans Japanese';
	color: #009900;
}

.section-contents-inner table th {
	background: #f4f8ff;
	font-weight: normal;
}

.title-linkList {
	position: relative;
	display: inline-block;
	width: 10rem;
	margin-bottom: 1.750rem;
	padding: 1.0rem 0;
	background: #009900;
	font-weight: bold;
 font-family: 'Noto Sans Japanese';
	text-align: center;
	color: #fff;
	line-height: 1.0;
}

.title-linkList:after {
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	content: url(../img-new/homeRe2018_21.png);
}

.section-linkList {	color: #666;}
.section-linkList ul {
	list-style: none;
	margin-left: 0;
}
.section-linkList li {	margin-bottom: 0.3125rem;}
.section-linkList a {
	margin-left: 1.0rem;
	text-decoration: underline;
}
.section-linkList a:hover {	text-decoration: none;}

.section-businessCat { overflow: hidden;}
.section-businessCat h3 {
	padding: 1.0rem 0 1.0rem 1.125rem;
	margin-bottom: 1.0rem;
	border-left: #99cc66 solid 2px;
	font-size: 1.375rem;
	color: #000;
}

.section-businessCat h4 {
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
	font-size: 1.250rem;
	font-weight: bold;
	color: #000;
}

.section-businessCat h4:before {
	content: '●';
	color: #99cc66;
	font-size: 1.50rem;
	vertical-align: middle;
}

.section-businessCat {}
.section-businessCat dt {
	display: block;
	clear: both;
	margin-top: 1.250rem;
}

.section-businessCat dd {
	border: #dcdddd solid 1px;
	border-radius: 3px;
 margin-left: 0.625rem;
	margin-bottom: 0.625rem;
 float: left;
	line-height: 1.0;
}
.section-businessCat dd:hover {	background: #F2F9F2;}
.section-businessCat dd a {
	display: block;
	padding: 1.0rem 1.0rem 0.75rem 1.0rem;
}


/* イベントカレンダー */

body.calendar #calendar {
	display: block;
    background: #FFF;
    font-size: 90%;
	line-height: 120%;
	overflow-y: auto;
}

body.calendar #calendar p {
	margin-bottom: 0.5rem;
}


.control {
    padding: 10px;
    text-align: center;
    font-size: 150%;
}

.week0 {
    background: #F9ECE6;
}

.weekname {
    width: 153px;
    margin: 0 2px 2px 2px;
    padding: 5px 0;
    text-align: center;
    float: left;
}

.nocont {
    border: #d2d2d2 solid 1px;
}

.day {
    width: 153px;
    min-height: 150px;
    margin: 2px;
    padding: 3px;
    border: #666 solid 1px;
    float: left;
    vertical-align: top;
}

.week0 {
    background: #F9ECE6;
}

.week6 {
    background: #E4F8F9;
}

.empty {
    border: #fff solid 1px;
}


/* 申請書・様式ダウンロード */

.download-catList {}
.download-catList a {
	display: block;
	border-radius: 3px;
	padding: 1.0rem;
	background: #009900 url(../img-new/icon-list-blue.png) right 1.0rem center no-repeat;
	color: #fff;
}
.download-catList a:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.project-list dt { margin-bottom: 0.625rem;}

@media screen and (max-width: 1158px) {
	.weekname, .empty { display: none;}
	.day {
		width: auto;
		height: auto!important;
		float: none;
		margin-bottom: 5px;
	}
}

body.result .gsc-above-wrapper-area-container { border: none!important;}
body.result .gsc-above-wrapper-area-container td { border: none!important;}
body.result .gsc-resultsHeader { display: none!important;}
body.result .gsc-table-result { border: none!important;}
body.result .gsc-table-result td { border: none!important;}
body.result .gsc-result .gs-title { height: auto!important;}
.gsc-cursor-box.gs-bidi-start-align {
	text-align: center;
	font-size: 16px;
}
.gsc-cursor-page {
	display: inline-block!important;
	height: 32px!important;
	width: 32px!important;
	text-align: center!important;
	line-height: 32px!important;
	border: #009900 solid 1px!important;
	border-radius: 9999px!important;
	color: #000!important;
}

.gsc-cursor-page:hover {
	text-decoration: none!important;
	background: #009900!important;
	color: #fff!important;
}

.gsc-cursor-page.gsc-cursor-current-page {
	background: #009900!important;
	color: #fff!important;
}

.gs-result img.gs-image { border:none!important;}
.cse .gsc-control-cse, .gsc-control-cse { padding: 0!important;}

.section-inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}

.section-inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}