@charset "utf-8";
/* CSS Document */

.elementSubNavi{ display: none; }
@media screen and (max-width: 640px){
	.elementSubNavi{
		display: block;
	}
	.elementSocialButtons.top{
		display: none;
	}
}
/*-----------------------------------------

mansionMainVisual

-----------------------------------------*/
.mansionMainVisual{
	clear:both;
	height:350px;
	width:950px;
	background-color:#000000;
	margin: 10px auto 35px;
}

.oshirase{
	width: 950px;
	margin: 20px auto;
}
@media screen and (max-width: 640px){
	.mansionMainVisual{
		width: 100%;
		height: auto;
	}
	.oshirase{
		width: 100%;
	}
}
/*-----------------------------------------

Navigation

-----------------------------------------*/

#mantion_navi {
	margin-top:1px;
}
#mantion_navi ul{
	height: 80px;
	width: 950px;
	margin:0 auto;
}
#mantion_navi ul li{
	float:left;
}
#mantion_navi ul li a{
	background:url(../images/mantion_navi.png?update=20150227) no-repeat;
}

#mantion_navi ul #mn_1 a,
#mantion_navi ul #mn_2 a,
#mantion_navi ul #mn_3 a,
#mantion_navi ul #mn_4 a,
#mantion_navi ul #mn_5 a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	line-height: 50px !important;
}

#mantion_navi ul li#mn_1 a { background-position:0 0; width:190px;}
#mantion_navi ul li#mn_2 a { background-position:-190px 0; width:190px;}
#mantion_navi ul li#mn_3 a { background-position:-380px 0; width:190px;}
#mantion_navi ul li#mn_4 a { background-position:-570px 0; width:190px;}
#mantion_navi ul li#mn_5 a { background-position:-760px 0; width:190px;}

#mantion_navi ul #mn_1 a:hover,
#about #mantion_navi ul li#mn_1 a { background-position:0 -50px;}

#mantion_navi ul #mn_2 a:hover,
#flow #mantion_navi ul li#mn_2 a { background-position:-190px -50px;}

#mantion_navi ul #mn_3 a:hover { background-position:-380px -50px;}
#mantion_navi ul #mn_4 a:hover { background-position:-570px -50px;}
#mantion_navi ul #mn_5 a:hover { background-position:-760px -50px;}

@media screen and (max-width: 640px){
	#mantion_navi {
		display: none;
	}
}
/*-----------------------------------------

contact

-----------------------------------------*/

#contact {
	width:920px;
	margin:30px auto 5px auto;
	padding:20px 0 30px 0;
	border:#e4e4e4 4px solid;
	text-align:center;
}

#contact .bottan_area {
	width: 645px;
	margin:20px auto;
}

#contact .bottan_attention,
#contact .bottan_kiyaku,
#contact .bottan_pamphlet {
	margin:0 auto;
	width:198px;
	height:57px;
	float:left;
}
#contact .bottan_attention,
#contact .bottan_kiyaku {
	margin-right:20px;
}
#contact .bottan_attention{
	margin-right:30px;
}
#contact .bottan_attention a,
#contact .bottan_kiyaku a,
#contact .bottan_pamphlet a {
	background-image:url(../images/contact_bottan.png);
	background-repeat:no-repeat;
	display:block;
	width:198px;
	height:57px;
	text-indent: -9999px;
}
#contact .bottan_kiyaku a { background-position:-198px 0; }
#contact .bottan_pamphlet a { background-position:-396px 0; }

#contact .bottan_attention a:hover { background-position:0 -57px; }
#contact .bottan_kiyaku a:hover { background-position:-198px -57px; }
#contact .bottan_pamphlet a:hover { background-position:-396px -57px; }

#contact_notis {
	width:920px;
	margin:0 auto;
}
#contact_notis p.notis {
	color:#4F4F4F;
	font-size: 100%;
}

