/* ################################################## */
/* スマホ用 */
/* ================================================== */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#idcheckeye,
#idcheckeye_main,
#idcheckeye_header,
#idcheckeye_body,
#idcheckeye_footer {
-webkit-box-sizing	:border-box;
-moz-box-sizing		:border-box;
-o-box-sizing		:border-box;
box-sizing			:border-box;
-ms-box-sizing		:border-box;
}
/* ################################################## */
/* 外枠 */
/* ================================================== */
#idcheckeye {
	position	: fixed;
	z-index		:100;
	width		: 100%;
	max-width	: 480px;
	min-width	: 360px;
	padding		: 0px;
	margin		: 0px;
}
/* ================================================== */
/* メインBOX */
/* -------------------------------------------------- */
#idcheckeye_main {
	width		: 100%;
	max-width	: 100%;
	min-width	: 100%;
	border-top-left-radius	:10px;
	border-top-right-radius	:10px;
	filter			: drop-shadow(0px 0px 3px rgba(0,0,3,0.5));
	-webkit-filter	: drop-shadow(0px 0px 3px rgba(0,0,3,0.5));
	padding		: 0px;
	margin		: 0px;
}
/* ================================================== */
/* ヘッダー */
/* -------------------------------------------------- */
#idcheckeye_header {
	display		: grid;
	position	: relative;
	grid-template-columns	: 80px 1fr 80px;		/* 横 */
 	grid-template-rows		: 30px 40px;	/* 縦 */
	width		: 100%;
	max-width	: 100%;
	min-width	: 100%;
	border-top-left-radius	:10px;
	border-top-right-radius	:10px;
	padding		: 0px;
	margin		: 0px;
}
#idcheckeye_header > p {
	display			: flex;
	align-items		: center;
	width		: 100%;
	max-width	: 100%;
	min-width	: 100%;
	height		: 100%;
	max-height	: 100%;
	min-height	: 100%;
	padding		: 0px;
	margin		: 0px;
	line-height	: 40px;
}
#idcheckeye_header > p:nth-of-type(1) {
	justify-content	: center;
	grid-column	: 1 / 2;
	grid-row	: 1 / 2;
	font-size	: 16px;
	border-top-left-radius	:10px;
}
#idcheckeye_header > p:nth-of-type(2) {
	justify-content	: center;
	grid-column	: 2 / 3;
	grid-row	: 1 / 2;
	font-size	: 16px;
}
#idcheckeye_header > p:nth-of-type(3) {
	justify-content	: flex-end;
	grid-column	: 3 / 4;
	grid-row	: 1 / 2;
	border-top-right-radius	:10px;
	text-align: right;
}
#idcheckeye_header > p:nth-of-type(4) {
	justify-content	: center;
	grid-column	: 1 / 2;
	grid-row	: 2 / 3;
	font-size	: 14px;
}
#idcheckeye_header > p:nth-of-type(5) {
	justify-content	: center;
	grid-column	: 2 / 3;
	grid-row	: 2 / 3;
	font-size	: 14px;
}
#idcheckeye_header > p:nth-of-type(6) {
	justify-content	: center;
	grid-column	: 3 / 4;
	grid-row	: 2 / 3;
}
/* -------------------------------------------------- */
#idcheckeye_header > p:nth-of-type(3) > i {
	display		: inline-block;
	font-size	: 20px;
	width		: 25px;
	max-width	: 25px;
	min-width	: 25px;
	height		: 25px;
	max-height	: 25px;
	min-height	: 25px;
	line-height	: 25px;
	text-align	: center;
	cursor		: pointer;
	margin-right	:10px;
}
/* -------------------------------------------------- */
#idcheckeye_header > p:nth-of-type(4) > span,
#idcheckeye_header > p:nth-of-type(6) > span {
	display		: inline-block;
	font-size	: 12px;
	width		: 70px;
	max-width	: 70px;
	min-width	: 70px;
	height		: 25px;
	max-height	: 25px;
	min-height	: 25px;
	line-height	: 25px;
	text-align	: center;
	border-radius	: 5px;
	cursor		: pointer;
}
/* ================================================== */
/* ボディ */
/* -------------------------------------------------- */
#idcheckeye_body {
	display		: block;
	width		: 100%;
	max-width	: 100%;
	min-width	: 100%;
	height		: 200px;
	max-height	: 200px;
	min-height	: 200px;
	padding		: 0px;
	margin		: 0px;
	overflow-y	: auto;
}
#idcheckeye_body > div {
	padding		: 0px;
	margin		: 10px 0px 10px 0px;
