@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css

    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #header
	+7: #mainBody
	+8: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}

.priceTxt {
	width: 620px;
	margin: 0 auto 25px;
	text-align: center;
	font-size: 23px;
	color: #af272d;
	padding: 5px 0;
	border-top: 1px solid #af272d;
	border-bottom: 1px solid #af272d;
}

/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

/* clearfix
-------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height:1%;}
.clearfix { display:block;}

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}



/*--------------------------------------------------
+4: body
==================================================*/
body {
	color:#000;
	font-family: "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:12px;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}
.fo14 { font-size:14px;}
.fo16 { font-size:16px;}
.fo18 { font-size:18px;}
.fo19 { font-size:19px;}
.fo30 { font-size:30px;}
.red { color:#891230; }

.mt0 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 60px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

.pt0 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }

.pr0 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl0 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }


/*--------------------------------------------------
+5: #wrap
==================================================*/
#wrap {
	width:100%;
	min-width:100px;
	clear:both;
}

/*--------------------------------------------------
+6: #header
==================================================*/
#header {
	width:1000px;
	position:relative;
	margin:0 auto;
	clear:both;
	padding:12px 0 64px;
}
#header .hinner {
	width:232px;
	float:right;
}
#header .hinner p {
	padding:4px 0 7px 3px;
}
#header .hinner ul li {
	float:left;
	padding:0 3px;
}
#header .htxt {
	padding:0 0 7px 3px;
}
#logo {
	padding:0 0 0 3px;
}


/*--------------------------------------------------
+7: #mainBody
==================================================*/
#mainBody {
	width:100%;
	min-width:100px;
	clear:both;
}
#mainBody .section {
	width:1000px;
	margin:0 auto;
	clear:both;
}
.entry{
	width:800px;
	margin:0 auto;
	clear:both;
	background-color:#FFF;
}

/* .movieArea */
.movieArea {
	width:1000px;
	margin:10px auto;
	clear:both;
	padding:25px 0 31px;
}
.movieArea div{
	background:#E4F2F3;
	padding:30px 0;
}

/* .clubArea */
.clubArea {
	width:100%;
	min-width:1000px;
	clear:both;
	background:#FDEDDD;
	padding:25px 0 31px;
}
.clubArea .txt {
	text-align:center;
	padding:27px 0;
}
.addImg {
	text-align:center;
	padding:23px 62px 27px 0;
}

/* .clubDetail */
.clubDetail {
	width:900px;
	margin:0 auto;
	clear:both;
	border: 5px solid #00899b;
	border-radius: 30px;
	padding: 40px 0;
	background: #e4f2f3;
}
.clubDetail div {
	width:826px;
	clear:both;
	padding:0 40px 40px;
}
.clubDetail >.txt {
	text-align:center;
	line-height:1.3;
	padding-top:10px;
}
.clubDetail h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #00899b;
	padding: 5px 15px;
	text-align: center;
	margin-bottom: 20px;
}
.clubDetail ul {
	width:826px;
	overflow:hidden;
	clear:both;
}
.clubDetail ul li {
	width:196px;
	float:left;
	padding:0 5px 9px;
	position:relative;
}
.clubDetail ul li a {
	color:#000;
	outline:none;
}
.clubDetail ul li a span {
	position:absolute;
	top:143px;
	left:50%;
	margin-left:-32px;
	text-decoration:underline;
}
.clubDetail ul li a:hover span {
	text-decoration:none;
}

/* .codeArea */
.codeArea {
	width:900px;
	margin:0 auto;
	clear:both;
}
.codeArea div {
	width:880px;
	background:url(../images/bg_mid02.jpg) repeat-y left top;
	overflow:hidden;
	clear:both;
	padding:0 15px;
}
.codeArea .list01 {
	float:left;
	margin:10px;
}
.codeArea ul {
	float:right;
}
.codeArea ul li {
	padding-bottom:9px;
}

/* .mailArea */
.mailArea {
	width:805px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:60px 19px 24px 0;
}
.mailArea .title {
	text-align:center;
	padding-bottom:26px;
}
.mailArea dl {
	float:right;
	padding-top:35px;
}
.mailArea dl dt {
	padding-bottom:16px;
}
.mailArea div {
	width:496px;
	border:#bfbfbf 1px solid;
	float:left;
	position:relative;
}
.mailArea .mailBtn01 {
	position:absolute;
	top:75px;
	left:285px;
}
.mailArea .mailBtn02 {
	position:absolute;
	top:120px;
	left:285px;
}
.mailArea .mailBtn02 li {
	float:left;
	padding-right:7px;
}
.mailArea .maiLinks {
	width:270px;
	overflow:hidden;
	position:absolute;
	margin-top:-42px;
}
.mailArea .maiLinks li {
	padding:0 0 21px 22px;
	float:left;
}
.mailArea .maiLinks li a {
	color:#000;
}

