@charset "utf-8";
/* CSS Document */

/*
h2{
	width:95%;
	margin:auto;
	text-indent:1em;
}
*/


dl{
	width:95%;
	margin:10px auto;
}


dt
      {
         font-weight: bold;
         border-left: solid 6px #e5e1dc;
         color: #000;
         margin-top: 1em;
		 text-indent:0.5em;
		 font-size:18px;
      }
      
dd
      {
         border: solid 1px #cccccc;
		 -webkit-border-radius:6px;
		 -moz-border-radius:6px;
         padding: 0.8em;
         margin-left: 0em;
         margin-top: 0.5em;
background:   -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f4f4));
font-size:17px;
}

.btn{         
	width:95%;
	display:block;
	margin:10px auto 0px auto;
	text-align:right;
}

.conb{
	width:98%;
	display:block;
	margin:5px auto 5px;
	padding:5px;
}
	