@charset "utf-8";
/* CSS Document */

/*セカンドページタイトル
---------------------------------------------------------------------------*/
.bg-sitemap {
	background:url("images/top.jpg") no-repeat;
	background-size:cover;
	background-position:top center;
}

#sub-contents{
	width: 70%;
	margin: 50px 15%;
	padding-bottom:30px;
	position:relative;
}



#sub-contents h3{
	background: #D9D9D9;
	padding: 3px 10px;
	font-size: 100%;
	margin: 0px 0px 30px 0px;
}

/*外枠
----------------------*/
#sub-contents.use-box{
	width:90%;
	float:left;
	padding:20px 0px;
}

#sub-contents p{
	margin: 10px 0px 10px 10px;
}

#sub-contents ul{
	float:left;
	margin-bottom:30px;
}

#sub-contents ul li{
	margin-left:40px;
	list-style-type: none;
}

.em-title{
	font-size:120%;
	font-weight:bold;
	border-bottom:dotted 1px #333;
	line-height:1.0em;
	margin-top:20px;
	clear:both;
	width:auto;
}

/*　サイトマップテーブル設定
----------------------*/
#sub-contents .ta-map{
	width:100%;
	border:0;
	cellspacing:5px;
	cellpadding:5px;
	
}

#sub-contents .ta-map td{
	vertical-align:top;
	position:relative;
	padding:10px 0;
	margin:10px 0;
}

.ta-map a::after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.ta-map td a{
	text-decoration:none;
}

.ta-map .rec a::after {
	display: block;
	content: '';
	position: absolute;
	top: 4%;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.ta-map .rec td a{
	text-decoration:none;
}

.line{
	border-top: dashed 1px #980F08;
}




/*画面幅1367px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1367px){

}

/*画面幅1025px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1025px){
	
#sub-contents{
	width: 100%;
	margin: 50px 0%;
	padding-bottom:30px;
	position:relative;
}
	
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
	
}

/*画面幅420px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){
	
#sub-contents .ta-map{
	width:100%;
	border:0;
	cellspacing:0px;
	cellpadding:0px;
	
}
	
#sub-contents .ta-map td{
	font-size:85%;
}
	
}