/* .totalAmount */
.totalAmount {
	width:898px;
	margin:0 auto 68px;
	border:#000 1px solid;
	clear:both;
	padding-top:38px;
}
.totalAmount .title {
	text-align:center;
	padding-bottom:25px;
}
.totalAmount .txt {
	text-align:center;
	padding-bottom:27px;
}
.totalAmount .img01 {
	padding-bottom:18px;
	text-align:center;
}
.totalAmount .tabBox {
	width:730px;
	margin:0 auto;
	clear:both;
	padding-bottom:10px;
}
.totalAmount .tabBox table {
	width:100%;
	clear:both;
	font-size:18px;
}
.totalAmount .tabBox table th {
	font-weight:normal;
	text-align:center;
	border-bottom:#FFF 3px solid;
	padding:4px 0;
}
.totalAmount .tabBox table td {
	text-align:right;
	padding:2px 30px 2px 0;
}
.totalAmount .tabBox table th.th01 {
	width:78px;
	background:#E4F2F4;
	text-align:right;
	padding:2px 26px 2px 0;
	border:none;
}
.totalAmount .tabBox table th.th01.alC {
	border-bottom:#FFF 3px solid;
	text-align:center;
	padding:0;
}
.totalAmount .tabBox table th.th02 {
	width:183px;
}
.totalAmount .tabBox table th.th03 {
	width:287px;
}
.totalAmount .tabBox table th.th04 {
	width:156px;
}
.totalAmount .tabBox table th.th02,
.totalAmount .tabBox table td.td01 {
	background:#EFEFEF;
} 
.totalAmount .tabBox table th.th03,
.totalAmount .tabBox table td.td02 {
	background:#F2E6E9;
} 
.totalAmount .tabBox table th.th04,
.totalAmount .tabBox table td.td03 {
	background:#891230;
	color:#fff;
} 
.totalAmount .tabBox table td.td01 {
	padding-right:40px;
}
.totalAmount .tabBox table td.td02 {
	padding-right:95px;
}
.totalAmount .tabBox .notes {
	width:730px;
	clear:both;
	padding:10px 0 33px;
}
.totalAmount .tabBox .notes li {
	text-indent:-2.6em;
	padding-left:2.6em;
	line-height:1.35;
}
.totalAmount .tabBox .listBox {
	width:728px;
	overflow:hidden;
	clear:both;
	border:#7f7f7f 1px solid;
	margin-top:4px;
}
.totalAmount .tabBox .listBox ul {
	width:150px;
	padding:7px 0 7px 30px;
	float:left;
}




.totalAmount .tabBox2 {
	margin:0 auto;
	clear:both;
	padding-bottom:32px;
	float:left;
}
.totalAmount .tabBox2 table {
	width:362px;
	clear:both;
	font-size:12px;
}
.totalAmount .tabBox2 table th {
	font-weight:normal;
	text-align:center;
	border-bottom:#FFF 3px solid;
	padding:6px 0;
}
.totalAmount .tabBox2 table td {
	text-align:center;
}
.totalAmount .tabBox2 table th.th01 {
	width:90px;
	background:#E4F2F4;
	text-align:center;
	padding:2px 4px 2px 0;
	border:none;
}
.totalAmount .tabBox2 table th.th01.alC {
	border-bottom:#FFF 3px solid;
	text-align:center;
	padding-left:10px;
}
.totalAmount .tabBox2 table th.th02 {
	width:183px;
}
.totalAmount .tabBox2 table th.th03 {
	width:287px;
}
.totalAmount .tabBox2 table th.th04 {
	width:156px;
}
.totalAmount .tabBox2 table th.th02,
.totalAmount .tabBox2 table td.td01 {
	background:#EFEFEF;
} 
.totalAmount .tabBox2 table th.th03,
.totalAmount .tabBox2 table td.td02 {
	background:#F2E6E9;
} 
.totalAmount .tabBox2 table th.th04,
.totalAmount .tabBox2 table td.td03 {
	background:#891230;
	color:#fff;
} 

.totalAmount .tabBox2 table td.td01 {
	padding:0;
}
.totalAmount .tabBox2 table td.td02 {
	padding:0;
}
.totalAmount .tabBox2 table td.td03 {
	padding:0;
}



.totalAmount .tabBox3 {
	margin:0 auto;
	padding-bottom:32px;
	padding-left:10px;
	float:left;
}
.totalAmount .tabBox3 table {
	width:362px;
	clear:both;
	font-size:12px;
}
.totalAmount .tabBox3 table th {
	font-weight:normal;
	text-align:center;
	border-bottom:#FFF 3px solid;
	padding:6px 0;
}
.totalAmount .tabBox3 table td {
	text-align:center;
}
.totalAmount .tabBox3 table th.th01 {
	width:90px;
	background:#E4F2F4;
	text-align:center;
	padding:2px 4px 2px 0;
	border:none;
}
.totalAmount .tabBox3 table th.th01.alC {
	border-bottom:#FFF 3px solid;
	text-align:center;
	padding-left:10px;
}
.totalAmount .tabBox3 table th.th02 {
	width:183px;
}
.totalAmount .tabBox3 table th.th03 {
	width:287px;
}
.totalAmount .tabBox3 table th.th04 {
	width:156px;
}
.totalAmount .tabBox3 table th.th02,
.totalAmount .tabBox3 table td.td01 {
	background:#EFEFEF;
} 
.totalAmount .tabBox3 table th.th03,
.totalAmount .tabBox3 table td.td02 {
	background:#F2E6E9;
} 
.totalAmount .tabBox3 table th.th04,
.totalAmount .tabBox3 table td.td03 {
	background:#891230;
	color:#fff;
} 

