@charset "utf-8";
/**
フリースペース独自スタイルシート
**/
/*
@charset "utf-8";
@import url("../../css/global.css");
@import url("../../css/common.css");
*/
#shell div#main {
	width: 100% !important;
}
.q_and_a{
	width:100% !important;
	margin:0 auto;
}
.q_and_a h3{
	background:#fac900;
	font-size:14px;
	text-indent:10px;
	color:#fff;
	font-weight:bold;
	line-height:34px;
	padding:0 0 0 10px!important;
	color:#fff!important;
	margin-bottom: 10px;
}
.q_and_a p{
	line-height:1.5!important;
}
.q_and_a p.note{
	background-color:#eee;
	padding:7px 15px 7px 5px;
	text-align:left;
}
.q_and_a a{
	color:#000;
}