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

@import url('reset.css');
@import url('base.css');

/*////////////////////////////////////////////////////////////////////
共通
////////////////////////////////////////////////////////////////////*/
section{
	line-height:1.75;
}

p.lead{
	margin:0 0 30px 0;
}


/*////////////////////////////////////////////////////////////////////
サイトご利用
////////////////////////////////////////////////////////////////////*/
section#use h3{
	margin:0 0 10px 0;
	border-bottom:1px solid #000;
	font-weight:bold;
	font-size:18px;
}

section#use h4{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	font-size:16px;
}

section#use p{
	margin:0 0 20px 0;
}

section#use ul{
	margin:0 0 20px 30px;
}

section#use dl.plugin_wrap{
	margin:0 0 15px 0;
}
section#use dl.plugin_wrap dt{
	width:130px;
	height:33px;
	float:left;
}
section#use dl.plugin_wrap dd{
	line-height:33px;
}

@media screen and (max-width:599px) {
	section#use dl.plugin_wrap dt{
		float:none;
		margin-bottom:5px;
	}
	section#use dl.plugin_wrap dd{
		line-height:1.2;
	}
}

/*////////////////////////////////////////////////////////////////////
プライバシー
////////////////////////////////////////////////////////////////////*/
section#privacy h3{
	margin:0 0 10px 0;
	border-bottom:1px solid #000;
	font-weight:bold;
	font-size:18px;
}

section#privacy h4{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	font-size:16px;
}

section#privacy p{
	margin:0 0 30px 0;
}

section#privacy ul{
	margin:-25px 0 30px 30px;
}


/*////////////////////////////////////////////////////////////////////
サイトマップ
////////////////////////////////////////////////////////////////////*/
section#sitemap h3{
	background:#E0E0E0;
	margin:0 0 20px 0;
	padding:4px 10px 0px 10px;
	border-bottom:1px solid #000;
	font-weight:bold;
	font-size:18px;
}
section#sitemap h3 a{
	color:#037;
}

section#sitemap ul{
	list-style:none;
}

section#sitemap ul li{
	background:url(../other/img/bg_sitemap_bullet.gif) no-repeat 0 7px;
	padding:0 0 0 10px;
}

section#sitemap ul.bukken{
	width:976px;
	margin:0 -26px 30px 0;
	position:relative;
}
section#sitemap ul.bukken li{
	display:inline;
	width:208px;
	margin:0 26px 10px 0;
	float:left;
	color: #AAAAAA;
}


section#sitemap p#estate{
	background:#E0E0E0;
	padding:4px 10px 0px 10px;
	font-weight:bold;
	font-size:18px;
}
section#sitemap p#estate a{
	color:#037;
}

@media screen and (max-width:599px) {
	section#sitemap ul.bukken{
		width:100%;
		margin:0 0 20px 0;
	}
	section#sitemap ul.bukken li{
		margin:0 0 5px 10px;
		float:none;
		display:block;
	}
	section#sitemap ul li{
		margin-left:10px;
	}
}




















