@charset "UTF-8";
/* CSS Document */
#sec1 .answer_wrap {
	margin: 0 auto 40px;
	width: 886px;
}
#search.table01{
	table-layout: fixed;
}
#search th {
	width: 19%;
}
#search th img {
	vertical-align: sub;
}
#search.table01 td {
	padding: 15px 25px;
}
.bg_select {
	position: relative;
	z-index: 10;
	width: 180px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.select_box {
	padding: 0 0 0 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 200px;
	display: block;
	height: 38px;
	font-size: 1em;
	text-indent: 0.01px;
  	text-overflow: '';
	cursor: pointer;
	background: none;
	background-image: url(../images/public/arrow_btm.png);
	background-position: 155px center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 15;
	vertical-align: middle;
	line-height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
input[type=text] {
	border: 1px solid #ccc;
	padding: 0 0 0 3px;
	width: 71%;
	height: 38px;
	font-size: 1em;
}
textarea {
	border: 1px solid #ccc;
	padding: 10px 0 0 20px;
}
#sec1 .btn {
	margin: 20px auto;
	text-align: center;
}
#sec1 .btn li {
	position: relative;
	display: inline-block;
	background-color: #FF9900;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	margin: 3px;
	line-height: 38px;
	letter-spacing: 0.1em;
	width: 160px;
	height: 38px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 0 #ccc;
}
#sec1 .btn li a {
	display: block;
	color: #fff;
	width: 100%;
}
#sec1 .btn li:active {
	top: 3px;
	box-shadow: none;
}

#result th {
	text-align: center;
}
#result td {
	text-align: center;
}
#result td.subject {
	text-align: left
}
.num {
	width: 13%;
}
.type{
	width: 10%
}
.subject {
	width: 40%;
}
.status {
	width: 10%;
}
.ground {
	width: 17%;
}
.preFlg {
	width: 10%;
}









/*------------------------------------------------------------------------
**************************************************************************

 トップページ

**************************************************************************
------------------------------------------------------------------------*/
p.button {
    margin: 10px 0;
    padding: 0 5px 20px 5px;
}
p.button a {
	display: block;
	text-align: center;
	background: -moz-linear-gradient(top, rgb(244,244,244) 0%, rgb(212,212,212) 50%, rgb(245,245,245) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(50%,rgb(212,212,212)), color-stop(100%,rgb(245,245,245)));
	background: -webkit-linear-gradient(top, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%);
	background: -o-linear-gradient(top, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%);
	background: -ms-linear-gradient(top, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%);
	background: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%);
	background-repeat: no-repeat;
	border: solid 1px #fff;
	text-decoration: none;
	color: #3D3938;
	width: 70px;
}
p.button a:hover {
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	border: solid 1px #eeeeee;
}
p.button a.fl {margin-right: 5px;}
p.button a.fr {margin-left: 5px;}

.subwin {
	width: 26px;
	height: 30px;
	border: 0;
	background: url(../images/public/icon02.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 5px;
}

/* readonly, disable */
input[type='text'][readonly] {
	background-color: #ddd;
}
/* サブウィンドウ（ツリー表示）*/
div.subwindow {
	position: absolute;
	background: #A7BFE4;
	border: solid 1px #caebef;
	width: 400px;
	z-index: 100;
}

div.subwindow p.title {
	background: #caebef;
	color: #000000;
	padding: 5px 0 5px 15px;
	margin: 0 0 0 0;
	font-weight: bold;
}

div.subwindow p.title a{
	float: right;
	margin-right: 5px;
	line-height: 2;
}

div.subwindow div{
	height: 180px;
	padding-bottom: 8px;
}
#outer {
	display: table;
	float: left;
	border: solid 1px #ccc;
	background-color: #ddd;
	position:relative; /* 絶対配置の基準点 */
	width: 71%;
    height:38px; /* 高さの指定 */
    margin:0 0 0 5px;
}
#outer .section {
	display: table-cell;
    vertical-align: middle;
	position:absolute; /* 絶対配置 */
    top:25%;
    width:100%; /* 大枠と同じ幅に */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 0 3px;
	font-size: 1em;
}
/* ダイアログボタン用 */
.floatLeft { float: left; }

.floatRight { float: right; }

/* a.button { */
/* 	background: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%); */
/* 	background-repeat: no-repeat; */
/* 	border: solid 1px #cecece; */
/* 	text-decoration: none; */
/* 	color: #333333; */
/* 	width: 70px; */
/* 	display: block; */
/* 	text-align: center; */
/* } */
ul.openData li ul {
	margin: 0 0 0 1em;
	padding: 0;
	text-indent: 1em;
}
#sec1 h2 {
	color: #fff;
	line-height:50px;
	font-size: 1.37em;
	font-weight: normal;
	text-shadow: 0 0 1px #7498CF;
}