@media screen and (max-width: 640px){
	#contact {
		width: 100%;
		box-sizing: border-box;
	}
	#contact .bottan_area{
		width: 100%;
	}
	#contact .bottan_attention,
	#contact .bottan_kiyaku,
	#contact .bottan_pamphlet{
		float: none;
		margin: 0 auto 10px;
	}
	#contact_notis {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}

/*-----------------------------------------

about_contents

-----------------------------------------*/

#about_contents {
	width:920px;
	margin:0 auto;
	padding:60px 0 0 30px;
	background-image:url(../images/h2_about.gif);
	background-repeat:no-repeat;
}
.boxline {
	padding:40px 0 10px 0;
	border-bottom:#D3D3D3 1px solid;
	margin-bottom:10px;
}

#about_contents h2.about_title {
	display:none;
}
#about_contents h3 {
	width:500px;
	height:98px;
	margin-bottom:15px;
	display:block;
	background-repeat:no-repeat;
}
#about_contents h3.about_01{
	height: 52px;
}
#about_contents .link_listhead {
	background-image:url(../images/link_listhead.jpg);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:22px;
	font-size: 100%;
}
#about_contents .link_pdf {
	background-image:url(../images/link_pdf.jpg);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:22px;
	font-size: 100%;
}
#about_contents .link_blank {
	background-image:url(../images/link_blank.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:22px;
	font-size: 100%;
}

@media screen and (max-width: 640px){
	#about_contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		background-size: 100%;
		
	}
	#about_contents h3.about_01,
	#about_contents h3{
		width: 100%;
		height: auto;
	}
	#about_option{
		padding: 10px 0;
	}
}


/* bottan */

#about_contents .bottan_box {
	background-color:#f4f4f4;
	padding:30px;
}
#about_contents .bottan_box .text{
	width: 600px;
	margin: 20px auto 0;
	line-height: 125% !important;
	font-size: 100% !important;
	text-indent:-1.0em;
}
#about_contents .bottan_box .bottan_entry1 {
	margin:0 auto;
	width:321px;
}
#about_contents .bottan_box .bottan_entry1 a {
	background-image:url(../images/entry_bottan.png);
	background-repeat:no-repeat;
	display:block;
	width:321px;
	height:61px;
	text-indent: -9999px;
}
#about_contents .bottan_box .bottan_entry1 a:hover {
	background-position:0 -61px;
}


