@charset "UTF-8";



/* api
------------------------------------------*/

#apiInpTable td{
	padding:1em;
}

.title{
	background-color: #d3d3d3;
    color: black;
    font-size: 20px;
}

.content1{
    float: left;
    font-size: 14px;
    padding-top: 30px;
    width: 47%;
}

.content2{
    float: right;
    font-size: 14px;
    padding-top: 30px;
	width: 47%;
}

.aBtn{
    background-color: #1f5da8;
    color: #ffffff !important;
    padding: 7px 10px;
    border-radius: 5rem;
    text-align: center;
}

.button{
    padding: 7px 10px;
    text-align: center;
	font-size: 1.4em;
}

/** API検索テスト画面用**/
.test_input{
    width: 300px;
    font-size: 14px;
    padding: 2px;
}

.test_result{
	width: 50%;
    min-height: 450px;
}
.test_resultList{
	width: 100%;
	min-height: 450px;
	border: solid 3px #000000;
}

.test_btn{
	margin: 25px 0 0 auto;
    display: block;
}

.result{
	width: 100%;
    height: 450px;
    border: solid 3px #000000;
    overflow-y: scroll;
}

.errlist{
    display: block;
    margin: 20px auto 0 auto;
    border: solid 10px #ee9999;
    padding: 20px;
    color: #ee9999;
}


.apitbl{
	border-collapse:collapse;
	font-size:1.1em;
	line-height:1.5;
	margin:0 0 0 0;
}
.apitbl th{
/*	width: 100px;
*/	border:solid 1px #cccccc;
	background-color:#E1F1C5;
	padding:8px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

.apitbl td{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:6px;
	vertical-align:middle;
}

.separate{
	margin-top: 30px;
	border: solid 2px #000;
}