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

h1.mainImg{
	margin-bottom: 50px;
}

dl#qaBox{}
dl#qaBox dt{
	background: url(/img/dr/bg_title.gif) no-repeat 0 0;
	margin-bottom: 20px;
	position: relative;
	padding: 20px 0 20px 55px;
	color: #36B596;
}

dl#qaBox dt a.btnMore{
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	display: none;
}

dl#qaBox dd{
	line-height: 1.9;
	color: #666666;
	padding: 0 30px 0 55px;
	margin-bottom: 40px;
	text-align: justify;
	background: url(/img/dr/bg_answer.gif) no-repeat 8px top;
}

.message01 {
	margin: 5px;
	padding: 5px;
	width: 98%;
	border: dotted #blue 1px;
	border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
	}