/* CSS Document */

@import "https://";

form{background: #fff;}
    form div{padding: 10px 20px;
	font-size: 16px;
    line-height:150%;
	color: #333333;}
 
input[type=text]{
	font-size: 15px;
    line-height:150%;
   border:#a9a9a9 1px solid;
   height:40px;
   padding:5px;
}
input[type=text]:focus {
   border:solid 1px #3399ff;
	background: #E6F2FF;
}
input[type=text], select {
	outline: none;
}

input[type=password]{
   border:#a9a9a9 1px solid;
   height:40px;
   padding:5px;
}
input[type=password]:focus {
   border:solid 1px #3399ff;
	background: #E6F2FF;
}
input[type=password], select {
	outline: none;
}

.text, textarea, .dropdown{
	font-size: 16px;
    line-height:150%;
    border:1px solid #a9a9a9;
    padding: 5px;
    color: #333333;
    background: #ffffff;
    }
     
textarea:focus {
   border:solid 1px #3399ff;
	background: #E6F2FF;
}
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
	margin-bottom:5px;
}


select{
    color: #666666;
    height: 45px;
    font-size: 100%;
    padding: 12px 50px 12px 12px;
    border: 1px solid #a9a9a9;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(https://www.kurikore.com/img/form/select_arrow.jpg) no-repeat right;
	cursor: hand; cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*Firefox用*/
	text-indent: .01px;
	text-overflow: “”;
}

select:focus {
   border:solid 1px #3399ff;
   background: #E6F2FF;
}
/*IE対応*/
select::-ms-expand {
display: none;
}

::-ms-expand {
	display: none;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

input#submit_button {
	padding: 10px 30px;
    height: 50px;
	cursor:pointer;
}

.submit{
    border:1px solid #777;
	text-align:center;
    color: #fff;
    background: #FFCC00;
	cursor:pointer;
    }
     
label {
 float: left;
 width: 250px;
 height: 42px;
 font-size: 16px;
 line-height: 42px;
 border-radius: 28px;
 color: #999;
 text-align:center;
 letter-spacing:normal;
 background-color: #dddddd;
 cursor: pointer;
}

.visible_sp {
	display: none;
}

/* -----------------------
 コピーライト
----------------------- */
.copy { height: 0px; padding-top: 0px; margin-top: 10px; overflow: hidden; }
.copy a:link { color: #fff; }
.copy a:visited { color: #fff; }
.copy a:hover { color: #ddd; }
.copy a:active { color: #fff; }
