@charset "utf-8";

/* レイアウトベース
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#sct-wrapper{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

/* ヘッダ
----------------------------------------*/
h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #082d6c;
}

/* メインコンテンツ
----------------------------------------*/
dl	{
	line-height: 1.5em;
	font-size: 1.4em;
}
dt	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 5px 0;
	padding: 8px 8px 8px 0;
	background: #f2f2f2;
	font-weight: bold;
}
dt .q	{
	display: block;
	width: auto;
	float: left;
	padding: 0 0.5em 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	color: #9d9d9d;
}
dt.on	{
	background-color: #952153;
	color: #fff;
}
dt .description	{
	display: block;
	width: 730px;
	float: left;
}
dd	{
	margin: 10px 0 40px 0;
	padding: 0;
}
dd .a	{
	display: block;
	width: auto;
	float: left;
	padding: 0 0.5em 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	color: #cda270;
}
dd .description	{
	display: block;
	width: 740px;
	float: left;
}
