
/* reset
------------------------------------------------------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

* {
	word-break:break-all;
	font-family: HiraKakuProN-W3;
}

table {
	font-size:100.01%;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align: bottom;
}

ol,ul {
	list-style:none;
}

caption,th {
	font-weight:normal;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100.01%;
	zoom:1;
}

q:before,q:after {
	content:'';
}

/*==================全体設定==================*/


html, body {
	height:100%;
	background:#000 url(../img/parts/popup_bg.png) no-repeat 50% 0;
	font-weight: normal;
	font-style:normal;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
}

body {
	margin:0 auto;
	color:#ffffff;
}

.occupybox {
	position: relative;
	width:620px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

h2 {
	color:#ff0000;
	font-size:22px;
	text-align:left;
	padding:15px 20px 0px;
}
h3 {
	font-size:16px;
	text-align:left;
	padding:5px 20px 0px;
}

table {
	width:580px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
table td {
	text-align:left;
	vertical-align:top;
	padding:3px;
	font-size:12px;
}

.logo {
	position: absolute;
	right: 15px;
	bottom:55px;
	width:34px;
	height:42px;
	display:block;
}

.footer {
	position: absolute;
	left: 0;
	bottom:0;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	font-size:12px;
	width:640px;
}

p.txt {
	text-align:left;
	padding:280px 20px 10px 20px;
	overflow:hidden;
	font-size:12px;
}

a {color:#c90000;}
a:hover {color:#565656;}

/* clear
------------------------------------------------------------------------------ */
/* ie \*/
* html .clearfix
 {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}

/* modern brow */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

