@charset "UTF-8";

/* reset
-------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var,th{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
/*sup {vertical-align:text-top;}*/
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* base
-------------------------------------------------------------------------------- */

html {
	overflow: auto;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

object,embed {
	z-index:0;
}

label {
	cursor:pointer;
}

a {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both;
}

/* font-control
-------------------------------------------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	font-size: 100%;
}

body {
	font: 12px/1.5 Arial,Helvetica,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",sans-serif;  
    *font-size: small;
    *font: x-small;
	line-height: 1.3;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



.sun {
	color: #c70010;
}

.sat {
	color: #3399FF;
}

.max {
	color: #d8295b;
}

.min {
	color: #008fff;
}

.warning {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #c70010;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
}

.caution {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fe951a;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
}

.tokubetu {
	margin: 0 1px;
	padding: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #cc00ff;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
}

.highlight {
	color: #FF0000!important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.disnon {
	display: none!important;
}

.nowrap {
	white-space: nowrap!important;
}

.center {
	text-align: center!important;
}

.marT1 {
	margin-top: 1em!important;
}

.marB1 {
	margin-bottom: 1em!important;
}

.bold {
	font-weight: bold!important;
}

.nomar {
	margin: 0!important;
}

/* .pkg class wraps enclosing block element around inner floated elements 
-------------------------------------------------------------------------------- */

/* for modern browser */
.pkg {
  /* overflow: hidden;*//* For Dreamweaver */
}

.pkg:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
}

/* Hides from IE-mac \*/
* html .pkg {
	height: 1em;
	overflow: visible;
}
/* End hide from IE-mac */

/* */
