@charset "utf-8";
/* -------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
	CONTENT TITLE HERE
	
	new released : month dd, yyyy
	update : 

	Copyright(c)WEATHER NEWS INC. ALL RIGHT RESERVED.
----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
  INITIALIZE
------------------------------------------------------------------------------------- */
body, table, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, blockquote, form, label, dl, dt, dd, ol, ul, li, fieldset, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 14px/110% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	-webkit-text-size-adjust: none;
	background-color:#0519a1;
	color:#FFF;
}
img {
	border: none;
	vertical-align:bottom;
}
input, textarea {
	margin:0;
	padding:0;
}
body>p {
	width: 95%;
	margin: 0 auto;
}
/* -------------------------------------------------------------------------------------
  ANCHORS
------------------------------------------------------------------------------------- */
a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:focus {
	color:#000;
}
a:active {
	color:#000;
}
/* -------------------------------------------------------------------------------------
  CLEARFIX
------------------------------------------------------------------------------------- */
.clearfix {
/zoom:1;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}
/* -------------------------------------------------------------------------------------
  CONTAINERS
------------------------------------------------------------------------------------- */
section {
	padding:10px;
}
.center-aligned {
	text-align: center;
}

.right-aligned {
	text-align: right;
}
.plain-txt { margin:10px auto; }

#head {
	margin:0;
}
.blk_bk {
	background-color: rgba(0, 0, 0, 1);
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #dc0033;
}

.heading {
	padding: 5px;
	margin:0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#d2d2d2),color-stop(.25,#000a68),color-stop(.50,#0014f8),color-stop(.75,#002eff),to(#00e2ff));
background:-webkit-linear-gradient(top,#d2d2d2,#000a68 25%,#0014f8 50%,#002eff 75%,#00e2ff);
background:-moz-linear-gradient(top,#d2d2d2,#000a68 25%,#0014f8 50%,#002eff 75%,#00e2ff);																																			
background:-ms-linear-gradient(top,#d2d2d2,#000a68 25%,#0014f8 50%,#002eff 75%,#00e2ff);
background:-o-linear-gradient(top,#d2d2d2,#000a68 25%,#0014f8 50%,#002eff 75%,#00e2ff);
}

.marginbottom {
	margin:0 0 10px 0;
}

.margintop {
	margin:10px 0 0 0;
}