#foot_bottan {
	background-color:#000;
	background-image:url(../images/foot_bottan_read.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:90px 0 30px 0;
}
#foot_bottan .text{
	width: 600px;
	margin: 20px auto 0;
	color: #fff;
}
#foot_bottan .bottan_entry2 {
	margin:0 auto;
	width:337px;
}
#foot_bottan .bottan_entry2 a {
	background-image:url(../images/entry_bottan2.png);
	background-repeat:no-repeat;
	display:block;
	width:337px;
	height:76px;
	text-indent: -9999px;
}
#foot_bottan .bottan_entry2 a:hover {
	background-position:0 -78px;
}
@media screen and (max-width: 640px){
	#foot_bottan .text{
		width: 100%;
		color: #252525;
	}
	#about_contents .bottan_box .text{
		width: 100%;
	}
	#about_contents .bottan_box{
		padding: 20px;
	}
	#about_contents .bottan_box .bottan_entry1{
		width: 100%;
	}
	#about_contents .bottan_box .bottan_entry1 a{
		background-color: #5c5c5c;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5c5c), color-stop(100%, #252525));
		background-image: -webkit-linear-gradient(#5c5c5c, #252525);
		background-image: -moz-linear-gradient(#5c5c5c, #252525);
		background-image: -o-linear-gradient(#5c5c5c, #252525);
		background-image: linear-gradient(#5c5c5c, #252525);
		-pie-background: linear-gradient(#5c5c5c, #252525);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 10px 15px 10px 20px;
		position: relative;
		text-decoration: none;
		text-align: center;
		width: 100%;
		text-indent: 0;
		height: auto;
		padding: 10px 0;
	}
	#foot_bottan{
		padding: 10px;
		background: none;
	}
	#foot_bottan .bottan_entry2{
		width: 100%;
	}
	#foot_bottan .bottan_entry2 a{
		background-color: #5c5c5c;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5c5c), color-stop(100%, #252525));
		background-image: -webkit-linear-gradient(#5c5c5c, #252525);
		background-image: -moz-linear-gradient(#5c5c5c, #252525);
		background-image: -o-linear-gradient(#5c5c5c, #252525);
		background-image: linear-gradient(#5c5c5c, #252525);
		-pie-background: linear-gradient(#5c5c5c, #252525);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 10px 15px 10px 20px;
		position: relative;
		text-decoration: none;
		text-align: center;
		width: 100%;
		text-indent: 0;
		height: auto;
		padding: 10px 0;
	}
	#foot_bottan .bottan_entry2 a:hover{
		background-position: 0 0;
	}
}


/* point & signup */

#sign_up .point {
	width:920px;
	margin-bottom:50px;
}
#sign_up .point .point1 {
	float:left;
	margin-right:10px;
}
#sign_up .point .point2 {
	float:left;
	margin-right:10px;
	margin-top:20px;
}
#sign_up .point .point3 {
	float:left;
	margin-top:40px;
}
h4.sign_up_title {
	width:600px;
	height:25px;
	background-image: url(../images/sign_up_title.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
	display:block;
	margin-bottom:20px;
}
#sign_up .sign_up_cnt {
	width:670px;
	height:240px;
	padding-left:250px;
	background-image:url(../images/sign_up_img.jpg);
	background-repeat:no-repeat;
	background-position:30px 10px;
}
#sign_up .sign_up_cnt .text {
	width:310px;
	float:left;
}
#sign_up .sign_up_cnt .text p {
	font-size: 116%;
	line-height:22px;
	margin-bottom:20px;
}

#sign_up .sign_up_cnt .help {
	width:500px;
	height:48px;
	display:block;
}

#sign_up .sign_up_cnt .help a {
	width:176px;
	height:48px;
	display:block;
}
#sign_up .sign_up_cnt .help .fukidasi {
	position: absolute;
	top:48px;
	left:0px;
	display: none;
	padding:10px 20px 15px 20px;
	width: 500px;
	text-decoration: none !important;
	color: #666;
	background-color: #fff;
	border:#ededed 1px solid;
	line-height:23px;
	font-size: 110%;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

#sign_up .sign_up_cnt .sign_up_bottan {
	float:right;
	width:322px;
}
#sign_up .sign_up_cnt .sign_up_bottan a {
	background-image:url(../images/sign_up_bottan.jpg);
	background-repeat:no-repeat;
	display:block;
	width:322px;
	height:86px;
	text-indent: -9999px;
}
#sign_up .sign_up_cnt .sign_up_bottan a:hover {
	background-position:0 -86px;
}
#sign_up .sign_up_cnt .help .spHelp{
	display: none;
}

