@charset "UTF-8";

.webbin h2 {
	margin-top:.8rem;
    font-size: 2.3em;
    color: #545467;
    padding: 0 0 0.4em 0;
    background: url(/webImg/html/common/img/bg_title01.png) repeat-x 0 bottom;
}

.webbin .sub{
	font-size: .9rem;
	margin-top: .8rem;
}

.webbin .his{
    color: #cc0000;
    font-size: 85.7%;
}

.webbin .red{
	color:red;
}

.webbin .ex{
	display:block;
	margin: .5rem 0rem;
	color: #999999;
	font-size:.75rem;
	line-height:1.5;
}

.webbin .gray{
	color: #999999;
}

.webbin table{
	margin-top:2rem;
	display:block;
	width:100%;
	font-size:.9rem;
}

.webbin th{
	padding:.8rem;
	width:22%;
	border: solid 1px #cdcdcd;
	border-collapse: collapse;
}

.webbin td.hasImg {
	padding:.5rem;
	text-align:center;
	width:13%;
	border-left: hidden;
}

.webbin td.hasImg img{
	padding:.5rem;
	width:6rem;
}

.webbin td{
	padding:1rem;
	text-align:left;
	width:65%;
	border: solid 1px #cdcdcd;
	border-collapse: collapse;
}

.webbin .formlist01 li{
	display:inline-block;
	margin-right:1rem;
}

.webbin input[type="text"]{
	margin-left:.5rem;
	margin-right:.3rem;
	width:5rem;
}

.webbin p.button{
	margin-top:2rem;
	text-align:center;
}

.webbin .submitButton {
    width: 200px;
    height: 40px;
    background-color: #1f5da8;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.webbin .errlist {
	font-size: .9rem;
	margin-top:1rem;
    display: block;
    margin: 20px auto 0 auto;
    border: solid 10px #ee9999;
    padding: 20px;
    color: #ee9999;
    width: 300px;
}

.webbin .attbox {
    font-size: 14px;
    margin-top: 20px;
    border: solid 1px #cccccc;
    padding: 15px 0px;
    overflow-wrap: break-word;
}

.webbin .note{
	margin-top: .5rem;
	font-size:.9rem;
}

.attbox ul li{
	margin-left: 1rem;
}

#pkg th{
	background: #efeff7;
}

#pkg td.hasImg{
	background: #efeff7;
}

#pkg .miniTbl{
	display:block;
	font-size:.9rem;
}

#pkg .miniTbl th{
	background-color:#ffffff;
	padding:0rem;
	width:12.5rem;
	border: hidden;
}

#pkg .miniTbl td{
	padding:0rem;
	width:15rem;
	border: hidden;
}

#pkg .miniTbl li{
	display:inline-block;
	margin-left:.5rem;
}

#brd th{
	background: #e6fae6;
}

#brd td.hasImg{
	background: #e6fae6;
}

#brd .miniTbl{
	display:block;
	font-size:.9rem;
}

#brd .miniTbl th{
	background-color:#ffffff;
	padding:0rem;
	width:4rem;
	border: hidden;
}

#brd .miniTbl td{
	padding:0rem;
	width:7rem;
	border: hidden;
}

#brd .miniTbl li{
	display:inline-block;
	margin-left:.5rem;
}

#hrns th{
	background: #ffe699;
}

#hrns td.hasImg{
	background: #ffe699;
}

#hrns button.harnessBtn{
	margin:.5rem 0rem;
}

#hrns input[type="text"].readOnly{
	font-size:1.2rem;
	width:10rem;
}
#hrns input[type="text"].readOnly:focus{
	outline: 0;
    box-shadow: none;
    border: none;
}


.gotohrnsfoam {
	text-align: center;
}

.gotohrnsfoam a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 1rem;
    background-color: #f7931e;
    margin: 2rem auto;
    width: 20rem;
    font-size: 1.5rem;
}

#date20200114 div {
    border: solid 1px #000;
    padding: 1rem;
    margin: .5rem;
    width: 30rem;
}