@charset "utf-8";

body {
	background-color: #ffffff;
} 

/*****************************
          天気予報
 *****************************/
a:link    { color:#0000cc;text-decoration: none;}
a:visited { color:#0000cc;text-decoration: none;}
/* 全体 */
div#weatherinfo {
	width:100%;
	
}

/* 見出し */
#weatherinfo h5 {
background-color: #ffffff;
	float: left;
	font-weight: normal; 
	font-size: 13px;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 0;
		margin-left: 2px;
	width: 136px; 
	border: 1px solid #11b2bc;
	border-bottom: 0;
}

/* プルダウンセレクト */
select#areasel {
	width: 70px;
	float: left;
			padding: 4px;
			margin-top: 0;
			margin-bottom: 0;

		margin-left: 2px;

	font-size: 13px;
		border: 1px solid #11b2bc;
		border-left: 0;
	border-bottom: 0;
}

/* 各日 */
div.weather {
background-color: #ffffff;
	float: left;	
	padding: 1px;
	width: 70px;  
/*	width: 52px;  */
	font-size: 13px;
	text-align: center;
		margin-right: -1px;
		margin-left: 0px;
	border: 1px solid #11b2bc;
}

div.weather p {
	margin: 0px;
}

/* 日付 */
p.date {
	background-color: #f4f4f4;

}

.imgkumo{
width: 40px;
}
.date.sat {
	color: #0080ff;
}

.date.sun {
	color: #ea2424;
}

/* 気温 */
div.temps {
	background-color: #f4f4f4;
	padding: 0 0 0 0;
		margin: 0;
}

.tempmin {
	color: #0080ff;
}

.tempmax {
	color: #ea2424;

}

.tempprob {

	color: #222222;
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

div#weatherinfo {
	width:100%;
	
}

}
