@charset "shift_jis";
/* CSS Document */


a.qaCallCenterButton{
	color: rgb(51, 51, 51);
	font-size: 13px;
	line-height: 1.4;
	display: inline-block;
	text-decoration: none !important;
	padding: 10px 50px 10px 80px;
	border: 1px solid rgb(188, 188, 188);
	border-radius: 3px 3px 3px 3px;
	background: url("/support/share/images/mq/bg_btn_qaCallCenter.png") no-repeat scroll 0px 52% transparent;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}

a.qaCallCenterButton:hover {
    color: rgb(51, 51, 51);
    text-decoration: none !important;
    opacity: 0.5;
}@charset "shift_jis";
/* CSS Document */

.okwave {
  border: 2px solid #E3E3E3;
  margin-top: 20px;
  padding: 10px;
  }
	.okwave dt {
    display: block;
    float: left;
    width: 360px;
    }
	.okwave dd {
    display: block;
    float: right;
    width: 360px;
    }

