@charset "UTF-8";
body{
width:100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:100%;
font-feature-settings : "palt";
color:#000;
margin:0;
padding:0;
}

a:link, a:visited { color: DarkSlateBlue; background-color: transparent; }
a:visited         { color: DarkSlateBlue }
a:active          { color: Red }
a:hover           { color: #b900cf }
a:link, a:visited, a:active, a:hover{ cursor:hand;text-decoration : none }
p { margin: 0.5em 1em 0.2em 1em; }
dl, ul, ol { padding: 0.5em 2.5em 0.5em 2.5em; border-style: none; margin:0; }
dt { font-weight:bold; }
hr { border-style: none; height: 2px; color: #cc9933; background-color: transparent; }
ul { list-style-type:square; }
li{ list-style-type: square; color: tan; }
img{ border-width: 0px; }
img.img{ border-width: 0px;cursor:hand; }
img.img_selected{ border-width: 0px; }
div.img{cursor:hand;}
div.img_selected{cursor:hand;}

/*
table{
		border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
	border-collapse: collapse;
	margin: 1rem auto;
	
}
th{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color:  White;
	background-color: #0069b4;
	padding: 1px 3px 1px 3px;
}
td{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 5px;
}
*/
table.List{
	width: 100%;
    border: 2px solid #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
tr.List{
	border-width: 0px;
	border-style: None;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
tr.List_Color{
	border-width: 0px;
	border-style: None;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #E5FAFF;
}
th.List{
 border: 1px solid #999;
	color:  black;
	text-align:center;
	background-color: #CFCFCF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  line-height: 23px; 
  overflow: hidden;
  font-weight : normal;
}
td.List{
	 border: 1px solid #999;
	text-align:left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Right{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Left{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Run{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	text-align:center;
	background-color: #95C1E1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Err{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	text-align:center;
	background-color: #FF3D48;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Stop{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	height:25px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}
td.List_Check{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	text-align:center;
	
	background-color: yellow;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	line-height: 24px;
	overflow: hidden;
	empty-cells:show; 
	white-space: nowrap; 
}

.logo{
	margin:0 10px;
}
.logotext{
	color:#fff;
}

#container{
	border-style:none;
	width:400px;
	margin: 0 auto;
}

#head{
	background-color:#4270D0;
	padding:5px 0;
		text-align: center;
}
#title{
	margin-top: 8px !important;
	margin-left:auto;
	margin-right:auto;
	   -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding:5px;
	width:400px;
	font-weight:bold;
	border-color:#4270D0;
	border-width:3px;
	border-style:solid;
	background-color:#eaf1ff;
		text-align: center;
}

.coi_copyright{
	border-top:3px solid #4270D0;
	padding-top:3px;
	font-size: .8rem;
	text-align: center;
}

input[type="button"]{
display: block;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: #d1ebfb;
border: 1px solid #999;
font-size: 1.1em;
letter-spacing: 0.2em;
border-radius: 4px;
text-align: center;
cursor: pointer;
margin: 1rem auto 0;
padding:0.3em 2em;
}

@media only screen and (max-width: 736px) {/*スマホ*/

#container{
	width:98%;
}

#title{
	width:100%;
}

table{
	width: 100%;
	}
}

@media only screen and  (min-width: 737px) and (max-width: 1024px) {
	
	}

