@charset "utf-8";

/* ---------------------------------------------------------
資料検索システム
--------------------------------------------------------- */
#pubSearchBlock {}

/* 検索ボックス
------------------------------------ */
#pubSearchBlock .selectBlockWrap {
	margin: 1.0em 15px 0px;
	padding: 10px 15px;
	border: solid 2px #2275b8;
}

#pubSearchBlock .selectBlock table {
	margin: 0px;
	width: 100%;
	border: none;
}
#pubSearchBlock .selectBlock th ,
#pubSearchBlock .selectBlock td { border: none; }

#pubSearchBlock .selectBlock th {
	background: none;
	width: 5em; /* en.css */
	vertical-align: top;
	text-align: right;
}

#pubSearchBlock .selectBlock input { padding: 3px; }

#pubSearchBlock .selectBlock #selectKeyword { width: 350px; border: 1px solid #789db9; }

#pubSearchBlock .selectBtn {
	margin: 1.0em -10px 0px 0px;
	text-align: center;
	overflow: hidden;
}
#pubSearchBlock .selectBtn li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#pubSearchBlock .selectBtn li input {
	padding: 5px;
	background: #333333;
	color: #ffffff;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	cursor: pointer;
}
#pubSearchBlock .selectBtn li input:hover { background: #585858; }


#pubSearchBlock .selectBtn li input.selectClear {
	background: #dfdfdf;
	color: #000000;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
#pubSearchBlock .selectBtn li input.selectClear:hover { background: #d7d7d7; }

/* enはinlineListをBlockに変更 */
ul.inlineList {
	margin: 0px -10px 0px 0px;
	overflow: hidden;
}

.inlineList li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
/display: inline;
/zoom: 1;
}


/* リンク
------------------------------------ */
#pubSearchBlock h2 a {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_link.gif) no-repeat 3px 5px;
	min-height: 18px;
}
	* html #pubSearchBlock h2 a { height: 17px; }

.linkMore {}
.linkMore a {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_next.gif) no-repeat 3px 5px;
	min-height: 18px;
}
	* html .linkMore { height: 18px; }

/* 年代別
------------------------------------ */
.archiveList {
	margin: 1.0em -15px 0px 15px;
	overflow: hidden;
}

.archiveList li {
	display: inline-block;
	margin: 0px 15px 0px 0px;
	padding: 0px;
/display: inline;
/zoom: 1;
}

/* ---------------------------------------------------------
ページャー
--------------------------------------------------------- */
.pager { margin: 1.0em 0px 0px; }

.pager p {
	margin: 0px;
	font-size: 85%;
	text-align: right;
}

.pager p em {
	font-style: normal;
	color: #666666;
}

.pager ul {
	margin: 0px 0px 0px -5px;
	text-align: center;
}

.pager li {
	display: inline-block;
	margin: 5px 0px 5px 5px;
	font-size: 85%;
/display: inline;
/zoom: 1;
}

.pager li.prev a,
.pager li.next a {}

.pager li a {
	display: block;
	margin: 1px;
	padding: 2px 8px;
	border: 1px solid #4f86c5;
/display: inline;
/zoom: 1;
}

.pager li em {
	display: block;
	margin: 1px;
	padding: 2px 8px;
	font-style: normal;
	font-weight: bold;
	background: #e6f9ff;
	border: 1px solid #4f86c5;
	cursor: pointer;
/display: inline;
/zoom: 1;
}

.pager li a:link,
.pager li a:visited {
	text-decoration: none;
}

.pager li a:hover,
.pager li a:active ,
.pager li em:hover {
	margin: 0px;
	border: 2px solid #4f86c5;
}

/* 検索結果
------------------------------------ */
.tblResult { margin: 1.0em auto 0px; width: 820px; }
.tblResult thead th     { text-align: left; font-weight: normal; }
.tblResultList thead th { text-align: center; font-weight: bold; }

.tblResult a {
	display: table-cell;
/display: inline;
/zoom: 1;
}
.tblResult span {
	display: table-cell;
	float: right;
	margin-left: 0.5em;
	text-align: right;
/display: inline;
/zoom: 1;
}

