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

/* 基本設定
-----------------------------------　*/
* {
	margin: 0;
	padding:0;
}
body {
	font-family: "メイリオ", Arial, sans-serif;
	font-size: 75%;
	color: #424242;
	line-height: 150%;
}
img {
	border: none;
}

/* フロート解除設定
-----------------------------------　*/
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* リンク設定
-----------------------------------　*/
a:link, a:visited {	color: #0066CC; }
a:hover {	color: #0099FF; }
a:active {	color:#666666; }

/* 見出しフォント設定
-----------------------------------　*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 150%;
}
em { font-style: normal; }
strong { font-weight: normal; }

/* テーブル共通設定
-----------------------------------　*/
table {
	margin:12px auto 0 auto;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-collapse: collapse;
	text-align: left;
}
table td {
	padding: 8px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
table th {
	padding: 8px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background: #F0F0F0;
	font-weight: normal;
}
#wrapper {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
}
#basic-table .question {
	color: #FFFFFF;
	background-color: #993300;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#basic-table .question span {
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
#basic-table .answer {
	margin-left: 12px;
	padding: 10px;
	margin-bottom: 24px;
	margin-top: 3px;
	letter-spacing: 0.2em;
}
#wrapper #button .btn {
	text-align: center;
}
.centerP {
	text-align: center;
	padding: 10px;
}
