@charset "Shift_JIS";
/*#############################################################
	contact_native.css

	contact.htmlで独自に使用される指定

#############################################################
note:

#############################################################*/

#general {
	position:relative !important;
}

.inbox {
	border:1px solid gray;
}

.ancherlink-visible,
.related-anc{
	width:98%;
	margin:0 !important;
	margin-left:auto;margin-right:auto;
	margin-top:10px;
}

.ancherlink-visible dd,
.related-anc dd{
	padding-left:0 !important;
}

.ancherlink-visible dd ol li{
	display:inline;
/*	float:left;*/
	padding-left:10px;padding-right:10px;
/*	width:6em;*/
	border-left:3px solid #933;
	list-style:none;
}

.ancherlink-visible dd ol li,
.related-anc dd ul li{
	display:inline;
}

.section-lv2 {
/*	clear:left;*/
	width:100%;/*対IE：幅明示必須*/
	border:1px solid white;/*対IE*/
/*	margin-top:15px;*/
	margin-bottom:15px;
}

.multicolumn-sub .section-lv2{
	width:auto;
}

h2,h3 {
	padding-left:10px;
}

h2 {
	border-bottom:2px solid black;
	background:white url(../../../module/css/2007/cssimg/theme_h2_bg.gif) repeat-x left top;
}

.section-lv3 {
	border:1px solid white;
	margin-bottom:10px;
	background:#fff url(../../../module/css/2007/cssimg/gray_bg2.jpg) repeat-x center top;
}

.multicolumn-sub .section-lv3{
	background:none;
}

ul.worklist {}

ul.worklist li{
	padding-left:5px;
}

dl.contact {
	border:1px solid gray;
	background-color:white;
}

dl.contact {
	width:95%;
	margin-left:auto;margin-right:auto;
	border:1px solid gray;
	background-color:white;
}

dl.contact dt{
	font-weight:bold;
	padding-left:5px !important;
/*	border:1px solid blue;*/
	border-bottom:1px solid gray;
}

dl.contact dd{
	padding-left:0 !important;
/*	border:1px solid yellow;*/
}


* html dl.contact dd{
	width:95%;
}

dl.contact dd ul{}

dl.contact dd ul li{
	position:relative;
	width:95%;
	border-bottom:1px dashed gray;
	list-style-image:none !important;
	list-style:none;
}

.num {
	position:absolute;
	right:0;
}

.gohead {
	text-align:right;
	width:100%;
}

table {
	width:95%;
}
