<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

html, body { margin:0; padding:0; height: 100%;}


/* {border: 1px solid #ff0000;}*/

.center {
	text-align: center;	
}

h1,h2,h3,p {
	margin: 0;
}

body {
	font-size: 1em;
/*	width: 100%;*/
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	/*background-color: #497600;*/
	background-color: #E0F4FD;
	-webkit-text-size-adjust: 100%;
}

.none {	clear: both; }
.none hr { display: none; }

label span {
	color: #ff3300;
}

.red { color: #ff3300; }

#container {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

#contents {
	width: 720px;
	min-height: 760px;
	margin: 0 auto;
}

#mainmenu {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

#mainmenu li {
	width: 16%;
	padding: 8px 0;
	display: inline-block;
	list-style: none;
	text-align: center;
}

#container h1 {
	width: auto;
	padding: 5px;
	font-size: 1.25em;
	background-color: #EFEFEF;
}

#container p {

}

#container p.comment {
	padding: 0 10px;
}

#positionBox {
	position: relative;
}

#pointInfo {
	width: 700px;
	background-color: #fff;
/*	position: absolute;
	z-index: 0;
	top: 10px;
	left: 10px;
*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
	overflow: hidden;
	margin: 5px auto;
}

#pointInfo .kion {
	width: 350px;
	float: left;
}

#pointInfo .etc {
	width: 350px;
	float: right;
}

#pointInfoTxt {
	width: 700px;
	background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
	overflow: hidden;
	margin: 5px auto;
	/*padding-bottom: 10px;*/
}

#pointInfoTxt .kion {
	width: 200px;
	float: left;
}
#pointInfoTxt .kion .left {
	width: 90%;
}
#pointInfoTxt .etc {
	width: 500px;
	float: right;
}


#itemSelect {
	width: 260px;
	background-color: #fff;
	position: absolute;
	z-index: 0;
	top: 50px;
	left: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mapWrapper {
	/*position: relative;*/
	z-index: -9999;
/*	position: absolute;
	top: 150px;
	*/
}

header {

	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.menu-collapser {
	background-color: #FFF;
	text-shadow: none;
	height: auto;
	font-size: 1em;
}

header h1 {
	font-size: 1.5em;
	margin: 0;
	color: #000;
	padding: 20px 15px;
}

header h1 a {
	color: #000;
	text-decoration: none;
}

.menu-collapser h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0 0.5em;
	color: #000;
	padding: 20px 15px;
}

.collapse-button {
	width: 60px;
}

.collapse-button .icon-bar {
	width: 38px;
	height: 6px;
	margin: 4px 0;
}

ul.slimmenu li a {
	font-size: 1em;	
}


h2#pointName {
	font-size: 1em;
	padding: 8px;
	background-color: #A3D900;
}

h2#pointName div {

}

h2#pointName div p {
	padding: 0;
	margin: 0;
	background-image: url("");
}
/*
p#csvdate {
	padding: 10px 0px 0px 15px;
	margin: 0;
	float: left;
}
*/
p#csvdate {
	padding: 8px 20px 0px 0;
	margin: 0;
	float: right;
	line-height: 45px;
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
}

.infoBox {
/*	position: absolute;*/
	margin: 0 auto;
	width: 80px;
	height: 60px;
}

.infoBox p {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	margin: 25px 0 0 0;
	padding: 0;
	position: relative;
}

.infoBox p.wind {
	line-height: 22px;
	margin: 35px 0 0 0;
}

.infoBox p span {
	font-size: 0.5em;
}
/*
.infoBox p span {
	display: block;
	font-size: 0.75em;
	position: absolute;
	bottom: -40%;
	left: 40%;
}
*/

.infoBox p.small {

	line-height: 1.4;
}

.infoBox p img {
	margin-top: 5px;
}



.infoList {
	background-color: #fff;
	width: 700px;
	margin: 25px auto;
	padding: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.infoList dt,
.infoList dd {

	margin: 0;
	padding: 12px;
}
.infoList dt {
	float: left;
}
.infoList dd {
	text-align: right;
	border-bottom: 1px solid #CCC;
}
.infoList dd:last-child {
	border-bottom: none;
}

.input {
	background-color: #fff;
	width: 676px;
	margin: 10px auto;
	padding: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.input label {

}

#graphPointSelectBox,
#pointSelectBox {
	color: #003366;
	background-color: #88D6F7;
	padding: 5px;
	overflow: auto;
}
#graphPointSelectBox h2,
#pointSelectBox h2 {
	padding: 10px 0px;
	float: left;
	width: 50%;
}

