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

/*.hdg_02{
	margin-left:45px;
	margin-top:10px;
	font-size:16px;
}*/

p#form_header{
	margin: auto;
	width:960px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	color: #2f4f4f;
}

/*テーブル設定*/

.inquiry_table{
	width:960px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
	margin: auto;
	border-collapse: collapse;
}
.inquiry_table tbody,
.inquiry_table tr{
	width: 960px !important;
}
.inquiry_table td{
	width:75%;
	color: #666;
	text-align:left;
	border-bottom: 1px #D8D8D8 solid;
  padding: 17px 0 17px 20px;
}

.inquiry_table th{
	width: 35%;
	padding-left:20px;
	text-align:left;
	border-bottom: 1px #D8D8D8 solid;
	padding:17px 20px;
}

.text:focus, .dropdown:focus{
	border: 1px solid red;
}

.form_privacy_area{
	width:649px;
	border:#CCCCCC thin solid;
	padding:15px;
	margin: auto;
	margin-bottom:10px;
	margin-top:10px;
	color: #2f4f4f;
	text-align:left;
}

/* 確認ボタン*/

.submit-btn{
	text-align:center;
	width:676px;
	margin: auto;
	margin-bottom:10px;
}

.formBtn{
	text-align:center;
	width:676px;
	margin: auto;
	margin-bottom:30px;
}

#radio {float: left;display:block;margin:0px 4px;	margin-top:5px;}

/* 20140618追加 */
.text, textarea, .dropdown {
	border:1px solid #777;
	padding: 3px;
	color: #666;
	background: #fff;
	border-radius: 3px;

    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fafafa),
        to(#ffffff)
        );

    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(
        top,
	#fafafa,
        #ffffff
        );

    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.submit{
	border:1px solid #777;
	padding: 3px 10px;
	color: #666;
	cursor: pointer;
	background: #f5f5f5;
	border-radius: 3px;
	text-align:center;

    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#d3d3d3),
        to(#f5f5f5)
        );
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #d3d3d3,
        #f5f5f5
        );
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#d3d3d3,endColorstr=#f5f5f5);
    zoom: 1;
}

.checkbox_input,
.radio_input{
	display:none;
}

.checkbox_label{
	background:url(checkbox_off.gif) no-repeat 0 center;
	margin-right:20px;
	padding:1px 0 1px 25px;
	display:inline-block;
}

.checkbox_label_selected{
	background:url(checkbox_on.gif) no-repeat 0 center;
}

.radio_label{
	background:url(radio_off.gif) no-repeat 0 center;
	margin-right:20px;
	padding:1px 0 1px 25px;
	display:inline-block;
}

.radio_label_selected{
	background:url(radio_on.gif) no-repeat 0 center;
}

.mandatory {
	background: #ff0000;
	color: #fff;
	padding: 0 2px;
	margin: 0 4px;
	font-size: 10px;
}