/*.tblResult em ,*/
.tblResult .highlight {
	display: inline-block;
	margin: 0px 0.3em;
	padding: 0px 2px;
	background: #FF0;
	font-style: normal;
}

.tblResult .date {
	text-align: right;
}

.tblResult th img {
	float: left;
	margin-right: 6px;
}

/* 詳細画面
------------------------------------ */
.tblDetail { margin: 0px auto; width: 820px; }
.tblDetail th { width: 10%; }





/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
#contactBlock .contactStep {
	margin-top: 1.0em;
	text-align: center;
}

#contactBlock input ,
#contactBlock textarea { padding: 3px; }

#contactBlock .tblContact th ,
#contactBlock .tblContact td { padding: 6px 10px; }

#contactBlock .tblContact {
	margin: 1.0em auto 0px;
	width: 820px;
}

#contactBlock .tblContact th {
	text-align: left;
	width: 25%;
}

#contactBlock .tblContact #name       { width: 350px; }
#contactBlock .tblContact #mail       { width: 450px; }
#contactBlock .tblContact #company    { width: 300px; }
#contactBlock .tblContact #zipcode    { width: 100px; }
#contactBlock .tblContact #address    { width: 550px; }
#contactBlock .tblContact #tel        { width: 150px; }
#contactBlock .tblContact #iquery_ttl { width: 550px; }
#contactBlock .tblContact #comment    { width: 550px; height: 10.5em; }


/* 必須入力
------------------------------------- */
#contactBlock form th em.required {
	float: right;
	display: block;
	margin-top: 1px;
	background: url(../img/icons/ico_required.gif) no-repeat;
	width: 42px;
	height: 19px;
	text-indent: -9999px;
}

/* Formボタン
----------------------------------------- */
.contactBtn {
	margin: 2.0em 0px 0px -27px;
	text-align: center;
}

.contactBtn li {
	display: inline;
	margin: 0px 0px 0px 27px;
	padding: 0px;
}

.contactBtn input:hover {
	filter: Alpha(opacity=70);
	opacity:0.7;
}

/* ---------------------------------------------------------
エラーメッセージ
--------------------------------------------------------- */
/* ---------------------------------------------------------
エラー：msgBlockError
確認  ：msgBlockAlert
--------------------------------------------------------- */
#msgBlockError ,
#msgBlockAlert {
	margin: 1.0em 15px 0px;
	padding: 0px;
}

#msgBlockError ,
#msgBlockAlert { border: 2px solid #c70000; background: #feeeee; }

#msgBlockError .msgTtl ,
#msgBlockAlert .msgTtl {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	text-align: center;

	background: #c70000;
	color: #ffffff;
}

#msgBlockError table ,
#msgBlockAlert table {
	margin: 0px auto;
	width: auto;
	border: none;
}

#msgBlockError table td ,
#msgBlockAlert table td { border: none; }

#msgBlockError p ,
#msgBlockAlert p {
	margin: 0px;
	font-weight: bold;
	color: #c70000;
}


/* お問い合わせ
------------------------------------ */
#contactBlock #msgBlockError li {
	padding-left: 18px;
	background: url(../img/icons/ico_error.gif) no-repeat 0px 5px;
	min-height: 26px;
	list-style: none;
}

#contactBlock #msgBlockError li a {
	font-weight: bold;
	color: #c70000;
}

#contactBlock .errorLine th ,
#contactBlock .errorLine td { background: #feeeee; }

#contactBlock .errorSentence {
	margin: 0px;
	color: #c60000;
	font-weight: bold;
}

/* ---------------------------------------------------------
確認  ：msgBlockConfirm
--------------------------------------------------------- */
#contactBlock #msgBlockConfirm {
	margin: 1.5em 15px 0px;
	border: solid 2px #bfbfbf;
}

#contactBlock #msgBlockConfirm .msgTtl {
	margin: 0px;
	padding: 3px;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
}

#contactBlock #msgBlockConfirm table {
	width: auto;
	margin: 0.2em auto;
}

#contactBlock #msgBlockConfirm td { border: none; }

#contactBlock #msgBlockConfirm p { margin: 0px; }
