@charset "utf-8";
/* CSS Document */

/*
last update 2016.1.29

*/


#weather-box-inc {
	margin-top: 97px;
	margin-left: 25px;
}

.weather {
	width:255px;
}

/*prevボタン*/
.weather .slick-prev {
	display: block;
	background: url(../image/pc/weather/slick-prev.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin-top:0;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border: none;
    outline: none;
	z-index:1;
}
.weather .slick-prev:hover {
	background: url(../image/pc/weather/slick-prev.png) no-repeat 0 -30px;
}

/*nextボタン*/
.weather .slick-next {
	display: block;
	background: url(../image/pc/weather/slick-next.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin-top:0;
	position: absolute;
	top: 0;
	right:0;
	cursor: pointer;
	border: none;
    outline: none;
	z-index:2;
}
.weather .slick-next:hover {
	background: url(../image/pc/weather/slick-next.png) no-repeat 0 -30px;
}

/*box*/
.weather .area-box {
	width:255px;
	height:210px;
	/*height:260px;*/
	position:relative;
}
.weather .area {
	font-size:14px;
	line-height:28px;
	text-align:center;
	border-bottom:1px solid #b5b6b9;
	border-top:1px solid #b5b6b9;
	width:255px;
	height:28px;
	margin:0 0 10px;
}
.weather .area span {
	font-weight: normal;
}


.weather .area-box .today,
.weather .area-box .tommorow {
	display: table;
}
.weather .area-box .tommorow {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #b5b6b9;
}
.weather .area-box .tbl-cell {
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	padding: 0 5px;
}
.weather .area-box .day {
	width: 13%;
	white-space: nowrap;
	font-size:0.8em;
	background: #000;
	color: #fff;
}
.weather .area-box .today .day {
	background: #00a0e9;
}
.weather .area-box .tommorow .day {
	background: #1abab8;
}

.weather .area-box .icon {
	width: 50%;
}
.weather .area-box .icon img {
    display: inline;
	vertical-align: middle;
	width: 20px;
	padding: 3px 0;
}
.weather .area-box .icon span {
	display:inline-block;
	font-size: 0.7em;
	text-align:center;
	padding:0px 5px;
	vertical-align: middle;
}

.weather .area-box .degree {
	width: 35%;
	text-align: right;
}
.weather .h-temp,
.weather .m-temp {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Oxygen', sans-serif;
}
.weather .h-temp {
	display:inline;
	color:#e91009;
}
.weather .h-temp:after {
	font-weight: normal;
	content: " /";
	color: #b5b6b9;
}
.weather .m-temp {
	display:inline;
	color:#1122cc;
	text-align:center;
}
.weather .h-temp span,
.weather .m-temp span {
	font-size: 0.7em;
	font-weight: normal;
}

.rain-probability-tbl {
	font-size: 0.8em;
	margin: 0.3em auto 0;
	padding-top: 0.3em;
	border-top: 1px dotted #ccc;
}
.rain-probability-tbl table {
	width: 100%;
	text-align:center;
}
.rain-probability-tbl th,
.rain-probability-tbl td {
	padding: 0 0.2em;
	color: #999;
}
.rain-probability-tbl td span {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-right: 0.2em;
}


/* .weather .today .h-temp {
	position:absolute;
	top:53px;
	right:4px;
}
.weather .today .m-temp {
	position:absolute;
	top:85px;
	right:4px;
}
.weather .tommorow .h-temp {
	position:absolute;
	top:153px;
	right:4px;
}
.weather .tommorow .m-temp {
	position:absolute;
	top:185px;
	right:4px;
}

 */