@charset "utf-8";

/*
-----------------------------------------------------

CHINTAI MAP CUSTOM CSS

FileName: map_custom.css

Version: 2008/11/19

CSS for:	all

-----------------------------------------------------
*/

.toBeginIcon {
	margin-right: 50px;
}

/* --- topicPath --- */
/* --- 現在のエリア名 --- */
.topic_now_area {
	margin-right: 50px;
	color: #CC0000;
	font-size: 100%;
	white-space: nowrap;
	font-weight: bold;
}
p.btnLeft {
	padding: 4px;
	display: inline;
	float: left;
	width: 70px;
	text-align: left;
}

p.btnRight {
	padding: 4px;
	display: inline;
	/*float: right;*/
	width: 70px;
	text-align: right;
	margin-left:300px;
}

/* 2008.08.26 ガクチン用に追加*/
p.btnRightG {
	padding: 4px;
  display: inline;
	/*float: right;*/
	width: 70px;
	text-align: right;
	margin-left:150px;
}

/* 2008.02.26:デザインリニューアル */
p.btnRightNew {
	padding: 0px;
	display: inline;
	float: right;
	width: 70px;
	text-align: right;
}

/* 2008.12.01 検索条件の広げるボタンの位置調整 */
.btm10 {
	padding-right:6px;
}

/* css hover時のテキスト非表示 */
span.htxt {
	color:#FFFFFF;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	display:none;
}
* html span.htxt { /*\*/ display:block /* */ } /* IE hack */

/* clearfix */
#header:after,
.listArticleB:after,
.listArticleC:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html #header,
* html .listArticleB,
* html .listArticleC {
/*\*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}

/* clear */
.clear {
	clear: both;
}

/* ------------------------------------------------------- */
.mapmain {
	margin: 0;
	padding: 0;
	width: 950px;

	line-height: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
}

.mapmain form {
	margin: 0px;
}

.mapmain img {
	border: none;
}

.mapmain a:link {
	color: #0000FF;
	text-decoration: none;
}

.mapmain a:visited {
	color: #0000FF;
	text-decoration: none;
}

.mapmain a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.mapmain a:active {
	color: #FF6600;
	text-decoration: none;
}

.mapmain ul {
	list-style: none;
}
/* ------------------------------------------------------- */

.mapSide {
	margin-bottom: 10px;
}

/* --- 注意文 --- */
.attention {
	color: #CC0000;
}

/* ---
=================================上書き=================================
--- */
/* --------------- common.css --------------- */
.conbody {
	clear:both;
	width:954px;
	margin:0px auto;
	background-color:#ffffff;
}
.conbody2 {
	/*background-color:#FF0000;*/
}
.wrapper {
	/*background-color: #0000ff;*/
}

.kensuList{
	color: #333333;
	float: none;
	font-size: 100%;
	line-height: 100%;
	margin: 0;
}

.footer{
	clear: both;
}

.footer dl.group dt{
	/* 微調整が必要 */
	width: 106px;
}

.footer dl.search {
	overflow: hidden;
	padding: 10px 15px ;
}

.footer dl.group dd {
	float: none;
}

/* タイトル帯 ----------------- */
.conbody h3.h3Ttl {
	width: 925px;
	height: 17px;
	margin-top: 10px;
	background: url(../images/common2/images/frame/bg_h3_01.gif) left bottom no-repeat;
}

.conbody div.contentTtlStep {
	margin-bottom: 5px;
	background: url(../images/common2/images/frame/bg_h2_01.gif) left center no-repeat;
}


/* --------------- search.css --------------- */
.paging {
	float: none;
}
.paging span {
	border: none;
}
div.ipTbList {
	padding: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 930px;
}

/* --- jokenChoice2 --- */
table.jokenChoice2 {
	width: 925px;
	clear: both;
	border-collapse: collapse;
  border: 1px solid #1B4BBA;
}

table.jokenChoice2 th.ipTb1 {
	width: 180px;
	background: #A3C5E7;
	padding:8px;
	font-size:90%;
}

table.jokenChoice2 th.ipTb3 {
	width: 180px;
	background: #DFEBF7;
	padding:8px;
	font-size:90%;
}

table.jokenChoice2 th.ipTb4 {
	width: 180px;
	background: #FCF7C0;
	padding:8px;
	font-size:90%;
}

table.jokenChoice2 td.ipTb2 {
	width: 795px;
	background: #FFFFFF;
	/*padding:4px;*/
	font-size:90%;
}
table.jokenChoice2 td.line06 {
	height:1px;
	background: url(../images/search/line_sch01.gif) center repeat-x;
}

table.jokenChoice2 td.ipTb2 span {
	width: 98%;
}

/* --- jokenExtra --- */

div.jokenExtra table.jokenChoice2 {
	border-top: none;
}

div.jokenExtra table.jokenChoice2 th {
}

div.jokenExtra table.jokenChoice2 th.ipTb1 {
	width: 180px;
	background: #A3C5E7;
	text-align: left;
	padding:8px;
	font-size:90%;
}
div.jokenExtra table.jokenChoice2 th.ipTb3 {
	width: 180px;
	background: #DFEBF7;
	text-align: left;
	padding:8px;
	font-size:90%;
}
div.jokenExtra table.jokenChoice2 th.ipTb4 {
	width: 180px;
	background: #FCF7C0;
	text-align: left;
	padding:8px;
	font-size:90%;
}
div.jokenExtra table.jokenChoice2 td.ipTb2 {
	width: 795px;
	background: #FFFFFF;
	text-align: left;
	/*padding:4px;*/
	font-size:90%;
}
div.jokenExtra table.jokenChoice2 td.line06 {
	height:1px;
	background: url(../images/search/line_sch01.gif) center repeat-x;
}
div.jokenExtra table.jokenChoice2 td.ipTb2 span {
	white-space: nowrap;
	width: 22%;
}
table.jokenChoice2 td.ipTb2 span {
	white-space: nowrap;
	width: 22%;
}
table.jokenChoice2 th, table.jokenChoice td {
	vertical-align: middle;
}
/*
table.jokenChoice2 th {
	color: #1B4AB9;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
*/
table.jokenChoice2 td label {
	/*padding: 0 3px;*/
}
table.jokenChoice2 td span {
	display: block;
	float: left;
	white-space:nowrap;
}

/*------------------------------------------------------*/
.wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .wrapper {
    height: 1em;
}

.wrapper {
    display: block;
}
/**/
