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

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('/common/css/font-awesome.min.css');

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: #ede9dd;
	-webkit-text-size-adjust: 100%;
}

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


.flex {
  display: flex;
  justify-content: space-between;
}
.flex.fend {
  justify-content: flex-end;
}

.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}

.fstart {
  justify-content: flex-start;
}
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}

.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}


label span {
	color: #ff3300;
}

.red { color: #ff3300; }
.maxtemp { color: #ff0000 !important; }
.mintemp { color: #16AEEF !important; }

#container {
	position: relative;

	width: 720px;
	margin: 0 auto;

}

#contents {

	width: 720px;
	margin: 0 auto;
}

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

#mainmenu li {
	width: 13%;
	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 {
	margin-top: 15px;
	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: 999;
	top: 45px;
	left: 361px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mapWrapper1{
	position: relative;
	margin-top: -120px;
	z-index: 1;
}

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("");
}

.infoBox {
	margin: 0 auto;
	width: 80px;
	height: 60px;
}

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

.infoBox p.wind {
	line-height: 22px;
	margin: 5px 0 0 0;
	padding-top: 8px;
}
.infoBox p.atm,
.infoBox p.snow {
	line-height: 20px;
	margin: 5px 0 0 0;
	padding-top: 12px;
}
.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: 2px;
}



.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 {

}

#pointSelectWrap {
	color: #333;
	background-color: #FFE599;
	padding: 5px;
	overflow: auto;
}
#pointSelectWrap form input {
	font-size: 1.2em;
}
#graphPointSelectBox,
#pointSelectBox {
	color: #fff;
	background-color: #3E466D;
	padding: 5px;
	display: flex;
	justify-content: space-between
}
#pointSelectBox .left {
	width: 50%;
}
#pointSelectBox h2 {
	padding: 0;
}
p#csvdate {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
}
#graphPointSelectBox h2 {
	padding: 10px 0px;
}

#pointSelectBox form {
	width: 50%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#pointSelectBox.datatable form {
	display: block;
}
#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: 150px;
	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: 95px;
/*    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    left: 408px;

	background-color: #D2C9BB;
	/*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	*/
	
}

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

.infoBox {
	margin: 3px auto;
	background-color: #fff;
}

#point01 {
	left: 66px;
	top: 149px;
}
#point02 {
	left: 54px;
	top: 284px;
}
#point03 {
	left: 242px;
	top: 225px;
}
#point04 {
	left: 401px;
	top: 253px;
}
#point05 {
	left: 65px;
	top: 427px;
}
#point06 {
	left: 21px;
	top: 610px;
}
#point07 {
	left: 532px;
	top: 405px;
}
#point08 {
	left: 394px;
	top: 478px;
}
#point09 {
	left: 131px;
	top: 634px;
}
#point10 {
	left: 239px;
	top: 677px;
}
#point11 {
	left: 371px;
	top: 625px;
}
#point12 {
	left: 500px;
	top: 588px;
}
#point13 {
	left: 610px;
	top: 643px;
}
#point14 {
	left: 584px;
	top: 287px;
}


#kawanishi {
    left: 368px;
    top: 208px;
}

#temp02 {
	left: 386px;
	top: 249px;
}
/*
#kawanishi_btn {
	top: 143px;
	left: 390px;
}
*/
/*----------------------*/

#sakuragi {
    left: 333px;
    top: 498px;
}

#temp03 {
	left: 600px;
	top: 330px;
}
/*
#sakuragi_btn {
	top: 225px;
	left: 607px;
}
*/
/*----------------------*/

#kuono {
    left: 88px;
    top: 397px;
}

#temp04 {
	left: 200px;
	top: 527px;
}
/*
#kuono_btn {
	top: 419px;
	left: 201px;
}
*/
/*----------------------*/

#kiyokawa {
    left: 181px;
    top: 255px;
}

#temp05 {
	left: 332px;
	top: 527px;
}
/*
#kiyokawa_btn {
	left: 337px;
	top: 420px;
}
*/
/*----------------------*/

#kofuku {
    left: 182px;
    top: 534px;
}

#temp06 {
	left: 463px;
	top: 527px;
}
/*
#kofuku_btn {
	top: 422px;
	left: 467px;
}
*/
/*----------------------*/

#amedasu {
    left: 587px;
    top: 395px;
}

#temp08 {
	left: 600px;
	top: 125px;
}
/*
#amedasu_btn {
	left: 602px;
	top: 20px;
}
*/
.mapbtn {
	/*position: absolute;*/
	z-index: 999;
	/*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	*/
	color: #fff;
	background-color: #3E466D;
	text-align: center;
}

#point14_btn {
	background-color: #B22D00;
}





#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 {
	margin-top: 5px;
	font-size: 0.875rem;
	font-weight: normal;
}
#pointInfoTxt p#item07 {
	
}
#pointInfoTxt p#item08 {
	margin-top: 5px;
	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 #item02,