/* margin		: 10px 0px 10px 0px; 20250116 */
}
#idcheckeye_body > .classcheckeye_shop {
	padding-left	: 10px;
	padding-right	: 80px;
	text-align		: left;
}
#idcheckeye_body > .classcheckeye_user {
	padding-left	: 80px;
	padding-right	: 10px;
	text-align		: right;
	white-space		: nowrap;
}
#idcheckeye_body > div > p {
	white-space	: normal;
	font-size	: 12px;
	text-align	: left;
}
#idcheckeye_body > div > p:nth-of-type(1) {
	display		: inline-block;
}
#idcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
/*	outline			: 1px solid #cccccc; */
/* background		: #f8f8f8; */
	border-radius	: 5px;
	line-height		: 1.5em;
	padding			: 10px;
	margin			: 0px;
	/* margin		: 10px 0px 10px 0px; 20250116*/
}
#idcheckeye_body > .classcheckeye_shop > p:nth-of-type(2) {
	display		: block;
	font-size	: 11px;
	text-align	: right;
	padding		: 0px;
	margin		: 0px 0px 0px 0px;
}
#idcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
/*	outline			: 1px solid #cccccc; */
/* background		: #f8f8f8; */
	border-radius	: 5px;
	line-height		: 1.5em;
	padding			: 10px;
	margin			: 0px;
/* margin		: 10px 0px 0px 0px; 20250116 */
}
#idcheckeye_body > .classcheckeye_user > p:nth-of-type(2) {
	display		: block;
	font-size	: 12px;
	text-align	: right;
	padding		: 0px;
	margin			: 0px;
	/* margin		: 10px 0px 10px 0px; 20250116 */
/* 	color		: #aaaaaa; */
}
/* ================================================== */
/* フッター */
/* 20250127 ボタン改行対策 */

/* -------------------------------------------------- */
#idcheckeye_footer {
	display		: grid;
	position	: relative;
	grid-template-columns	: 5px 1fr 60px 5px;		/* 横 */
 	grid-template-rows		: 40px;	/* 縦 */
	padding		: 0px;
	margin		: 0px;
	height		: 40px;
	max-height	: 40px;
	min-height	: 40px;
}
#idcheckeye_footer > p {
/* 	display			: flex; 20250127 */
	align-items		: center;
	width		: 100%;
	max-width	: 100%;
	min-width	: 100%;
	height		: 100%;
	max-height	: 100%;
	min-height	: 100%;