.totalAmount .tabBox3 table td.td01 {
	padding:0;
}
.totalAmount .tabBox3 table td.td02 {
	padding:0;
}
.totalAmount .tabBox3 table td.td03 {
	padding:0;
}



/* .clubArea02 */
.clubArea02 {
	width:100%;
	min-width:1000px;
	clear:both;
	background:#FDEDDD;
	padding:37px 0 40px;
}

/* .cosmosArea */
.cosmosArea {
	width:826px;
	margin:0 auto;
	clear:both;
	padding-top:32px;
}
.cosmosArea .ttl {
	width:331px;
	float:right;
	padding-right:31px;
}
.cosmosArea .ttl dt {
	float:right;
}
.cosmosArea .ttl dd {
	float:right;
	padding:86px 30px 0 0;
}
.cosmosArea .cont {
	width:410px;
	float:left;
	padding:11px 0 0;
}
.cosmosArea .cont2 {
	width:100%;
	overflow:hidden;
	clear:both;
}
.cosmosArea .cosmos {
	width:402px;
	overflow:hidden;
	padding:0 3px 34px 4px;
}
.cosmosArea .cosmos .tit {
	color:#891230;
	padding:20px 0 0 35px;
	line-height:1.3;
}
.cosmosArea .cosmos .img {
	float:right;
	padding:15px 0 0 8px;
}
.cosmosArea .cosmos .img2 {
	float:right;
	padding:18px 0 20px 10px;
}
.cosmosArea .cosmos .cosTxt {
	padding:12px 0 0 35px;
	line-height:1.3;
}

/* .bg */
.bgTop,
.bgBot {
	clear:both;
}
.bgTop img,
.bgBot img {
	vertical-align:baseline;
}

.pagetop {
	text-align:right;
	padding:0 107px 60px 0;
	clear:both;
}
/* .lightBox */
.lightBox {
	width:550px;
	margin:0 auto;
	clear:both;
}
.lightBox div {
	background:#fff;
	width:460px;
	/*height:auto!important;*/
	/*height:200px;*/
	/*min-height:200px;*/
	padding:0 45px 90px;
}
.lightBox .ttl {
	text-align:center;
	color:#00899A;
	line-height:1.4;
	padding:16px 0 18px;
}
.lightBox .txts {
	line-height:1.5;
}
.lightBox .txts.fo14{
    font-size: 18px;
}

.lightBox div.link {
	clear:both;
	margin:30px auto 0 auto;
	text-align:center;
	height:10px;
	padding:0;
}
.lightBox .prev {
	/*float:left;*/
	color:#000;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
	line-height:1.2;
	padding-right:9px;
    font-size: 18px;
}
.lightBox .prev.borR {
	border-right:#000 1px solid;
}
.lightBox .prev:hover {
	text-decoration:none;
}
.lightBox .next {
	/*float:left;*/
	color:#000;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
	line-height:1.2;
	padding-left:9px;
	border-left:#000 1px solid;
    font-size: 18px;
}
.lightBox02 {
	width:956px;
	margin:0 auto;
	clear:both;
	position:relative;
}
.lightBox02 div {
	width:726px;
	background:#fff;
	padding:15px 115px 45px;
	clear:both;
}
.lightBox02 .ttl {
	text-align:center;
	color:#00899A;
	line-height:1.4;
	padding:16px 0 34px;
}
.lightBox02 .ttl02 {
	text-align:center;
	border-bottom:#bfbfbf 2px solid;
	border-top:#bfbfbf 2px solid;
	padding:6px 0;
	margin-bottom:20px;
}
.lightBox02 table {
	width:776px;
	clear:both;
	font-size:14px;
	margin:0 0 30px;
}
.lightBox02 table th {
	width:100px;
	padding:8px 24px 8px 46px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}
.lightBox02 table td {
	padding:8px 0;
	line-height:1.2;
}
.lightBox02 table td a {
	color:#000;
	text-decoration:none;
}
.lightBox02 table td a:hover {
	text-decoration:underline;
}

.lightBox02 .close {
	position:absolute;
	right:34px;
	top:30px;
}
.none {
	display:none;
}

.lightBox02 table.history th {
	width:200px;
	padding:8px 24px 8px 46px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}
.lightBox02 table.history td span {
	padding-left:20px;
}
.lightBox02 table.history td span img {
	vertical-align:middle;
}
.privacy{
	line-height:1.6;
	font-size:14px;
	
	}

/*--------------------------------------------------
+8: #footer
==================================================*/
#footer {
	width:100%;
	min-width:1000px;
	clear:both;
	background:#E4F2F4;
}
#finner {
	width:1000px;
	margin:0 auto;
	clear:both;
	padding:15px 0;
}
#finner .copyright {
	text-align:center;
}
