@charset "Shift_JIS";


/* ------------------------------------------------------------------------
　全体のレイアウト
------------------------------------------------------------------------ */
#suntory_contents{
	background-color:#FFFFFF;
	color: #4a4a4a;
	margin-top: 15px;
}

#container{
	width:720px;
}

#contents{
	margin:30px 10px 0;
}


/*入力フォームテーブル*/
/*アンケートテーブル*/
/*かんたん応募利用テーブル*/
/*会員登録情報変更テーブル*/
#form_area table,
#enquete table,
#kantanriyou table,
#datahenko table{
width:700px;
}


/* ------------------------------------------------------------------------
　応募要項
------------------------------------------------------------------------ */
/*説明部分全体のスタイル*/
#notes{
	margin:0 30px 0;
	padding:0 0 1em 0;
	font-size:80%;
	line-height:130%;
}

/*説明部分h2要素のスタイル*/
#notes h2{
	font-size:100%;
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0;
	color:#5FB5CD;
}

/*説明部分p要素のスタイル*/
#notes p.list{
	padding:0;
	margin:0;
}

#notes p.kome{
	text-indent:-1em;
	padding:0;
	margin:0 0 0 1em;
}

#notes p.lead{
	background: #e6f3f7;
	text-align: center;
	padding: 12px;
	border: 1px solid #b6e1f2;
}

#notes p.gokakunin{
	margin-top: 20px;
	font-weight: bold;
}

#moddel{
	text-align: right;
	margin: 10px 0px 0px;
}


/* ------------------------------------------------------------------------
　応募フォーム
------------------------------------------------------------------------ */
/* 枠、背景色
---------------------------------------------------- */
#form_area table th,
#form_area table td,
#enquete table th,
#enquete table td{
	border:1px solid #5FB5CD;
}

#form_area table th,
#enquete table th{
	background-color:#e6f3f7;
}

/*応募フォーム見出し*/
/*アンケート見出し*/
/*かんたん応募テーブル*/
/*h2#h2-form-box,
h2#h2-enquete-box,*/
#kantan{
	border-top: 1px solid #edbda7;
	border-right: 1px solid #edbda7;
	border-bottom: none;
	border-left: 1px solid #edbda7;
}

/*応募フォーム見出し*/
/*アンケート見出し*/
h2#h2-form-box,
h2#h2-enquete-box{
	background-color:#5FB5CD;
	margin:15px 0 0;
	padding:10px 0 9px 10px;
}
h2 span{
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
}

/*かんたん応募テーブル*/
#kantan{
	background-color:#FFFFFF;
}

/* 余白
---------------------------------------------------- */
#suntory_contents table#kantan{
margin:0;
}

/*入力フォームテーブル*/
#form_area{
padding:0;
}

#enquete table{
margin:0;
}

/* 小問
---------------------------------------------------- */
/*入力画面*/
#enquete table.tbl-sub{
	background: #e6f3f7;
	margin: 10px 0 5px 10px;
	width: 662px;
	clear: left;
}
#enquete table.tbl-sub th,
#enquete table.tbl-sub td{
	border:1px solid #e6f3f7;
	font-size:100%;
	padding: 10px;
}
#enquete table.tbl-sub th{
	padding-bottom: 5px;
}
#enquete table.tbl-sub td{
	padding-top: 3px;
}

#enquete table th.wid_th_err{border:2px solid #ff0000;background-color:#ff99cc;}
#enquete table td.wid_td_err{border:2px solid #ff0000;}


/*確認画面*/
#enquete .div-sub{
	background: #e6f3f7;
	margin: 5px 18px 5px 10px;
	padding: 10px;
}

#enquete p.case{
	font-weight: bold;
	margin-bottom: 0.5em;
}

#enquete p.q-sub{
	margin-bottom: 0.5em;
}


/* 選択部分　列
---------------------------------------------------- */
#enquete table td ul.row{
	display: inline;/*IEでpaddingが2倍になるのを回避*/
}
#enquete table td ul.row li{
	margin:0 2em 0 0;
	line-height:130%;
	float: left;
}
#enquete table td ul.row li.last{
	margin-right: 0;
}

/* メルマガパーミッション
---------------------------------------------------- */
#form_area table td .mailmag_r{
	float:left;
	width:380px;
	padding:0 0 0 10px;
}

#form_area table th, #form_area table td {
    padding: 5px 0px 4px 8px;
}


/* ------------------------------------------------------------------------
　確認画面
------------------------------------------------------------------------ */
#formkakunin{
	padding: 20px 0 10px;
}


/* ------------------------------------------------------------------------
　完了/期間外/エラー
------------------------------------------------------------------------ */
/*サンクス画面説明*/
#formthanks{
	padding:20px 0;
}

#formthanks h2{
	line-height: 140%;
	color: #4a4a4a;
}

#formthanks p.lead{
	margin-top: 1em;
}


/* ------------------------------------------------------------------------
　リンク
------------------------------------------------------------------------ */
#suntory_contents a {
	color:#23A5D6;
}

#suntory_contents a:link,
#suntory_contents a:visited {
	color:#23A5D6;
	text-decoration:underline;
	font-weight:bold;
}

#suntory_contents a:hover,
#suntory_contents a:active {
	color:#83caea;
	text-decoration:underline;
	font-weight:bold;
}



