@charset "utf-8";
.btInput {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btInput input {
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#companyTable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
/*
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}*/
    .formTable input{
        padding:5px;
    }

    section ul.layout{
        padding:5px;
        margin:0px;
    }
    section h3 {
        margin-bottom:5px;
        padding-botom: 5px;
    }
    input.long{
        width: 70%;
    }
    #btnBox{
        padding:20px;
    }
    
    .btn-flat-blue {
	margin-bottom: 20px;
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-shadow: 0px 0px 3px #0B9DDD !important;
	color: #FFF !important;
	background: none repeat scroll 0% 0% #0B9DDD !important;
	border-radius: 3px !important;
	border: 1px solid #0B9DDD !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px #FFF inset;
        width:50%;
}
    .btn-flat-blue:active{
        margin-top:5px;
        margin-left: 5px;
    }
    .btn-flat-blue:hover{
    background-color: #1571AC!important;
    }
    .look {
        color:red;
    }
    select {
	/*background-color: #E9FDFD;*/
	padding : 2px;
    }
    .textLine{
        line-height: 160%;
    }


#doc01 {
	background-color:#F5F5EE;
	border: thin solid #CFCFCF;
	padding: 10px;
	margin-bottom: 20px;
}
#doc01 h2.title{
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-top: 5px;
}
#doc01 h2 .material-icons-outlined {
    font-size: 24px;
    vertical-align: middle;
    color: #D49100;
	margin-right: 10px;
}
#pMark li{
	display:inline;
}

/*表組*/
dl.dataTable,
.dataTable dt,
.dataTable dd {
  box-sizing: border-box;
}
dl.dataTable {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.dataTable dt,
.dataTable dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.dataTable dt {
  width: 20%; /*size*/
  float: left;
}
.dataTable dd {
  background: #fff;
  margin-left: 20%; /*size*/
  padding-bottom: 10px;
	margin-bottom: 0px;
  border-left: 1px solid #ccc;
}
.dataTable dd:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 600px) { /*responsive size*/
.dataTable dt,
.dataTable dd {
  width:100%;
	float:none;
	margin-left: 0px;
	padding: 10px;
}
.dataTable dd{border-left: none;padding-bottom:20px;}
}
