input[type="text"] {
	border-radius: 10px;
	height: 2.4rem;
	border: none;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}

input[type="text"].rizinput-frm {
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 2rem;
	padding: 0px 0px 0px 10px;
	height: 2rem;
	width: 95%;
}

.riztextarea {
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.6rem;
	padding: 5px 0px 0px 10px;
	resize: none;
	/*min-width: 18rem;*/
	width: 95%;
	border: none;
}

.rizinput-outer {
	padding-left: 10px;
	padding-bottom: 5px;
}

input[type="text"]::-webkit-input-placeholder {
	color: #ccc;
}
input[type="text"]::-moz-placeholder {
	color: #ccc;
}
input[type="text"]:-ms-input-placeholder {
	color: #ccc;
}

.riztextarea::-webkit-input-placeholder {
	color: #ccc;
}
.riztextarea::-moz-placeholder {
	color: #ccc;
}
.riztextarea:-ms-input-placeholder {
	color: #ccc;
}

.middle-len {
	min-width: 25rem;
}

.pg-header {
	height: 3rem;
	width: 100%;
	background-color: #b1dcfb;
}

.custom-name {
	font-size: 1.6rem;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	white-space: nowrap;
	flex-direction: row;
	flex-wrap: no-wrap;
	padding-left: 0.4rem;
}

.page-title {
	font-size: 2.0rem;
	height: 3rem;
}

label.error {
	color: #ff0000;
	font-size: 0.8rem;
}

label.error::before {
	/* エラーメッセージを折り返して表示 */
	content: "\A" ;
	white-space: pre ;
}

div {
	font-size: 1rem;
}

div.btn-spacer {
	float: left;
	width: 20px;
}

button {
	background-color: #0089ec;
	min-width: 9rem;
	min-height: 2.8rem;
	border-radius: 10px;
	border: none;
	color: #eee;
	font-size: 1.4rem;
	outline: none;
}

button.medium {
	min-width: 7rem;
	min-height: 2rem;
	border-radius: 6px;
	font-size: 1.0rem;
}

/*button:hover {
	transition: 0.5s ;
	background-color: #b1dcfb;
}*/

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #7AA3CC;
}

a {
	color: #0089ec;
}

a.disabled {
	pointer-events: none; /* aタグのリンクを無効にする */
	cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
	text-decoration: none;  /* 下線等を消す。 */
	color: #cccccc;
}

a:active :link {
	color: #0089ec;
}

/*a:hover {
	color: #b1dcfb;
	transition: 0.5s ;
}*/

@media screen and (max-width:750px){
	.riz-entry {
		/*font-size: 0.8rem;*/
		/*height: 2rem;*/
		min-width: 3.0rem;
		/*max-width: 10rem;*/	
	}
	
	.middle-len {
		min-width: 90%;
	}
	
	div.btn-spacer {
		display: none;
	}

	div {
		font-size: 0.8rem;
	}

	.custom-name {
		font-size: 1.0rem;
	}
}
