@CHARSET "UTF-8";
/*登録ステップ数を画面上部に表示する*/

.cl_item_value_input_width {
	width: 96%;
}

.cl_conter_text_area_box{
	border: 1px solid orange;
	border-radius:0px;
	overflow: hidden;
}

.cl_text_area_ttl_header {
	background: orange;
	border-radius: 7px;
	color: white;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	margin-left: -5px;
	padding-left: 15px;
	text-align: justify;
	width: 110.5%;
}

.cl_create_user_text_area {
	line-height: 2rem;
	border: none;
	border-radius: 2px;
	overflow-y: scroll;
	outline: none;
	resize: none;
	font-size: initial;
/* 	font-family: ＭＳ ゴシック; */
	width: 600px;
	padding-left: 3px;
	height: 200px;
}

.cl_user_contract_sentence_area {
	height: 50%;
	resize: none;
	line-height: 1rem;
	font-size: 10px;
	line-height: normal;
}

.cl_check_btn:hover {
	border-radius: 10px;
	border: 1px navy solid;
	background: navy;
	color: white;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.cl_check_btn {
	border-radius: 10px;
	border: 1px #00A0E6 solid;
	background: #00A0E6;
	color: white;
	padding: 5px 10px 5px 10px;
	-webkit-transition: background 0.2s,color 0.2s;
	transition: background 0.2s,color 0.2s;
}

.cl_user_registor_btn:hover {
	cursor: pointer;
	color: white;
	background: navy url(../images/icon/regist_hover.png) no-repeat 35px center;
	background-size: 25px 25px;
}

.cl_user_registor_btn {
	background:#00A0E6 url(../images/icon/regist.png) no-repeat 40px center;
	background-size: 15px 15px;
	border-radius: 6px;
	color: white;
	display: block;
	font-size: 12px;
	width: 200px;
	margin-top: 6px;
	line-height: normal;
	line-height: -moz-block-height;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s,color 0.2s;
	-webkit-transition: background 0.2s,color 0.2s;
	margin: auto;
}

.cl_input_check_sentence {
	font-size: 9px;
	color: black;
}