@charset "utf-8";

/* トップページグリッド
----------------------------------------------------------- */
#top_grid {
	clear: both;
	float: none;
	margin: auto;
	width: 1080px;
}
#top_grid li {
	margin: 5px;
	height: 170px;
	width: 170px;
	background-color: #CCC;
	float: left;
	position: relative;
}
#top_grid li .box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 94.5%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
	margin: 0px;
}
#top_grid li h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	margin-bottom: 1em;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
}
#top_grid li .upday {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	color: #FFF;
	font-weight: normal;
}
#top_grid li .txt  {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #FFF;
}
#top_grid li .icon-s {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
#top_grid li .img-s  {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#top_grid .grid-m {
	margin: 5px;
	width: 350px;
	background-color: #CCC;
	float: left;
}
#top_grid .grid-m div   {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1.2%;
	padding-left: 2%;
}
#top_grid .grid-l div   {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#top_grid .grid-l {
	margin: 5px;
	height: 530px;
	width: 350px;
	background-color: #CCC;
	float: left;
}
#top_grid .grid-l .img  {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#top_grid .grid-l .icon-l{
	float: right;
	height: 65px;
	width: 65px;
}
#top_grid .grid-l .icon-l img {
	height: 100%;
	width: 100%;
}
#top_grid .grid-l h2 {
	font-size: 2em;
	line-height: 1.1em;
	color: #FFF;
	margin-bottom: 0.5em;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}
#top_grid .grid-m .icon-m{
	float: right;
	height: 52px;
	width: 52px;
	margin-top: 1px;
}
#top_grid .grid-m .icon-m img {
	height: 100%;
	width: 100%;
}
#top_grid .grid-m .txt  {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #FFF;
}
#top_grid .grid-m h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #FFF;
	margin-bottom: 0.4em;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}
#top_grid .kanko {
	background-color: #00A6CB;
}
#top_grid .gyosei {
	background-color: #8CC83F;
}
#top_grid .kurashi {
	background-color: #F8B300;
}
#top_grid .bosai {
	background-color: #E62488;
}

/* 人口データ
----------------------------------------------------------- */
#top_grid .town-data {
	margin: 5px;
	height: 170px;
	width: 170px;
	background-color: #C8E7F9;
	float: left;
	position: relative;
	text-align: center;
}
#top_grid .town-data h2  {
	color: #FFF;
	background-color: #0074BE;
	font-size: 1.6em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 10px;
}
#top_grid .town-data .data01 {
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 8px;
}
#top_grid .town-data .data02 {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}
#top_grid .town-data .data02 p {
	margin: auto;
	text-align: center;
}
#top_grid .town-data .data03 {
	font-size: 1em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 8px;
}
.parenthesis {
	position: relative;
	width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: center;
}
.parenthesis::before,
.parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8BECA;
	border-bottom-color: #A8BECA;
}
.parenthesis::before {
	left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8BECA;
}
.parenthesis::after {
	right: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8BECA;
}


/* トップコンテンツ
----------------------------------------------------------- */
#top_left {
	width: 710px;
	text-align: left;
	float: left;
	margin-left: 5px;
}
#top_right {
	width: 350px;
	text-align: left;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}


/* ランキング
----------------------------------------------------------- */
#top_left #ranking {
	border: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ranking h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 12px;
}
#ranking dl {
	clear: none;
	float: none;
	width: 70%;
	overflow: hidden;
}
#ranking dl dt {
	font-size: 12px;
	line-height: 14px;
	background-attachment: scroll;
	background-image: url(/img/ds/img/index/crown02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-left: 37px;
	font-weight: bold;
	float: left;
	width: 10%;
	margin-bottom: 0.4em;
}
#ranking dl dt:first-child {
	background-image: url(/img/ds/img/index/crown01.gif);
}
#ranking .up {
	color: #E60012;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
#ranking .down {
	color: #00A2D9;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
