@charset "UTF-8";
    *{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }
	body {
		background-color: white;
		font-family: "Arial", "メイリオ","MS Pゴシック",sans-serif;
	}
	h2 {
	color: darkslategray;
	font-size: 24px;
	font-family: "Arial";
	text-align: center;
	}
	p {
	color: gray;
	font-size: 16px;
	}
	form {
	color: gray;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	}
  .appBtnClass {
    width: 110px;
    height: 135px;
    padding:0;
    margin:5 0 0 0;
    background:whitesmoke;
    border:0;
    font-size:16;
    line-height:1;
    overflow:visible;
    cursor:pointer;
  }
  ul, ol {
    padding: 0;
    position: relative;
  }
  ul li, ol li {
    color: #2d8fdd;
    border-left: solid 6px #2d8fdd;/*左側の線*/
    background: lavender;/*背景色*/
    margin-bottom: 10px;/*下のバーとの余白*/
    line-height: 1;
    padding: 1em;
    list-style-type: none!important;/*ポチ消す*/
  } 
/*
  button {
    width:150px;
    width:70%;
    padding:10px;
    line-height:2;
    font-size:16px;
    background: lightgray;
  }
*/
  input[type="text"]{
    font-size:16px;
    width: 150px;
    height: 30px;
  }
  input[type="password"]{
    font-size:16px;
    width: 150px;
    height: 30px;
  }
  input[type="submit"]{
    font-size:16px;
    width: 100px;
    line-height:2;
  }
  input[type="number"]{
    font-size:16px;
    width: 120px;
    height: 23px;
    line-height:1;
	  text-align: center;
  }
/*
  input[type="button"]{
    font-size:16px;
    line-height:3;
  }
*/
  input[type="date"]{
    font-size:16px;
    width: 120px;
    height: 25px;
    line-height:1;
  }
/*
  select {
    font-size:16px;
    width: 158px;
    height: 30px;
	text-align: center;
//    line-height:3;
//    background: #cfcedb;
//    height: 20px;
//    border-radius: 5px;
//    position: relative;
//    z-index: 1;
  }


	table {
	align: left;
	text-align: center;
	font-size:16px;
	border: 1;
	height: 100%;
//	width: 250px;
	cellpadding: 2;
	line-height: 150%; 
	border: 1px #2b2b2b solid;
	}
	th {
//	font-size:20px;
	height: 100%;
	text-align: center;
//	border: 1px #2b2b2b solid;
	}
	td {
	text-align: center;
//	border: 1px #2b2b2b solid;
	}
	tr {
	text-align: center;
//	border: 1px #2b2b2b solid;
	}
*/
/*
  footer{
    width: 100%;
    background-color: #89c7de;
    color: #fff;
//    text-align: center;
    padding: 20px 0;
// 絶対位置
    position: absolute;
// 下に固定
    bottom: 0;
    }
*/
