@charset "utf-8";


/* サイトマップ
=========================================================================*/
.sitemapContentsArea{
	margin:0;
	padding:0;
	width:690px;
	overflow:hidden;
	}
.sitemapContentsSection{
	float:left;
	margin:0;
	padding:0 10px;
	width:325px;
	}
.sitemapContentsArea h3{
	margin:30px 0 0 0;
	padding:7px 0 0 18px;
	width:307px;
	background:transparent url(../img/tit_bg.gif) no-repeat 0 0;
	min-height:23px;
	_height:22px;
	font-size:120%;
	color:#FFF;
	clear:both;
	}
.sitemapContentsArea h3 a:link,
.sitemapContentsArea h3 a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
.sitemapContentsArea h3 a:hover,
.sitemapContentsArea h3 a:active{
	text-decoration:underline;
	color:#FFFFFF;
	}
.sitemapContentsArea ul{
	margin:15px 0 0 10px;
	padding:0;
	width:297px;
	list-style:none;
	}
.sitemapContentsArea li{
	margin:5px 0 0 0;
	padding:0 0 0 8px;
	background:url(/common/images/arrow01.gif) no-repeat 0 0.5em;
	}

.sitemapContentsArea li .subnavi{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	}
.sitemapContentsArea .subnavi li{
	margin:5px 0 0 0;
	padding:0 0 0 8px;
	background:url(/common/images/arrow01.gif) no-repeat 0 0.5em;
	}

a.blank{
	margin:0 4px 0 0;
	padding:0 13px 0 0;
	background:url(/corporate/img/icon_blank.gif) no-repeat scroll right center;
	}

.spOnly {
	display: none;
}

@media screen and (max-width: 750px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.mainBox {
		padding: 0 10px;
	}

	.spTtl {
		padding: 35px 20px;
		background: #fff;
		border-top: solid 3px #1B558C;
		border-bottom: solid 1px #d9d9d9;
		font-size: 20px;
		font-weight: bold;
	}

	.productNavi,
	.contentsImg,
	.contentsLeft,
	.contentsBox,
	.footstepBox,
	.sitemapContentsArea {
		width: auto;
	}
	.sitemapContentsSection {
		float: none;
		width: auto;
	}
	.sitemapContentsArea h3 {
		width: auto;
		padding: 7px 0 7px 18px;
	}

	.contentsIndent,
	.policyContentsArea {
		margin: 20px 0 0 0;
	}
	.policyContentsArea,
	.policyContentsArea dl {
		width: auto;
	}
}	