@charset "utf-8";

body {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	letter-spacing: 1px;
	color: #000;
	z-index: -5;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFF;
}
.ss-q-title {
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 5px;
	width: 95%;
}
.ss-q-help{
	margin-bottom: 5px;
	font-size: 16px;
	width: 90%;
}
.ss-q-short {
	height: 40px;
	width: 89%;
	font-size: 30px;
	font-weight: bold;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	border: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.ss-q-long {
	height: 120px;
	width: 90%;
	font-size: 20px;
	font-weight: normal;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:5px;
	border: 1px solid #666;
}
.ss-q-checkbox,.ss-q-radio{
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.ss-q-other{
	height: 30px;
	width: 50%;
	font-size: 18px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #666;
}
ul {
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
	vertical-align: middle;
}
.list{
	height: 60px;
	width: 90%;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	border: 1px solid #666;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	margin-bottom: 20px;
	overflow : hidden;
    outline : none;
}
#ss-submit {
	width: 150px;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #963;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	margin-top: 40px;
	margin-bottom: 60px;
}
#ss-submit:hover {
	background-color: #725330;
	color: #999;
}
@media screen and (min-width: 641px) and (max-width: 960px)
{
body {
	width: 550px;
}
.ss-q-title {
	width: 90%;
}
}
@media screen and (max-width: 640px)
{
body {
	width: 100%;
	margin-top: 50px;
	padding-left: 10px;
}
#notice {
	width:80%;
	margin-top: 20px;
	padding-left: 5px;
}
input[type="submit"] { 
	-webkit-appearance: none; 
}
.br:before {
	content: "\A" ;
	white-space: pre ;
}
.hide {
	display: none;
}
.ss-q-title {
	width: 90%;
}
.ss-form-desc.ss-no-ignore-whitespace {
	width: 90%;
}
}
.count1,.count2,.count3 {
	display: block;
	width: 90%;
	text-align: right;
	margin-top: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.ss-form-heading .ss-form-title {
	color: #FFF;
}
