﻿@charset "utf-8";

/*-------------------------------------------*/
/*                                           */
/* ### 特設ページ（サイン色紙プレゼント） ###*/
/*                                           */
/*-------------------------------------------*/



/*--- タイトルエリア ---*/
#main {
	margin: 0 auto;
	width:900px;
	text-align: center;
	overflow: hidden;
}

/*コンテンツ中身＿ここから-------------------------------------*/
#main_box {
	width:894px;
	margin:0 auto;
	background-color:#009966;
	border:#700718 solid 3px;
}


.pr_info {
	background:url(https://www.e-capcom.com/gyakutensaiban/6/present/images/present_info.gif) repeat-y;
	padding:20px 60px 10px;
}
.pr_info p {
	text-align:justify;
	text-justify:distribute;
	line-height:1.4;
	font-size:1.6em;
	font-weight:bold;
}

.pre_table {
	background:url(https://www.e-capcom.com/gyakutensaiban/6/present/images/present_table.gif) repeat-y;

}

table.sign_note {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
	border-left: 1px solid #5b006e;
	margin:0 auto;
	background-color:#ffffff;
}

table.sign_note thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #5b006e;
	border-right: 1px solid #5b006e;
	border-bottom: 4px solid #5b006e;
	text-align:center;
	font-size:1.8em;
	background-color:#6f2c8d;
	color:#FFFFFF;
}
table.sign_note tbody tr.snote {
	font-size:1.2em;
}
table.sign_note tbody th {
	width: 140px;
	padding: 10px;
	vertical-align: top;
	text-align:center;
	border-bottom: 1px solid #5b006e;
	font-size:1.4em;
}
table.sign_note td {
	width: 620px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #5b006e;
	border-bottom: 1px solid #5b006e;
	font-size:1.4em;
}




.note {
	text-align: justify;
	text-justify:distribute;
	margin:0 auto;
	padding:10px 30px;
	font-size:1.2em;
	color:#CCC;
	
}
/*コンテンツ中身＿ここまで-------------------------------------*/


/*--- フッター ---*/
#footer {
	width:900px;
	margin:0 auto;
	background-color:#34247b;
}

