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

*{
margin : 0;

}


/*--見出し-----------------------------------------------------------------------*/
p.title{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

p.text{
	width: 80%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 26px;
	margin: 0 auto;
	margin-top: 44px;
}

/*--質問内容-----------------------------------------------------------------------*/
p.question{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	margin: 20px;
	margin-left: 44px;
	
}

/*--経線-----------------------------------------------------------------------------------------------------------------*/
.line{
	width: 100px;
	height: 3px;
	background: rgba(150,150,150,0.9);
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 80px;
}

.hoso{
	width: 100%;
	height: 1px;
	background: rgba(150,150,150,0.9);
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

























