html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
    background: rgb(197,204,211) url(../img/stripes.png);
    font-size: small;
    -webkit-text-size-adjust: 100%;
}

input {
    ime-mode: disabled;
    outline: none;
}
textarea {ime-mode: disabled;}
.ime {ime-mode: auto;}

select {
    font-size: small;
    font-weight: normal;
}

input, select {
    vertical-align: middle;
}

a {
    outline:none;
    text-decoration: none;
    color: blue;
}

img {
    border-style: none;
}

hr {
	border-top: 1px solid #b4b4b4;
	margin: 2px 0;
}

input[type="button"] {
	width: auto;
	height: 21px;
	padding: 0 3px;
    margin: 0;
    font-size: small;
    font-weight: normal;
    background-color: #d4d4d4;
    border:1px solid #999;
}
input[type="button"]:hover {
  background-color: #d1d1f1;
}

/* タイトル */
.Title, .Title a {
    background-color: #e8e8e8;
    font-size: medium;
    font-weight: bold;
    color: #0000cc;
    vertical-align: middle;
}
.Title input[type="button"] {
    padding: 0px;
    width:45px;
    height:26px;
}
.sTitle {
    font-size: small;
    font-weight: normal;
    color: Black;
}
.sTitle a {
	color: blue;
	font-weight: normal;
}
.sTitle img {
	vertical-align: middle;
	padding-left: 15px;
}

/* ページング */
.page {
    background-color: #e8e8e8;
    font-size: small;
	text-align: center;
}
.page img {
	margin: 0 5px;
	vertical-align: middle;
	height: 20px;
}

/* Mail Sub Menu */
.sMnu {
    background-color: rgb(197,204,211);
    padding:2px;
    vertical-align: middle;
}
.sMnu input[type="button"] {
    background-color: rgb(197,204,211);
    width:57px;
    height:22px;
}
.sMnu img {
    vertical-align: middle;
}

/* ul */
ul {
    color: black;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font: bold medium Helvetica;
    padding: 0;
    margin: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
ul li {
    color: #666;
    border-top: 1px solid #b4b4b4;
    list-style-type: none;
    padding: 4px;
    white-space: normal;
}

li:first-child {
	border-top: 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-left-radius: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
li:last-child {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/* universal arrows */
ul li.arrow{
	background-image: url(../img/chevron2.png);
    background-position: right center;
    background-repeat: no-repeat;
}
/* universal links on list */
ul li a{
    color: #444;
	white-space: normal;
	overflow: visible;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
}


/* Group Web List */
.old, .New, .Week {
    position: absolute;
    background-color: #ced4da;
    margin: 0;
    padding: 1px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

}
.New a { /* 24H以内 */
    color: red;
}
.Week a {
    /* 1Week以内 */
    color: #0066ff;
}
.old a { /* 1Week以降 */
    color: #666;
}
.list { /* 1段 */
    padding: 6px 0px 0px 55px;
}
.list9 { /* 1段 更新チェックなし or メールリスト */
    padding: 0px;
}
.listF { /* 1段 Form ファイルリスト用 display: blockなし */
    padding-left: 55px;
	height: 25px;
}
.list0 { /* 1/2段 */
    padding-left: 55px;
}
.listD {
    /* 日付 2/2段 */
    font-size: 80%;
    color: #006666;
}
.list1 { /* 日付の右フィールド 2/2段 */
    font-size: 80%;
    color: #666;
}
.list a, .list0 a, .list1 a, .list9 a, .listD a {
    display: block;
	width: 95%;
}
.listM { /* 2and3/3段 メールリスト */
    font-weight: normal;
    font-size: 80%;
}


/* View */
.vhead, .vfile {
    padding: 3px 3px 3px 7px;
  	font-weight: normal;
	font-size: 90%;
	white-space: normal;
    }
.vitem {
    color: forestgreen;
    font-size: 90%;
  	font-weight: 600;
}
.vitem a {color: #0066ff;}
.vbody {
    color: #444;
    font-weight: normal;
	font-size: 90%;
	white-space: normal;
    padding-left:7px;
    }
.vbody a, .vfile a {color:blue;}

#vimg {	padding: 2px;}


/* Input Form */
.fm {
    /*color: #0066ff;*/
    color: forestgreen;
    font-size: 90%;
  	font-weight: 600;
}
.fm ul {
   margin: 0 0 3px 0;
}
.fm span {
		color: #333;
		font-size: normal;
}
ul li input[type="text"], ul li textarea {
   	color: #333;
	background: #fff;
	border: none;
	font: normal medium Helvetica;
	padding: 0;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	-webkit-appearance: textarea;
}
ul li textarea {
    height: 200px;
	padding: 0;
}
ul li input[type="checkbox"], ul li input[type="radio"] {
    margin:0;
}
ul li input[type="button"] {
    -webkit-appearance: none;
}
.setBottom input[type="button"] {
	margin-right: 10px;
}

/* 検索 */
#searchTag {
	color: #444;
	font-size: small;
}
#searchTag input[type="text"] {
    border: 1px solid #b4b4b4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#searchTag div {
	padding: 2px;
}
#sday, #eday {width: 90px;}
#kenmei, #kokyaku {width: 202px;}


/* 選択 List */
.SelList {
    margin-left: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    font-weight: normal;
}
.SelHead {
    background-color: #ccc;
}
.evnRow {
    background-color: #e8e8e8;
}
.selRadio {
    white-space: nowrap;
}


/* Header */
#header {
#	margin: -12px 0 5px 0;
	margin: 0px 0 5px 0;
	text-align: center;
    color: #006666;
    font-size: medium;
    font-weight: bold;
}
#header #logo {
	vertical-align: text-bottom;
    height: 19px;
    width: 19px;
}

/* PC Menu */
#pcMenu {
	text-align: center;
}
#pcMenu div {
	display: inline-block;
	padding:  0 4px;
}

/* Mobile Menu */
#mnuIcon {
	margin : 4px 4px 0 0;
	float: right;
}
#mobMenu {
	text-align: center;
	background-color: #eee;
}
#mobMenu div {
	padding:  4px 0;
	border-bottom: 1px solid #b4b4b4;
}
#mobMenu div:last-child { border-bottom:none; }


/* Footer */
#footer {
	margin-top: 5px;
}


/* Error */
.err{
	padding-left: 5px;
	color: red;
}


/* admin 設定 */
#adminMnu {
	text-align: center;
	margin: 3px 0;
}
#adminMnu a{
	padding: 0 8px;
}
#setList {width: 100%}
.tdsyori {
	text-align: center;
	width: 78px;
}
.tdin {
	padding: 3px;
	border: 1px solid #b4b4b4;
	border-collapse: separate;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
