@charset "utf-8";

.mt20 {
	margin-top: 20px;
	text-align: center
}
.mt30 {
	margin-top: 30px;
	text-align: center
	}
.mb10 {
	margin-bottom: 10px
	}
/*フッター設定*/
#container {
    font-size: 16px;
    height: auto;
    line-height: 26px;
    margin: 0 auto;
    width: 990px;
}
#container img {
    vertical-align: middle;
}
#consent {
	margin: 4px 10px 0 0;
}

.form_title {
    color: #105fad;
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
}
.contact_tableArea {
    background: #f9f8f8 none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
}
.pp_outline {
    border: 2px solid #26940a;
    box-sizing: border-box;
    margin: 32px auto;
    width: 940px;
}
.contact_table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 920px;
}
.contact_table th {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    color: #4d4d4d;
    padding-bottom: 0;
    padding-right: 44px;
    padding-top: 0;
    text-align: center;
    width: 300px;
}
.contact_table th.required {
    background: rgba(0, 0, 0, 0) url("../img/required.png") no-repeat scroll right center;
}
.contact_table th.optional {
    background: rgba(0, 0, 0, 0) url("../img/optional.png") no-repeat scroll right center;
}
.input_area {
    border-top: 1px solid #ccc;
    padding: 24px 70px 22px 48px;
    text-align: left;
}
.input_area_02 {
    padding: 3px 70px !important;
}
.contact_table tr:first-child th, .contact_table tr:first-child .input_area {
    border: medium none;
}
.check_mark {
    float: right;
}
.validate_error {
    background: #ff0000 url("../img/error_mark.gif") no-repeat scroll 6px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 28px !important;
    line-height: 28px;
    margin-top: 8px;
    padding-left: 26px;
}
.error_msg {
    color: #f00;
    line-height: 16px;
    margin: 6px 0 0;
}
.err_check_color {
    background-color: #ffdddd;
}
#container input[type="radio"] {
    margin: 4px 4px 0 30px;
}
#container input[type="radio"]:first-child {
    margin-left: 0;
}
#container input[type="checkbox"] {
}
#container #consent {
    margin: 4px 10px 0 0;
}
#container input[type="text"] {
    font-size: 16px;
    padding: 4px 8px !important;
    width: 460px;
}
#container #age {
    width: 80px;
}
#container #work {
    width: 60px;
}
#container select {
    font-size: 16px;
    padding: 4px 8px !important;
    width: 180px;
}
#container textarea {
    font-size: 16px;
    height: 160px;
    line-height: 22px;
    padding: 10px !important;
    resize: none;
    width: 460px;
}
#consent_hint {
    background-color: #ffffff;
    color: #ff0000;
    margin: 0 auto;
    text-align: left;
    width: 350px;
}
.placeholder {
    display: inline-block;
    position: relative;
}
.placeholder-txt {
    color: #bbb;
    font-size: 16px;
    left: 10px;
    padding-right: 14px;
    position: absolute;
    top: 4px;
}
:-moz-placeholder {
    color: #bbb;
}
.btnConfrimArea {
    margin-top: 50px;
    text-align: center;
}
.input_conf {
    border-top: 1px solid #ccc;
    padding: 24px 70px 22px 48px;
    text-align: left;
}
.contact_table tr:first-child .input_conf {
    border: medium none;
}
.btnSendArea {
    margin: 40px auto 0;
    width: 700px;
}
#btn_back {
    float: left;
}
#btn_send {
}

/*イメージのボーダー消し*/
.no_border {
    border-style:none;
}

/*送信ボタン*/
.sbt_2 {
    border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	text-align: center;
}