@media screen and (max-width: 640px){
	#sign_up{
		padding: 50px 0 10px 0;
	}
	#sign_up .point{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#sign_up .point .point1,
	#sign_up .point .point2,
	#sign_up .point .point3{
		width: 30%;
		float: none;
		display: inline-block;
		text-align: center;
	}
	#sign_up .point .point2,
	#sign_up .point .point3{
		margin-top: 0;
	}
	#sign_up .sign_up_cnt .help a {
		margin: 0 auto;
	}
	h4.sign_up_title{
		width: 100%;
		background: none;
		text-indent: 0;
		color: #FBB701;
		font-size: 130%;
	}
	#sign_up .sign_up_cnt{
		width: 100%;
		height: auto;
		padding: 200px 0 0;
		background-position: center top;
	}
	#sign_up .sign_up_cnt .text{
		width: 100%;
		float: none;
	}
	#sign_up .sign_up_cnt .help{
		width: 100%;
		height: auto;
	}
	#sign_up .sign_up_cnt .sign_up_bottan{
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	#sign_up .sign_up_cnt .sign_up_bottan a{
		background-color: #5c5c5c;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c5c5c), color-stop(100%, #252525));
		background-image: -webkit-linear-gradient(#5c5c5c, #252525);
		background-image: -moz-linear-gradient(#5c5c5c, #252525);
		background-image: -o-linear-gradient(#5c5c5c, #252525);
		background-image: linear-gradient(#5c5c5c, #252525);
		-pie-background: linear-gradient(#5c5c5c, #252525);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 10px 15px 10px 20px;
		position: relative;
		text-decoration: none;
		text-align: center;
		width: 100%;
		text-indent: 0;
		height: auto;
		padding: 10px 0;
	}
	#sign_up .sign_up_cnt .help .spHelp{
		display: block;
		background-image: url(../images/sign_up_help.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 48px;
		display: block;
		margin: 0 auto;
		text-indent: -9999px;
		position: relative;
	}
	#sign_up .sign_up_cnt .help .fukidasi{
		z-index: 9999;
		text-indent: 0;
		left: -70px;
		width: 320px;
		box-sizing: border-box;
		padding: 10px;
	}
}

/* fast */

#about_contents #about_fast {
	background-image: url(../images/fast_bkimg.jpg);
	background-repeat:no-repeat;
	background-position:0 200px;
}
#about_contents #about_fast p {
	font-size: 116%;
	line-height:22px;
}
#about_contents #about_fast p.notis {
    text-indent: -1.0em;
	font-size: 12px;
	line-height:20px;
	margin:0 0 5px 1.0em;
	color:#777777;
}
#about_contents #about_fast .link_listhead_width{
	width:300px;
	margin-bottom:150px;
}
@media screen and (max-width: 640px){
	#about_contents #about_fast{
		padding: 20px 0;
		background: none;
	}
	#about_contents #about_fast .link_listhead_width{
		width: 100%;
		margin-bottom: 30px;
	}
	
}
/* price */

#about_contents #about_price p {
	font-size: 116%;
	line-height:22px;
}
#about_contents #about_price .price_image {
	width:920px;
	margin:30px 0 10px auto;
}
#about_contents #about_price .price_image img {
	margin:0 auto;
}
#about_contents #about_price .link_blank{
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px){
	#about_price{
		padding: 10px 0;
	}
	#about_contents #about_price .price_image{
		width: 100%;
		margin: 15px 0 10px;
	}
	#about_contents #about_price .link_blank{
		float: none;
	}
}
/* option */

#about_contents #about_option h4 {
	background-repeat:no-repeat;
	height:23px;
	width:100%;
	text-indent: -9999px;
}
#about_contents #about_option p.notis {
	margin-bottom:10px;
}

#about_contents #about_option h4.option_1 { background-image: url(../images/option_h4_1.jpg); }
#about_contents #about_option h4.option_2 { background-image: url(../images/option_h4_2.jpg); }
#about_contents #about_option h4.option_3 { background-image: url(../images/option_h4_3.jpg); }
#about_contents #about_option h4.option_4 { background-image: url(../images/option_h4_4.jpg); }
#about_contents #about_option h4.option_5 { background-image: url(../images/option_h4_5.jpg); }
#about_contents #about_option h4.option_6 { background-image: url(../images/option_h4_6.png); }
#about_contents #about_option h4.option_7 { background-image: url(../images/option_h4_7.jpg); }
#about_contents #about_option h4.option_8 { background-image: url(../images/option_h4_8.jpg); }
#about_contents #about_option h4.option_9 { background-image: url(../images/option_h4_9.jpg); }
#about_contents #about_option h4.option_10 { background-image: url(../images/option_h4_10.jpg); }

#about_contents #about_option .option_box {
	border-right:#E8E8E8 1px solid;
	margin-bottom:20px;
}
#about_contents #about_option .option_box.first {
	border: none;
}

