div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
    font-size:1.2em;
    font-weight:bold;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #FF9999;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
/*
#edit
	position: relative;
*/
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}


/*custom.cssへ移動予定のもの*/
.hissu {
    color: #f00;
    font-size: 0.9em;
}
.error_small {
    color: #f00;
    font-size: 0.9em;
}
.confirm_hide_origin_val {
    display:none !important;
}
.column_title {
    display:block;
}

.teniteo_table td dl.personal_nm {
    margin:0px 0px 0px 0px;
}

.teniteo_table td .personal_nm dt {
    clear:left;
    display:block;
    float:left;
    font-weight:normal;
    margin:0;
    padding:0;
    width:40px;
    letter-spacing:0.3em;
    background:transparent none;
    font-size:1.0em;
    font-weight:normal;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.teniteo_table td .personal_nm dd {
    display:block;
    float:left;
    margin:0;
    padding:0;
    width:400px;
}

.contact .teniteo_dl dd p {
    margin:0;
}

.contact .teniteo_table th {
    width:140px;
}

.contact_btn {
    background: transparent url(images/btn.gif) no-repeat;
    cursor:pointer;
    display:block;
    height: 36px;
    width: 113px;
    border:none;
    padding-bottom:0.3em;
}

.contact table.btn_area {
    margin-top:10px;
}

a#btn_pdf_download {
    background: transparent url(images/btn_pdf_download.gif) no-repeat;
    height: 41px;
    width: 189px;
    display:block;
}
a#btn_pdf_download:hover {
    background: transparent url(images/btn_pdf_download_hover.gif) no-repeat;
}