
/* 天気ウィジェットを表示 */
.wether_widget{
  display: inline-block;
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
  background-color: #006DB3;
}

.wether_widget .wether_title{
  margin-left: 2px;
  margin-top: 2px;
  width: 246px;
  height: 26px;
  text-align: center;
}

.wether_widget .wether_title img{
  margin-top: 2px;
}

.wether_widget .infomation{
  text-align: center;
  margin-left: 2px;
  width: 246px;
  height: 50px;
  background-color: #FFFFFF;
}
.wether_widget .infomation .infomation_content{
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}

.wether_widget .infomation .day{
  font-size: 12px;
}

.wether_widget .infomation .temp{
  font-size: 16px;
}


/*@font-face {
  font-family: 'weather';
  src:  url('../font/artill_clean_icons-webfont.eot');
    //url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'weather';
  /*src:  url('../font/artill_clean_icons-webfont.eot');*/
  /*src:  url('../font/artill_clean_icons.otf');*/

  src: url('../font/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/artill_clean_icons.otf');
      

  font-weight: normal;
  font-style: normal;
}


i {
  /*color: #fff;*/
  font-family: weather;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 0.5;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

.icon-0{ before:":"; }
.icon-1{ before:"p"; }
.icon-2{ before:"S"; }
.icon-3{ before:"Q"; }
.icon-4{ before:"S"; }
.icon-5{ before:"W"; }
.icon-6{ before:"W"; }
.icon-7{ before:"W"; }
.icon-8{ before:"W"; }
.icon-9{ before:"I"; }
.icon-10{ before:"W"; }
.icon-11{ before:"I"; }
.icon-12{ before:"I"; }
.icon-13{ before:"I"; }
.icon-14{ before:"I"; }
.icon-15{ before:"W"; }
.icon-16{ before:"I"; }
.icon-17{ before:"W"; }
.icon-18{ before:"U"; }
.icon-19{ before:"Z"; }
.icon-20{ before:"Z"; }
.icon-21{ before:"Z"; }
.icon-22{ before:"Z"; }
.icon-23{ before:"Z"; }
.icon-24{ before:"E"; }
.icon-25{ before:"E"; }
.icon-26{ before:"3"; }
.icon-27{ before:"a"; }
.icon-28{ before:"A"; }
.icon-29{ before:"a"; }
.icon-30{ before:"A"; }
.icon-31{ before:"6"; }
.icon-32{ before:"1"; }
.icon-33{ before:"6"; }
.icon-34{ before:"1"; }
.icon-35{ before:"W"; }
.icon-36{ before:"1"; }
.icon-37{ before:"S"; }
.icon-38{ before:"S"; }
.icon-39{ before:"S"; }
.icon-40{ before:"M"; }
.icon-41{ before:"W"; }
.icon-42{ before:"I"; }
.icon-43{ before:"W"; }
.icon-44{ before:"a"; }
.icon-45{ before:"S"; }
.icon-46{ before:"U"; }
.icon-47{ before:"S"; }