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

input, select {
vertical-align:middle!important;
}
button {
cursor:pointer;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="url"],select {
border:1px solid #ccc;
height:36px;
font-size:1.4rem!important;
padding:0 10px;
color: #333;
background: #fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
input[type="time"],input[type="date"] {
font-size:1.6rem!important;
padding:10px;
}
textarea {
border:1px solid #ccc;
font-size:1.4rem!important;
padding:10px;
color: #333;
background: #fff;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.free_sarch {
width:160px!important;
height:30px!important;
border:none!important;
float:left;
}
.free_sarch02 {
width:220px!important;
height:32px!important;
float:left;
}
.free_sarch03 {
width:190px!important;
height:32px!important;
float:left;
}
.searchbtn {
width:30px;
height:30px;
background:url(../img/common/bt_search.png) no-repeat;
cursor:pointer;
}

.input_text01 {
width:155px!important;
}
.input_text02 {
width:180px!important;
}

.input_text03 {
width:100px!important;
}
.input_text80 {
width:80%!important;
}



.table_member input[type="text"],.box_member input[type="text"],.table_mypage02 input[type="text"] {
-moz-box-shadow: inset 1px 2px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 9px -6px rgba(0,0,0,0.5);
display:inline;

}

.table_member {
width:100%;
border-top:1px solid #ccc;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.table_member th {
border-collapse:collapse;
border-bottom:1px solid #ccc;
font-size:14px;
color:#333;
text-align:left;
background:#E9E9E9;
vertical-align:top;
padding:10px;
font-weight:500;
line-height:1.4;
width:200px;
}
.table_member td {
border-collapse:collapse;
border-bottom:1px solid #ccc;
font-size:14px;
color:#2B302A;
padding:10px;
line-height:1.4;
vertical-align:middle;
}
.table_mypage02 td textarea {
width:440px;
height:140px;
}

span.must {
display:block;
color:#fff;
float:right;
background:#cc0000;
font-size:12px;
padding:2px 4px;
}
.ul_radio li {
float:left;
margin-right:20px;
}
.ul_radio02 li {
	margin-bottom:10px;
}
.ul_radio li input,.ul_radio02 li input {
float:left;
margin-top:5px;
}
.lh30 {
line-height:30px!important;
}
.input_inline {
display:inline;
}