<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
style.css
=================================================================== */
div.leftcolumn{
	width:334px;
}
div.rightcolumn{
	width:350px;
	margin-top:-15px;
}




#column{
	background:#E0FBFF;
	border:1px solid #00BFD2;
	border-radius:5px;
	padding:15px;
	margin:20px 0;
	}
	

	#column dl dt{
		color:#00BFD2;
		font-weight:bold;
		font-size:110%;
		border-bottom:1px dotted #00BFD2;
		margin-bottom:10px;
		}

		
/*コラム*/
#column dl dd{
	}
	#column dl dd p.link{
		margin:10px 0 0 -10px;
		}
#column dl dd div.txt{
	float:left;
	width:320px;
	text-align:justify;
	}
	
#column dl dd div.photo{
		float:right;
		width:310px;
		margin:0;
		background:#FFF9F7;
		border-radius:5px;
		padding:12px;
		}
		
		#column dl dd div.photo p{
			float:right;
			font-size:90%;
			line-height:1.3;
			width:150px;
			}
			
			#column dl dd div.photo p span{
				font-weight:bold;
				display:block;
				margin-bottom:5px;
				}</pre></body></html>