@charset "Shift_JIS";

/* ------------------------------------------------------------------------
　全体のレイアウト
------------------------------------------------------------------------ */
#suntory_contents{
	margin: 13px 0px 10px;
}

#container{
	width:860px;
	background: url(img/container_bg.jpg) repeat-y center top;
}
#container_top{
	width:860px;
	background: url(img/container_top.jpg) no-repeat center top;
	padding-top:30px;
}

#container_top h1{
	margin-bottom:10px;
}

#contents{
	margin:0 55px;
}

/*入力フォームテーブル*/
/*アンケートテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#form_area table,
#enquete table,
#kantanriyou table,
#datahenko table{
	width:750px;
	background-color:#FFFFFF;
}

#container_ft{
	background: url(img/container_ft.jpg) no-repeat center bottom;
	height: 75px;
}


/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*説明部分全体のスタイル*/
#notes{
	padding:25px;
	font-size:80%;
	line-height:130%;
}


/*説明部分h2要素のスタイル*/
#notes h3{
	font-size:100%;
	margin:1em 0 0 0;
	padding:0;
	color:#F17503;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

#notes span{
	color:#F17503;
}

/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/*応募フォーム見出し*/
/*アンケート見出し*/
h2#h2-form-box,
h2#h2-enquete-box{
	background-color:#BFD51A;
	padding:8px 0 6px 14px;
	margin:10px 0 0 0;
}

h2 span{
	display:block;
	font-size:80%;
	font-weight:bold;
	color:#653D3B;
}

/*かんたん応募テーブル*/
#kantan{
	background-color:#FFFADC;
	border-top: 1px solid #BFD51A;
	border-right: 1px solid #BFD51A;
	border-bottom: none;
	border-left: 1px solid #BFD51A;
}

/*入力フォームテーブル*/
#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 #BFD51A;
}

#form_area table th,
#enquete table th{
	background-color:#FFFADC;
}

#enquete table th{
	vertical-align: top;
	padding:5px 0px 4px 8px;
}


/* 必須マークの位置調整
---------------------------------------------------- */
#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:auto;
	padding:0 5px 0 10px;
}


/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
#formkakunin{
	padding: 30px 0 0;
}


/* ------------------------------------------------------------------------
　完了/期間外/エラー
------------------------------------------------------------------------ */
/*サンクス画面説明*/
div.bnr#formthanks{
	padding:40px 0 10px;
}

#formthanks h2{
	line-height: 140%;
	color:#5D3307;
}

#formthanks p.lead{
	margin-top: 1em;
}


/*サブミットボタン マージン調整*/
#submit_box{
text-align:center;
padding:20px 0 0 0;
}

strong.th-strong{
	font-weight:bold;
	color:#FF0000;
}
