@CHARSET "UTF-8";

/* common */
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Kosugi Maru', 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	margin: 0;
	padding-top: 50px;
}

div.root {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	-moz-user-select: none;			/* Firefox */
	-ms-user-select: none;			/* Internet Explorer */
	-khtml-user-select: none;		/* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none;		/* Chrome, Safari, and Opera */
	-webkit-touch-callout: none;	/* Disable Android and iOS callouts*/
}

/* root */
div#chaDivRoot {
	float: none;
	width: 1396px;
	height: 100%;
	margin: 0 auto;
}

/* contents */
div#chaDivCont {
	float: left;
	width: 700px;
	height: 700px;
	position: relative;
}

/* main */
div#chaDivMain {
	width: 100%;
	height: 100%;
	min-width: 300px;
	background-color: #C3B6B4;
}

/* title */
div#chaDivMainTitleSpace {
	width: 100%;
	height: 5vh;
	max-height: 20px;
}

div#chaDivMainTitle {
	width: 100%;
	height: 20vh;
	max-height: 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #FCFBFB;
}

div#chaDivMainTitle > #subDivName {
	float: left;
	display: flex;
	align-items: center;
	height: 100%;
	text-align: left;
	font-size: 0.9rem;
	margin-left: 1.0rem;
}

div#chaDivMainTitle > #subDivCreator {
	float: right;
	display: flex;
	align-items: center;
	height: 100%;
	text-align: right;
	font-size: 0.7rem;
	margin-right: 1.0rem;
}

/* start */
div#chaDivMainStart, div#chaDivMainQA, div#chaDivMainResult {
	width: 100%;
	height: 100%;
	background-color: #EFE7E7;
}

div#chaDivMainStart > #chaDivMainStartView {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 90%;
}

div#chaDivMainHomeBtn {
	width: 100%;
	height: 10%;
	max-height: 40px;
	line-height: 40px;
}

div#chaDivMainStart > #chaDivMainStartView > #subNotice {
	position: relative;
	width: 100%;
	height: 60%;
	padding-top: 10%;
	z-index: 0;
}
div#chaDivMainStart > #chaDivMainStartView > #subNotice > #subImage {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div#chaDivMainStartBtn {
	position: relative;
	width: 100%;
	height: 20%;
	z-index: 2;
}

div#chaDivMainStart > #chaDivMainStartView > #subNotice label {
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-left: 8%;
	width: 87%;
	height: 60%;
	line-height: 1.5rem;
	font-size: 1.0rem;
	font-weight: 100;
	border-radius: 10px;
	background-color: #FFFFFF;
}

div#chaDivMainStart > #chaDivMainStartView > #subNotice img {
	position: static;
	width: 60%;
	height: 60%;
}

div#chaDivMainStartBtn > #subBtnStart {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 6.5rem;
	line-height: 6.5rem;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #FF8094;
	border: 2px solid #FFFFFF;
	font-size: 1.5rem;
	font-weight: 100;
	border-radius: 10px;
}
div#chaDivMainStartBtn > #subBtnStart:hover{
	color: #FF8094;
	background-color: #FFFFFF;
	border: 2px solid #FF8094;
	font-weight: 400;
}

div#chaDivMainHomeBtn > #subBtnHome {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #B2B2B2;
	font-size: 0.85rem;
	font-weight: 200;
}
div#chaDivMainHomeBtn > #subBtnHome:hover{
	color: #B2B2B2;
	background-color: #FFFFFF;
	font-weight: 400;
}

/* qa */
div#chaDivMainQuestionArea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 40%;
}

div#chaDivMainQuestion {
	position: relative;
	width: 100%;
	height: 80%;
	padding-top: 10%;
}

div#chaDivMainQuestion > #subTitle {
	width: 100%;
	height: 30%;
	color: #FF8094;
	font-size: 1.0rem;
	line-height: 3.0rem;
	font-weight: 200;
	text-align: center;
	background-color: #FFFFFF;
}

div#chaDivMainQuestion > #subComment {
	width: 80%;
	height: 60%;
	color: #000000;
	font-size: 1.0rem;
	line-height: 2.0rem;
	padding-left: 10%;
	padding-right: 10%;
	font-weight: 200;
	text-align: center;
	background-color: #FFFFFF;
}

