@charset "utf-8";
/* アンケート機能 */


/* インラインフレーム内の表示範囲 */
#top_poll {
	width: 200px;
	height: 285px;
	border-top: 2px solid #5679FE;
	border-bottom: 2px solid #5679FE;
	background: #FFFFFF url(../images/poll_top_bg.gif) top center no-repeat;
	font-size: 11px;
}

#top_poll ul {
	margin:0px;
	padding:0px;
}

#top_poll li {
	margin:0px;
}

.poll_vote form {
	display: inline;
}

.poll_vote .form_bt {
	width: 80px;
	font-size: 1em;
	//line-height: 20px;
	text-decoration: none;
}
.poll_vote .form_bt result {
	//line-height: 21px;
}

#top_poll .poll_vote a.form_bt {
	//line-height: 21px;
}

.poll_vote .center_box {
	margin:0px;
	padding:0px;
}

/* 結果表示用 */
#iframe_contents {
	width: 200px;
	height: 350px;
	background: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

#iframe_contents a#results_btn {
	background-repeat: no-repeat;
	background-image: url("../community/images/poll.jpg");
	height: 270px;
	width: 150px;
	display: block;
	cursor: pointer;
	margin:25px;
	text-indent: -9999px;
}

/* 質問項目表示 */
.survey .issue {
}
	.survey .issue .no {
		/* padding: 5px;
		color: #CC0000; */
	}

	.survey .issue .no .required {
		display: none;
		color: #f00;
	}

	.survey .issue .q {
		float: left;
		width: 190px;
		text-align: left;
	}
		.survey .issue .q_title {
			padding: 5px;
			font-weight: bold;
			color: #CC0000;
		}

		.survey .issue .q_detail {
			width: 170px;
			font-size: 11px;
		}

		.survey .issue .text {
			width: 170px;
			font-size: 11px;
		}

		.survey .issue .q_input{
			//margin-bottom: 10px;
			border: none;
			vertical-align: middle;
			width: 175px;
		}
		
			.survey .issue .q_input input {
				border: none;
				margin-right: 5px;
			}
		
			.survey .issue .q .radio {
				margin: 5px 5px 0;
				padding-bottom: 5px;
			}
			.survey .issue .q .radio label {

				display: block;
				width: 100%;
				margin-top: 3px;
				margin-right: 3px;
				margin-bottom: 3px;
				margin-left: 3px;
				padding-bottom: 5px;

				border-bottom-color: #a4a4a4;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				
				float: none;
			}