#about_contents #about_option .option_box2 {
	width:395px;
	padding:20px 30px;
	border-left:#E8E8E8 1px solid;
}
#about_contents #about_option .option_box2 p.leadtext{
	min-height: 60px;
}
#about_contents #about_option .option_box3 p.leadtext{
	min-height: 140px;
}
#about_contents #about_option .option_box3 {
	width:245px;
	padding:20px 30px;
	border-left:#E8E8E8 1px solid;
}
#about_contents #about_option .option_box5 {
	width:245px;
	padding:20px 30px;
	border-left:#E8E8E8 1px solid;
}
#about_contents #about_option p {
	font-size: 100%;
	line-height:20px;
}
#about_contents #about_option .option_box5 p.leadtext{
	min-height: 245px;
}
#about_contents #about_option .option_price {
	font-size: 116%;
	color:#ff5a00;
	margin-top:15px;
}
#about_contents #about_option .option_box4 {
	padding:20px 30px;
	background-color: #f4f4f4;
}

@media screen and (max-width: 640px){
	#about_contents #about_option .option_box2,
	#about_contents #about_option .option_box3,
	#about_contents #about_option .option_box4,
	#about_contents #about_option .option_box5{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		float: none;
	}
	#about_contents #about_option .option_box{
		margin: 0;
	}
	#about_contents #about_option h4{
		background: none !important;
		text-indent: 0;
		height: auto;
		font-size: 130%;
	}
	#about_contents #about_option .option_box2 p.leadtext,
	#about_contents #about_option .option_box3 p.leadtext,
	#about_contents #about_option .option_box5 p.leadtext{
		min-height: 0;
		height: auto!important;
	}
	#about_contents #about_option .option_box4 img{
		height: auto !important;
	}
}
/*-----------------------------------------

flow_contents

-----------------------------------------*/
#flow .elementMainContents.singleColumn{
	min-height: 0;
}
#flow_contents {
	width:920px;
	margin:0 auto;
	padding:0 0 0 30px;
}
#flow_contents h3 {
	background-repeat:no-repeat;
	width:700px;
	text-indent: -9999px;
	display:block;
}
#flow_contents h3.flow1 {
	background-image: url(../images/h3_flow_01.gif);
	height:30px;
	margin-bottom:40px;
}
#flow_contents h3.flow2 {
	background-image: url(../images/h3_flow_02.gif);
	height:55px;
	margin-bottom:20px;
}
#flow_contents h3.flow3 {
	background-image: url(../images/h3_flow_03.gif);
	height:25px;
	margin-bottom:20px;
}

#flow_contents #flow_step {
	width:890px;
	background-image:url(../images/flow_step_bk.jpg);
	margin-bottom:40px;
}
#flow_contents #flow_step_sp {
	display: none;
}
#flow_contents #flow_step .step1 {
	margin-top:10px;
	padding-left:10px;
	width:620px;
	height:108px;
}
#flow_contents #flow_step .step2 {
	margin-top:40px;
	padding-left:10px;
	width:620px;
	height:123px;
}
#flow_contents #flow_step .step3 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:92px;
}
#flow_contents #flow_step .step4 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:92px;
}
#flow_contents #flow_step .step5 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:93px;
}
#flow_contents #flow_step .step6 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:92px;
}
#flow_contents #flow_step .step7 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:92px;
}
#flow_contents #flow_step .step8 {
	margin-top:45px;
	padding-left:10px;
	width:620px;
	height:92px;
}

@media screen and (max-width: 640px){
	#flow_contents{
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	#flow_movie{
		padding: 0;
	}
	#flow_contents h3.flow3{
		background: none;
		width: 100%;
		height: auto;
		text-indent: 0;
		font-size: 130%;
	}
	#flow_movie .movie_area iframe{
		width: 100%;
		height: 240px;
	}
	#flow_contents #flow_step{
		width:100%;
		margin: 0;
	}
	#flow_contents #flow_step_sp {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	#flow_contents #flow_step_sp img{
		height: auto !important;
		width: 100%;
	}
	#flow_contents #flow_step .step1,
	#flow_contents #flow_step .step2,
	#flow_contents #flow_step .step3,
	#flow_contents #flow_step .step4,
	#flow_contents #flow_step .step5,
	#flow_contents #flow_step .step6,
	#flow_contents #flow_step .step7,
	#flow_contents #flow_step .step8{
		display: none;
	}
	#flow_contents h3.flow2{
		width: 100%;
	}
}
/* schedule */

