@charset "UTF-8";

body{
	margin: 0 auto;
	width:100%;
	position: relative;
}

#wrapper{
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.8;
}
.content_sitemap {
	margin: 100px auto 0;
	padding: 0 0 90px;
	width: 640px;
}
.content_sitemap h2 {
	margin: 0 0 0;
	width: 100%;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}
.content_sitemap ul li a {
	color: #000;
}

.sec {
	overflow: hidden;
	margin: 0 0 43px;
	border-top: 1px solid #ccc;
	padding: 43px 0 0;
}
#first {
	border: none;
}
#third {
	margin: 0;
}
.sec ul li {
	margin-right: 113px;
}
#second ul li {
	margin-right: 54px;
}
#second ul .tricot {
	width:105px;
	margin-left:35px;
}

/*
#second ul .tricot {
	margin: 0 90px 0 35px;
}
*/

ul li.last a{
	text-decoration: underline;
}

ul li.tricot a{
	text-decoration: underline;
}


#first ul li.last {
	margin-right: 0;
	margin-left: 8px;
}
#second ul li.last {
	margin-right: 0;
	margin-left: 2px;
}

.sec ul li.last {
	margin: 0;
}

#third ul li {
	margin-right: 71px;
}
#third ul .privacy_policy {
	margin: 0 44px 0 18px;
}

.content_sitemap .first-level {
	overflow: hidden;
	margin-bottom: 0;
	float: left;
}

.sec .two-level li {
	margin: 5px 0 0 -1.3em;
}

.content_sitemap .first-level li {
	background: url("../../sitemap/img/point.png") no-repeat 0 6px;
	padding-left: 1.3em;
	float: left;
}
.content_sitemap .first-level .first-mg {
	margin-left: 0;
}
.content_sitemap .two-level {
/* 	margin-left: 1em; */
	background: none;
}
.content_sitemap .two-level li {
	display: block;
/* 	margin-left: -1.3em; */
	margin-left: -12px;
	background: none;
	padding-left: 0;
	float: none;
	margin-right: 0;
}



.backbtn {
	padding-bottom: 47px;
	clear: both;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
     footer {
     	padding-bottom: 550px;
     }
}
@media only screen and
(min-device-width : 768px) and
(max-device-width : 1024px) {
     footer {
     	padding-bottom: 250px;
     }
}

