@charset "Shift_JIS";

/*オリチャン用
======================================*/
.pankuzu_list{
	display:none;
}
#global_header,#global_footer{
	display:none;
}

/*全体
======================================*/
body {
	font-size:14px;/*全体の文字サイズ*/
	background-color:#ffffff;/*全体の背景色*/
	/*background:url(/enquete/css/アンケート番号/image/bg.jpg) repeat left top;/*壁紙画像*/
}

#top { max-width:780px; }
#header,
#contents { background-color:#fff; }

/*ヘッダ
======================================*/
#header {
	background-color:#fff;/*背景色*/
	margin-bottom:0;/*ヘッダとアンケートの間のスペース*/
}

/*アンケート
======================================*/
/*アンケート項目*/
.enq_set dt {
	border-bottom:1px solid #666666;/*下線*/
	border-left:10px solid #666666;/*左線*/
	/*border:1px dotted #F99;/*枠*/
	/*background-color:#FFC;/*背景色*/
}

/*回答*/
.enq_set dd {
	/*border:1px dotted #F99;/*枠*/
	/*background-color:#FFC;/*背景色*/
}

/*お客様情報
======================================*/
/*タイトル*/
.personal_title {
	/*background-color:#000;/*背景色*/
	/*color:#fff;/*文字色*/
}

/*項目欄*/
#personal dl { background-color:#e3f4f9;/*背景色*/ }

/*回答欄*/
#personal dd { background-color:#fff;/*背景色*/ }

#egg_endtxt{
padding:30px;
text-align:center;
font-weight:bold;
font-size:24px;
line-height:35px;
color:#FF6600;
}