@charset "utf-8";
/* ==========================
    ステップガイド
========================== */
#stepGuide {
	height:69px;
	margin:0 0 15px;
	background: url("../img/category/bg_stepGuide.gif") repeat-x scroll 0 center;
	position: relative;
	overflow: hidden;
}
#stepGuide ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top:7px;
}
#stepGuide ul li {
	float: left;
	margin:0;
	position: relative;
	left: -50%;
}
/* ==========================
    全体設定
========================== */
.question_field table {
	width:100%;
	margin-bottom:30px;
}
.question_field table th {
	vertical-align:top;
	font-weight:bold;
	width:25%;
	text-align:right;
	padding:0 1em 1em;
}
.question_field table td {
	border-left:1px dotted #ccc;
	padding:0 1em;
}
.question_field table td > div {
	margin:0 0 15px;
	position: relative;
}
.QuestionSummaryText {
	margin:0 0 0.5em;
	color: #666666;
	font-size:92%;
}
.QuestionSummaryExample {
	margin:0 0 0.5em;
	color: #666666;
	font-size:92%;
}
.Questions.w320 {
	width:380px;
}
.Questions input {
	padding:0.3em;
}
.Questions textarea {
	width:100%;
	padding:0.5em 0.3em;
}
.updnWatermark {
	color: #999;
	font-size:92%;
}
/* ==========================
    option水平配置　CSS上書き
========================== */
.inline .QuestionType li {
	float: left;
	margin: 0 1em 0 0;
}

/* ==========================
    希望のイメージ　CSS上書き
========================== */
.w320 .QuestionType {
	padding:0 1em;
}
.QuestionType .ui-widget-content {
	border: 1px solid #F9A21F;
	color: #333333;
}
.QuestionType .ui-state-default,
.QuestionType .ui-widget-content .ui-state-default {
	background-color: #F9A21F;
	background-image:none;
	border: 1px solid #F9A21F;
	color: #1C94C4;
	font-weight: bold;
	outline: medium none;
}
.QuestionType .ui-slider li,
.QuestionType .ui-slider dd {
	color: #313131;
}
