@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;}

#planContainer{
	width:595px;
	display:block;
	margin: 10px auto 20px;
	background: #fff;
}

#planContainer h3{
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
	background-image:url(../../images/common/h3_back.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 1.2em;
}



#planWrap{
	width:595px;
	display:block;
	margin: 0;
	padding: 0;}

#planWrap h1{
	margin-bottom:20px;}
	

#planContainer #header{
	width:595px;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;}

#planContainer #headerLogo{
	width:595px;
	display: block;
	margin:0;
	text-align:left;
	padding: 0;}

	
#planContainer h2{
	width:595px;
	display: block;
	margin: 0 0 20px 0;}


/*　テーブル設定　*/

#tableBox table tr#price td{
	padding:0;
	vertical-align:middle;
}

table.innerTable td p{
	margin:0;
	padding:0;
}

#tableBox {
	margin-bottom:2.5em;
}

#tableBox table{
	clear: both;
	width: 100%;
	background-color: #fff;
}

#tableBox th{
	font-size:13px;
	font-weight:bold;
	width:;
	text-align: center;
	background-color: #EDEDED;
/*	font-weight: normal;
*/	border: 1px solid #ccc;
	padding: 10px 10px;
	vertical-align: center;
}


#tableBox th span.fs16{
	font-size:16px;
}

#tableBox td{
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align:center;
}

#tableBox td.txt{
	text-align:left;
	vertical-align:top;
}

table.innerTable,
table.innerTable02{
	margin:0;
	padding:0;
}

table.innerTable02{
	width:230px;
}


table.innerTable td,
table.innerTable02 td{
	border-style:none !important;
	padding:10px;
	text-align:center;
}

table.innerTable td.establishedPrice,
table.innerTable02 td.establishedPrice{
	font-size:22px;
	display:block;
	color:#900;
	vertical-align:middle;
	text-align:center;
	margin:0;
	font-weight:bold;
}

td.establishedPrice{
	padding:15px 0 0 !important;}

/*table.innerTable td.campaignPrice,
table.innerTable02 td.campaignPrice{
	height:44px  !important;
	background:url(../../images/plan/campaignPlace_bg.gif) no-repeat 40%;
	padding:0;
	font-weight:bold;
}*/


tr.ltGL td, td.ltGL{
	background-color:#f9f9f9;
}

/*table.innerTable td.campaignPrice p,
table.innerTable02 td.campaignPrice p{
	font-size:20px;
	display:block;
	text-align:right;
	color:#900;
	padding:10px 10px;
	vertical-align:middle;
}*/

table.innerTable02 td.campaignPrice p{
	text-align:center;
	margin:0 70px 0;
	padding-left:100px;
	background:url(../../images/plan/campaignPlace_bg.gif) no-repeat 20% 50% #fcf5ef;
}

table.innerTable02 td p.reserveBtn,
table.innerTable td p.reserveBtn{
	margin:10px 0 !important;
}


/*　-----------------------------------------------------
  FORM
------------------------------------------------------　*/	
#contact_form{
	margin: 0 0 0.5em 0 !important;}

#contactForm_wrap{
	margin-bottom:2.5em;}


#contact_area{
	display: block;
	height: 84px;
	width:595px;
	margin: 0 auto 40px !important;
}

#contact_area li{
	display:block;
	float:left !important;}


table.form_table th{
	vertical-align:middle;
	padding: 15px!important;}

.fs10{
	font-size: 10px;}
	
.short{
	width: 2em;}

.text4{
	width: 4em;}

input[type=radio],
input[type=checkbox],
input[type=text]{
    margin-right:0.3em;
	vertical-align:middle;}
	
select{
	margin-right: 0.3em;}

p#agree{
	display:block;
	text-align:center;
	margin: 0 0 30px 0;}
	
#contact_form{
	margin:0 0 20px 0 !important;}

/* Form,Fieldset */

fieldset {
    width:100%;
    margin:0 auto;
    text-align:left;
    border:0;}
	
legend {
	 visibility:hidden;
    display:none;}

/* btn */

button, input[type="submit"]{
width: 209px;
height: 40px;
border: none ;
overflow: hidden ;
cursor: pointer ;
text-indent: -9999px ;
text-align: left;
display: block;
margin: 0 auto;
}

/* Operaのみ適用 */
*+html:first-child body form input#btn_tocheck {
padding-left: 300px; /*適当*/
}


#btn_tocheck{background:url(../../images/reserve/btn_tocheck.gif) no-repeat left top;}
#btn_send{background:url(../../images/reserve/btn_send.jpg) no-repeat left top;
float:right;}

* html #btn_send{
margin:19px 0 0 0;}

#underArea{
	width: 467px;
	height: 40px;
	padding:20px 64px 0;}

#btn_myreset{
	background:url(../../images/reserve/btn_myreset.gif) no-repeat left top;
	float:left;}


p#notes{
	margin: 0 0 30px 0;}

p#notes span{
	color:#ff0000;}
	
#completion p{
	text-align:center;}
	

/* 確認画面のテーブル */
table#confirm th {
    width:25%;
}
table#confirm td  {
    padding:1em;
}
/*入力エラーメッセージには<strong>タグが付く*/
table#confirm td strong {
    color:#ff0000;
}
/* Message()のメッセージ */

/*エラー*/
span.err{
	color:#ff0000; 
	font-weight:bold }

/*エラーなし*/
span.conf{ color:#333333; }

/*エラー画面用　（init.php内）*/
/*body id="error"*/
div.err_message {
    padding:30px 0 0 0;
}
.err_message p {
    margin-bottom:50px;
	color:#AD2302;
}

#thanks{margin: 0 0 20px 0 !important;}

	
	
/* CLOSE_BTN */
p#close{
	clear:left;
	display:block;
	margin: 0 auto 30px;
	width: 145px;
	padding: 0 0 0 10px;
	text-align:left;
	background:url(../../images/reserve/close_icon.gif) no-repeat left center;	
}

	
/* --------------------------------------------------
	footer
-------------------------------------------------- */
#reservedFooter {
	padding:10px 20px 0;
	border-top: #cccccc 2px solid;}
	
#footer_inner{
	margin: 0 0 30px 0;}

#footer_inner dl{
	float:left;
	padding: 0 0 0 20px;}
	
#footer_inner dt{
	font-size:13px;}
	
#footer_inner p{
	float:left;}

address{
	font-style:normal;
	font-size: 10px;
	clear:both;
	text-align:center;}