/*	padding		: 0px; 20250127 */
	padding		: 6px 0px 5px 0px;
	margin		: 0px;
	flex-wrap: nowrap;	/* 20250127 */
}
#idcheckeye_footer > p:nth-of-type(1) {
	justify-content	: flex-start;
	grid-column	: 2 / 3;
	grid-row	: 1 / 2;


}
#idcheckeye_footer > p:nth-of-type(2) {
	justify-content	: flex-end;
	grid-column	: 3 / 4;
	grid-row	: 1 / 2;
}
#idcheckeye_footer > p input[type="text"] {
	display		: block;
	width		: calc(100% - 10px);
	max-width	: calc(100% - 10px);
	min-width	: calc(100% - 10px);
	height		: 24px;
	max-height	: 24px;
	min-height	: 24px;
	font-size:16px;
}
#idcheckeye_footer > p button {
	display		: block;
	width		: calc(100% - 3px);
	max-width	: calc(100% - 3px);
	min-width	: calc(100% - 3px);
	height		: 28px;
	max-height	: 28px;
	min-height	: 28px;
}
/* ================================================== */
/* 画像 */
/* -------------------------------------------------- */
#idcheckeye_photo_but {
	display: inline-block;
	position: fixed;
	z-index		:2147483641;
	top: 10px;
	right: 10px;
	font-size: 16px;
	padding: 10px;
	color: #eeeeee;
	background: #888888;
	border-radius: 10px;
	animation-name			:check-eye_Anime_Blinkbut;
	animation-duration		:0.5s;
	animation-timing-function	:linear;
	animation-direction		:alternate;
	animation-iteration-count	:infinite;
	cursor: pointer;
}
#idcheckeye_photo_src {
	display: inline-block;
	z-index		:2147483640;

	position: fixed;
	inset: 0;
	margin: auto;

	user-select	: none;
	-moz-user-select	: none;
	-webkit-user-select	: none;
	-ms-user-select	: none;

	max-width	: calc(100% - 20px);
	max-height: calc(100% - 20px);
}
@keyframes check-eye_Anime_Blinkbut{
	0% {
		color:#aaaaaa;
		background:rgba(0,0,0,0.5);
	}
	100% {
		color:#ffffff;
		background:rgba(88,88,88,0.5);
	}
}


