@charset "UTF-8";


/* ==========================================
	汎用スタイル
========================================== */
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* ==========================================
	デフォルトスタイル
========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3" , "HiraKakuPro-W3" , "ＭＳ Ｐゴシック" , "メイリオ" , Meiryo , Osaka , sans-serif;
}

ol, ul {
	list-style: none;
}

/* ==========================================
	ヘッダー
========================================== */
#header {
	height: auto;
	width: 100%;
}

.header-wrapper {
	width: 960px;
	margin: 10px auto;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.header-wrapper #logo {
	display: table-cell;
}

.header-wrapper p {
	display: table-cell;
	vertical-align: middle;
	font-size: 85%;
	padding-left: 15px;
}

/* ==========================================
	フッター
========================================== */
#footer {
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #aaa;
	border-top: 1px solid;
	margin-top: 10px;
	clear: both;
}

/* ==========================================
	コンテンツ（サイドバー含む）
========================================== */
#wrapper {
	width: 960px;
	margin: 0 auto 40px;
}

#contents {
	width: 668px;
	float: left;
	margin-right: 60px;
}

#sideMenu {
	width: 232px;
	float: left;
}

#sideMenu img {
	margin: 0px auto 20px;
}

.top-banner {
	margin-bottom: 20px;
}

.question-radio {
	margin: 30px 0px 30px 10px;
}

.question-radio label {
	margin-right: 25px;
}

.question-contents {
	padding-left: 10px;
}

h2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#6D6D6D;
	border-style:solid;
	background:#CCCCCC;
	color:#494949;
	line-height:140%;
	font-weight:bold;
}

h3 {
	margin: 10px 0px 20px;
}

.result-description {
	margin: 10px 0 24px;
}

ul.detail-category {
	margin: 10px 0px;
}

ul.detail-category li {
	color: #dc143c;
	font-weight: bold;
}

ul.reference-url {
	list-style: disc;
	margin: 10px 0px 15px;
}

ul.reference-url li {
	margin-left: 20px;
}

div.submitButton {
	margin: 20px auto 10px;
	text-align: center;
}

div.submitButton div {
	display: inline-block;
	margin: 0px 10px;
}

.button {
	background-color: #5e6368;
	color: #ffffff;
	display: inline-block;
	margin: auto;
	padding: 10px 20px;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.button:hover {
	background-color: #afb0b1;
	color: #000000;
	text-decoration: none;
}

p.warning {
	font-size: 80%;
	margin-bottom: 10px;
	color: #ff0000;
}

div.sns a {
	margin-right: 2px;
}

.textCenter {
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	img {
		width: auto;
	}
	
	/* ==========================================
		ヘッダー
	========================================== */
	.header-wrapper {
		width: 100%;
	}
	
	.header-wrapper #logo {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	
	.header-wrapper p {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	/* ==========================================
		コンテンツ（サイドバー含む）
	========================================== */
	#wrapper {
		width: 100%;
	}
	
	#contents {
		width: 90%;
		margin: 0px auto;
		float: none;
	}
	
	#sideMenu {
		width: 90%;
		margin: 20px auto;
		float: none;
	}
	
	#sideMenu a {
		display: block;
		text-align: center;
	}
	
	.top-banner {
		width: 100%;
	}
	
	.question-radio label {
		display: block;
		margin: 10px 0px 10px 8px;
	}
	
	h2 {
		font-size: 16px;
	}
	
	h3 {
		font-size: 15px;
	}
	
	p, label, div, input {
		font-size: 14px;
	}
}