div#chaDivMainSelect {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 45%;
}

.chaClsQARadio + label, .chaClsQACheck + label {
	display: inline-block;
	margin-top: 3%;
	text-align: center;
	width: 100%;
	height: 20%;
	max-height: 36px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 2px solid #FFFFFF;
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-weight: 100;
	border-radius: 36px;
}

.chaClsQARadio:checked + label, .chaClsQACheck:checked + label {
	color: #FFFFFF;
	background-color: #FF8094;
	border: 2px solid #FFFFFF;
	font-weight: 400;
}

div#chaDivMainQA > #chaDivMainMove {
	display: -webkit-flex;
	display: flex;
   	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 15%;
}

div#chaDivMainMove > #subPrev, div#chaDivMainMove > #subNext {
	width: 20%;
	height: 100%;
}

div#chaDivMainMove > #subPrev > a, div#chaDivMainMove > #subNext > a {
	display: block;
   	margin-left: auto;
	margin-right: auto;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 2.0rem;
	line-height: 2.5rem;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #FF8094;
	border-radius: 50%;
	box-shadow: 0 0 5px gray;
}
div#chaDivMainMove > #subPrev > a:hover, div#chaDivMainMove > #subNext > a:hover {
	color: #B2B2B2;
	background-color: #FFFFFF;
}

div#chaDivMainMove > #subPrev > label, div#chaDivMainMove > #subNext > label {
	display: block;
	padding-top: 10%;
	width: 100%;
	height: 20%;
	color: #000000;
	font-size: 0.6rem;
	text-align: center;
	font-weight: 100;
}

div#chaDivMainMove > #subNotice {
	width: 60%;
	height: 100%;
}

div#chaDivMainMove > #subNotice > label {
	display: block;
	margin-top: 0.25rem;
   	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 2.0rem;
	color: #FFFFFF;
	background-color: #FF8094;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-weight: 200;
}

/* result */
div#chaDivMainResultArea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 65%;
}

div#chaDivMainResultViewArea {
	position: relative;
	width: 100%;
	height: 90%;
	padding-top: 5%;
}

div#chaDivMainResultView {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

div#chaDivMainResultView > #subTitle {
	display: inline-block;
	width: 100%;
	height: 1.7rem;
	margin-top: 0.5rem;
	margin-left: 1.0rem;
	color: #000000;
	font-size: 0.8rem;
	line-height: 1.7rem;
	font-weight: 200;
	text-align: left;
}

div#chaDivMainResultView > #subNo {
	width: 100%;
	height: 1.2rem;
	margin-left: 1.0rem;
	color: #FF8094;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 2000;
	text-align: left;
}

div#chaDivMainResultView > #subImage {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	height: 80%;
}

div#chaDivMainResultView > #subImage > img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	height: 100%;
}

div#chaDivMainResultView > #subComment {
	display: inline-block;
	float: left;
	width: 40%;
	color: #000000;
	margin-top: 0.5rem;
	margin-left: 1.0rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
	font-weight: 200;
	text-align: left;
}

div#chaDivMainResult > #chaDivMainResultBtn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 35%;
}

div#chaDivMainResultBtn > a {
	display: inline-block;
	margin-top: 0.5rem;
	text-align: center;
	width: 100%;
	height: 1.7rem;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #FF8094;
	border: 2px solid #FFFFFF;
	font-size: 1.0rem;
	line-height: 1.7rem;
	font-weight: 100;
	border-radius: 30px;
}

/* ADS */
div#chaDivADS {
	float: left;
	width: 351px;
	height: 700px;
	margin-top: 15px;
	margin-left: 15px;
}

div#chaDivADSL {
	float: left;
	width: 315px;
	height: 700px;
	margin-top: 15px;
	margin-right: 15px;
}

div#chaDivADS1 {
	width: 336px;
	height: 600px;
	text-align: center;
}

div#chaDivADS2 {
	float: left;
	width: 336px;
	border:1px solid #AAAAAA;
	background-color: #FFFFFF;
	text-align: center;
}

div#chaDivADS3 {
	display: none;
}
