@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
Style Info : ライン不動産／サイトマップ用指定
Last modified : :2019
***********************************************/



*{
	margin:0;
	padding:0px;
	}

@media print, screen and (min-width: 770px){
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }






.sitemap_index_set1 {
	margin:50px 0 0 0;
	padding:0;
	width:1000px; 
	text-align:left;
	float:left;
	font-size:14px;
	line-height:1.2em;
}

.sitemap_index_set1 .koumoku1{
	margin:5px 0 0 0;
	padding:5px 0 10px 0;
	text-align:left;
	float:left;
	width:1000px; 
	border-bottom: solid 1px #a4a4a4;
}

.sitemap_index_set1 .koumoku2{
	margin:5px 0 0 0;
	padding:5px 0 10px 0;
	text-align:left;
	float:left;
	width:1000px; 
	border-bottom: dotted 1px #a4a4a4;
}


}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}

.sitemap_index_set1 {
	margin:50px 0 0 0;
	padding:0;
	width:100%; 
	text-align:left;
	line-height:1.2em;
}

.sitemap_index_set1 .koumoku1{
	margin:5px 0 0 0;
	padding:5px 2% 10px 2%;
	text-align:left;
	width:96%; 
	border-bottom: solid 1px #a4a4a4;
}

.sitemap_index_set1 .koumoku2{
	margin:5px 0 0 0;
	padding:5px 2% 10px 2%;
	text-align:left;
	width:96%; 
	border-bottom: dotted 1px #a4a4a4;
}



}