#pointInfoTxt #item03,
#pointInfoTxt #item04,
#pointInfoTxt #item05,
#pointInfoTxt #item07,
#pointInfoTxt #item11,
#pointInfoTxt #item12,
#pointInfoTxt #item13,
#pointInfoTxt #item14 {
	font-size: 1.75rem;
}
#pointInfoTxt #item09,
#pointInfoTxt #item10 {
	font-size: 1.25rem;
}



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


.kadomaru .etctxt {
	font-weight: bold;
}
.kadomaru .etctxt ul {
	text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kadomaru .etctxt ul li {
  display: block;
  box-sizing: border-box;
  width: 48%;
  padding: 8px;
  margin: 5px 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.2;
  
  background-color: #E9F4F8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
}
.kadomaru .etctxt ul li div.max {
  color: #ff0000;
  display: flex;
  align-items: center;
}
.kadomaru .etctxt ul li div.min {
  color: #16AEEF;
  display: flex;
  align-items: center;
}

.etctxt .flex.fend .data {
  width: 30%;
  text-align: right;
  /*
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  vertical-align: bottom;
  */
}
.etctxt .flex.fend #tani {

}
.kadomaru .etctxt ul li .label {
	color: #3E466D;
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.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;
	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;
	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;
}

#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 #3E466D;
}

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;
}

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

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

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

#pageBox {
	color: #3E466D;
	background-color: #E9F4F8;
	padding: 5px;
	overflow: auto;
}

#pageBox h2 {
	padding: 10px 0px 10px 5px;
	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;
}


.tab {
	display: block;
	width: 720px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 3px solid #2D500A;
}

.tab li{
	padding: 10px 0;
	text-align: center;
	list-style: none;
	display: inline-block;
	width: 30%;
	color: #fff;
	background-color: #3E466D;
}
.tab li.select{ 
	color: #fff;
	background: #2D500A;
}

.content {
	display: block;
	width: 720px;
	height: 750px;
	margin: 0;
	padding: 0;
	position: relative;	
}

.content li{
	display: block;
	width: 720px;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
}

.content li.hide { display: none; }

.pointBox.selected {
	background-color: #FFD24D;
}
.pointBox.selected .mapbtn {
	background-color: #FF5C26;
}

#upDate1,
#upDate2 {
	padding-left: 0.5em;
	font-size: 0.8em;
}





#yohouSlider {
	display: flex;
	overflow-x: scroll;
}
#yohouSlider &gt; div {
	width: 73px !important;
	margin-left: 3px;
	margin-right: 3px;
}
#yohouSlider table {
	width: 73px !important;
}

#yohouSlider div {
	width: 65px;
	line-height: 1.2;
	text-align: center;
}

#yohouSlider div 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,
#yohouSlider div table tr td.date {
	height: 45px;
}
#indexTable table tr td.yohou,
#yohouSlider div table tr td.yohou {
	height: 60px;
}
#yohouSlider div table tr td.yohou img {
    display: inline-block;
}
#indexTable table tr td.temp,
#yohouSlider div table tr td.temp {
	height: 35px;
}
#indexTable table tr td.rain,
#yohouSlider div table tr td.rain {
	line-height: 1.1;
	height: 45px;
}
#indexTable table tr td.shitsu,
#yohouSlider div table tr td.shitsu {
	height: 35px;
}
#indexTable table tr td.way,
#yohouSlider div table tr td.way {
	height: 35px;
}
#indexTable table tr td.speed,
#yohouSlider div table tr td.speed {
	height: 35px;
}
#indexTable table tr td.snow,
#yohouSlider div table tr td.snow {
	line-height: 1.1;
	height: 45px;
}
#indexTable table tr td.temp,
#indexTable table tr td.rain,
#indexTable table tr td.shitsu,
#indexTable table tr td.way,
#indexTable table tr td.speed,
#indexTable table tr td.snow {
	text-indent: 0.3em;
	text-align: left;
}

#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;
}

.headerflex {
	display: flex;
	justify-content: space-between;
}
.headerflex &gt; div.selarea {
	display: flex;
	align-items: center;
}

.selareaname {
	font-weight: bold;
	font-size: 1.25em;
	margin-right: 100px;
}



#mapIconBox {
  width: 700px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 5px auto;
  
  position: relative;
  z-index: 2;
}
#mapIconBox.winter {
  width: 600px;
}
#selIcon {
  width: 100%;
  margin: 0;
	padding: 0;
	display: block;
  text-align: center;
}

#selIcon li {
	margin: 0;
	padding: 5px;
	width: 100px;
	display: inline-block;
	list-style: none;
}
#selIcon li img {
	vertical-align: middle;
}
#itemSelect {
	margin: 0;
	padding: 0;
}
</pre></body></html>