#flow_schedule {
	background-image: url(../images/schedule_fujisan.jpg);
	background-repeat:no-repeat;
	background-position:0 60px;
	width:890px;
	height:350px;
}
#flow_schedule p {
	font-size: 116%;
	line-height:22px;
}
#flow_schedule p.notis {
  text-indent: -1.0em;
	font-size: 12px;
	line-height:20px;
	margin:10px 0 5px 1.0em;
	color:#777777;
}

@media screen and (max-width: 640px){
	#flow_schedule{
		width: 100%;
		height: auto;
		background: none;
		padding-bottom: 0;
	}
}
/* movie */

#flow_movie {
	margin:20px 0;
}
#flow_movie .movie_area {
	text-align:center;
}


/*-----------------------------------------

popup_contents

-----------------------------------------*/

#popup_wrap {
	width:100%;
	margin:0 auto;
	padding-top:100px;
	background-image: url(../images/popup_bk.jpg);
	background-repeat:no-repeat;
}
#popup_contents {
	width:670px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:20px;
}
#popup_contents h3 {
	width:150px;
	height:30px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
#popup_contents h3.initial {
	background-image:url(../images/popup_h3_1.jpg);
}
#popup_contents h3.running {
	background-image:url(../images/popup_h3_2.jpg);
}
#popup_contents .initial-notice {
	font-size: 104%;
	line-height:134%;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#popup_contents p {
	font-size: 112%;
	line-height:134%;
}


#popup_contents table.base {
	width:100%;
	border:1px solid #c4c4c4;
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	margin:5px 0;
}
#popup_contents table.base th{
	background-color:#f2f2f2;
	font-weight:normal;
	border:1px solid #c4c4c4;
}
#popup_contents table.base td{
	background-color:fff;
	font-weight:normal;
	border:1px solid #c4c4c4;
}

#popup_contents table.table1 {
	font-size: 116%;
}
#popup_contents table.table1 th{
	text-align: center;
	white-space: nowrap;
	padding:15px 10px;
}
#popup_contents table.table1 td{
	text-align: left;
	white-space: nowrap;
	padding:15px 10px;
}

#popup_contents table.table2 {
	font-size: 108%;
	border: none;
}
#popup_contents table.table2 th{
	text-align: left;
	white-space: nowrap;
	padding:20px 0 20px 10px;
	font-weight: bold;
}
#popup_contents table.table2 td{
	text-align: left;
	font-size: 90%;
	white-space: nowrap;
	padding:10px 5px 10px 10px;
}
#popup_contents table.table2 td.label{
	padding-left: 25px;
	padding-right: 0;
}
#popup_contents table.table2 .sum td.label{
	font-size: 108%;
	padding-left: 10px;
}
#popup_contents table.table2 .sum td{
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
#popup_contents table.table2 .header{
	border:2px solid #aaa;
	border-bottom:none;
}
#popup_contents table.table2 .sum{
	border:2px solid #aaa;
	border-top:none;
}

#popup_contents .detail{
	margin-left: 20px;
}
#popup_contents .detail h4 {
	font-size: 116%;
	color:#333;
	margin-top:20px;
}
#popup_contents .detail p{
	font-size: 108%;
	margin-left: 10px;
	line-height: 128%;
}


#popup_foot{
	margin-top:20px;
}
#popup_foot p.notis {
	width: 670px;
	margin: 0 auto 10px;
	color: #666;
	font-size: 100%;
}
#popup_foot .copyright {
	background-color:#262626;
	padding:30px 0;
	width:100%;
	text-align:center;
}
#popup_foot .copyright p {
	margin:0 auto;
	color:#ccc;
	font-size: 100%;
}