#pointSelectBox form {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
#graphPointSelectBox form {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#graphPointSelectBox form p,
#pointSelectBox form p {
	width: 100%;
	margin: 0;
	padding: 0;
}
#graphPointSelectBox select,
#pointSelectBox select {
	font-size: 1.2em;
	width: 250px;
	margin: 5px auto;
}

#graphPointSelectBox form input {
	font-size: 1.2em;
}

.input input {
	font-size: 24px;
	width: 90%;
}

dl.left {
	width: 47%;
	float: left;
	margin-left: 12px;
}
dl.right {
	width: 47%;
	float: right;
	margin-right: 12px;
}

.tmpleBox {
	/*display: none;*/
	position: absolute;
	width: 100px;
	height: 24px;
	background-color: #e7fd97;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tmpleBox p {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.pointBox {
	position: absolute;
	width: 92px;
	height: 91px;
	background-image: url(../img/box_bg.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.pointBox h3 {
	font-size: 0.875em;
	text-align: center;
	line-height: 25px;
	display: none;
}

.infoBox {
	margin: 3px auto;	
}

#kawanishi {
	left: 390px;
	top: 153px;
}

#temp02 {
	left: 386px;
	top: 249px;
}

#kawanishi_btn {
	top: 143px;
	left: 390px;
}

/*----------------------*/

#sakuragi {
	left: 607px;
	top: 235px;
}

#temp03 {
	left: 600px;
	top: 330px;
}

#sakuragi_btn {
	top: 225px;
	left: 607px;
}

/*----------------------*/

#kuono {
	left: 201px;
	top: 429px;
}

#temp04 {
	left: 200px;
	top: 527px;
}

#kuono_btn {
	top: 419px;
	left: 201px;
}

/*----------------------*/

#kiyokawa {
	left: 337px;
	top: 430px;
}

#temp05 {
	left: 332px;
	top: 527px;
}

#kiyokawa_btn {
	left: 337px;
	top: 420px;
}

/*----------------------*/

#kofuku {
	left: 467px;
	top: 432px;
}

#temp06 {
	left: 463px;
	top: 527px;
}

#kofuku_btn {
	top: 422px;
	left: 467px;
}

/*----------------------*/

#amedasu {
	left: 602px;
	top: 30px;
}

#temp08 {
	left: 600px;
	top: 125px;
}

#amedasu_btn {
	left: 602px;
	top: 20px;
}

.mapbtn {
	position: absolute;
	z-index: 999;
}

#itemSelect form {
	margin: 0;
	padding: 0;
}

#infoTitle {
	padding: 15px;
	text-align: center;
	background-color: #C6EBFB;
	color: #003366;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
 
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
 
}
#infoTitle p {
	padding: 5px;
	margin: 0;
	line-height: 36px;
	font-weight: bold;
}

#selectBox {
	padding: 5px 15px 0px 15px;
	text-align: center;
}

#selectBox select {
	font-size: 1.2em;
	padding: 5px;
	margin: 5px;
	width: 90%;
}

#selectBox ul {
	padding: 0px;
	margin: 5px;
	list-style: none;
	border: 1px solid #F4F4F4;
}

#selectBox ul li {
	padding: 2px 5px;
	text-align: left;
	border: 1px solid #F4F4F4;
}
#selectBox ul li.selected {
	color: #fff;
	background-color: #3399ff;
}

#yohouDate {
	font-size: 0.75em;
	text-align: center;
}

#yohouDate p {
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
}

div.button {
	text-align: center;
}

div.button button {
	font-size: 1.5em;
	display: inline-block;
	margin: 10px auto;
	padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.collapse-button {
	background-color: #699800;
	background-image: none;
}

.collapse-button:hover, .collapse-button:focus {
    background-color: #527500;
    background-image: none;
    color: #fff;
}

.menu-collapser,
ul.slimmenu {
	margin-bottom: 25px;
}

ul.slimmenu li {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	color: #333;
    background-color: #EFEFEF;
	background-image: url("");
}

ul.slimmenu li a {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size: 1.25em;
	padding: 20px 15px;
}

ul.slimmenu &gt; li {
	border: none;
}

ul.slimmenu li a:hover {
    background-color: #EAFFB9;
    text-decoration: none;
}

ul.slimmenu li .sub-collapser {
    background-color: #EAFFB9;
}

ul.slimmenu li ul li {
    background-color: #BEFF28;
}

ul.slimmenu.collapsed li a {

}

footer {
	color: #ffffff;
	width: 720px;
	margin: 0 auto;
	text-align: center;
    background-color: #699800;
}

ul.slimmenu .myhome {
	/*border: 1px solid #ff0000;	*/
}

.kadomaru {
	background-color: #fff;
	padding: 0;
}


#pointInfoTxt span.tani2 {
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 0.5em;
}

