@charset "Shift_JIS";

/*  フォーム
------------------------------------------*/
input[type="text"], 
input[type="password"], 
textarea, 
select {
	background: #FFF7FC;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 3px 2px;
	vertical-align:middle;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus {
	border: 1px solid #999;
	background: #FFF;
}

input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle;
}

input[type="radio"], 
input[type="checkbox"],
x:-moz-any-link, x:default {
	margin: 5px 2px;
}

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	padding: 0.2em 0.6em;
}

div.form_wrap {
	border-bottom: solid #D1D9DD 1px;
	border-right: solid #D1D9DD 5px;
	border-left: solid #D1D9DD 5px;
	border-top: solid #D1D9DD 1px;
	padding: 25px 45px;
	margin-top: 20px;
	}

.t03a00 { width: 30px }
.t05a00 { width: 40px }
.t10a00 { width: 65px }
.t20a10 { width: 100px }
.t30a20 { width: 160px }
.t50a30 { width: 240px }
.t60a40 { width: 300px }
.t70a50 { width: 370px }
.t85a60 { width: 440px }
.t100a70 { width: 510px }

input.f01 {
	width:17px;
	text-align: center;
}

input.f03 {
	width:30px;
	text-align: center;
}

input.f04 {
	width:45px;
	text-align: center;
}

input.f10 {
	width:60px;
}

input.f15 {
	width:85px;
}

input.f20 {
	width:140px;
}

input.f25 {
	width:180px;
}

input.f30 {
	width:210px;
}

input.f35 {
	width:240px;
}

input.f40 {
	width:280px;
}

input.f50 {
	width:330px;
}

input.f60 {
	width:385px;
}

input.f70 {
	width:450px;
}

textarea.f00 {
	width:385px;
	height: 5em;
}

textarea.f01 {
	width:347px;
	height: 3em;
}

textarea.f02 {
	width:480px;
	height: 5em;
}

textarea.f03 {
	width:600px;
	height: 10em;
}

textarea.f04 {
	width:730px;
	height: 5em;
}

textarea.f05 {
	width:730px;
	height: 10em;
}
textarea.f06 {
	width:730px;
	height: 20em;
}

/*
*  
/* ------------------------------------*/
.form_waku03 {
	border: solid 1px #FFF;
	font-weight:bold;
	padding: 0.1em;
	margin-left:0.2em;
	color: #FFF;
	background: #F60;
}

/*
*  
/* ------------------------------------*/
.form_waku04 {
	background: #F00;
	font-weight:bold;
	font-size: 95%;
	padding: 0.1em 0.3em 0;
	margin-left:0.2em;
	color: #FFF;
}
.form_waku04 a {
	color:#FCF;
}
.form_waku04 a:hover {
	color:#FFC;
}

.yellow_btn {
  background-color: #FFFF00;
}

input.ime_active { ime-mode: active; }
input.ime_inactive { ime-mode: inactive; }
input.ime_disabled { ime-mode: disabled; }


.btn01 {
  background: #7de384;
  background: -webkit-gradient(linear, left top, left bottom, from(#7de384), to(#039407));
  background: -webkit-linear-gradient(top, #7de384 0%, #039407 100%);
  background: linear-gradient(to bottom, #7de384 0%, #039407 100%);
  color: #ffffff;
}

.btn01:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7de384), to(#039407));
  background: -webkit-linear-gradient(bottom, #7de384 0%, #039407 100%);
  background: linear-gradient(to top, #7de384 0%, #039407 100%);
  color: #ffffff;
}

.btn02 {
  background: #f095ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#f095ad), to(#eb3b6a));
  background: -webkit-linear-gradient(top, #f095ad 0%, #eb3b6a 100%);
  background: linear-gradient(to bottom, #f095ad 0%, #eb3b6a 100%);
  color: #ffffff;
}

.btn02:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f095ad), to(#eb3b6a));
  background: -webkit-linear-gradient(bottom, #f095ad 0%, #eb3b6a 100%);
  background: linear-gradient(to top, #f095ad 0%, #eb3b6a 100%);
  color: #ffffff;
}

.btn03 {
  background: #f1c167;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1c167), to(#f2761d));
  background: -webkit-linear-gradient(top, #f1c167 0%, #f2761d 100%);
  background: linear-gradient(to bottom, #f1c167 0%, #f2761d 100%);
  color: #ffffff;
}

.btn03:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1c167), to(#f2761d));
  background: -webkit-linear-gradient(bottom, #f1c167 0%, #f2761d 100%);
  background: linear-gradient(to top, #f1c167 0%, #f2761d 100%);
  color: #ffffff;
}

.btn04 {
  background: #7ae4f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ae4f5), to(#02b7db));
  background: -webkit-linear-gradient(top, #7ae4f5 0%, #02b7db 100%);
  background: linear-gradient(to bottom, #7ae4f5 0%, #02b7db 100%);
  color: #ffffff;
}

.btn04:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#7ae4f5), to(#02b7db));
  background: -webkit-linear-gradient(bottom, #7ae4f5 0%, #02b7db 100%);
  background: linear-gradient(to top, #7ae4f5 0%, #02b7db 100%);
  color: #ffffff;
}

.btn_logout {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  color: #212529;
}

.btn_logout:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
  color: #212529;
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  max-width: 100%; /* ボタン幅 */
  min-width: 50%; /* ボタン幅 */
  min-height: 40px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
/*  border-radius: 0.5rem;*/
}

.btn2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  max-width: 600px; /* ボタン幅 */
  max-height: 30px;
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
