@charset "Shift_JIS";

/* ------------------------------------------------------------------------
　全体のレイアウト
------------------------------------------------------------------------ */
#suntory_contents{
	color: #666;
	background: #FFF;
}

#container{
	width:890px;
}

#container h1{
	text-align: center;
	padding-bottom: 30px;
}

#contents{
	margin:0px 64px;
}

/*入力フォームテーブル*/
/*アンケートテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#quiz_area table,
#form_area table,
#enquete table,
#kantanriyou table,
#datahenko table,
table#kantan{
	width:762px;
}

/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*説明部分全体のスタイル*/
#notes{
	margin:0 10px 2em;
	padding:0;
	font-size:80%;
	line-height: 140%;
}

/*説明部分h2要素のスタイル*/
#notes h2{
	font-size:100%;
	font-weight:bold;
	margin:1em 0 0 -10px;
	padding:0;
	color: #E2A329;
}
#notes h2.first{
	margin-top:0;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/* 枠、背景色
---------------------------------------------------- */
#quiz_area table th,
#quiz_area table td,
#form_area table th,
#form_area table td,
#enquete table th,
#enquete table td{
	border:1px solid #E5B232;
}

#quiz_area table th,
#form_area table th,
#enquete table th{
	background-color:#FDF9F0;
}

/*かんたん応募テーブル*/
#kantan{
	border-top: none;
	border-right: 1px solid #533A33;
	border-bottom: none;
	border-left: 1px solid #533A33;
	background-color:#EAEAEA;
}

/*応募フォーム見出し*/
/*アンケート見出し*/
h2#h2-quiz-box,
h2#h2-form-box,
h2#h2-enquete-box{
	margin:10px 0 0 0;
	padding:10px 0 10px 10px;
	background-color:#E5B232;
}

h2 span{
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
}

#quiz_area table th,
#quiz_area table td{
	font-size:73%;
	line-height:130%;
	text-align:left;
	vertical-align:middle;
	padding:5px 0 4px 8px;
	font-weight: normal;
}


/* 余白
---------------------------------------------------- */
/*入力フォームテーブル*/
#form_area{
	padding:0 0 10px;
}

/*アンケートテーブル*/
#enquete table{
	margin: 0px;
}

#quiz_area{
	margin:0 0 20px
}

/* wid_sとwid_mの幅調整（合計225px）
---------------------------------------------------- */
#form_area table th.wid_s,#form_area table th.wid_s_err,#form_area table th.wid_s_modified{width:70px;}
#form_area table th.wid_m,#form_area table th.wid_m_err,#form_area table th.wid_m_modified{width:155px;}


/* 追加エラー
---------------------------------------------------- */
#quiz_area table th.wid_th_err{border:2px solid #ff0000;background-color:#ff99cc;}
#quiz_area table td.wid_td_err{border:2px solid #ff0000;}


/* メルマガパーミッション
---------------------------------------------------- */
#form_area table td .mailmag_r{
	float:left;
	width:440px;
	padding:0 0 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;
}


/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
#formkakunin{
	margin: 15px 0;
}


/* ボタン位置調整
---------------------------------------------------- */
#submit_box2{
	text-align:left;
	padding:20px 101px;
}


/* ------------------------------------------------------------------------
　完了/期間外/エラー
------------------------------------------------------------------------ */
/*サンクス画面説明*/
#formthanks{
	text-align:center;
	padding:20px 0;
}

#formthanks h2{
	line-height: 140%;
	color:#E2A329;
}

#formthanks p.lead{
	margin-top: 1em;
}

/* ------------------------------------------------------------------------
　Beerブランドヘッダ
------------------------------------------------------------------------ */
/*ヘッダ-------------------------*/
#toBeerTopPage {
    background-color: #FFFFFF;
    border-bottom: 0 none;
    height: 30px;
    margin: 10px auto 0;
    text-align: left;
    width: 890px;
}


/* ------------------------------------------------------------------------
　リンク色
------------------------------------------------------------------------ */
#suntory_contents a:link{
	color: #E0A229;
	text-decoration:underline;
}

#suntory_contents a:visited{
	color: #E0A229;
	text-decoration:underline;
}

#suntory_contents a:hover{
	color: #666;
	text-decoration:none;
}

#suntory_contents a:active{
	color: #666;
	text-decoration:none;
}