#ranking .unchanged {
	color: #EBA000;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
}
#ranking dl dd {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 1em;
	float: left;
	margin-top: 10px;
	width: 75%;
	margin-bottom: 0.4em;
}
#ranking #ranking-img {
	float: right;
	margin-top: -5px;
}
#ranking #ranking-img p {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 0.4em;
}


/* 今週の黒潮町
----------------------------------------------------------- */
#top_left #weekly  {
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#weekly div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	background-color: #00A7E3;
}
#weekly h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: -3px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#weekly ul li {
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 11px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	margin-right: 1em;
}
#weekly ul li:last-child {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 11px;
	padding-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 1em;
}
#weekly ul li a {
	text-decoration: none;
}
.more-link {
	background-color: #FFF;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.more-link a {
	font-size: 1.1em;
	line-height: 1.1em;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 7px;
	display: block;
	background-image: url(/img/ds/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 8px;
}


/* お知らせ
----------------------------------------------------------- */
#top_left #news  {
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#news div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	background-color: #00B4CA;
}
#news h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: -3px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#news ul li {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 7px;
	padding-bottom: 7px;
}
#news ul li strong {
	font-weight: bold;
	color: #1DB4C8;
	margin-right: 1em;
}
#news ul li a {
	text-decoration: underline;
}
#news ul li .bosai:before {
	background-color: #FB1414;
	content:"防災情報";
	font-size: 10px;
	color: #FFF;
	margin-right: 7px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	position: relative;
	top: -1px;
	text-decoration: none;
}
#news ul li .life:before {
	background-color: #EF8F29;
	content:"生活情報";
	font-size: 10px;
	color: #FFF;
	margin-right: 7px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	position: relative;
	top: -1px;
	text-decoration: none;
}
#news ul li .kanko:before {
	background-color: #009CE1;
	content:"観光情報";
	font-size: 10px;
	color: #FFF;
	margin-right: 7px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	position: relative;
	top: -1px;
	text-decoration: none;
}
#news ul li .gyosei:before {
	background-color: #54B983;
	content:"行政情報";
	font-size: 10px;
	color: #FFF;
	margin-right: 7px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	position: relative;
	top: -1px;
	text-decoration: none;
}

/* 連絡先
----------------------------------------------------------- */
#top_left #contact  {
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px;
	position: relative;
}#contact h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 12px;
}
#contact .mail {
	font-size: 2.8em;
	line-height: 1.1em;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#contact .mail a {
	color: #E60024;
}
#contact p {
	font-size: 1.2em;
	line-height: 1.2em;
}
#contact .contact-link{
	background-color: #00A7E3;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#contact .contact-link a{
	font-size: 1.1em;
	line-height: 1.1em;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 7px;
	display: block;
	background-image: url(/img/ds/img/common/arrow03.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 8px;
	color: #FFF;
}


/* 特集
----------------------------------------------------------- */
#top_right #special  {
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #F2F2EE;
}
#special div {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	background-color: #F8A848;
}
#special h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: -3px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#special ul li {
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 11px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	margin-right: 1em;
}
#special ul li:last-child {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 11px;
	padding-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 1em;
}
#special ul li a {
	text-decoration: none;
}

/* ライフイベント
----------------------------------------------------------- */
#top_right #life_event  {
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}#life_event li  {
	margin-top: 10px;
	width: 170px;
	float: left;
	background-color: #CCC;
}
#life_event .lifeevent .odd{
	margin-right: 10px;
}



#banner {
	margin: auto;
	width: 1080px;
}
#banner ul li {
	float: left;
	margin: 5px;
	height: 80px;
	width: 170px;
	background-color: #EDEDED;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* もっと見る
-----------------------------------------*/

#container .next-b {
	text-align: center;
	clear: both;
	float: none;
	padding-top: 15px;
}
.next-b dt {
	margin-bottom: 5px;
}
.next-b dd {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}
.next-b dd a {
	display: block;
	margin: auto;
	border: 1px dotted #333;
}
