@charset "utf-8";
/* ================================================
    footer_sitemap.css
================================================ */
#fsitemap {
	clear: both;
	padding: 20px 0 ;
	width: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	line-height:1 !important;
	background-color:#F0F0F0;
	margin:10px 0;
}

#fsitemap * {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
}

#fsitemap img {
	border: none;
}
#fsitemap ul,
#fsitemap li {
	list-style: none;
	padding:0;
	margin:0;
}
#fsitemap a { color: #666;}

#fsitemap a:link { color: #666;}
#fsitemap a:active { color: #F00;}
#fsitemap a:visited { color: #666;}
#fsitemap a:hover { color: #F00;}

#fsitemap #fsitemap_line {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#fsitemap #fsitemap_inner {
	width: 980px;
	text-align: left;
	overflow: hidden;
	_zoom: 1;
	line-height:1 !important;
}

#fsitemap #fsitemap_inner #fsitemap_a {
	float: left;
	padding: 12px 10px 12px 0;
	width: 230px;
}

#fsitemap #fsitemap_inner #fsitemap_b {
	float: left;
	padding: 12px 10px 12px 0;
	width: 240px;
}

#fsitemap #fsitemap_inner #fsitemap_c {
	float: left;
	padding:  12px 0;
	width: 490px;
}

#fsitemap #fsitemap_inner #fsitemap_c ul {
	float: left;
	padding:0;
	width: 150px;
	overflow:hidden;
	margin-left:15px;
}
#fsitemap #fsitemap_inner #fsitemap_c ul.longver {
	width: 150px;
}
#fsitemap #fsitemap_inner #fsitemap_c ul.shortver {
	width: 130px;
}
#fsitemap #fsitemap_inner #fsitemap_c ul:first-child {
	margin-left:15px;
}

#fsitemap .mgn_b15 {
	margin-bottom: 15px;
}
#fsitemap .mgn_b17 {
	margin-bottom: 17px;
}
#fsitemap .mgn_b20 {
	margin-bottom: 20px;
}

#fsitemap .mgn_b25 {
	margin-bottom: 25px;
}

#fsitemap dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 24px !important;
	color: #666;
	border-bottom: solid 1px #999;
	font-weight:bold;
}

#fsitemap .bordertop {
	padding-top: 5px;
	margin-top: 5px;
	font-size: 15px;
	line-height: 20px !important;
	font-weight: bold;
	color: #666;
	border-top: solid 1px #e5e5e5;
	border-bottom: none !important;
}
#fsitemap dl dd {
	font-size: 13px;
	line-height: 28px !important;
	color: #666;
}

#fsitemap dl dd ul {
	list-style: none;
}

#fsitemap dl dd ul li {
	margin-bottom: 9px;
	text-indent:5px;
	line-height: 28px !important;
}
#fsitemap dl dd ul li:last-child {
	margin-bottom: 0;
}
/*-------------------------------------*/
/*-------------  SMP  ----------------*/
/*-------------------------------------*/


#smp__fsitemap{
font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
font-size:13px;
width:100%;
margin:0;
padding:0;
background-color:#EEE;
}
#smp__fsitemap p{
font-weight:bold;
color:#666;
text-indent:5%;
text-align:left;
margin:0;
padding:5% 0;
border-bottom :1px solid #CCC;
}
#smp__fsitemap p.close__fsitemap:after{
content: "\2228";
color:#666;
display: block;
float:right;
padding-right:5%;
}
#smp__fsitemap p.open__fsitemap:after{
content: "\2227";
color:#666;
display: block;
float:right;
padding-right:5%;
}
#smp__fsitemap ul{
margin:0;
padding:0;
list-style:none;
}
#smp__fsitemap li{
line-height:1;
background-color:#DDD;
border-bottom :1px solid #CCC;
text-indent:5%;
text-align:left;
margin:0;
}
#smp__fsitemap li:first-child{
border-top :1px solid #CCC;
}
#smp__fsitemap li a{
color:#666;
width:100%;
display:block;
padding:4% 0;
}
#smp__fsitemap li a:after{
content: "\003E";
color:#666;
display: block;
float:right;
padding-right:5%;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
	#smp__fsitemap{
	font-size:20px;
	}
	#smp__fsitemap li{
	border-bottom :1px solid #CCC;
	}
	#smp__fsitemap li:first-child{
	border-top :1px solid #CCC;
	}
}
@media screen and (min-width: 769px) and (max-width: 979px) {
	#smp__fsitemap{
	font-size:24px;
	}
	#smp__fsitemap li{
	border-bottom :1px solid #CCC;
	}
	#smp__fsitemap li:first-child{
	border-top :1px solid #CCC;
	}
}
@media screen and (min-width: 980px) {
	#smp__fsitemap{
	font-size:28px;
	}
	#smp__fsitemap li{
	border-bottom :2px solid #CCC;
	}
	#smp__fsitemap li:first-child{
	border-top :2px solid #CCC;
	}
}




