.qa{
margin:10px 10px 10px 42px;
width:682px;
}
.qa .bg_4{
margin:10px;
clear:both;
}
/*clearfix*/
.qa .bg_4_box{
min-height:1px;
clear:both;
}
.qa .bg_4_box:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .qa .bg_4_box {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.a_left{
font-size:16px;
color:#FF0000;
float:left;
font-weight:700;
width:18px;
}
.a_right{
margin:2px 0 0 5px;
float:left;
width:600px;
}
.qa a{
display:block;
}
.qa a:hover{
color:#4a46ab:
}
.qa .bg_4 a{
margin:0;
display:inline;
}
.qa_btn_image{
width:380px;
margin:10px 0 10px 100px;
clear:both;
}
.box_l{
float:left;
margin:0 20px 0 0;
text-align:center;
width:180px;
}
.box_r{
float:right;
margin:0;
width:180px;
text-align:center;
}
.qa_btn_image img{
display:block;
margin:10px 0;
}
/*文字色*/
.red{
color:#CC0000;
}
.green{
color:#61a244;
}
.blue{
color:#3581bc;
}
.orange{
color:#FF8F00;
}
.pink{
color:#f1826b;
}
.black{
color:#333333;
}
/*太字*/
.bold{
font-weight:700;
}

/*大文字+太字*/
.b_bold{
font-size:120%;
font-weight:700;
}
.b_bold_blue{
font-size:110%;
font-weight:700;
color:#4461a2;
}
.point{
font-weight:700;
color:#CC0000;
}
.big{
font-size:110%;
}
.imp{
font-weight:700;
font-size:110%;
padding:0px 0 10px;
clear:both;
}
/*小文字*/
.small{
font-size:80%;
}
/*小文字+太字*/
.s_bold{
font-size:80%;
font-weight:700;
}

/*位置*/
.center{
text-align:center;
}
.left{
text-align:left;
}
.space{
margin:10px;
}
table{
	border:1px solid #aaaaaa;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	clear:left;
	}
table th{
	background-color:#E8EFC7;
	border-top:1px solid #aaaaaa;	
	border-left:1px solid #aaaaaa;	
	border-bottom:1px solid #aaaaaa;	
	border-right:1px solid #aaaaaa;
	padding:3px 3px 3px 3px;
	color:#666666;
	text-align:center;
	}
table td{
	background-color:#FFFFCF;
	border-top:1px solid #aaaaaa;	
	border-left:1px solid #aaaaaa;	
	border-bottom:1px solid #aaaaaa;	
	border-right:1px solid #aaaaaa;
	padding:3px 3px 3px 3px;
	font-weight:normal;
	color:#666666;
	}

