@charset "utf-8";

@import url(base.css);

/* ==================== */
/*                      */
/*  Common              */
/*                      */
/* ==================== */

.cl {
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

.pageAnchor {
	height: 0;
}

.goto_pagetop {
	clear: both;
	height: 12px;
	margin: 10px auto 10px;
	padding: 0 10px 0 0;
	text-align: right;
}
	.goto_pagetop a {
		padding-right: 12px;
		font-size: 11px;
		line-height: 12px;
		background-image: url(../images/goto_pagetop.gif);
		background-repeat: no-repeat;
		background-position: right center;
	}

#container {
	width: 850px;
	margin: 0 auto;
	height: 100%;
	/* background-color: #fff; */
}

#container_pop {
	width: 750px;
	margin: 0 auto;
	height: 100%;
	/* background-color: #fff; */
}

.page_heading {
	margin: 10px 0;
	padding-left: 18px;
	font-size: 16px;
	background: url("../images/jirei_list/index_sttl.gif") left center no-repeat;
}



/* ==================== */
/*                      */
/*  Header              */
/*                      */
/* ==================== */

#header {
	height: 110px;
	margin: 0 auto;
	padding: 10px 10px 3px;
	background-color: #fff;
}
.header_kaiin { border-bottom: 2px solid #00a0ea; }

	.hdr_ttl {
		float: left;
		width: 280px;
	}

		.hdr_ttl p.logo { 
			width: 280\px;
			height: 42px;
			background: url(../images/logo.gif) no-repeat top left;
		}
			.hdr_ttl p.logo a {
				display: block;
				width: 280px;
				height: 42px;
			}
				.hdr_ttl p.logo a span { display: none; }

		.hdr_leadcopy {
			width: 280px;
			height: 17px;
			margin-top: 5px;
			background: url(../images/leadcopy.gif) no-repeat top left;
		}
			.hdr_leadcopy span { display: none; }

	.hdr_menu {
		float: right;
		margin-top: 0;
		width: 480px;
	}
		.hdr_callName {
			float: right;
			height: 14px;
			font-size: 11px;
			line-height: 14px;
		}
	
		.hdr_utils {
			clear: both;
			float: right;
			height: 14px;
			padding: 10px 0 10px;
		}
			.hdr_utils li {
				float: left;
				height: 14px;
				margin: 0 0 0 10px;
				padding: 0 0 0 10px;
				border-left: 1px solid #ccc;
			}
			.hdr_utils li:first-child {
				border-left: none;
			}
				.hdr_utils li a {
					font-size: 12px;
					line-height: 14px;
					color: #333;
					text-decoration: none;
				}
				.hdr_utils li a:hover {
					color: #e00;
					text-decoration: underline
				}
				.hdr_utils li a:visited {
					color: #888;
				}

/* ==================== */
/*                      */
/*  Content             */
/*                      */
/* ==================== */

.content {
	margin: 0 auto;
	background-color: #fff;
}
		
	.main {
		float: left;
		width: 690px;
		margin: auto;
		padding: 10px 10px 10px 0;
		background-color: #fff;
	}

	.main_center {
		float: left;
		width: 850px;
		margin: 0 auto;
	}

.page_ttl {
    margin: 0 0 5px;
    overflow: visible;
    padding: 2px 0 5px;
}
.page_ttl .ttl {
    background: url("../images/jirei_list/index_ttl.gif") no-repeat scroll left center transparent;
    color: #000000;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-left: 23px;
}

.inputBlock {
	clear: both;
	margin: 5px auto;
	font-size: 12px;
	float:left;
	width:680px;
}
	.inputBlock label { padding-right: 5px;}
	.inputBlock textarea { width: 40em; }
	
	.inputBlock table {
		width: 660px;
	}
	.inputBlock th,
	.inputBlock td {
		padding: 5px 5px 8px 7px;
		border: 1px solid #bbb;
	}
	.inputBlock th {
		vertical-align: top;
		color: #000;
		background-color: #fffacd; 
	}
		.th_supple { margin: 0; font-weight: normal; }

		.instr {color: #696969;}
			.instr em { color: #d00; font-style: normal; }

.cfmBlock {
	clear: both;
	margin: 5px auto;
	font-size: 12px;
	float:left;
	width:850px;
}
	.cfmBlock label { padding-right: 5px;}
	.cfmBlock textarea { width: 40em; }
	
	.cfmBlock th,
	.cfmBlock td {
		padding: 5px 5px 8px 7px;
		border: 1px solid #bbb;
	}
	.cfmBlock th {
		vertical-align: top;
		color: #000;
		background-color: #fffacd; 
	}
		.th_supple { margin: 0; font-weight: normal; }

		.instr {color: #696969;}
			.instr em { color: #d00; font-style: normal; }

span.required {
	color: #ff0000;
	font-weight: bold;
	margin-left:2px;	
	}

.rightBlock {
	font-size: 12px;
	margin-top:5px;
	float:left;
	width:165px;
}
	.rightBlock p {
		background:url("../images/lp_hatena.gif") no-repeat scroll left top transparent;
	color:#808080;
	padding-left:15px;
	margin:0 0 10px 0;
}
.submit_btn_block {
    clear: both;
	margin: 15px auto 30px;
	background-color: #FFFACD;
	text-align:center;
}

p.notes { margin:5px 0; color:#696969;}

	.confirm_btn_instr { margin: 15px auto 10px; text-align: center; font-size: 11px; }

	.confirm_btn {
		width: 176px;
		height: 35px;
		margin: auto;
		padding: 0;
	}
		.confirm_btn a {
			display: block;
			width: 176px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_confirm.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.confirm_btn a:hover { background-position: left bottom; }
			.confirm_btn a span { display: none; }


	.confirm_btn_y {
		width: 220px;
		height: 35px;
		margin: auto;
		padding: 0;
	}
		.confirm_btn_y a {
			display: block;
			width: 220px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_confirm_y.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.confirm_btn_y a:hover { background-position: left bottom; }
			.confirm_btn_y a span { display: none; }
			

	.confirm_btn_agree {
		width: 300px;
		margin: auto;
		padding-top: 10px;
	}

	.confirm_btn_agree_y {
		width: 198px;
		height: 35px;
		margin: auto;
		padding: 0;
	}
		.confirm_btn_agree_y a {
			display: block;
			width: 198px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_confirm_agree_y.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.confirm_btn_agree_y a:hover { background-position: left bottom; }
			.confirm_btn_agree_y a span { display: none; }


	.correct_btn {
		float: left;
		width: 84px;
		height: 28px;
		margin: 10px 10px 5px 200px;
		padding: 0;
	}
		.correct_btn a {
			display: block;
			width: 84px;
			height: 28px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_correct.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.correct_btn a:hover { background-position: left bottom; }
			.correct_btn a span { display: none; }

	.main_center .correct_btn {
		margin-left: 255px;
	}

	.correct_txt {
		float: right;
		width: 130px;
		height: 25px;
		margin: 10px 0 5px 0px;
		background-repeat: no-repeat;
		background-position: 1px 1px;
		background-image: url(../images/icon_index_anonym_first.gif);
		padding-left: 20px;
	}

	.submit_btn {
		float: left;
		width: 176px;
		height: 35px;
		margin: 5px 0 5px 10px;
		padding: 0;
	}
		.submit_btn a {
			display: block;
			width: 176px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_submit.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.submit_btn a:hover { background-position: left bottom; }
			.submit_btn a span { display: none; }

	.submit_btn_y {
		float: left;
		width: 218px;
		height: 35px;
		margin: 5px 0 5px 10px;
		padding: 0;
	}
		.submit_btn_y a {
			display: block;
			width: 218px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_submit_y.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.submit_btn_y a:hover { background-position: left bottom; }
			.submit_btn a span { display: none; }


	.order_confirm_btn {
		width: 176px;
		height: 35px;
		margin: auto;
		padding: 0;
	}
		.order_confirm_btn a {
			display: block;
			width: 176px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_order_confirm.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.order_confirm_btn a:hover { background-position: left bottom; }
			.order_confirm_btn a span { display: none; }


	.order_confirm_btn_y {
		width: 223px;
		height: 35px;
		margin: auto;
		padding: 0;
	}
		.order_confirm_btn_y a {
			display: block;
			width: 223px;
			height: 35px;
			padding: 0;
			background-color: #fff;
			background-image: url(../images/btn_order_confirm_y.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		.order_confirm_btn_y a:hover { background-position: left bottom; }
			.order_confirm_btn_y a span { display: none; }

.link_newWindow {
	padding-left: 15px;
	background: url(../images/link_newWindow.gif) no-repeat left center;
	cursor: pointer;
}

.table1 {	
}
	.table1 th {
		width: 11em;
	}
	.table1 p { margin: 4px 0 1px 0;}

.table2 { width:850px;}
	.table2 th { width:160px;}

.ttl_message {
	padding-left: 24px;
	white-space: nowrap;
	background-image: url(../images/ttl_message.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.ttl_attach {
	padding-left: 22px;
	white-space: nowrap;
	background-image: url(../images/ttl_attach.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.ttl_attach_filesize {
	margin-top: 5px;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}
.ttl_instr_char {
	margin-top: 5px;
	font-weight: normal;
}


.kaisha_message_textarea {
	margin: 5px 0;
}


.cnfm_thumbnail { width: 100%; }
	.cnfm_thumbnail td {
		width: 33%;
		text-align: center;
		vertical-align: middle;
		border: none;
	}




.checkboxes {}
	.checkboxes li {
		float: left;
		height: 16px;
		padding: 2px 10px 2px 0;
		white-space: nowrap;
	}

.regulation {
	height: 10em;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #48c;
	background-color: #eee;
	overflow: auto;
}
.regl_instr { margin: 10px 0; text-align: center; }
	.regl_instr p { margin: 5px; font-size: 11px; }

.regl_head { margin: 30px 0 5px;}
	.regl_head .ttl { font-size: 16px; line-height: 18px; }
	.regl_head_util {
		float: right;
		height: 20px;
		margin-top: -20px;
		text-align: right;
	}

p.regl_agree {
	display: inline;
	margin: 0;
	padding-right: 8px;
}
	.regl_agree label {
		color: #b00;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		border-bottom: 1px dotted #b00;
	}

/* ==================== */
/*                      */
/*  Footer              */
/*                      */
/* ==================== */

#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #00a0ea;
	background-color: #fff;
}
	.foot_nav {
		height: 17px;
		margin: auto;
		padding: 5px;
		text-align: center;
	}
		.foot_nav li {
			display: inline;
			padding: 2px 8px;
			/* float: left; */
			font-size: 12px;
			line-height: 15px;
			border-left: 1px solid #ccc;
		}
		.foot_nav li:first-child {
			border-left: none;
		}

	.foot_nav2 {
		height: 17px;
		margin: auto;
		padding: 5px 0 5px 0;
		text-align: center;
	}
		.foot_nav2 li {
			display: inline;
			padding: 2px 8px;
			font-size: 12px;
			line-height: 15px;
		}
		.foot_nav2 li a {
			background:url("../images/ico_group.gif") no-repeat scroll left center transparent;
			padding-left: 15px
		}

		
	#footer .note {
		width: 750px;
		margin: 10px auto;
		font-size: 11px;
	}

	.copyright {
		text-align: center;
		color: #666;
		font-size: 11px;
	}
	.close {
		text-align: center;
	}


/* ==================== */
/*                      */
/*  To Fix Clear        */
/*                      */
/* ==================== */

.page_ttl:after,
.pr_block:after,
.contact_instr dl:after,
.contact_complete_link:after,
.nav:after,
.content:after,
.submit_btn_block:after,
.foot_nav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearFix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
