<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.visual_heading.visual_heading-urbanwood{background:#aaaaaa url(/sp/urbanwood/images/index_tit_bg.jpg) no-repeat center top;}

@media screen and (max-width:640px){
	.visual_heading.visual_heading-urbanwood{background:url(/sp/urbanwood/images/index_tit_bg_sp.jpg) no-repeat center top /cover;}
}

.gray_title{
	background-color:#aaa;
	padding:10px 15px;
	color:#fff;
	font-size:1.5rem;
}

.beige_bg{
	background-color:#f5f2e9;
	padding:-15px;
}



table.urb {width:100%; border-top:solid 1px #a6a4a4; font-size:14px;}
table.urb th { padding:5px; background:#7d7d7d; color:#fff; text-align:center;}
table.urb th.type1 { background:#5a8abb; border-right: none;}
table.urb th.type2 { background:#cf010e; border-right: none;}
table.urb td { padding:5px; border-bottom:solid 1px #a6a4a4; border-right:solid 1px #a6a4a4; text-align:center;}
table.urb td.type2 { border-right: none;}

/*** border_box ***/
.border_1{
	border:1px solid #ccc;
}

/*** title_logo ***/
.titlelogo{
	max-width:100%;
}
/**** cols2_narrow ****/
.cols.cols-2nr{
	padding-right:20px;
}
.cols.cols-2nr &gt; .cols-col{
	width:50%;
	margin-right:20px;
}
.cols.cols-2nr &gt; .cols-col:nth-child(n+3){
	margin-top:20px;
}
.cols.cols-2nr &gt; .cols-col:nth-child(2n){
	margin-right:-20px;
}

@media screen and (max-width:640px){
	.cols.cols-2nr{
		padding-right:0;
	}
	.cols.cols-2nr &gt; .cols-col{
		width:100%;
		margin-right:0;
		display:block;
		margin-top:15px;
	}
	.cols.cols-2nr &gt; .cols-col:nth-child(n+3){
		margin-top:15px;
	}
	.cols.cols-2nr &gt; .cols-col:nth-child(2n){
		margin-right:0;
	}
}
</pre></body></html>