/* ================================================== */
/* 色 */
/* -------------------------------------------------- */
/* 黒	0 */
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(3) {
	background	: #000000;
	color		: #ffffff;
}
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(6) {
	background	: #dddddd;
}
.classcheckeye_color_0 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_0 .classcheckeye_header > p > span {
	background	: #000000;
	color		: #ffffff;
}
.classcheckeye_color_0 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_0 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #cccccc;
	background	: #dddddd;
	color		: #000000;
}
.classcheckeye_color_0 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #cccccc;
	background	: #f8f8f8;
	color		: #000000;
}
.classcheckeye_color_0 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #cccccc;
}
.classcheckeye_color_0 .classcheckeye_footer {
	background	: #dddddd;
	color		: #000000;
}
.classcheckeye_color_0 .classcheckeye_footer button {
	background	: #000000;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_0 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #cccccc;
}
/* -------------------------------------------------- */
/* グレー	1 */
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(3) {
	background	: #888888;
	color		: #ffffff;
}
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(6) {
	background	: #dddddd;
}
.classcheckeye_color_1 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_1 .classcheckeye_header > p > span {
	background	: #888888;
	color		: #ffffff;
}
.classcheckeye_color_1 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_1 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #cccccc;
	background	: #dddddd;
	color		: #000000;
}
.classcheckeye_color_1 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #cccccc;
	background	: #f8f8f8;
	color		: #000000;
}
.classcheckeye_color_1 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #cccccc;
}
.classcheckeye_color_1 .classcheckeye_footer {
	background	: #dddddd;
}
.classcheckeye_color_1 .classcheckeye_footer button {
	background	: #888888;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_1 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #cccccc;
}
/* -------------------------------------------------- */
/* 赤	2 */
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(3) {
	background	: #ff0000;
	color		: #ffffff;
}
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(6) {
	background	: #ffcccc;
}
.classcheckeye_color_2 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_2 .classcheckeye_header > p > span {
	background	: #ff0000;
	color		: #ffffff;
}
.classcheckeye_color_2 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_2 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ffaaaa;
	background	: #FFB7B7;
	color		: #000000;
}
.classcheckeye_color_2 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ffaaaa;
	background	: #ffeeee;
	color		: #000000;
}
.classcheckeye_color_2 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ffaaaa;
}
.classcheckeye_color_2 .classcheckeye_footer {
	background	: #ffcccc;
}
.classcheckeye_color_2 .classcheckeye_footer button {
	background	: #ff0000;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_2 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ffaaaa;
}
/* -------------------------------------------------- */
/* あずき	3 */
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(3) {
	background	: #8b0000;
	color		: #ffffff;
}
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(6) {
	background	: #8c4646;
}
.classcheckeye_color_3 .classcheckeye_header > p:nth-of-type(5) {
	color		: #ffffff;
}
.classcheckeye_color_3 .classcheckeye_header > p > span {
	background	: #8b0000;
	color		: #ffffff;
}
.classcheckeye_color_3 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_3 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ffcccc;
	background	: #FFB2B2;
	color		: #000000;
}
.classcheckeye_color_3 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ffcccc;
	background	: #ffe6e6;
	color		: #000000;
}
.classcheckeye_color_3 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ffcccc;
}
.classcheckeye_color_3 .classcheckeye_footer {
	background	: #8c4646;
}
.classcheckeye_color_3 .classcheckeye_footer button {
	background	: #8b0000;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_3 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ffcccc;
}
/* -------------------------------------------------- */
/* ピンク	4 */
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(3) {
	background	: #ff5192;
	color		: #ffffff;
}
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(6) {
	background	: #ffb3cf;
}
.classcheckeye_color_4 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_4 .classcheckeye_header > p > span {
	background	: #ff5192;
	color		: #ffffff;
}
.classcheckeye_color_4 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_4 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ffcccc;
	background	: #FFB2CE;
	color		: #000000;
}
.classcheckeye_color_4 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ffcccc;
	background	: #ffe6ef;
	color		: #000000;
}
.classcheckeye_color_4 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ffcccc;
}
.classcheckeye_color_4 .classcheckeye_footer {
	background	: #ffb3cf;
}
.classcheckeye_color_4 .classcheckeye_footer button {
	background	: #ff5192;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_4 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ffcccc;
}
/* -------------------------------------------------- */
/* オレンジ	5 */
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(3) {
	background	: #ff8c00;
	color		: #ffffff;
}
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(6) {
	background	: #ffddb3;
}
.classcheckeye_color_5 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_5 .classcheckeye_header > p > span {
	background	: #ff8c00;
	color		: #ffffff;
}
.classcheckeye_color_5 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_5 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ffdeb3;
	background	: #FFDCB2;
	color		: #000000;
}
.classcheckeye_color_5 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ffdeb3;
	background	: #fff4e6;
	color		: #000000;
}
.classcheckeye_color_5 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ffdeb3;
}
.classcheckeye_color_5 .classcheckeye_footer {
	background	: #ffddb3;
}
.classcheckeye_color_5 .classcheckeye_footer button {
	background	: #ff8c00;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_5 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ffdeb3;
}
/* -------------------------------------------------- */
/* 黄色	6 */
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(3) {
	background	: #ffd700;
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(6) {
	background	: #ffec80;
}
.classcheckeye_color_6 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_header > p > span {
	background	: #ffd700;
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ffe44d;
	background	: #FFE97F;
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ffe44d;
	background	: #fffbe6;
	color		: #000000;
}
.classcheckeye_color_6 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ffe44d;
}
.classcheckeye_color_6 .classcheckeye_footer {
	background	: #ffec80;
}
.classcheckeye_color_6 .classcheckeye_footer button {
	background	: #ffd700;
	color		: #000000;
	border		: none;
}
.classcheckeye_color_6 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ffe44d;
}
/* -------------------------------------------------- */
/* 黄緑	7 */
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(3) {
	background	: #006400;
	color		: #ffffff;
}
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(6) {
	background	: #8ae68a;
}
.classcheckeye_color_7 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_7 .classcheckeye_header > p > span {
	background	: #006400;
	color		: #ffffff;
}
.classcheckeye_color_7 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_7 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #6bb36b;
	background	: #B2FFB2;
	color		: #000000;
}
.classcheckeye_color_7 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #6bb36b;
	background	: #e6ffe6;
	color		: #000000;
}
.classcheckeye_color_7 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #6bb36b;
}
.classcheckeye_color_7 .classcheckeye_footer {
	background	: #8ae68a;
}
.classcheckeye_color_7 .classcheckeye_footer button {
	background	: #006400;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_7 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #6bb36b;
}
/* -------------------------------------------------- */
/* 緑	8 */
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(3) {
	background	: #9acd32;
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(6) {
	background	: #d5ff80;
}
.classcheckeye_color_8 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_header > p > span {
	background	: #9acd32;
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #9ccc3d;
	background	: #CCFF66;
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #9ccc3d;
	background	: #eeffcc;
	color		: #000000;
}
.classcheckeye_color_8 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #9ccc3d;
}
.classcheckeye_color_8 .classcheckeye_footer {
	background	: #d5ff80;
}
.classcheckeye_color_8 .classcheckeye_footer button {
	background	: #9acd32;
	color		: #000000;
	border		: none;
}
.classcheckeye_color_8 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #9ccc3d;
}
/* -------------------------------------------------- */
/* 紺色	9 */
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(3) {
	background	: #000066;
	color		: #ffffff;
}
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(6) {
	background	: #8f8fcc;
}
.classcheckeye_color_9 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_9 .classcheckeye_header > p > span {
	background	: #000066;
	color		: #ffffff;
}
.classcheckeye_color_9 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_9 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #a3a3cc;
	background	: #CFCFE6;
	color		: #000000;
}
.classcheckeye_color_9 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #a3a3cc;
	background	: #EEEEF6;
	color		: #000000;
}
.classcheckeye_color_9 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #a3a3cc;
}
.classcheckeye_color_9 .classcheckeye_footer {
	background	: #8f8fcc;
	color		: #000000;
}
.classcheckeye_color_9 .classcheckeye_footer button {
	background	: #000066;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_9 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #a3a3cc;
}
/* -------------------------------------------------- */
/* 青	10 */
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(3) {
	background	: #005fff;
	color		: #ffffff;
}
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(6) {
	background	: #b3cfff;
}
.classcheckeye_color_10 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_10 .classcheckeye_header > p > span {
	background	: #005fff;
	color		: #ffffff;
}
.classcheckeye_color_10 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_10 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #b3cfff;
	background	: #99C0FF;
	color		: #000000;
}
.classcheckeye_color_10 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #b3cfff;
	background	: #e6efff;
	color		: #000000;
}
.classcheckeye_color_10 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #b3cfff;
}
.classcheckeye_color_10 .classcheckeye_footer {
	background	: #b3cfff;
	color		: #000000;
}
.classcheckeye_color_10 .classcheckeye_footer button {
	background	: #005fff;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_10 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #b3cfff;
}
/* -------------------------------------------------- */
/* 水色	11 */
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(3) {
	background	: #00bfff;
	color		: #ffffff;
}
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(6) {
	background	: #99e6ff;
}
.classcheckeye_color_11 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_11 .classcheckeye_header > p > span {
	background	: #00bfff;
	color		: #ffffff;
}
.classcheckeye_color_11 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_11 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #80dfff;
	background	: #99E5FF;
	color		: #000000;
}
.classcheckeye_color_11 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #80dfff;
	background	: #e6f9ff;
	color		: #000000;
}
.classcheckeye_color_11 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #80dfff;
}
.classcheckeye_color_11 .classcheckeye_footer {
	background	: #99e6ff;
	color		: #000000;
}
.classcheckeye_color_11 .classcheckeye_footer button {
	background	: #00bfff;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_11 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #80dfff;
}
/* -------------------------------------------------- */
/* 茶色	12 */
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(3) {
	background	: #8b4513;
	color		: #ffffff;
}
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(6) {
	background	: #b39f8f;
}
.classcheckeye_color_12 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_12 .classcheckeye_header > p > span {
	background	: #8b4513;
	color		: #ffffff;
}
.classcheckeye_color_12 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_12 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ccb6a3;
	background	: #e6d8cf;
	color		: #000000;
}
.classcheckeye_color_12 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ccb6a3;
	background	: #F6F1EE;
	color		: #000000;
}
.classcheckeye_color_12 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ccb6a3;
}
.classcheckeye_color_12 .classcheckeye_footer {
	background	: #b39f8f;
	color		: #000000;
}
.classcheckeye_color_12 .classcheckeye_footer button {
	background	: #8b4513;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_12 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ccb6a3;
}
/* -------------------------------------------------- */
/* こげ茶色	13 */
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(3) {
	background	: #330000;
	color		: #ffffff;
}
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(6) {
	background	: #665c5c;
}
.classcheckeye_color_13 .classcheckeye_header > p:nth-of-type(5) {
	color		: #ffffff;
}
.classcheckeye_color_13 .classcheckeye_header > p > span {
	background	: #330000;
	color		: #ffffff;
}
.classcheckeye_color_13 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_13 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #b3a1a1;
	background	: #ccb8b8;
	color		: #000000;
}
.classcheckeye_color_13 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #b3a1a1;
	background	: #F6F3F3;
	color		: #000000;
}
.classcheckeye_color_13 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #b3a1a1;
}
.classcheckeye_color_13 .classcheckeye_footer {
	background	: #665c5c;
	color		: #000000;
}
.classcheckeye_color_13 .classcheckeye_footer button {
	background	: #330000;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_13 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #b3a1a1;
}
/* -------------------------------------------------- */
/* 紫	14 */
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(3) {
	background	: #ba55d3;
	color		: #ffffff;
}
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(6) {
	background	: #caa9d4;
}
.classcheckeye_color_14 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_14 .classcheckeye_header > p > span {
	background	: #ba55d3;
	color		: #ffffff;
}
.classcheckeye_color_14 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_14 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #c7b8cc;
	background	: #EBB2FF;
	color		: #000000;
}
.classcheckeye_color_14 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #c7b8cc;
	background	: #f9e6ff;
	color		: #000000;
}
.classcheckeye_color_14 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #c7b8cc;
}
.classcheckeye_color_14 .classcheckeye_footer {
	background	: #caa9d4;
	color		: #000000;
}
.classcheckeye_color_14 .classcheckeye_footer button {
	background	: #ba55d3;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_14 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #c7b8cc;
}
/* -------------------------------------------------- */
/* 黄土色	15 */
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(3) {
	background	: #daa520;
	color		: #ffffff;
}
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(6) {
	background	: #d9ccad;
}
.classcheckeye_color_15 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_15 .classcheckeye_header > p > span {
	background	: #daa520;
	color		: #ffffff;
}
.classcheckeye_color_15 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_15 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #d9c598;
	background	: #FFE099;
	color		: #000000;
}
.classcheckeye_color_15 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #d9c598;
	background	: #fff7e6;
	color		: #000000;
}
.classcheckeye_color_15 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #d9c598;
}
.classcheckeye_color_15 .classcheckeye_footer {
	background	: #d9ccad;
	color		: #000000;
}
.classcheckeye_color_15 .classcheckeye_footer button {
	background	: #daa520;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_15 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #d9c598;
}
/* -------------------------------------------------- */
/* 黄土色	16 */
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(1),
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(2),
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(3) {
	background	: #a7967f;
	color		: #ffffff;
}
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(4),
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(5),
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(6) {
	background	: #e6d2b8;
}
.classcheckeye_color_16 .classcheckeye_header > p:nth-of-type(5) {
	color		: #000000;
}
.classcheckeye_color_16 .classcheckeye_header > p > span {
	background	: #a7967f;
	color		: #ffffff;
}
.classcheckeye_color_16 .classcheckeye_body {
	background	: #ffffff;
	color		: #000000;
}
.classcheckeye_color_16 .classcheckeye_body > .classcheckeye_user > p:nth-of-type(1) {
	outline		: 1px solid #ccc3b8;
	background	: #e6dccf;
	color		: #000000;
}
.classcheckeye_color_16 .classcheckeye_body > .classcheckeye_shop > p:nth-of-type(1) {
	outline		: 1px solid #ccc3b8;
	background	: #F6F2EE;
	color		: #000000;
}
.classcheckeye_color_16 .classcheckeye_body > div > p:nth-of-type(2) {
	color		: #ccc3b8;
}
.classcheckeye_color_16 .classcheckeye_footer {
	background	: #e6d2b8;
	color		: #000000;
}
.classcheckeye_color_16 .classcheckeye_footer button {
	background	: #a7967f;
	color		: #ffffff;
	border		: none;
}
.classcheckeye_color_16 .classcheckeye_footer input[type="text"] {
	border		: 1px solid #ccc3b8;
}