@charset "utf-8";
/* CSS Document */

/*----------------------------------
@import
----------------------------------*/

@import "cnt.css";/* cnt.cssのインポート */

/*----------------------------------
=01 layout
----------------------------------*/

#leftcont{
	line-height:1.6;
	}
	
#leftcont h4{
    margin-bottom:20px;
	}
	
#leftcont .block .cnt-area{
	float:right;
	width:515px;
	}

#leftcont #sample{
	float:left;
	margin:30px 0 0 8px;
	}

.ft1{
   font-size:17px;
   font-weight:bold;
   color:#008678;
}
td.ft1{
   border-bottom:#008678 solid 1px;
}

.youkou td{
   padding:7px;
   border: solid 1px #DDDDDD;
}

.more td{
   padding:20px;
   border: solid 1px #DDDDDD;
}
.more .none td{
   padding:0px;
   border: none;
}