@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: #000;
	color: #FFF;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6";
	font-size: 14px;
}
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;
	margin: 5px 10px;
}
span.em{
	margin: 0;
}
.small-em{
	font-size: 12px;
	color: #3CFF00;
	margin: 5px 10px;
}
span.em2{
	color: #fff !important;
}
.bg{
	background-image:url(../img/bg.png);
	background-size: 320px 208px;
	background-repeat:no-repeat;
}
.center{
	text-align: center;
}

/* -------------------------------------------------------------------------------------
  scope style
------------------------------------------------------------------------------------- */
#scope{
	position: relative;
	width:320px;
	height: 428px;
	padding-bottom: 40px;
	background-image:url(../img/bg_scope.png);
	background-size: 320px 45px;
	background-position: 0 100%;
	background-repeat:no-repeat;
}
#scope .thanksPoint,
#scope ul{
	position: absolute;
	z-index: 20;
}
#scope>img{
	position: absolute;
}
#scope>img#scopePhoto{
	z-index: 1;
}
#scope>img#scopeLine{
	z-index: 5;
}
#scope>img#scopeIcon{
	z-index: 10;
	top: 50%;
	left:50%;
	margin-top: -228px;
	margin-left: -174px;
}
#scope .thanksPoint{
	line-height: 1;
	text-align: right;
	top:5px;
	right: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
#scope .thanksPoint em{
	display: block;
	font-style: normal;
	font-size: 2rem;
}
#scope ul{
	bottom: 45px;
	left:50%;
	width: 278px;
	margin-left: -139px;
	line-height: 20px;
	height: 20px;
	text-align: center;
}
#scope ul li{
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
#scope ul li:last-child{
	padding-left: 5px;
}
#scope ul li span{
	font-size: 0.7rem;
	padding-right: 3px;
}
#scope #loader{
	position: absolute;
	width:300px;
	height: 170px;
	z-index: 50;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -150px;
	box-shadow: 1px 1px 8px 0px #333;
	display: table;
}
#scope #loader>div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#scope #loader p{
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.1rem;
	text-shadow:1px 1px 1px #056b1e;
}

/* -------------------------------------------------------------------------------------
  headline style
------------------------------------------------------------------------------------- */
.hdl1{
	height: 52px;
	line-height: 52px;
	background-image:url(../img/bg_hdl1.png);
	background-size: 320px 52px;
	background-repeat:no-repeat;
	color:#000;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 16px;
	text-indent: 22px;
	position: relative;
}
.hdl1 img{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -35px;
	cursor: pointer;
}
.hdl1 img:hover{
	-webkit-filter: brightness(110%);
}
.hdl2{
	height: 42px;
	line-height: 35px;
	background-image:url(../img/bg_hdl2.png);
	background-size: 320px 42px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #056b1e;
	text-indent: 15px;
}
.hdl3{
	display: table;
	width: 100%;
	height: 20px;
	padding: 0 0 8px 15px;
	background-image: url(../img/bg_hdl3.png);
	background-size: 320px 49px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: 5px;
	font-size: 16px;
}
.hdl3 span{
	display: table-cell;
	vertical-align: bottom;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1E2D1F;
}
.hdl4{
	color: #fff;
	line-height: 1.6;
	margin: 10px;
	font-size: 15px;
}


