@charset "Shift_JIS";

/* ------------------------------------------------------------------------
　全体のレイアウト
------------------------------------------------------------------------ */
#suntory_contents{
}

#container{
	width:700px;
	color: #000000;
}

#contents{
	padding-top:5px;
}

/*入力フォームテーブル*/
/*アンケートテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#form_area table,
#enquete table,
#kantanriyou table,
#datahenko table{
	width:100%;
	background-color:#FFFFFF;
}


/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*応募要項注意書き*/
#notes .read {
	margin: 20px 10px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 20px;
	border: 1px solid #C3AD95;
	color: #523726;
	background-color: #E8E4D3;
}

/*説明部分全体のスタイル*/
#notes{
	font-size:80%;
	line-height:130%;
	margin: 0 15px;
	color: #705E38;
}


/*説明部分h2要素のスタイル*/
#notes h2{
	font-size:100%;
	margin:1em 0 0 0;
	padding:0;
	color:#523726;
}
#notes h2.first{
	margin:0 0 0 0;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

#notes span{
	color:#523726;
}

#notes p.set1{
	padding:3px 0 0 1em;
	margin:0;
	color: #5D3307;
}
#notes p.set2{
	padding:0 0 0 20px;
	margin:0;
}

/*プレゼント画像のレイアウト*/
#notes img.pre {
	float: right;
	margin:0;
}

/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/*応募フォーム見出し*/
/*アンケート見出し*/
h2#h2-form-box,
h2#h2-enquete-box{
	background-color:#523726;
	/*width: 100%;*/
	text-align: left;
	margin: 10px 0 0;
	padding: 8px 0 6px 14px;
}

h2 span{
	display:block;
	font-size:80%;
	font-weight:bold;
	color:#FFFFFF;
}

/*かんたん応募テーブル*/
#kantan{
	background-color:#E8E4D3;
	border-top: 1px solid #523726;
	border-right: 1px solid #523726;
	border-bottom: none;
	border-left: 1px solid #523726;
}

/*入力フォームテーブル*/
#form_area{
padding:0 0 8px 0;
}

#enquete table{
margin:0;
}

#form_area table th,
#form_area table td,
#enquete table th,
#enquete table td{
	border:1px solid #523726;
}

#form_area table th,
#enquete table th{
	background-color:#E8E4D3;
}

#enquete table th.ttl1{
	background-color: #D1EEEF;
	color: #000066;
	background-color: #2C5189;
	color: #FFFFFF;
	font-weight: bold;
}
#enquete table th.ttl2{
	background-color: #F7E89F;
	color: #000000;
	font-weight: bold;
}
#enquete table th.ttl2 strong{
	border-bottom: 1px solid #000000;
}
#enquete table th strong.line{
	font-weight: bold;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

#enquete table td p.tl{
	font-weight: bold;
	margin-top: 1em;
	line-height: 140%;
}
#enquete table td p.mt0{
	margin-top: 0;
}


/* 必須マークの位置調整
---------------------------------------------------- */
#enquete table th p.q-need{padding:0;}
#enquete table th .need{
	float: right;
	margin: 0px 4px 1em;
}

/* メルマガパーミッション
---------------------------------------------------- */
#form_area table td .mailmag_r{
	float:left;
	width:85%;
	padding:0 5px 0 10px;
}

/* 選択部分　列
---------------------------------------------------- */
#enquete table td table.row{
	width: auto;
	background: transparent;
}
#enquete table td table.row td{
	padding:0 2em 0 0;
	line-height:130%;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-style: none;
}
#enquete table td table.row td.last{
	padding:0;
}

/* 「その他」のインデント
---------------------------------------------------- */
#suntory_contents div.id_other{
	margin-left: 25px;
}

/* 「その他」のインプット幅
---------------------------------------------------- */
#suntory_contents input.inpwid_other{width:150px;}


/* tebleレイアウト用
---------------------------------------------------- */
#enquete table td table.layout{
	width: auto;
	background: transparent;
}
#enquete table td table.layout td{
	padding:0 0 0 0;
	line-height:130%;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-style: none;
}

#enquete table td table#q13 td{
	text-align: center;
	vertical-align: bottom;
	width: 120px;
}


/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
#formkakunin{
	padding: 30px 0 0;
	color: #705E38;
	text-align: center;
}


/* ------------------------------------------------------------------------
　完了/期間外/エラー
------------------------------------------------------------------------ */
/*サンクス画面説明*/
#formthanks{
	padding:10px 0 10px;
}

#formthanks h2{
	line-height: 140%;
	color:#5D3307;
}

#formthanks p.lead{
	margin-top: 1em;
}


/* ------------------------------------------------------------------------
　リンク
------------------------------------------------------------------------ */
#contents a:link {
color:#F19921;
}
#contents a:visited {
color:#F19921;
}
#contents a:hover {
color:#F19921;
}
#contents a:active {
color:#F19921;
}


/*注意書きのスタイル*/
.caution{
	font-weight: normal;
}
	

/* レイアウト用table
---------------------------------------------------- */
div.layout{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#enquete .layout table{
	width: 98%;
}
#enquete .layout table th{
	width: 40%;
}
/*#enquete .layout table td{
	width: 38%;
}*/

#enquete .layout table th,
#enquete .layout table td{
	font-size: 100%;
	vertical-align: middle;
	border:1px solid #C4B088;
}

#enquete .layout table th{
	background: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#enquete .layout table#q1-table th{	width: 250px;}

#enquete table#q12-table{
	width: 650px;
}

#enquete table#q12-table td{
	vertical-align: middle;
	border: none;
	padding:5px 0;
}

/*必須マークの列*/
#enquete .layout table td.need{
	border-style: none;
	text-align: right;
	vertical-align: middle;
	background: #FFFFFF;
	width: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*空セル*/
#enquete .layout table td.emp{
	border-style: none;
}

#enquete .layout table th.drink{
	background: #CFE8FF;
}

#enquete .layout table th.wid_th{
}

#enquete .layout table th.fre_tl{
	background: #CFE8FF;
	text-align: center;
}

#enquete .layout table#q8-table th.fre{
	padding:5px 3px;
	background-color: #FEFFE6;
	text-align: center;
}

#enquete .layout table#q8-table td.when{
	border-style: none;
	width: 150px;
}

/*-選択欄：入力画面（ラジオボタン、チェックボックス）*/
#enquete .layout table td{
}

/*Q2、Q6選択欄：確認画面*/
#enquete table.kakunin .layout table td.wid_td{
	padding:5px 8px 4px;
	text-align: left;
}

/*偶数行*/
#enquete .layout table tr.step2,
#enquete .layout table tr.step2 th.wid_th{
	background-color: #FEFFE6;
}


/* 追加エラースタイル
---------------------------------------------------- */
#enquete .layout table#q1-table td.wid_td_err{
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}
#enquete .layout table#q1-table td.wid_tdr_err{
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	border-right: 2px solid #ff0000;
}

#enquete .layout table.association td.wid_tdr_err
{border:2px solid #ff0000;}

#enquete .layout table th.wid_th_err,
#enquete table tr.sub_q th.wid_th_err{border:2px solid #ff0000;background-color:#ff99cc;}
#enquete .layout table td.wid_td_err{border:2px solid #ff0000;}

#enquete table th.wid_th_err_err{border:2px solid #ff0000;background-color:#ff99cc;}
#enquete table td.wid_td_err_err{border:2px solid #ff0000;}
