@charset "Shift_JIS";


#suntory_contents{
	/*padding-bottom:20px;*/
}

#container{
	width:744px;
	background: url(img/container_bg.gif) repeat-y left top;
}

#contents{
margin:0px 22px 0 22px;
}

#container_ft{
	background: url(img/container_ft.gif) no-repeat left top;
	height: 2px;
	width: 744px;
	margin: 0px auto;
}

/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/*応募フォーム見出し*/
h2#h2-form-box{
margin:0;
padding:0;
background-color:#FFFFFF;
}

/*かんたん応募テーブル*/
#kantan{
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: none;
	border-left: 1px solid #FF6600;
	background-color:#fcf3aa;
}

/*入力フォームテーブル*/
#form_area{
padding:0;
}

/*入力フォームテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#form_area table,
#kantanriyou table,
#datahenko table{
width:700px;
}

#form_area table th,
#form_area table td{
border:1px solid #FF6600;
}

#form_area table th{
background-color:#fcf3aa;
}

/* メルマガパーミッション
---------------------------------------------------- */
#form_area table td .mailmag_r{
	float:left;
	width:380px;
	padding:0 5px 0 10px;
}


/* プレゼント選択
---------------------------------------------------- */
/*プレゼント選択テーブル*/
table#present-table{
	width:700px;
	margin-bottom: 10px;
}
table#present-table th{
	border: none;
	background-color:#ffffff;
	font-size: 80%;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
}
table#present-table td{
	border: 1px solid #f90;
	background-color:#ffe57f;
}

table#present-table th.wid_th_err{border:2px solid #ff0000;background-color:#ff99cc;color: #000000;}
table#present-table td.wid_td_err{border:2px solid #ff0000;}

/*プレゼント選択テーブル段組*/
table#present-table table.p-table-layout{
	margin: 2px 5px 5px;
}
table#present-table table.p-table-layout td{
	border-style: none;
	padding: 2px;
}
table#present-table td.present-item{
	font-size:80%;
}


/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*説明部分全体のスタイル*/
#notes{
	padding:5px 0 1em 0;
	font-size:80%;
}

/*説明部分h2要素のスタイル*/
#notes h2{
	font-size:100%;
	margin:1em 0 0 0;
	padding:0;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

#notes h2 span{
	display:inline;
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
}

/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
/*確認画面メッセージ*/
#formkakunin{
	margin: 20px 0px 10px;
}

/*選択したプレゼント*/
table#present-table td p{
	padding: 5px;
	font-size: 80%;
}

/* ------------------------------------------------------------------------
　完了画面
------------------------------------------------------------------------ */
#suntory_contents table#tl_done{
	margin-right: auto;
	margin-left: auto;
}
/*サンクス画面説明*/
#formthanks{
	text-align:center;
	padding:10px 0;
	width: 700px;
	margin: 0px auto;
}

/*サンクス画面文言の幅調整*/
#formthanks p.lead{padding:0 50px;}
#formthanks .gorenraku{margin:8px 50px 0 50px;}

/*完了画面のリンクのスタイル*/
#thanks-link{
	border:1px solid #ff6600;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	margin:1em 50px;
	padding:0.5em 1.5em;
}

/*完了画面のリンクメッセージのスタイル*/
#thanks-link .thanks{
	font-size:100%;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	margin:1em 0;
}

/*完了画面のリンクメッセージの画像位置*/
#suntory_contents p.thanks img{
	vertical-align:middle;
}

/*フッタ*/
#suntory_contents .odekake-footer {
	font-size:72%;
}

/* 期間外、エラー画面
---------------------------------------------------- */
#formthanks h2{
	padding-top: 20px;
}



/* ------------------------------------------------------------------------
　本来ならpresent.cssに記述
------------------------------------------------------------------------ */
div.pre-text{
	margin:15px 0 10px 15px;
	padding:0;
	font-size:80%;
	line-height:120%;
}
div.pre-text p{
	margin:0 0 1em;
}
div.pre-text p.kome{
	text-indent:-1em;
	margin:0 0 0 1em;
}
div.pre-text p.mb0{
	margin-bottom: 0px;
}
div.pre-text p.mb1{
	margin-bottom: 1em;
}

.pre-kome{
	text-indent:-1em;
	margin:0 0 0 1em;
	padding:0 0 10px 15px;
	font-size:80%;
	line-height:120%;
}
.pb0{
	padding-bottom: 0px;
}

/*template.cssで「h2 span」に掛かっているスタイルの解除*/
h2.pre-title span{
	display:inline;
	font-size:110%;
	font-weight:bold;
	color:#CC0000;
}

