@charset "UTF-8";

/* *****************************************
/*+  common  +******************************
/***************************************** */
#newsContents dt {
	margin-bottom: 2px;
	color: #008131;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}



/* *****************************************
/*+  contents  +****************************
/***************************************** */
#mainContents {
	padding-top: 0;
	border-top: none;
	}



/* *****************************************
/*+  heading  +*****************************
/***************************************** */
h2 {
	margin-bottom: 20px;
	}



/* *****************************************
/*+  block  +*******************************
/***************************************** */
.coBox {
	padding-top: 15px;
	border-top: #008131 2px solid;
	}



/* *****************************************
/*+  layout  +******************************
/***************************************** */
#newsContents {
	width: 485px;
	float: left;
	}
#newWorks {
	width: 200px;
	float: right;
	}



/* *****************************************
/*+  mainVisual  +**************************
/***************************************** */
#mainVisual {
	margin-bottom: 30px;
	height: 270px;
	}



/* *****************************************
/*+  newsContents  +************************
/***************************************** */
#newsContents dd {
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: #F3F3F3 3px solid;
	}



/* *****************************************
/*+  newWorks  +****************************
/***************************************** */
#newWorks {
	position: relative;
	}
#newWorks .image {
	margin-bottom: 8px;
	}
#newWorks h3 {
	margin-bottom: 2px;
	font-size: 1.08em;
	}
#newWorks .viewWorks {
	position: absolute;
	top: 10px;
	right: 0;
	}