/* -------------------------------------------------------------------------------------
  tap area style
------------------------------------------------------------------------------------- */
/* more link */
a.more{
	color: #5AE5F5;
}
.more>div{
	border-top: 1px solid #055C00;
	padding:10px;
	margin:0 10px 5px;
	text-align: right;
	font-weight: bold;
	clear: both;
}
.more>div::before{
	content: ">>";
	font-size: 0.6rem;
	padding-right: 5px;
}
a.more2{
	display: block;

	background-image: url(../img/more_sheet.png);
	background-size: 320px 24px;
	text-align: center;
	clear: both;
}
.more2>div{
	display: inline-block;
	font-weight: bold;
	font-size: 0.7rem;
	background-image: url(../img/more_icon.png);
	background-repeat: no-repeat;
	padding-left:26px;
	background-size: 15px 15px;
	background-position: 0 50%;
	height: 24px;
	line-height: 24px;
	color: #c7d9c5 !important;
	text-shadow: 1px 1px 1px #1E2D1F;
}
.moreBtn1{
	text-align: right;
}
.moreBtn1 a{
	display: inline-block;
	text-indent: right;
	margin: 5px 10px;
	border:1px solid #18ff2a;
	border-radius: 4px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	background-image: -moz-linear-gradient(top, #0cff00, #0b6412);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0cff00), to(#0b6412));
	background-image: -webkit-linear-gradient(top, #0cff00, #0b6412);
	background-image: linear-gradient(top, #0cff00, #0b6412);
	position: relative;
	padding: 0 5px 0 15px;
	text-shadow: 1px 1px 1px #056b1e;
}
.moreBtn1 a::before {
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	border: 4px solid transparent;
	border-left-color: #fff;
	top: 50%;
	left: 6px;
	margin-top: -4px;
}
.moreBtn1:hover{
	-webkit-filter: brightness(110%);
}
.moreLink1{
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/get_repo.png);
	background-size: 320px 30px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #c7d9c5 !important;
	text-shadow: 1px 1px 1px #1E2D1F;
	font-weight: bold;
}

.mainBtn{
	display: block;
	padding: 5px;
	margin-left:10px;
	margin-right: 10px;
	border:3px solid #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background-size: 19px 19px, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: 15px 50%, 0 0;
}
.mainBtn div{
	padding-left: 35px;
}
.mainBtn span{
	display: block;
	font-size: 0.6rem;
}
.mainBtn.red{
	box-shadow: 0px 0px 3px 2px #d82a2a inset;
	background-image: url(../img/icn_bt_rd.png), -moz-linear-gradient(top, #ff8980, #ff0000);
	background-image: url(../img/icn_bt_rd.png), -webkit-gradient(linear, center top, center bottom, from(#ff8980), to(#ff0000));
	background-image: url(../img/icn_bt_rd.png), -webkit-linear-gradient(top, #ff8980, #ff0000);
	background-image: url(../img/icn_bt_rd.png), linear-gradient(top, #ff8980, #ff0000);
	text-shadow: 1px 1px 1px #5D1C1C;
}
.mainBtn.yellow{
	color: #000 !important;
	box-shadow: 0px 0px 3px 2px #FFBA4E inset;
	background-image: url(../img/icn_bt_ylw.png), -moz-linear-gradient(top, #ffef96, #ffa800);
	background-image: url(../img/icn_bt_ylw.png), -webkit-gradient(linear, center top, center bottom, from(#ffef96), to(#ffa800));
	background-image: url(../img/icn_bt_ylw.png), -webkit-linear-gradient(top, #ffef96, #ffa800);
	background-image: url(../img/icn_bt_ylw.png), linear-gradient(top, #ffef96, #ffa800);
	text-shadow: 1px 1px 1px #BD993B;
}

/* list */
.listLink1{
	margin-left: 10px;
	margin-right: 10px;
}
.listLink1 li{
	list-style-type: none;
}
.listLink1 li a{
	display: block;
	border: 1px solid #0cff00;
	background-color: rgba(0,255,20,0.26);
	margin-bottom: 5px;
	padding: 10px;
	background-image:url(../img/icon_tap.png);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.listBox1{
	clear: both;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #055C00;
	background-image:url(../img/icon_tap.png);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.listBox1 .pht{
	float: left;
	border:1px solid #0DFF00;
	margin-right: 10px;
}
.listBox1 .txtBox{
	padding: 5px 0;
}
.listBox1 .txtBox p img{
	vertical-align: middle;
	padding-right: 5px;
}
section a:nth-last-child(2) .listBox1{
	margin-bottom: 0;
	border-bottom: none;
}

/* user list */
.listUsr1{
	position: relative;
	height: 55px;
	width: 100%;
}
.listUsr1 img{
	position: absolute;
	z-index: 10;
}
.listUsr1 .txtBox{
	padding: 16px 0 0px;
	overflow: hidden;
}
.listUsr1 .usrRank{
	right: 20px;
	bottom:-18px;
}
.listUsr1 h3{
	padding-left:18px;
	background-image:url(../img/icon_user.png);
	background-size: 13px 17px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.listUsr1 .txtBox p{
	background-image:url(../img/line1.png);
	background-size: 185px 1px;
	background-repeat: no-repeat;
	padding-top: 1px;
	z-index: 1;
}
section a:nth-child(odd) .listUsr1 .txtBox h3{
	margin-left: 84px;
}
section a:nth-child(odd) .listUsr1 .txtBox p{
	background-position: 64px 0%;
	padding-left: 84px;
}
section a:nth-child(odd) .listUsr1 .usrPht{
	left:20px;
}
section a:nth-child(even) .listUsr1 .txtBox h3{
	margin-left: 114px;
}
section a:nth-child(even) .listUsr1 .txtBox p{
	background-position: 94px 0%;
	padding-left: 114px;
}
section a:last-child .listUsr1{
	margin-bottom: 26px;
}
section a:nth-child(even) .listUsr1 .usrPht{
	left:83px;
}

/* ch link */
.thunderstormCh{
	display: block;
	margin: 10px;
	padding:5px;
	border:1px solid #0CF700;
	background-color: rgba(0,255,20,0.26);
	border-radius: 5px;
	line-height: 63px;
	background-image: url(../img/icn_bt_grn.png);
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding-left: 35px;
	text-align: center;
}
.thunderstormCh img{
	border:1px solid #FFF;
	float: right;
}
.thunderstormCh .txtBox{
	line-height: 1.2;
}
.thunderstormCh h3{
	font-size: 15px;
}
.thunderstormCh::after{
	content: "";
	display: block;
	clear: both;
}

.backLink{
	display: table;
	width: 100%;
	height: 20px;
	padding: 0 0 8px 40px;
	background-image: url(../img/back_sheet.png);
	background-size: 320px 49px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.backLink div{
	padding-top: 10px;
	display: table-cell;
	vertical-align: bottom;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1E2D1F;
}

/* -------------------------------------------------------------------------------------
  textbox style
------------------------------------------------------------------------------------- */
.box{
	border:1px solid #0cff6d;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgba(0,255,90,0.7);
	padding: 2px;
	position: relative;
	box-shadow: 1px
}
.box h2{
	position: absolute;
}
.box>h2::before{
	content: "";
	position: absolute;
	height: 0;
	top: 0;
	border-top: 20px solid #00B33F;
	border-right: 15px solid transparent;
	box-shadow: 1px 1px 0px #0CFF6D;
	background:#0CFF6D;
	z-index: 10;
}
.box>h2::after{
	content: "";
	position: absolute;
	top: 1px;
	height: 0;
	display: block;
	width: 1px;
	border-bottom: 20px solid #0E2D00;
	border-left: 15px solid transparent;
	z-index: 20;
}
.box>h2 span{
	position: absolute;
	display: block;
	height: 20px;
	line-height: 20px;
	z-index: 50;
	font-size: 16px;
	color: #008529;
	font-weight: normal;
	font-family: 'Geo', sans-serif;
	text-indent: 5px;
	text-shadow:0px 0px 3px rgba(12,255,109,0.7);
}

/* h2の長さ - テキストの長さによって合うものに差し替え */
.box>h2.short::before{
	width: 80px;
}
.box>h2.short::after{
	left:81px;
}
.box>h2.middle::before{
	width: 150px;
}
.box>h2.middle::after{
	left:151px;
}
.box>h2.long::before{
	width: 200px;
}
.box>h2.long::after{
	left:201px;
}

.box>p,
.box>dl{
	padding: 3px 5px 3px;
	border:1px solid #0cff6d;
	border-radius: 3px;
	background-color: #0E2D00;
}
/*h2を含む場合*/
.box>p.top,
.box>dl.top{
	padding-top: 23px;
}
.box>dl{
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.box>dl dt{
	padding-top: 10px;
}
.box>dl dd{
	padding-bottom: 10px;
}

.box2{
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 0;
}

.alarm‎Banner{
	margin-right: 10px;
	margin-left: 10px;
}

/* report */
#reportStatus{
	position: relative;
	margin:10px;
}
#reportStatus .author{
min-height: 45px;
	width: 115px;
}
#reportStatus .author h3{
	padding-top: 8px;
}
#reportStatus .cloud{
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------------------------------------------------------------------------------
  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(0,255,20,0.26);
}
#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);
}

/* -------------------------------------------------------------------------------------
  alert style
------------------------------------------------------------------------------------- */
.alert{
	width: 310px;
	height: 290px;
	background-image: url(../img/box.png);
	background-size:310px 290px;
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -145px;
	margin-left: -155px;
	z-index: 100;
}
.alert h2,
.alert div,
.alert a{
	text-shadow: -1px -1px 1px #000;
}
.alert h2{
	margin: 40px 30px 5px;
	font-size: 1.2rem;
	text-align: center;
	color: #03ff15;
}
.alert div{
	margin: 0px 30px 10px;
	font-size: 0.9rem;
	color: #c7ffc3;
	height: 125px;
	text-align: left;
	display: table;
}
.alert p{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.alert a{
	display: inline-block;
	width: 128px;
	height: 43px;/*なぜか42pxだと背景のボーダーが切れる*/
	line-height: 42px;
	background-image: url(../img/btn_alert.png);
	background-size: 127px 84px;
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 5px;
}
.alert a.touch{
	background-image: url(../img/btn_alert.png);
	background-position: 0 -45px;
	color: #00ff33;
}