#pointInfoTxt span.tani {
	display: block;
	margin-top: 15px;
	font-size: 0.875em;
	font-weight: normal;
}
#pointInfoTxt p#item07 {
	
}
#pointInfoTxt p#item08 {
	margin-top: 15px;
	font-size: 0.875em;
	font-weight: normal;
}

.kadomaru ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	overflow: hidden;
}

.kadomaru .kion {
	overflow: hidden;
}

.kadomaru .kion .left {
	float: left;
	width: 50%;
	padding: 8px 0 0 8px;
}

.kadomaru .kion ul.left {
	width: auto;
	padding-top: 0px;
}

.kadomaru .kion .left li {
	width: auto;
}

.kadomaru .kion .right {
	font-weight: bold;
	padding-top: 0px;
	float: right;
}

.kadomaru .kion .right p {
	margin: 0;
	padding: 35px 20px 0 0;
	font-size: 1em;
	line-height: 1;
	text-align: center;
}

.kadomaru .kion .right p#item02 {
	padding: 15px 20px 0 0;
	font-size: 1.2em;
	font-weight: normal;
}

.kadomaru .kion .right span {
	font-size: 2.5em;
}

#kionName {
	float: left;
	padding-left: 10px;
}

#pointInfoTxt p#item02,
#pointInfoTxt p#item03,
#pointInfoTxt p#item04,
#pointInfoTxt p#item05,
#pointInfoTxt p#item07 {
	font-size: 1.75em;
}



#pointInfoTxt .ctr {
	padding-top: 25px;	
}

.kadomaru .etc {
	font-weight: bold;
}

.kadomaru .etc ul li {
	padding-top: 5px;
	display: block;
	float: left;
	width: 60px;
	text-align: center;
	/*height: 120px;*/
}

.kadomaru .etc ul li p {
	line-height: 1;	
	margin: 5px 0;
}

.kadomaru .etc ul li.wind {
	padding-top: 5px;
	float: right;
	width: 90px;
}

.kadomaru .etc ul li.wind img {
	width: 80px;
	height: 80px;
}


.kadomaru .etctxt {
	font-weight: bold;
}

.kadomaru .etctxt ul li {
	padding-top: 2px;
	display: block;
	float: left;
	width: 135px;
	text-align: center;
	/*height: 120px;*/
}

.kadomaru .etctxt ul li p {
	line-height: 1;	
	margin: 5px 0;
}

.kadomaru .etctxt ul li.wind {
	padding-top: 5px;
	float: right;
	width: 90px;
}

.kadomaru .etctxt ul li.wind img {
	width: 80px;
	height: 80px;
}

.kadomaru .kion {
	padding: 0;
}

.kadomaru .kion h3 {
	padding: 5px 2px;
	margin: 3px;
	font-size:1em;
}

.kadomaru .kion li {
	padding: 5px 2px;
	margin: 3px;
}

#pointInfoTxt .kion li {
	padding: 2px;
	margin: 0px;
}


.kadomaru .kion #max p,
.kadomaru .kion #min p {
	font-size: 0.875em;
	font-size:1em;
	font-weight: bold;
}

#pointInfoTxt #max,
#pointInfoTxt #min {
	padding-left: 0.5em;
	text-align: left;
}

#pointInfoTxt #max p,
#pointInfoTxt #min p {
	text-align: right;
	padding: 0;
	margin: 0;
	width: 70px;
	display: inline-block;
}

#pointInfoTxt #max {
	line-height: 1;
	/*background-color: #FF99FF;*/
	color: #FF2626;
}

.kadomaru .kion #max p {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.1;
	text-align: right;
}

#pointInfoTxt #min {
	line-height: 1;
	/*background-color: #4DA6FF;*/
	color: #006DD9;
}

.kadomaru .kion #min p {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.1;
	text-align: right;
}

#dataSel,
#pointSel {
	color: #666666;
	height: 45px;
	font-size: 100%;
	padding: 8px 50px 8px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../img/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
/*
#dataSel {
	color: #666666;
	font-size: 100%;
	padding: 8px 50px 8px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background-color: #FFF;
}
*/
#yohou {
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
}

#leftBtn,
#indexTable,
#sliderTable {
	float: left;
}
#rightBtn {
	float: left;
}

#leftBtn {
	width: 45px;
	height: 155px;
	background-color: #C6EBFB;
	/*border: 1px solid #ccc;*/
	margin: 1px 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#rightBtn {
	width: 45px;
	height: 155px;
	background-color: #C6EBFB;
	/*border: 1px solid #ccc;*/
	margin: 1px 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#indexTable {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 1px 2px 1px 5px;
}

