@charset "utf-8";
/*====================== 　共通　　=========================*/
/*----------------- リンクの基本色を決める ---------------*/
a { color:black}                  /*文字の色          */
a:visited { color:black; }        /*訪問済みの色を指定。*/
a:hover {       /*マウスポイインタを乗せた時の色を決める   */
    color: #ff00ff;
    font-weight: bold;
    text-decoration: none;
}
a:hover img { opacity: 0.7;}     /*イメージを半透明にする*/

/*イメージのした余白を０にする*/
img {
    vertical-align: bottom;
}

html * {
    box-sizing: :border-box;
}
/*
body{
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
}
*/
/*====================header======================*/
/*ヘッダーの幅・色・余白を決める*/
header{
    width: 1100px;
    margin: 0 auto; /*上下を０、左右をauto（中央揃え）*/
    background-color:white; /* ヘッダー部分のバック色*/
    /*
    border: 01px solid #c0c0c0;
    border-radius: 0px;
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,3);*/
}
/* ロゴの状態・余白*/
header h1 {
    float: left;
    margin: 5px 20px 5px;
}

/* 問い合わせボタン*/
header #header_contact {
    float: right;
    margin: 55px 50px 5px 20px; /*上右下左*/
}

/*=====================================main======================================*/
/*パンくずリスト*/
#breadcrumb { 
    font-size: smaller; 　　/*文字を小さくする*/
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
    content: ">";
    padding-left: 7px;
}
#breadcrumb ol li:last-child::after { content: none; } /*最後の＞を消す*/
#breadcrumb ol {                   
    list-style: none;
}

/* button */
.YMDButton
{
    float: left;
    margin-bottom: 10px;
    border: 0;
    line-height: 2.5;
    padding: 0px 15px;
    font-size: 18px; /*  1rem;*/
    text-align: center;
    color: #4444ff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(200, 255, 64, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2),  rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.YMDButton:hover
{
    background-color: rgba(255, 0, 0, 1);
}

.YMDButton:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* Input Date */
#fromdate
{
    margin: 10px 10px 5px 20px;
    float: left;
    font-size: 20px; /*  1rem;*/
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
}

#kara
{
    float: left;
}

#todate
{
    margin: 10px 10px 5px 20px;
    float: left;
    font-size: 20px; /*  1rem;*/
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
}

/* Input Date */
#fromdate2
{
    margin: 10px 10px 5px 20px;
    float: left;
    font-size: 20px; /*  1rem;*/
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
}

#kara2,
#kara3
{
    float: left;
}

#todate2
{
    margin: 10px 10px 5px 20px;
    float: left;
    font-size: 20px; /*  1rem;*/
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
}

#basetemp{
    float: left;
    margin: 10px 10px 5px 0px;
    font-size: 20px; /*  1rem;*/
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;  
    width:50px;
}


/* メイン */
#overview{
    margin: 0 auto;
    width: 1100px;    
    background:#ffffff;    
    /*
    border: 0px solid #c0c0c0;
    border-radius: 0px;
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,3);*/
    padding: 0 0 40px 0;
	overflow: hidden;
}
#wrapper{
    margin: 0 auto;
    width: 1100px;
    background:#ffffff;    
    /*border: 0px solid #c0c0c0;
    border-radius: 0px;
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,3);*/
    padding: 0 0 40px 0;
	overflow: hidden;
}

/* メイン見出し*/
#main h1{
    border:3px #00ff00;
	background-color:#00ff00;
	border-radius: 5px;
    margin: 5px;
}

#mainimg
{
    padding-left: 10px;
}

/* システムの構成
.ActualData{
	overflow: hidden;
}
*/

.chart {
	float: left;
	padding: 10px;
	width: 840px;
	background: #379ad4;
	border-radius: 10px;
}

#Sensorchart
{
	margin-right: 500px;  
}

#main{
    width: 1100px;
    float: left;
}

/*=======================サイドバー=========================*/
#sidebar {
	overflow: hidden;
    width: 150px;
    float: right;
    padding: 0 0 0 0;
}

#side_banner
{
	font-size: 15px;
}

#side_banner ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #98adb7;
    border-radius: 2px;
    background: #e7e7e7;
}

#side_banner li
{
    border-bottom: 1px solid #98adb7;
}

#side_banner li:last-child
{
    border-bottom: none;
}

#side_banner li:hover
{
    background: #c4d2dd;
}

#side_banner a
{
    display: block;
    padding: 5px 3px;
    text-decoration: none;
    color: #406485;
}


#struct p
{
    font-size: 14px;
    padding-top:  1px;
    margin: 0;
}
#SysStruct{
    border:3px #00ff00;
	background-color:#00ff00;
	border-radius: 5px;
    margin: 5px;
}



/*================================フッター==================================*/
footer{
    background-color: #352b23;
    text-align: center;
}
footer small {
    display: black;
    padding: 8px 0;
    color: #fff;
}

.footer-nav  {
    background-color: #efefef;
    padding: 20px;
    border-radius: 0 0 0px 0px;
}

.footer-nav ul {
    outline-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav li{
    display: inline; 
    border-left-style: solid 1px #aaa;
    margin-left: 8px;
    padding-left: 9px;
    font-size: smaller;
}
.footer-nav li:last-child {
    border-right: solid 1px #aaa;
    padding: 0,80h;
}
