@charset "UTF-8";
.cont_tit {
	margin-bottom: 50px;
	text-align: center;
}
.cont_tit img {
}
#menuWrp{
	padding: 8px 0 0 0;
	text-align: left;
	margin-bottom: 60px;
}
#menuWrp .floatWrp .left{
	float:left;
}
#menuWrp .floatWrp .right{
	float:right;
}
#menuWrp .lead{
	clear: both;
	color: #666;
	margin-top: 20px;
	margin-bottom: 10px;
}


#menuWrp .floatWrp{
	width: 944px;
	margin: 0 auto 14px;
}

#menuWrp .floatWrp .left{
	width:464px;
	float:left;
}

#menuWrp .floatWrp .right{
	width:464px;
	float:right;
}

#menuWrp .floatWrp .tit{
	margin: 20px 0 6px;
	padding: 0 0 20px 0;
	clear: both;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/menu/bg_linedot.gif);
}

#menuWrp .floatWrp .subtit{
	margin:20px 0 6px;
	padding:0 0 20px 8px;
	color:#999999;
	clear:both;
	border-bottom:1px solid #E9E9E9;
}

#menuWrp .floatWrp .tit span{
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(../images/menu/bg_bar.gif);
}

#menuWrp .floatWrp dl{
	width: 464px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/menu/bg_linedot.gif);
}

#menuWrp .floatWrp dl dt{
	color: #666;
	width: 300px;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 8px;
	height: auto;
	float: left;
	padding-top: 0px;
}

#menuWrp .floatWrp dl dd{
	text-align: right;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 300px;
}

@media screen and (max-width:768px){
main .inner1000 {
	width: 100%;
}
#menuWrp {
}
#menuWrp .cont_tit {
	margin-bottom: 30px;
}
#menuWrp .cont_tit img {
	width: 47%;
	height: auto;
	min-width: 140px;
	max-width: 258px;
}
#menuWrp .floatWrp {
	width: 90%;
}
#menuWrp .floatWrp .left {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 450px;
}
#menuWrp .floatWrp .right {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 450px;
}
.floatWrp p.tit {
	height: 40px;
	position: relative;
}
.floatWrp p.tit span {
	display: block;
	position: relative;
	top: 30px;
	height: auto;
}
#menuWrp .floatWrp dl {
	width: 100%;
	max-width: 450px;
}
#menuWrp .floatWrp dl dt {
	width: 50%;
}
#menuWrp .floatWrp dl dd {
	padding-left: 50%;
}
}

@media screen and (max-width:480px){
#menuWrp .floatWrp .right dl dt span {
	font-size: 9px;
	display: block;
	position: relative;
	bottom: 5px;
}
.floatWrp p.tit {
	height: 30px;
}
.floatWrp p.tit span {
	top: 20px;
}
}