.bx-wrapper {
	display: block;
/*	width: 540px;*/
	float: left;
}

#sliderTable {
	display: block;
/*	width: 540px;*/
	margin: 0;
	padding: 0;
}

#sliderTable li {
	width: 65px;
	line-height: 1.2;
	text-align: center;
}

#indexTable table tr td,
#sliderTable li table tr td {
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: bold;
}

#indexTable table tr td.date,
#sliderTable li table tr td.date {
	height: 45px;
}
#indexTable table tr td.yohou,
#sliderTable li table tr td.yohou {
	height: 60px;
}
#indexTable table tr td.temp,
#sliderTable li table tr td.temp {
	height: 35px;
}

/*
#sliderTable li {
	display: block;
	width: 540px;
	list-style: none;
	margin: 0;
	padding: 0;	
}
*/
#indexTable table,
#sliderTable table {
	height: 155px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 1px;
}

#indexTable tr td,
#sliderTable table tr td {
	width: 70px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: bold;
}

#indexTable tr.date td,
#sliderTable table tr.date td {
	height: 45px;
}

#indexTable tr.temp td,
#sliderTable table tr.temp td {
	height: 35px;
}

#indexTable tr td span,
#sliderTable table tr td span {
	font-size: 0.6em;
}


#leftBtn a,
#rightBtn a {
	display: table-cell;
	width: 45px;
	height: 155px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#leftBtn a img,
#rightBtn a img {
	margin: 72px 0 0 0;
}

div.border {
	border-bottom: 2px solid #003366;
}

div.border hr {
	display: none;
}

.contentsBox {
	margin: 5px 15px 25px 15px;
	padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #fff;
	color: #333;
	min-height: 600px;
}

.contentsBox span.date {
	padding: 5px;
	font-size: 1em;
}

.contentsBox h3 {
	padding: 5px;
	font-size: 1em;
}

.contentsBox p {
	padding: 5px;
	font-size: 1em;
}

#pageBox {
	color: #003366;
	background-color: #88D6F7;
	padding: 5px;
	overflow: auto;
}

#pageBox h2 {
	padding: 10px 0px;
	width: 50%;
}

#version {
	padding: 30px 0;	
}

#infobox {
	padding: 15px 15px;
}

#infobox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#infobox ul li {
	padding-bottom: 0.2em;
}

#infobox dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

#infobox dl dt {
	margin: 0;
	padding: 0;
}

#infobox dl dd {
	margin: 0;
	padding: 0 0 0 1em;
	padding-bottom: 0.2em;
}


#upDate1,
#upDate2 {
	font-size: 0.8em;

}




#yohouSelect {
	padding: 10px 5px;
}


#week {
	background-color: #fff;
}

#week .header{
	color: #003366;
	background-color: #88D6F7;
	padding: 15px 5px;
	overflow: auto;
}
#weekTable {
	display: block;
	margin: 0;
	padding: 5px 10px;
}

table.weektable {
	border-collapse: collapse;
	width: 100%;
}

table.weektable th,
table.weektable td {
	border: 1px solid #ccc;
	padding: 5px;
}

table.weektable th {
	background-color: #fff;
}

table.weektable td {
	text-align: center;
}

#weekTable table {
	
}
#weekTable table tr td {
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: bold;
}





#yohouSlider {
	display: block;
	margin: 0;
	padding: 0;
}
#yohouSlider div div {
	width: 77px;
	line-height: 1.2;
	text-align: center;
}
#yohouSlider div table tr td {
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: bold;
}
#yohouSlider div table tr td.date {
	height: 45px;
}
#yohouSlider div table tr td.yohou {
	height: 60px;
}
#yohouSlider div table tr td.yohou img {
    display: inline-block;
}
#yohouSlider div table tr td.temp {
	height: 35px;
}
#yohouSlider div table tr td.rain {
	line-height 1.1;
	height: 45px;
}
#yohouSlider div table tr td.shitsu {
	height: 35px;
}
#yohouSlider div table tr td.way {
	height: 35px;
}
#yohouSlider div table tr td.speed {
	height: 35px;
}
#yohouSlider table {
	height: 155px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 1px;
}

#yohouSlider table tr td {
	width: 70px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: bold;
}
#yohouSlider table tr.date td {
	height: 45px;
}
#yohouSlider table tr.temp td {
	height: 35px;
}
#yohouSlider table tr td span {
	font-size: 0.6em;
}
</pre></body></html>