@charset "utf-8";
/* CSS Document */


/* blank */
.flatT {
	margin-top: 0!important;
}

/* 汎用要素 */
.InlineBlock {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* カラム幅 */
.columnDire2by3 {
	width: 385px;
}


.columnDire1by3 {
	width: 276px;
}


div.targetList h4, div.targetList ul {
	float: left;
	margin-top: 0!important;
	margin-bottom: 0!important;
}


div.targetList h4, p#areaSelectTxt {
	padding-top: 0.2em;
}

div#directoryGroup h4 {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

/* add 2012/12/14 */
div#directoryGroup p {
	margin-top: 0;
}





div.targetList ul {
	/*background: #F00;*/
	margin-bottom: 0;
	/*padding-bottom: 5px;*/
	margin-left: 5px!important;
}


div.targetList li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 5px 0 0!important;
}



div.targetList li {
	list-style: none;
	line-height: 1;
	margin-right: 5px;
}

div.targetList li input {
	vertical-align: -0.1em;
	margin-right: 2px;	
}


div.targetList li label {
	vertical-align: middle;
}




.radioElement {
		width: 24px;
		height: 24px;
		background: url(/hp/common_image/directory/radio_btn.jpg) no-repeat left top;
		display: inline-block;
		vertical-align: middle;
		*display: inline;
		*zoom: 1;
}


/* 汎用要素 */
.flatB {
	margin-bottom: 0!important;
}


.imgH3 {
	margin: 0!important;
	line-height: 0!important;
}

.imgH3 img {
	vertical-align: bottom;
}






#selectArea p {
	margin-bottom: 0!important;
}




#directoryTtl {
	margin-bottom: 11px!important;
}

div#mapArea {
	padding: 15px 5px;
}



div#mapArea, div.keyWordArea {
	
	border: #999 1px solid;
	border-top: none;
}



div.keyWordArea .sectionUnit {
	margin-bottom: 15px;
}


div.keyWordArea {
	padding: 15px 8px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	margin-bottom: 10px;
}

div.keyWordArea input {
	padding: 3px 2px;
	*padding: 1px 2px;
	border: 1px solid #999999;
	line-height: 1.2;
}

/* 2012/12/11 add */
/*****************/
.keyWordArea p {
	border: solid #999 1px;	
}

.keyWordArea p input {
	width: 252px;
	border: none;
}

/*****************/


div.keyWordArea select {
	padding: 2px 2px;
	border: 1px solid #999999;
}

div.sectionUnit dl.keyWordSearchList:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


div.sectionUnit dl.keyWordSearchList {
	min-height: 1px;
}


* html div.sectionUnit dl.keyWordSearchList {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#contents dl.keyWordSearchList {
	margin-bottom: 8px;
	/*background: #9F0;*/
	text-align: left;
}


dl.keyWordSearchList dt {
	/*float: left;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 191px;
	margin-top: 0!important;
	/*background: #0F6;*/
}

dl.keyWordSearchList dt input {
	width: 185px;

}




dl.keyWordSearchList dt select {
	width: 191px;
	/*padding: 2px 0 2px 2px;*/
}






dl.keyWordSearchList dt select option {
	width: 191px;
	/*padding: 2px;*/
}



dl.keyWordSearchList dd {
	/*float: right;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0!important;
	vertical-align: middle;
	/*background: #F00;*/
	padding-left: 2px!important;
}

* html dl.keyWordSearchList dd {
	padding-left: 5px!important;
}



*:first-child+html dl.keyWordSearchList dd {
	padding-left: 6px!important;
}


/*dl.keyWordSearchList dd a {
	display: inline-block!important;
	vertical-align: bottom;
}*/



p#pdfArea {
	background: #F1F1F1!important;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}


div#mapArea {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}


div#mapArea p {
	margin-bottom: 0!important;
}


div#mapArea p img {
	vertical-align: bottom;
}


div#mapArea area {
	border: none;
	outline: none;
}



div#resultArea h3 {
	color: #171C61;
	font-size: 12px;
	background: #F6F6F6;
    border-top: 2px solid #142E8D;
	/*margin-bottom: 9px;*/
	/*margin-bottom: 1.75em;*/
    margin-top: 15px;
    padding: 3px 12px;
}



table.resultTable {
	border-collapse: collapse;
	/*border: #CCC solid 1px;*/
	border-spacing: 0;
}

table.resultTable th, table.resultTable td {
	border-bottom: solid #CCC 1px;
}


table.resultTable a {
	display: block;
	text-decoration: none;	
	_zoom: 1;
}


table.resultTable span {
	display: block;
	/*padding: 8px 5px 5px;*/
	padding: 5px 5px 2px;
	text-align: left;
}


