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

/*-----------------------------------------------------
	メールフォーム
-------------------------------------------------------*/
#Mail > #Form-frame {
	width: 100%;
}

.visual-contents{
	width:100%;
border:5px solid #e3e9ff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}

.visual-title{
	text-align:center;
/*	border-bottom:4px #e3e9ff solid;*/
	width:100%;
background:#e3e9ff;
}

.visual-title p{
	color:#0042c1;
	letter-spacing:1.2px;
	font-size:14px;
	font-weight:bold;
}



.contents_img{
	width:45%;
	float:left;
	margin:25px 0 0 0;
  vertical-align:middle;
	text-align:center;
}

.hearing-text{
	width:45%;
	float:right;
	font-size:12px;
	padding:10px 5px;
}

.trouble{
	margin-top:30px;
	padding-right:10px;
}

.trouble_text{
	font-size:15px;
	width:95%;
	margin:0 auto;
}