@media screen and (min-width:641px){

	/* =========================================================
	header
	========================================================= */
	header {
		margin-top: 39px;
		border-bottom: solid 1px #D6D4D2;
	}
	#pankuzuArea { 
		margin-bottom: 30px;
	}
	#pankuzu {
		width: 1150px;
		height: 44px;
		color: #777;
		line-height: 45px;
		font-size: 13px;
		margin: 0 auto;
	}
	/* =========================================================
	detailContent
	========================================================= */
	#detailContainer {
		width: 1150px;
		margin: 0 auto;
		overflow: visible;
	}


	#content {
		width: 800px;
		float: left;
		position: relative;
	}

	#columnContent {
		padding: 80px 0 40px;
		position: relative;
		background-color: #FFF;
	}

	#headArea {
		padding: 0 30px;
	}

	#categoryLabel {
		width: 100px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		position: absolute;
		top: 0px;
		left: 30px;
	}

	#dateArea {
		font-size: 13px;
		color: #7E7E7E;
		position: absolute;
		top: 30px;
		right: 30px;
	}

	#dateArea .date {
		line-height: 1.5em;
	}

	#dateArea .update {
		margin-left: 20px;
		line-height: 1.5em;
	}

	#title {
		font-size: 28px;
		font-weight: bold;
		line-height: 1.5em;
	}

	#author {
		background-image: url(../../common/img/ico_logo_01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 8px 10px;
		font-size: 14px;
		color: #333;
		margin: 20px 0;
		padding-left: 25px;
	}

	/*** 投資ニュース用 ***/
	.newsIcon#author {
		background: none;
		padding-left: 0;
	}
	.newsIcon i {
		font-size: 20px;
		margin-right: 10px;
		vertical-align: sub;
	}

	#headArea .tag {
		margin: 20px 0;
		padding: 5px 0;
	}

	#headArea .otherSns {
		display: none;
	}
	#photoContent {
		text-align: center;
	}
	#photoContent img {
		max-width: 100%;
	}
	#photoSubContent {
		margin-bottom: 20px;
	}
	#photoSubContent img {
		width: 50%;
	}

	#mainArea {
		font-size: 17px;
		line-height: 1.8em;
	}
	#firstContent,
	#mainContent,
	#lastContent {
		padding: 0 30px;
	}

	#firstContent p,
	#mainContent p,
	#lastContent p {
		margin: 20px 0 30px;
	}

	/*** 序文 ***/
	#firstContent {
		margin-bottom: 40px;
	}
	/*** 本文 ***/
	#mainContent {
		color: #333;
	}
	.newsMainArea {
		margin-top: 20px;
	}
	/*** 末文 ***/
	#lastContent {
		margin-top: 50px;
	}

	/*** コンテンツ内の装飾 ***/
	#firstContent h2,
	#mainContent h2,
	#lastContent h2 {
		margin: 50px -30px 30px;
		padding: 20px 40px 20px 60px;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: bold;
		background: #F7F7F0 url(../../common/img/ico_titmark_01.png) left center no-repeat;
	}
	#firstContent h3,
	#mainContent h3,
	#lastContent h3  {
		font-size: 19px;
		line-height: 1.5em;
		font-weight: bold;
		padding: 10px 15px;
		margin: 30px 0 20px;
		background-color: #F7F7F0;
		border-left: 4px solid #DAB000;
	}
	#firstContent h4,
	#mainContent h4,
	#lastContent h4  {
		padding: 5px;
		margin: 30px 0px 20px 0px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8em;
		color: #977F68;
		border-top: 1px solid #977F68;
		border-bottom: 1px solid #977F68;
	}
	#firstContent span,
	#mainContent span,
	#lastContent span  {
		display: inline;
		font-weight: bold;
		color: #D87937;
	}
	#firstContent .markerTxt,
	#mainContent .markerTxt,
	#lastContent .markerTxt,
	#firstContent .cautionTxt,
	#mainContent .cautionTxt,
	#lastContent .cautionTxt {
		background-color: #FF0;
		color: #333;
		font-weight: bold;
	}
	#firstContent a,
	#mainContent a,
	#lastContent a  {
		color: #3B6C85;
	}
	#firstContent a:hover,
	#mainContent a:hover,
	#lastContent a:hover {
		text-decoration: none;
	}
	#firstContent img,
	#mainContent img,
	#lastContent img { 
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.orgLink {
		margin: 20px 30px;
	}
	.orgLink a {
		height: 72px;
		margin: 5px 0 25px;
		line-height: 72px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		border: 4px solid #4C443E;
		background-color: #FFF;
		display: block;
		position: relative;
	}
	.orgLink i {
		padding: 0;
		display: inline-block;
		font-weight: bold;
		font-size: 30px;
		color: #333;
		position: absolute;
		right: 25px;
		top: 20px;
	}

	/*** コンテンツのフッター周り ***/
	#ftContent {
		color: #333;
		background-color: #F7F7F0;
		margin: 30px;
		padding: 30px 30px 30px 140px;
		position: relative;
	}

	#ftContent #ftAuthorLogo {
		width: 80px;
		height: 80px;
		text-indent: -9999px;
		background-color: #FFF;
		background-image: url(../../common/img/ico_logo_01.png);
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 80px;
		position: absolute;
		top: 30px;
		left: 30px;
	}

	#ftContent #ftAuthor {
		margin: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	#ftContent #ftAuthor .authorName {
		/*color: #6A90A1;*/
	}
	#ftContent #ftAuthor a {
		color: #3B6C85;
	}
	#ftContent .tag p {
		font-size: 13px;
		background-image: url(../../common/img/ico_tag_02.png);
		background-size: 13px;
		background-position: left center;
		background-repeat: no-repeat;
		margin: 15px 0;
		padding-left: 23px;
	}

	#ftSns {
		padding: 0 30px;
	}
	.cornerParent {
		position: relative;
	}
	.newColumn {
		margin-top: 40px;
		padding: 30px;
		background-color: #FFF;
		border: 1px solid #E1E1E1;
		position: relative;
	}
	.slash {
		content: "";
		background-image: url(../../common/img/bg_slash_01.gif);
		background-size: 30px;
		background-position: left top;
		background-repeat: no-repeat;
		position: absolute;
		top: 0px;
		left: 0;
		width: 30px;
		height: 30px;
		z-index: 1;
	}

	/*
	TODOï¼šæœ€æ–°ã‚³ãƒ©ãƒ ã®è€³ã‚’æŠ˜ã‚‰ã›ãŸã„ãŒCSSã§ã¯åŽ³ã—ã„å¯èƒ½æ€§ã‚‚
	.newColumn:before {
		content: " ";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 0 0;
		border-color: #FBFBFB transparent transparent transparent;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 14;
	}*/
	.newColumn h3 {
		height: 40px;
		line-height: 40px;
		padding-left: 55px;
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
		background-image: url(../img/ico_newColumn_01.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.newColumn h3 .onlyPC {
		display: inline;
	}
	.newColumn li {
		padding: 20px 0;
		border-top: 1px solid #F1F1EC;
		position: relative;
	}
	.newColumn li:last-child {
		border-bottom: 1px solid #F1F1EC;
		margin-bottom: 20px;
	}
	.newColumn .photoArea {
		float: right;
		width: 240px;
		margin-left: 15px;
		border: 1px solid #E1E1E1;
	}
	.newColumn .photoArea img {
		width: 100%;
		height: 156px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.newColumn li .contentLink {
		display: block;
	}
	.newColumn li .headArea {
		vertical-align: middle;
	}
	.newColumn .rightArea {
		width: 480px;
		display: inline-block;
	}
	.newColumn .date {
		color: #929292;
		margin-left: 10px;
	}
	.newColumn .title {
		margin: 10px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
	}
	.newColumn a.topLink {
		font-size: 13px;
		color: #666;
		text-decoration: none;
		margin: 20px 0 0;
		display: inline-block;
	}

	.newColumn li .tagText {
		width: 463px;
		position: absolute;
		left: 0;
		bottom: 40px;
	}


	.recomColumn .linkList {
		margin-top: 20px;
		text-align: right;
		font-size: 13px;
	}
	.recomColumn a.listLink {
		position: relative;
		width: 720px;
		margin: 0 auto;
		font-size: 19px;
		line-height: 25px;
		padding: 25px 0px;
		text-align: center;
		border: 4px solid #4D4540;
		color: #333;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	.recomColumn a.listLink::before {
		position: absolute;
		width: 8px;
		height: 8px;
		right: 30px;
		top: 32px;
		content: '';
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align: middle;
		border-top: 3px solid #4a413f;
		border-right: 3px solid #4a413f;
	}

	.recomColumn .linkList a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.recomColumn .listLink.onlySP {
		display: none;
	}

	/* =========================================================
	ãƒ•ãƒƒã‚¿ãƒ¼ã®ç‰©ä»¶ã‚’æŽ¢ã—ã¦ã¿ã‚ˆã†éƒ¨åˆ†
	========================================================= */
	#investSearch {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin-top: 40px;
		padding: 30px 25px;
		background-color: #FFF;
		border: 1px solid #E1E1E1;
		position: relative;
	}

	#investSearch h3 {
		height: 40px;
		line-height: 40px;
		padding-left: 55px;
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: bold;
		background-image: url(../img/ico_investSearch_01.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#investSearch h3 span {
		font-size: 13px;
		background-image: url(../../common/img/img_investlogo_01.png);
		background-repeat: no-repeat;
		background-position: right center;
		float: right;
		padding-right: 170px;
	}
	#investSearch #ittouArea {
		padding-top: 30px;
		border-top: 1px solid #F1F1EC;
	}
	#investSearch .investSearchListArea {
		position: relative;
	}
	#investSearch .investSearchList {
		padding-left: 20px;
		line-height: 20px;
		background: url(../../common/img/icon/icon_zoom.png) no-repeat 0 50%;
		border: none;
		position: absolute;
		right: 0;
		top: 3px;
	}
	#investSearch .investSearchList li {
		padding: 0 15px 0 10px;
		margin-bottom: 0;
		border: none;
		background: url(../../common/img/icon/icon_arrow.png) no-repeat 0 50%;
	}
	#investSearch .investSearchList li span.onlyPC {
		display: inline-block;
	}
	#investSearch .investSearchList li a {
		color: #007EB8;
	}
	#investSearch #ittouArea p,
	#investSearch #kubunArea p {
		font-size: 13px;
		font-weight: bold;
		height: 32px;
		line-height: 32px;
		padding-left: 45px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	#investSearch #ittouArea p {
		background-image: url(../../common/img/icon/icon_tit02.png);
	}
	#investSearch #kubunArea p {
		background-image: url(../../common/img/icon/icon_tit01.png);
	}
	#investSearch #ittouArea p span {
		color: #1F7B28;
	}
	#investSearch #kubunArea p span {
		color: #C69226;
	}

	#investSearch ul li {
		padding: 0 0 10px 3px;
		margin-left: 1px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #333;
		float: left;
	}
	#investSearch ul li:nth-child(8) {
		clear: both;
	}
	#investSearch .investSearchLink {
		width: 658px;
		margin: 40px auto 10px;
	}
	#investSearch .investSearchLink a {
		display: inline-block;
		width: 650px;
		height: 80px;
		line-height: 80px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		border: 4px solid #E0C447;

	}
	#investSearch .investSearchLink a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	#investSearch .investSearchLink a span {
		padding-left: 250px;

		background-image: url(../../common/img/img_investlogo_02.png);
		background-repeat: no-repeat;
		background-position: left center;
	}






	/* upã‚¢ã‚¤ã‚³ãƒ³ */
	.ralsnetUpdateCheckIcon {
		display: none;
	}
	.ralsnetUpdateCheckOn .ralsnetUpdateCheckIcon {
		display: inline-block;
	}


	/* .title */
	.title {
		/*width: 747px;
		height: 35px;*/
		margin: 0 auto;
		padding-left: 3px;
		position: relative;
	}
	.titColor01 {
		color:#B69226;
	}
	.titColor02 {
		color:#1F7B28;
	}
	.title h1 {
		width: 150px;
		height: 25px;
		padding: 5px 0 0 40px;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
	}
	.title .icon01 {
		background: url(../../common/img/icon/icon_tit01.png) no-repeat 0 0;
	}
	.title .icon02 {
		background: url(../../common/img/icon/icon_tit02.png) no-repeat 0 0;
	}
	.title .icon03 {
		background: url(../../common/img/icon/icon_tit03.png) no-repeat 0 0;
	}
	.title .icon04 {
		background: url(../../common/img/icon/icon_tit04.png) no-repeat 0 0;
	}
	.title .icon05 {
		background: url(../../common/img/icon/icon_tit05.png) no-repeat 0 0;
	}
	.title .icon06 {
		background: url(../../common/img/icon/icon_tit06.png) no-repeat 0 0;
	}



	.title .list01 {
		padding-left: 20px;
		line-height: 20px;
		background: url(../../common/img/icon/icon_zoom.png) no-repeat 0 50%;
		position: absolute;
		right: 0;
		top: 3px;
	}
	.title .list01 li {
		padding:0 15px 0 10px;
		font-size: 12px;
		/*background: url(http://www.rals.net/iframe/img/icon_arrow.png) no-repeat 0 50%;*/
		float: left;
	}
	.title .list01 li a {
		text-decoration: none;
		color: #113366;
	}
	.title .list01 li a:hover {
		text-decoration: underline;
		color: #F00;
	}


	/* .block */
	.cornerBukken {
		font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
		width: 750px;
		height: 186px; /* no last-underline */
		margin: 0 auto;
		overflow: hidden;
	}
	.cornerBukken ul {
		width: 750px;
		padding-left: 3px;
		height: 208px;
	}

	.line02 {
		height: 407px;
	}
	.line02 ul {
		height: 416px;
	}
	.line02.bottom ul {	/* no last-underline */
		padding-top: 14px;
		/*background: url(http://www.rals.net/iframe/img/dot.png) no-repeat 50% 0%;*/
	}
	.line03 {
		height: 602px; /* no last-underline */
	}
	.line03 ul {
		height: 624px;
	}

	/* .bukken */
	.cornerBukken ul li{
		width:120px;
		padding: 0 5px 10px 0;
		margin-bottom: 13px;
		float: left;
		/*background: url(http://www.rals.net/iframe/img/dot.png) no-repeat 50% 100%;*/
	}

	/* ä¸­å¤®ã«ãƒãƒŠãƒ¼ã‚’ç½®ãå½¢ */
	.cornerBukken ul li.center-banner {
		width:245px;
	}
	.cornerBukken ul li.center-banner a {
		height: 185px;
		display: block;
	}
	.cornerBukken ul li.center-banner a:hover img {
		opacity: 0.8;
	}
	.cornerBukken ul li.center-banner a img {
		margin: 0 auto;
		display: block;
	}

	.cornerBukken ul li .listWrap > a {
		height: 185px;
		text-decoration: none;
		color: #333;
		display: block;
	}
	.listWrap:not(.bukkenPoint01):not(.bukkenPoint0) .pic01 {
		width: 120px;
		height: 120px;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.listWrap:not(.bukkenPoint01):not(.bukkenPoint0) .pic01 img {
		width: 130%;
		height: auto;
		margin: -18px;
	}
	.listWrap a:hover .pic01 img,
	.bukkenBnr a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.listWrap .icon01 {
		height: 16px;
		padding: 4px 0 0;
		overflow: hidden;
	}
	.listWrap .icon01 span {
		margin-right: 1px;
	}
	.listWrap .price01{
		line-height: 18px;
		font-weight: bold;
		color: #F60;
		height: 18px;
		overflow: hidden;
	}
	.listWrap .price01 span {
		font-size: 12px;
	}
	.listWrap .price01 img {
		vertical-align: middle;
	}
	.listWrap .info01,
	.listWrap .info02 {
		line-height: 18px;
		font-size: 10px;
		white-space: nowrap;
		color: #5F5F52;
	}
	.listWrap .info02 {
		line-height: 14px;
	}
	.listWrap .info02 .spt {
		padding: 0 5px;
		color: #999;
		font-weight: 200;
	}

	/* ä¸è¦ã«ãªã‚‹*/
	.listWrap .info02 img {
		vertical-align: baseline;
		margin-left: 5px;
	}
	.listWrap .access01 {
		padding: 0 5px 0 0;
	}
	.listWrap .rimawari01 {
		font-weight: bold;
		color: #F00;
	}

	/* comment */
	.listWrap .comment01,
	.listWrap .comment02 {
		text-align: center;
		font-size: 11px;
		font-weight: bold;
	}
	.listWrap .comment01 {
		height: 24px;
		line-height: 24px;
	}
	.listWrap .comment02 {
		height: 33px;
		padding-top: 4px;
		line-height: 13px;
		box-sizing: border-box;
	}
	.listWrap .comment01 .attention01,
	.listWrap .comment02 .attention01 {
		color: #E97213;
	}
	.listWrap .comment01 a,
	.listWrap .comment02 a {
		color:#007EB8;
	}
	.listWrap .comment01 a:hover,
	.listWrap .comment02 a:hover {
		color:#F00;
	}


	/* .bukkenPoint */
	.bukkenPoint01,
	.bukkenPoint02 {
		height: 181px;
		border: 2px solid #F7E800;
		overflow: hidden;
	}
	.bukkenPoint01 a,
	.bukkenPoint02 a {
		height: auto;
	}

	/* .bukkenBnr */
	.bukkenBnr {
		width: 245px;
	}

	/* .bukkenPoint01 */
	.bukkenPoint01 {
		width: 116px;
	}
	.bukkenPoint01 .icon01,
	.bukkenPoint01 .price01,
	.bukkenPoint01 .info01 {
		padding-left: 4px;
	}
	.bukkenPoint01 .pic01{
		position: relative;
	}
	.bukkenPoint01 .price01 {
		padding-top: 4px;
	}
	.bukkenPoint01 .info01 {
		line-height: 16px;
	}

	/* .bukkenPoint02 */
	.bukkenPoint02 {
		width: 241px;
	}
	.bukkenPoint02 .info01 {
		margin-left: 6px;
	}
	.bukkenPoint02 .info02 {
		margin: 5px 0 0 6px;
		height: 16px;
		line-height: 16px;
	}
	.bukkenPoint02 .info02 .icon01 {
		padding: 0;
	}
	.bukkenPoint02 .info02 .price01 {
		margin: 0;
		line-height: 16px;
		font-weight: bold;
	}

	/* 245x140 banner [PR] */
	.listWrap .pr {
		width: 245px;
		margin-top: 6px;
		line-height: 14px;
		font-size: 11px;
	}
	.listWrap .pr img {
		padding-right:5px;
	}
	.listWrap .pr .tit {
		padding-bottom: 5px;
		vertical-align:top;
	}
	.listWrap .info03 {
		margin-top: 5px;
		line-height: 18px;
		font-size: 12px;
		font-weight: bold;
	}



	/* å•†è«‡ä¸­ãƒ»æˆç´„æ¸ˆã‚¢ã‚¤ã‚³ãƒ³ */
	.pic01 .icon_stage_negotiation,
	.pic01 .icon_stage_contracted {
		display: block;
		width: 64px;
		height: 16px;
		line-height: 16px;
		border-radius: 8px;
		color: #FFF;
		font-size: 12px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -8px; /*(=height/2)*/
		margin-left: -30px; /*(=width/2)*/
	}
	.pic01 .icon_stage_negotiation {
		background: #E97313;
	}
	.pic01 .icon_stage_contracted {
		background: #C95840;
	}

	/* #invest_01 */
	#invest_01 .listWrap .price01 {
		padding-top: 2px;
		margin-bottom: 0px;
	}
	#invest_01 .listWrap .icon01 {
		padding: 2px 0 0;
	}
	#invest_01 .cornerBukken ul li {
		padding: 0 5px 8px 0;
	}
	#invest_01 .ralsnetUpdateCheckOn .ralsnetUpdateCheckIcon {
		vertical-align: middle;
	}

	/* #tenant_01 */
	#tenant_01 .font-bold{
		font-weight:bold;
	}

	#tenant_01 .title {
		width: 350px;
	}
	#tenant_01 .title h1 {
		font-weight: normal;
	}
	#tenant_01 .title .list01 {
		background: none;
		right: -15px;
	}
	#tenant_01 .cornerBukken {
		width: 375px;
	}
	#tenant_01 .cornerBukken ul {
		width: 375px;
	}
	#tenant_01 .listWrap .price01{
		margin: 3px 0 0 0;
	}
	#tenant_01 .icon01 {
		padding: 2px 0 0;
		overflow: hidden;
	}
	#tenant_01 .listWrap .info02 .spt {
		padding: 0 5px 0 5px;
	}
	#tenant_01 .cornerBukken ul li {
		padding: 0 5px 8px 0;
	}

	#tenant_01 .inuki,
	#tenant_01 .romen,
	#tenant_01 .shop,
	#tenant_01 .office{
		font-weight: bold;
		padding-right: 5px;
	}
	#tenant_01 .inuki {
		color:#8E6746;
	}
	#tenant_01 .romen {
		color:#E97213;
	}
	#tenant_01 .shop {
		color:#1F7926;
	}
	#tenant_01 .office {
		color:#007EB8;
	}
	#tenant_01 .listWrap .info02 .access01{
		margin-right:5px;
	}
	#tenant_01 .listWrap .info02 {
		height: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#tenant_01 .ralsnetUpdateCheckOn .ralsnetUpdateCheckIcon {
		vertical-align: middle;
	}
	/*  */

}

/**
 * tableContents
 */
@media screen and (min-width:641px) {
	#columnContent .tableContents {
		background-color: #F8F8F6;
		margin-top: 25px;
		padding: 30px;
	}
	#columnContent .tableContents p {
		font-size: 17px;
		font-weight: bold;
		margin : 0px;
	}
	#columnContent .tableContents > ul {
		margin-top: 15px;
		line-height: 30px;
	}
	#columnContent .tableContents a {
		color: #3398DA;
		font-size: 16px;
		text-decoration: none;
	}
	#columnContent .tableContents a strong {
		font-weight: normal !important;
	}

	#columnContent .tableContents .indent_3 {
		padding-left: 15px;
	}
	#columnContent .tableContents .indent_4 {
		padding-left: 15px;
	}
}