
#modalSection
{
	display: none;
	width: 100%;
	min-width: 1080px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	font-family: "Helvetica Neue" , Helvetica, "Lucida Grande", "segoe UI", Arial, Verdana, "Droid Sans", sans-serif;
}

#modalSection.view
{
	display: block;
}

#modalSection div.closeArea
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.9);
	text-indent: 100%;
	white-space: nowrap;
}

#modalSection div.modalContainer
{
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
}

#modalSection div.modalContainer>div
{
	display: none;
}

#modalSection div.modalContainer a.close
{
	display: block;
	width: 120px;
	height: 30px;
	overflow: hidden;
	margin: 60px auto 0;
	padding-left: 10px;
	font-size:12px;
	background:#fff url(../img/contents/mark_close.png) 12px 50% no-repeat;
	color:#000;
	border: 3px solid #fff;
	border-radius: 18px;
	line-height:30px;
	letter-spacing:0.1em;
	text-align: center;
	text-decoration: none;
}
#modalSection div.modalContainer a.close:hover
{
	background:#000 url(../img/contents/mark_close_on.png) 12px 50% no-repeat;
	color:#fff;
}

#modalSection.disp_0 div.modalContainer div.modal00,
#modalSection.disp_1 div.modalContainer div.modal01,
#modalSection.disp_2 div.modalContainer div.modal02,
#modalSection.disp_3 div.modalContainer div.modal03
{ display: block; }


/*
 *	modal 00
*/

#modalSection.disp_0 div.modalContainer
{
	padding-bottom: 96px;
	margin-left: 0;
}

#modalSection div.modalContainer div.modal00 a.close
{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

/*
 *	modal 01
*/

#modalSection div.modalContainer div.modal01,
#modalSection div.modalContainer div.modal03
{
	color: #ffffff;
	padding:8em 0 8em;
}

#modalSection div.modalContainer div.modal01 a.close,
#modalSection div.modalContainer div.modal03 a.close
{
}

#modalSection div.modalContainer div.modal01 h3,
#modalSection div.modalContainer div.modal03 h3
{
	margin:0 auto 3em;
	padding:0 0 0.2em;
	color:#fff;
	line-height:1.8px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.5em;
}

#modalSection div.modalContainer div.modal01 h3.nosp,
#modalSection div.modalContainer div.modal03 h3.nosp
{
	letter-spacing:0;
}

#modalSection div.modalContainer div.modal01 dl,
#modalSection div.modalContainer div.modal01 ul,
#modalSection div.modalContainer div.modal01 p,
#modalSection div.modalContainer div.modal03 dl,
#modalSection div.modalContainer div.modal03 ul,
#modalSection div.modalContainer div.modal03 p
{
	margin:1em auto 8em;
	font-size:16px;
	color:#fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
	text-align:left;
	line-height:1.8;
}

#modalSection div.modalContainer div.modal01 dl,
#modalSection div.modalContainer div.modal03 dl
{
	text-align:center;
}

#modalSection div.modalContainer div.modal01 dd,
#modalSection div.modalContainer div.modal03 dd
{
	margin:0;
}

.modalContainer .sectionTitle
{
	margin:0 auto 3em;
	padding:0 2em;
	color:#fff;
	line-height:54px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.5em;
	display:inline-block;
	display:table;
	border-radius: 30px;
	border: 3px solid #fff;
}

/*
 *	modal 02
*/

#modalSection div.modalContainer div.modal02
{
	color: #ffffff;
	padding:8em 0 8em;
}

#modalSection div.modalContainer div.modal02 p
{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

#modalSection div.modalContainer div.modal02 a.close
{
/*
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
*/
}

.modalContainer .modal02 .sectionTitle
{
	margin:0 auto 20px;
	padding:0 1em;
	letter-spacing:0;
}


/*
table layout
*/

.tbl
{
	width:604px;
	margin:0 auto;
	background-color:#fff;
	border: 4px solid #ddd;
	border-radius: 30px;
}

.tbl table
{
	width:604px;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl thead th,.tbl thead td
{
}

.tbl tbody th,.tbl tbody td
{
	width:25%;
	width:118px;
	height:1.5em;
	padding:0.2em;
	text-align:center;
}

.tbl thead th,.tbl thead td
{
	border-bottom:4px solid #ddd;
}

.tbl thead th
{
	border-right:4px solid #ddd;
}

.tbl thead td
{
	border-right:2px solid #ddd;
}

.tbl tbody th
{
	padding-left:1em;
	padding-right:1em;
	border-right:4px solid #ddd;
	border-bottom:2px solid #ddd;
/*	white-space: nowrap;*/
}

.tbl tbody td
{
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
}

.tbl tbody .contain th,
.tbl tbody .contain td
{
	background-color:#f0f0f0;
}

.tbl thead tr td:last-child,
.tbl tbody tr td:last-child
{
	border-right:none;
}

.tbl tbody.maj tr:last-child th,
.tbl tbody.maj tr:last-child td
{
	border-bottom:4px solid #ddd;
}

.tbl tbody.min tr:last-child th,
.tbl tbody.min tr:last-child td
{
	border-bottom:none;
}

.tbl thead td
{
	padding: 0.8em 0.5em;
	color:#e60012;
	text-align:center;
	line-height: 1.2;
}

.tbl thead td img
{
	vertical-align:bottom;
}

.tbl thead td span
{
	font-size: 60%;
}

.tbl tbody.maj th
{
	font-size:16px;
	font-weight:normal;
	color:#000;
}

.tbl tbody.min th
{
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.tbl tbody td
{
	font-size:16px;
	color:#e60012;
}

.tbl tbody th.ltr
{
	letter-spacing:0.4em;
	text-indent:0.4em;
}

.noteTbl
{
	width:640px;
	margin:1.8em auto;
	text-align:center;
	line-height:1.8;
}

.noteTbl span
{
	color:#e60012;
}

td.cell_pocky
{
	border-right:6px double #ddd!important;
}
