@charset "utf-8";

/* -------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
	Weathernews Official Website for smartphone

	new released : July 4, 2013
	update :

	Copyright(c)WEATHER NEWS INC. ALL RIGHT RESERVED.
----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
  base style setting
------------------------------------------------------------------------------------- */
body{
	background: #101c38;
	color: #FFF;
	line-height: 1.4;
	background-image:url(../img/bg_30minutes.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6";
}
img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}
#container{
	width: 320px;
	margin-bottom: 10px;
}
a, a:link, a:visited, a:hover{
	color: #FFF;
}
section{
	overflow: hidden;
}
.em{
	color: #3CFF00;
	line-height: 1.6;
	margin: 5px 10px;
}
.center{
	text-align: center;
}

/* -------------------------------------------------------------------------------------
  form style
------------------------------------------------------------------------------------- */
fieldset{
	border:none;
	margin: 0 10px;
}
legend{
	display: none;
}
#serviceForm ul{
	list-style: none;
	padding: 0;
}
#serviceForm ul li{
	padding: 0;
	margin: 0 0 5px;
	position: relative;
	border: 1px solid #0cff00;
	background-color: rgba(58,205,0,0.50);
}
#serviceForm input{
	position: absolute;
	top:-5px;
	width: 100%;
}
/*チェックボックス*/
#serviceForm input[type="checkbox"]{
	opacity : 0;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
}
#serviceForm input[type="checkbox"] + label{
	display: block;
	background: URL("../img/switch_off.png") no-repeat 95% center;
	background-size: 77px 27px;
	padding: 10px 20px 10px 10px;
	color: #FFF;
	text-decoration: none;
}
#serviceForm input[type="checkbox"]:checked + label{
	background: URL("../img/switch_on.png") no-repeat 95% center;
	background-size: 77px 27px;
}
#serviceForm li:last-child label{
	border-bottom:none;
}

#serviceForm a{
	display: block;
	padding: 10px 20px 10px 10px;
	position: relative;
}
#serviceForm a span{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	display: block;
	width: 77px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: red;
	font-weight: bold;
	border:1px solid #7C7C7C;
	border-radius: 5px;
	color: #929292;
	box-shadow: 0px 0px 2px 1px #F7F7F7 inset;
	background-image: -moz-linear-gradient(top, #f9f9f9, #f9f9f9 50%, #eeeeee 51%, #eeeeee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9 50%, #eeeeee 51%, #eeeeee);
	background-image: linear-gradient(top, #f9f9f9, #f9f9f9 50%, #eeeeee 51%, #eeeeee);
}

/* -------------------------------------------------------------------------------------
  smart alerm style
------------------------------------------------------------------------------------- */

.list_view {
	text-shadow: 1px 1px 1px #226920;
}
.list_view .title {
	font-size: 16px;
	font-weight: bold;
}

.list_view span {
	text-shadow:none;
}

.thunderstormInfo{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	border:1px solid #a1aec9;
	background-color: rgba(19,47,101,0.70);
	border-radius: 5px;
	line-height: 63px;
	text-align: left;
}
.thunderstormInfo .txtBox{
	text-shadow: 1px 1px 1px #18295a;
	padding:5px;
	line-height: 1.2;
}

.title_img {
	padding: 10px 0px;
	text-align: center;
}

header#inner div#head-close{
	width: 60px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-shadow: 0px -1px 0px #000000;
	background: url(../img/header_close.png) 0 0 no-repeat;
	background-size:60px 30px;
	-webkit-background-size:60px 30px;
	-moz-background-size:60px 30px;
	-ms-background-size:60px 30px;
	-o-background-size:60px 30px;
	position: absolute;
	top: 5px;right: 5px;}

header#inner div#head-close a{width: 52px;height: 30px;margin: 0 0 0 auto;display: block;color: #fff;overflow: hidden;}

.small {
	font-size: 12px;
}

.alermClose{
	display: inline-block;
	width: 128px;
	height: 43px;/*なぜか42pxだと背景のボーダーが切れる*/
	line-height: 42px;
	background-image: url(../img/btn_alerm.png);
	background-size: 127px 84px;
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 5px;
}
.alermClose.touch{
	background-position: 0 -45px;
	color: #00ff33;
}