table.resultTable th {
	/*background: #F0F0F0;*/
	border-bottom: solid #666 2px;
}


table.resultDetailTable td {
	border-bottom: dotted #CCCCCC 1px!important;
}



img.imgFlag {
	vertical-align: -1px;
	margin-right: 5px;
}



table.resultTableVer2 span {
	/*padding: 7px 12px 4px;*/
	padding: 3px 12px 2px;
}


table.resultTableVer2 img.imgFlagB {
	vertical-align: middle;
}



h4.ttlH4 {
	background: #F0F0F0;
	padding: 5px;
	margin-bottom: 13px!important;
}

strong.verRegi1 {
	color: #020B7A;
}


span.resultNum {
	margin-left: 6em!important;	
}


.nowrapCell {
	white-space: nowrap;
}



#directoryGroup {
	padding-top: 0;
}


.relevanceElem:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


.relevanceElem {
	min-height: 1px;
}

* html .relevanceElem {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.relevanceElem {
	padding: 0 5px 5px;
	border-bottom: dotted #CCCCCC 2px;
	/*margin-bottom: 2em;*/
	margin-bottom: 10px;
}


/*.relevanceElemVer2 {
	border: none!important;
	padding-bottom: 0!important;
}*/


.borderNone {
	border: none!important;
}



span.blockElement {
	display: block;
}

.officeExplanation {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

.relevanceElem span.fontReBo {
	color: #c62525!important;
}

	
ul.utirityList {
	margin: 0!important;
	padding: 0!important;
	text-align: right;
	/*background: #F00;*/
}

ul.utirityList li {
	list-style: none;
	/*display: inline-block;*/
	display: inline;
	/**zoom: 1;*/	
	padding: 0;
	margin-bottom: 0!important;
	/*background: #0FF;*/
}

ul.utirityList li a {
	text-indent: -9999px;
	text-align: left;
	vertical-align: bottom;
	/**zoom: 1;
	*display: inline;*/
}

ul.office {
	display:block;
	list-style:none;
	margin: 0 0 0 0!important;
	padding: 0!important;
}
ul.office li{
	margin: 0 0 0 0!important;
	padding 0!important;
}
ul.office li.col1{
	display: block;
}
ul.office li.col2{
	float:left;
	width: 8%;
}
ul.office li.col3{
	float:left;
	width: 32%;
}
ul.office li.col4{
	float:left;
	width: 60%;
}


/* part */

.resultPart {
	margin-bottom: 10px;
}


.resultPart h4 {
	background: url(/hp/css/images/bg/detail_ttl2.gif) top repeat-x;
	padding: 7px 12px 4px;
	border-bottom: 2px solid #142E8D;
	border-top: #CCC 1px solid;
	color: #142E8D;
}


.resultPart h4 img.imgFlag {
	vertical-align: -3px;
}


.resultPart h5 {
	border-bottom: solid 1px #666666;
	/*padding-left: 12px!important;*/
	padding: 7px 12px 4px;
	font-size: 12px!important;
	color: #333!important;
}



/* add 2012/12/21 */

.resultTable tr a:link, .resultTable tr a:visited {
	color: #333;
}


.registerBorderLine1 {
	/*padding-bottom: 5px;*/
	border-bottom: dotted 1px #CCCCCC;
}

/*.registerBorderLine2 {
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
}*/

.registerColumn1 {
	width: 38%;
	float: left;
	/*background: #F00;*/
	padding: 0!important;
}
.registerColumn2 {
	width: 55%;
	float: left;
	padding: 0!important;
}
.registerColumn3 {
	width: 22%;
	float: left;
	padding: 0!important;
}
.registerColumn4 {
	width: 27%;
	float: left;
	padding: 0!important;
}
.registerColumn5 {
	width: 73%;
	float: left;
	padding: 0!important;
}



.resultTable span.clearfix {
	padding: 0;
}


.registerBlockStyle1 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.registerBlockStyle2 {
	padding-bottom: 5px!important;
}
.registerBlockStyle3 {
	margin: 0!important;
	padding: 0!important;
}


ul#pager {
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: center;
}


ul.pagerBottom {
	margin-top: 1.75em!important;
	margin-bottom: 0!important;
}


ul#pager li {
	display: inline;
	list-style: none;
	margin: 0;
}


ul#pager li {
	display: inline;
}


ul#pager li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0.25em 0;
	text-decoration: none;	
}





ul#pager li.pagerNum a {
	padding: 0.25em 0.5em;
}

ul#pager li a:link, ul#pager li a:visited {
	color: #004ecf;
}


ul#pager li a:hover {
	background: #e0ecff;
	text-decoration: none;
}

ul#pager li a.current {
	background: #e0ecff;
	font-weight: bold;
	color: #333;
}


