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

h1{
	width:960px;
	height:234px;
	display:block;
	margin:0 0 10px 0;
}
#pankuzu{
	width:960px;
	font-size:11px;
	margin-bottom:20px;
}
.sttl{
	width:950px;
	margin:0 0 20px 0;
	display:block;
	padding:0 0 5px 10px;
	border-bottom:1px solid #C4AC7D;
}
p{
	width:910px;
	display:block;
	margin:0 0 20px 0;
	padding:0 10px;
}

table td,
table th{
	padding:8px;
	margin:0 0 20px 0;
	text-align:left;
}

.table_a,
.table_b,
.preview,
.table_c{
	width:910px;
	margin:0 0 30px 10px;
	border:#c4ac7d 1px solid;
	border-collapse:collapse;
}

.table_a td,
.table_b td,
.table_b th,
.preview td,
.preview th,
.table_c td,
.table_c th{
	border:#c4ac7d 1px solid;
	vertical-align:middle;
}

.table_b th,
.preview th{
	width:30%;
	vertical-align:top;
}

.table_c th{
	background-color:#ece2cd;
}

.table_a  tr:nth-child(2n){
	background-color:#ece2cd;
}

.table_b input[type="text"]{
	margin-bottom:3px;
}

.send,
.preview .message {
	text-align:center;
}

.table_b input.submit_button,
.preview input {
   width: 150px;
   height: 50px;
   margin-right:5px;
   margin-top:5px;
}

.privacy_box {
    height: 80px;
    margin: 5px 0 12px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
    width: 98%;
	background-color:#FFFFFF;
}

.aisatu_box {
	float:left;
	width:750px;
	margin:0;
}
.aisatu_box p.txt {
	width:100%;
	padding:0 0 0 10px;
}
.aisatu_box p#txt_margin {
	margin:0;
}
.aisatu_img {
	float:right;
	width:140px;	
	margin:0 40px 0 0;
}
.aisatu_img figcaption {
	font-size:11px;
	text-align:center;	
}

/*----------------------------------共　通--------------------------------------*/
.f_red{
	color:#D70306;
}

.f_small{
	font-size:x-small
}

.text_right{
	text-align:right;
}

h3.ssttl{
	font-weight:bold;
	font-size:100%;
	margin-bottom:12px;
	border-bottom:1px solid #c4ac7d;
}

.text_indent{
	text-indent:-20px;
	padding-left:40px;
}