@charset "utf-8";

body {
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Meiryo,"メイリオ",sans-serif;
    line-height: 100%;
}

@charset "utf-8";
/*フォームエリア*/
.contactDetailArea.topArea{
	margin-top: 30px;
}
.contactDetailArea p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}
.contactFormArea{
	margin-top: 40px;
}
.fm-enquete{
	font-size: 14px;
	line-height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.fm-enquete td.fm-question {
    background-color: #f6f6f6;
    padding: 20px;
    width: 35%;
    font-weight: bold;
    vertical-align: middle;
}
.fm-enquete td {
	vertical-align: baseline;
	text-align: left;
	padding: 10px 1px 10px 5px ;
    vertical-align: middle;
}
.fm-enquete td input[type=text],
.fm-enquete td select,
.fm-enquete td textarea{
	width: 93%;
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}
.fm-enquete tr.formTextArea td.fm-question,
.fm-enquete tr.formTextArea td{
	vertical-align: middle;
}
.fm-enquete tr td.fm-question span{
	color: #e60012;
    font-weight: bold;
}
.fm-enquete tr td.fm-question .boldNone{
    color: #333;
    font-weight: normal;
    margin-left: 0px;
}
.fm-enquete tr td.fm-question span.txtUrl{
	color: #333;
}
.formBottomBtn{
	text-align: center;
	margin-top: 20px;
}
.formBottomBtn li{
    display: inline-block;
}
.formBottomBtn li:last-child{
    margin-left: 20px;
}
.formBottomBtn li input {
    background: linear-gradient(to bottom, #595959 0%, #353535 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 #8d8d8d inset;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 30px;
    font-weight: bold;
}
.formBottomBtn li input.leagAccBtnlinkRed {
    background: linear-gradient(to bottom, #2f82d5 0%, #0066cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0066cc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.formBottomBtn li input.leagAccBtnlinkRedW {
    background: linear-gradient(to bottom, rgba(248, 46, 46, 1) 0%, rgba(247, 5, 5, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f82a2a;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.txtBtnTop{
	margin-top: 20px;
    font-size: 14px;
}
.thankyouTxt{
	margin-top: 30px;
	line-height: 22px;
    font-size: 14px;
    margin-left: 20px;
}
.thankyouLink{
    line-height: 22px;
    margin: 20px 0 0 20px;
    text-align: center;
    font-size: 14px;
}
.fm-enquete td.inputConf{
    padding: 20px;
}


/* WEBCAS */
.fm-enquete tr {
    border-top: 1px solid #ccc;
}
b {
    font-weight: bold;
}
input[type=submit] {
    background: linear-gradient(to bottom, #595959 0%, #353535 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 #8d8d8d inset;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 5px 15px;
    margin-left: 10px;
}
#wcf5start {
    background: linear-gradient(to bottom, #2f82d5 0%, #0066cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0066cc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
#confirm {
    background: linear-gradient(to bottom, #2f82d5 0%, #0066cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0066cc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    margin-left: 20px;
}
#rewind_wcf5confirm {
    background: linear-gradient(to bottom, rgba(248, 46, 46, 1) 0%, rgba(247, 5, 5, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f82a2a;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
