@charset "utf-8";
/* CSS Document */
body, html {
	background-color:#f8f4e6;overflow:auto;
	width:100%;
font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 18px!important;
}

.hissu {
	color:#f00;
	font-weight: 500;
}

dt.subhead {
	color: #f60;
}
dt.head {
	color: #36F;
	font-size: 150%;
	font-weight: bolder;
}

dt.subhead > em {
	font-weight:bold;
}

*.txtlabel { font-weight:600; }
*.radspace { margin-left:2em; }
*.opacity { opacity: 0.3; }
input.radio { margin-left:0.5em;margin-right:0.5em; }
*.cursorhands { cursor:pointer; }
dl.doc-message {
	width: 100%;
	padding: 1em;
	color: #333;
	font-weight: 500;
}

form.entry {
	margin: 0;
	background: rgba(153,204,255,0.5);
}

.entry button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

input.btn-submitx {
	background: #06F;
	color: #ff0;
	width: 12em;
}

