@charset "UTF-8";
/*----------------------------------------------------
	sitemap
----------------------------------------------------*/
body#sitemap #main {
	float: none;
	width: 1200px;
	margin: 16px auto 20px;
	background: #fff;
}
body#sitemap #main .inner {
}
body#sitemap .site_02 {
	clear: both;/*2段目*/
}
body#sitemap .site_03 {
	clear: both;/*3段目*/
	margin-top: 20px;
}
body#sitemap .site_tit01 {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	height: 45px;
	line-height: 56px;
	margin-bottom: 10px;
}
body#sitemap .site_tit02 {
	padding-top: 15px;
	color: #F99;
	font-weight: bold;     /*自転車カテゴリの下層名*/
	font-size: 16px;
}
h2 {
    padding-top: 30px!important;
}
.site_01 ul li, .site_02 ul li {
	background: url(../common/images/icon_lnav_triangle.png) 6px center no-repeat;
	background-size: 12px;
	padding: 10px 24px;
	line-height: 1.2rem;
}
.site_left {
	float: left;
	width: 46%;
	margin: 2%;
}
.site_left2 {
	float: left;
	width: 280px;   /*グループ別に横並び*/
	margin: 60px 10px 10px 10px;
}
body#sitemap #main p {
	padding-bottom: 15px !important;
}
.privacy_list {
	padding: 0px 20px;
}
.idt {
	padding-left: 2em;
	text-indent: -1em;
}
.privacy_contat {
	font-size: 13px;
}
.office_name {
	display: block;
	text-align: right;
	margin: 20px 20px 30px !important;
}
/*topへもどる*/

.btn_top a:link {
	color: #F66;
	text-decoration: none;
}
.btn_top {
	text-align: center;
	margin: 50px auto 0px;
	width: 200px;
	padding: 1em 1em;
	line-height: 1.5em;
	background: #e1dede;
	border: 2px solid #fff;
	font-weight: bold;
	color: #fff;
}

@media only screen and (max-width: 670px) {
body#sitemap h2.site_tit01 {
	line-height: 2rem;
	font-size: 20px!important;
	height: auto;
}
}

@media only screen and (max-width: 480px) {
.lowPage h2::after {
	display: none;
}
body#sitemap h2.site_tit01 {
	height: auto;
	padding: 20px 10px 10px !important;
	margin: 0;
	line-height: auto;
	border-bottom: 1px solid #ffa8a8;
	width: 100%;
}
body#sitemap .site_tit02 {
	padding: 20px 10px 0!important;
}
.lowPage #main h2 {
	margin: 0!important;
}
h2 {
	margin-bottom: 0!important;
}
body#sitemap #main {
	width: 100%;
}
body#sitemap .site_tit01 {
	line-height: 1;
}
.site_left {
	float: none;
	width: 90%;
}
.site_01 ul li, .site_02 ul li {
width: 100%;
height: auto;
line-height: 56px;
background: url(../images/icon_lnav_triangle.png) 3px center no-repeat;
    background-size: auto auto;
border-bottom: 1px solid #ffa8a8;
background-size: 12px;
	margin-left: 20px;
box-sizing: border-box;
}
.site_01 ul li a, .site_02 ul li a {
display: block;
width: 100%;
height: auto;
line-height: 1.3rem;
padding: 8px 3px;
box-sizing: border-box;
}
}
