@charset "UTF-8";


/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  margin: 0;
  padding: 0;
  color: #666666;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
html {
    height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clear { clear:both; }
hr{
    border:none;
    border-top:dashed 1px #cccccc;
    height:1px;
    color:#FFFFFF;
    margin: 20px 0 ;
}
/*----------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------*/
#qa_wrap {
	margin: 0 auto;
}
#qa_box {
	width: 95%;
	margin: 20px auto;
}
.q {
	background-image: url(../img/q_balloon.gif);
	background-repeat: no-repeat;
	background-size: 47px;
	font-size:138.5%;
	font-weight: bold;
	line-height: 1.7;
	min-height: 42px;
	padding-left: 63px;
	margin-bottom: 20px;
	color: #1781da;
}
.a {
	background-image: url(../img/a_balloon.gif);
	background-repeat: no-repeat;
	background-size: 47px;
	min-height: 42px;
	padding-left: 63px;
	line-height: 1.7;
	margin-bottom: 10px;
}