@charset "Shift_JIS";

/* ------------------------------------------------------------------------
　全体のレイアウト
------------------------------------------------------------------------ */
#suntory_contents{
	background: #FFFFFF url(img/bg-horoyoi.gif) repeat scroll center top;
	padding-bottom: 20px;
}

#container{
	width:740px;
}

#suntory_contents h1{
	text-align: center;
	margin-bottom: 30px;
}

#waku{
	background: url(img/waku_bg.gif) repeat-y center top;
	width: 740px;
}
#waku_hd{
	background: url(img/waku_hd.gif) no-repeat center top;
	height: 10px;
	width: 740px;
}
#waku_ft{
	background: url(img/waku_ft.gif) no-repeat center bottom;
	height: 10px;
	width: 740px;
}

#contents{
	margin:0 20px;
}

/*入力フォームテーブル*/
/*アンケートテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#form_area table,
#enquete table,
#kantanriyou table,
#datahenko table{
	width:700px;
}


/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*説明部分全体のスタイル*/
#notes{
	margin:0 10px;
	padding:0 0 1em 0;
	font-size:80%;
	line-height:130%;
}

/*説明部分h2要素のスタイル*/
#notes h2{
	font-size:100%;
	margin:1em 0 0 0;
	padding:0;
	color:#ff6147;
}
#notes h2.first{
	margin:5px 0 0;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/*応募フォーム見出し*/
/*アンケート見出し*/
h2#h2-form-box,
h2#h2-enquete-box{
	background-color:#ffffff;
	margin:10px 0 0;
	padding:4px 0;
}

h2#h2-form-box{
	font-size:100%;
	font-weight:bold;
	color:#ceb300;
}
h2#h2-enquete-box{
	font-size:100%;
	font-weight:bold;
	color:#90c505;
}

/*かんたん応募テーブル*/
#kantan{
	background-color:#f8f4d9;
	border: 1px solid #ceb300;
	border-bottom: none;
}

#suntory_contents table#kantan{
margin:0;
}

/*応募フォームテーブル*/
#form_area{
padding:0 0 8px 0;
}

#form_area table th,
#form_area table td{
	border:1px solid #ceb300;
}

#form_area table th{
	background-color:#f8f4d9;
}

/*アンケートフォームテーブル*/
#enquete table{
margin:0;
}

#enquete table th,
#enquete table td{
	border:1px solid #90c505;
}

#enquete table th{
	background-color:e9f3cd;
}

#form_area table td,
#enquete table td{
	background-color:#ffffff;
}

/* メルマガパーミッション
---------------------------------------------------- */
#form_area table td .mailmag_r{
	float:left;
	width:auto;
	padding:0 5px 0 10px;
}


/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
#formkakunin{
	padding: 5px 0 0;
}


/* ------------------------------------------------------------------------
　完了/期間外/エラー
------------------------------------------------------------------------ */
/*サンクス画面説明*/
div.bnr#formthanks{
	padding:5px 0 0px;
}

#formthanks h2{
	line-height: 140%;
	color:#000000;
}

#formthanks p.lead{
	margin-top: 1em;
}


/* ------------------------------------------------------------------------
　rtdヘッダ
------------------------------------------------------------------------ */
#rtd-button{
	background-color:#ffffff;
	border-color:#dedede;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:5px 0 5px 10px;
	margin:0;
}




