@charset "utf-8";
@import "../common/css/0-import.css";

.banner {
	margin-bottom: 4px;
}

#sideBar {
	margin-top: 2px;
}

#sideBar h3 {
	margin-top: 0;
}

#conts {
	padding-top: 0;
	width: 414px;
}

#conts ul.subNavi li {
	float: left;
}

#conts .box01 {
	margin: 0 6px 4px 0;
	background: url(../img/index/box_back01.gif) repeat-y left top;
	clear: both;
}

#conts .box01 dl {
	padding-top: 5px;
	color: #666;
	line-height: 1.5;
}

#conts .box01 dl dt {
	padding-left: 24px;
	float: left;
}

#conts .box01 dl dd {
	padding: 0 0 6px 100px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
	_text-indent: -3px;
}

#conts .box01 dl dd a {
	color: #0000FF;
	text-decoration: underline;
}

#conts .box01 dl dd a:hover {
	text-decoration: underline;
}

#conts .box01 dl dd.none {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#conts .telBox {
	margin-left: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts .box01 dl dd {
		padding: 0 0 6px 102px;
	}

}
