@charset "UTF-8";
/**
 * KBB Play Park用 共通デザイン
*/
 
.fm-verticalquestion{
	background-color:#EDEDED;
}
.fm-x{
	background-color:#EDEDED;
}
.fm-y{
	background-color:#EDEDED;
}

body, table, p, ul, a, label, label.fm_radio_unchecked, label.fm_radio_checked, label.fm_checkbox_unchecked, label.fm_checkbox_checked, input, input[type="text"], input[type="text"].fm_text, input[type="text"].fm_name, input[type="text"].fm_zip, select, textarea, textarea.fm_textarea {
	font-family       : 'ヒラギノ角ゴシック', 'MS PGothic', sans-serif;
	color         : #424242;
	line-height         : 25px;
	font-size         : 14px;
}

select {
	height:1.6em; /* フォント・フォントサイズにあわせて調整 */
}

a {
	color:#8E6DF2 !important;
}

/* ログインリンクJS用ポインタ */
a#loginLinkUrl {
cursor:pointer;
}

/* ボタン用画像用CSS */ /*
input[type="submit"][id^="wcf"], input[type="submit"][id^="rewind_wcf"], input#confirm[type="submit"] {
	border: 0px;
	padding:0;
	border-radius:unset;
	-moz-border-radius:unset;
	-webkit-border-radius:unset;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
} */