@charset "utf-8";

#sitemap-bg {
	background-image:url(../images/sitemap/bg_main.jpg);
	background-size: 1920px 1080px;
	background-color:#ffffff;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#header #header_bgl{
	background-image:url(../images/common/head_top_bg.png);
}
#header h1{
	background-image:url(../images/common/h1.png);
}
#header #header_bgr{
	background-image:url(../images/common/head_top_bg.png);
}
#contents {
	/*position: fixed;*/
	top:0px;
	left:0px;
	z-index:50;
	width:630px;
	/*height:100%;*/
	background-color: rgba(255, 255, 255, 0.8);
	padding-top:150px;
}
#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:65px;
}
#contents p{
	color:#000;
	line-height:1.4;
	font-size:14px;
	width:500px;
	margin-left:65px;
	margin-top:20px;
}
#contents hr{
	width:500px;
	margin-left:65px;
}


/* p1 */
#contents ul{
	margin-left:90px;
	margin-right:65px;
}
#contents li{
	list-style-type:disc;
	line-height:1.4;
	font-size:14px;
}
#contents ul.sub{
	margin-left:40px;
}
#contents ul.sub li{
	list-style-type:circle;
}

#contents a{
	color:#000000;
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}
#contents .cln{
	border:none;
	clear: both;
}

#contents .sec01end {
	clear: both;
	height:45%;
	padding:20px 65px 50px 65px;
}




/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width:768px){

#contents {
	position: relative;
	top:0%;
	left:0px;
	margin-left:2%;
	width:96%;
	padding-top:20px;
}

#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:2%;
}

#contents img{
	width:96%;
}
#contents  p{
	width: 96%;
	position: static;
	color: #000;
	margin-left:2%;
	margin-right:2%;
	margin-top:5%;
}
#contents  p.t{
	margin: 5% 2% 0% 2%;
}

/* p1 */
#contents ul{
	margin-left:12%;
	margin-right:2%;
}


#contents .sec01end {
	clear: both;
	padding:5% 2% 5% 2%;
	height:0;
}


}

/**************************************************************************************/
@media screen and (max-width:530px){
	#contents  p.t{ margin: 5% 2% 0% 2%; }
}

/**************************************************************************************/
@media screen and (max-width:370px){
	#contents  p.t{ margin: 5% 2% 0 2%; }
}

