/* CSS Document */

@import url("default.css");

#RequestInfo { margin-top: 0; }

/*--------------------------------------------------------------------
                              SITE MAP
--------------------------------------------------------------------*/
#Map .TwoColumn ul {
	margin-left: 2em;
	list-style: none;
}

#Map .TwoColumn ul li {
	layout-grid-line: 1.6em;
}

#Map .TwoColumn ul ul {
	margin-top: 0;
	margin-left: 1em;
}

#Map .TwoColumn ul li {
	position: relative;
	padding-left: 3px;
}

#Map .TwoColumn ul li span {
	position: absolute;
	top: 0;
	*top: -0.25em; /* IE7以下 */
	left: -1em;
	
}


/*--------------------------------------------------------------------
                              MOBILE
--------------------------------------------------------------------*/
.Section { background:  url(../images/shadow_box_bg.gif) repeat-y; margin: 20px 0 0 0; }
.Section .btm { background: url(../images/shadow_box_bg_btm.gif) no-repeat left bottom; }
.Section .top { background: url(../images/shadow_box_bg_top.gif) no-repeat left top; padding: 6px 5px; zoom: 1; }

.Section .InnerBox {
	background: url(../../mobile_pc/images/box_bg_color.gif) no-repeat center bottom #FFF;
	padding: 14px 14px 10px 14px;
	overflow: hidden;
	zoom: 1;
}

.Section h4 {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #1088d6;
}

.Section h4 img { margin-right: 10px; vertical-align: -0.5em; }
.Section p { margin: 10px 0 0 35px; }

#mForm { margin: 10px 0 0 35px; }
.mail { height: 17px; }
.btn { vertical-align: top; }