//=========================================

.table_02{
	width:auto;
	height:auto;
	margin-right : auto;
	margin-left : auto;
/*	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
*/
	border-collapse: collapse;
}

.table_02 td, th{
	border-bottom: 1px #D8D8D8 solid;
	padding:10px 17px;
	text-align:left;
}

.table_02 th{
/*	font-weight:bold; */
	width:300px;
	padding-left:20px;
/*	background-color:#F2F2F2; */
}

.table_02 td{
	width:500px;
	color: #666;
}

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

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

p.form_privacy_CP1{
	margin-bottom: 10px;
}
p.form_privacy_CP2{
	display: block;
	line-height: 180%;
}

/* �m�F�{�^��*/

.submit-btn{
	text-align:center;
	width:800px;
	border: 1px;
	margin-right : auto;
	margin-left : auto;
	margin-bottom:10px;
}

.formBtn{
	text-align:center;
	width:800px;
	margin-right : auto;
	margin-left : 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;
}

.midashi1 {
	font-size: 15px;
}
