/* encoding */

@charset "utf-8";

/* layout style */

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,"繝｡繧､繝ｪ繧ｪ","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0px;
	padding: 0px 5px;
	background-color: #f4ac5c;
}

div#container {
	width: 100%;
	margin: 0px;
	padding: 45px 0px 85px 0px;
}

div#container.focus {
	padding: 45px 0px 5px 0px !important;
}

header {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 5px 5px 0px 5px;
}

header div#head-body {
	width: 100%;
	height: 36px;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #fae6ae;
	border-bottom: solid 2px #d75b11;
}

header div#head-contents {
	position: relative;
	width: 100%;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	background-image: url("../images/common/svg/bg_head.svg");
	background-repeat: repeat-x;
	background-position: center left;
}

header div#head-contents h1 {
	height: 28px;
	margin: 0px;
	padding: 0px 84px 0px 5px;
	color: #ffffff;
	font-size: 1em;
	line-height: 28px;
	overflow: hidden;
	text-shadow: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div#main-contents {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0px;
	padding: 10px;
	border: solid 10px #e6e6e6;
	background-color: #ffffff;
	word-wrap: break-word;
}

footer {
	z-index: 1000;
	box-sizing: border-box;
	position: fixed;
	bottom: 1px;
	left: 0px;
	width: 100%;
	height: 85px;
	margin: 0px;
	padding: 0px;
	border-left: solid 5px #f4ac5c;
	border-right: solid 5px #f4ac5c;
	border-bottom: solid 5px #f4ac5c;
}

footer div#foot-body {
	width: 100%;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #fae6ae;
	border-bottom: solid 2px #d75b11;
}

footer div#foot-contents {
	position: relative;
	width: 100%;
	height: 72px;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	background-image: url("../images/common/svg/bg_foot.svg");
	background-repeat: repeat-x;
	background-position: center left;
}

div#floating {
	z-index: 1000;
	box-sizing: border-box;
	position: fixed;
	bottom: 0px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

div#floating a {
	display: block;
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 4px 8px 16px 8px;
	background-color: rgba(215, 91, 17, 0.75);
	border-radius: .3125em;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

div#floating a span {
	display: inline-block;
	width: auto;
	height: 28px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0 1px 0 #d75b11;
}

div.clearfix {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* disable style */

div#disabled {
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
}

div#disabled p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 50px;
	margin: -40px 0px 0px -300px;
	padding: 10px;
	text-align: center;
	line-height: 1.6;
	border: solid 2px #ed741a;
	background-color: #FFFFFF;
}

div#disabled p.onse {
	line-height: 50px;
}

/* preload style */

div#preload {
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
}

div#preload img {
	position: fixed;
	z-index: 1002;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

div#preload p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 50px;
	margin: -40px 0px 0px -300px;
	padding: 10px;
	text-align: center;
	line-height: 1.6;
	border: solid 2px #ed741a;
	background-color: #FFFFFF;
}

/* button */

div.ui-block-a a {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: -1px -1px;
}

div.ui-block-a a span {
	display: none;
}

div.ui-block-a a#button-close {
	top: 1px;
	right: 2px;
	width: 80px;
	height: 24px;
	background-image: url("../images/common/svg/btn_close.svg");
}

div.ui-block-a a#button-report {
	bottom: 1px;
	left: 3px;
	width: 188px;
	height: 68px;
	background-image: url("../images/common/svg/btn_report.svg");
}

div.ui-block-a a#button-answer-1 {
	bottom: 1px;
	right: 305px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_answer_1.svg");
}

div.ui-block-a a#button-answer-2 {
	bottom: 1px;
	right: 305px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_answer_2.svg");
}

div.ui-block-a a#button-send {
	bottom: 1px;
	right: 305px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_send.svg");
}

div.ui-block-a a#button-expla {
	bottom: 1px;
	right: 305px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_expla.svg");
}

div.ui-block-a a#button-prev {
	bottom: 1px;
	right: 141px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_prev.svg");
}

div.ui-block-a a#button-next {
	bottom: 1px;
	right: 3px;
	width: 128px;
	height: 68px;
	background-image: url("../images/common/svg/btn_next.svg");
}

div.ui-block-a a.disabled {
	cursor: default;
	background-position: -1px -70px !important;
}

/* display area */

div#main-contents h2 {
	margin: 0px;
	padding: 4px 40px 0px 40px;
	color: #d75b11;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5;
	background-image: url("../images/common/svg/ico_pushpin.svg");
	background-repeat: no-repeat;
	background-position: top left;
}

div.displayarea {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 20px;
}

div.displayarea video {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	max-width: 1280px;
	max-height: 720px;
	margin: 0px auto;
	padding: 0px;
}

div.displayarea audio {
	box-sizing: border-box;
	display: block;
	width: 90%;
	margin: 10px auto;
	padding: 0px;
}

div.displayarea div#sprite {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

div.displayarea div#sprite iframe {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 10px;
}

div.displayarea div.pr-notes {
	width: 100%;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	color: #d75b11;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;	
}

div.displayarea div.pr-sentence {
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5;	
}

div.displayarea div.pr-sentence label {
	margin: 10px 0px;
}

div.displayarea div.pr-sentence h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0px;
}

div.displayarea div.pr-sentence p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	margin: 4px 0px;
	padding: 0px 0px 0px 14px;
}

div.displayarea div.ex-sentence p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0px;
	padding: 0px;
}

div.displayarea div.pr-sentence span.details {
	display: block;
	width: auto;
	margin: 12px 0px;
	padding: 20px 20px 16px 20px;
	font-size: 0.9em;
	border: dotted 1px #cccccc;
}

div.displayarea div.pr-sentence span.highlight {
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: none;
}

div.displayarea div.pr-sentence span.caption {
	display: block;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	text-shadow: none;
}

div.displayarea div.pr-sentence span.blank {
	font-family: Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,"繝｡繧､繝ｪ繧ｪ","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	display: inline-block;
	width: auto;
	margin: 0px 10px;
	padding: 3px 30px 0px 30px;
	line-height: 1.1;
	font-weight: normal;
	text-shadow: none;
	border: 1px dotted #333;
	background-color: #f3f3f3;
}

div.displayarea div.pr-sentence span.details span.blank {
	padding: 2px 30px 0px 30px;
}

div.displayarea div.pr-sentence ul,
div.displayarea div.ex-sentence ul {
	margin: 0px;
	padding: 0px;
}

div.displayarea div.pr-sentence ul li,
div.displayarea div.ex-sentence ul li {
	font-size: 0.9em;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: disc;
}

div.displayarea div.pr-sentence ul li.title,
div.displayarea div.ex-sentence ul li.title {
	font-size: 1em;
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
}

div.displayarea div.pr-sentence ol,
div.displayarea div.ex-sentence ol {
	position: relative;
	margin: 0px;
	padding: 0px;
}
 
div.displayarea div.pr-sentence ol li,
div.displayarea div.ex-sentence ol li {
	display: block;
	list-style: none;
	list-style-position: outside;
	margin: 10px 0px;
	padding-left: 1.25em;
}

div.displayarea div.pr-sentence ol li span.blank,
div.displayarea div.ex-sentence ol li span.blank {
	position: relative;
}

div.displayarea div.pr-sentence ol li span,
div.displayarea div.ex-sentence ol li span {
	position: absolute;
	left: 0px;
	margin: 0px;
}

div.displayarea div.pr-sentence div.ref-box {
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}

div.displayarea div.pr-sentence p.ref {
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: dotted 1px #232323;
}

div.displayarea div.pr-media {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	border: solid 3px #fff;
	border-radius: .3125em;
	-webkit-border-radius: .3125em;
	-moz-border-radius: .3125em;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
}

div.displayarea div.pr-media.media-only {
	margin: 20px auto;
	max-width: 1280px;
	max-height: 720px;
}

div.displayarea div.pr-media.media-multi {
	margin: 20px auto 35px auto;
	max-width: 1280px;
	max-height: 720px;
}

div.displayarea div.pr-media.media-image {
	margin: 10px auto 40px auto;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

div.displayarea div.pr-media.media-diagnosis {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

div.displayarea div.pr-media.media-diagnosis div.imgbox {

}

div.displayarea div.imgbox {
	margin: 0px auto;
	padding: 0px;
	border: none;
}

div.displayarea div.imgbox img {
	max-width: 100%;
	height: auto;
}

div.displayarea div.ex-sentence {
	display: none;
	width: 100%;
	margin: 40px 0px 30px 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5;	
}

div.displayarea div.ex-media {
	box-sizing: border-box;
	display: none;
	width: 100%;
	height: auto;
	padding: 0px;
	border: solid 3px #fff;
	border-radius: .3125em;
	-webkit-border-radius: .3125em;
	-moz-border-radius: .3125em;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
}

div.displayarea div.ex-media.media-only {
	margin: 0px auto;
	max-width: 1280px;
	max-height: 720px;
}

div.displayarea div.ex-media.media-multi {
	margin: 40px auto 20px auto;
	max-width: 1280px;
	max-height: 720px;
}

div.displayarea div.ex-media.media-image {
	margin: 0px auto 20px auto;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

div.result {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

div.result img {
	height: auto;
}

/* balloon */

div.displayarea div.balloon {
	z-index: 0;
	position: relative;
	display: block;
	width: 50%;
	min-width: 120px;
	height: auto;
	margin: 20px 0px 10px auto;
	padding: 6px 5px 4px 5px;
	color: #d75b11;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border: solid 3px #d75b11;
}

div.displayarea div.balloon:before {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: -30px;
	right: 50px;
	width: 0px;
	height: 0px;
	margin: 0px -30px 0px 0px;
	padding: 0px;
	border-style: solid;
	border-width: 30px 10px 0px 10px;
	border-color: #d75b11 transparent transparent transparent;
}

div.displayarea div.balloon:after {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: -30px;
	right: 50px;
	width: 0px;
	height: 0px;
	margin: 0px -30px 0px 0px;
	padding: 0px;
	border-style: solid;
	border-width: 30px 10px 0px 10px;
	border-color: #d75b11 transparent transparent transparent;
}

/* result table */

div.comparearea div.ui-field-contain {
	margin: 0.5em 0px;
}

div.comparearea div.ui-field-contain label.button-compare {
	width: auto !important;
	margin: 6px 0px 0px 25px;
	padding: 0px 25px 0px 0px;
}

div.comparearea div.ui-field-contain label.disabled {
	color: #cecece;
	text-shadow: none;
}

div.comparearea div.ui-field-contain .ui-flipswitch-on {
	font-size: 100%;
	color: #ffffff;
	font-weight: 500;
	text-indent: -3em;
	line-height: 1.7;
}

div.comparearea div.ui-field-contain .ui-flipswitch-off {
	font-size: 100%;
	color: #828282;
	font-weight: 500;
	text-indent: 0.25em;
	line-height: 1.75;
}

div.textarea div.ui-field-contain {
	margin: 0.5em 0px;
}

div.textarea div.ui-field-contain label {
	width: auto;
	margin: 2px 0px 8px 0px;
	padding: 0px;
	color: #d75b11;
	line-height: 1.5;
	text-shadow: 0 1px 0 #f3f3f3;
}

div.textarea div.ui-field-contain textarea {
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,"繝｡繧､繝ｪ繧ｪ","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	width: 100%;
	margin: 0px;
	padding: .5em .5em .4em .5em !important;
	line-height: 1.5;
}

div.textarea div.ui-field-contain textarea.one-rows {
	height: auto !important;
	resize: none;
}

div.textarea div.ui-field-contain textarea.ui-state-disabled {
	opacity: 1 !important;
	background-color: #f9f9f9;
	border-color: #f0f0f0;
	box-shadow: inset 0 1px 3px rgba(150, 150, 150, 0.2);
	resize: none;
}

div.displayarea div#result-liquid {
	margin: 0px;
	padding: 0px;
}

div.displayarea div#result-liquid:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div.displayarea div#result-liquid label {
	width: 75%;
	margin: 10px 0px;
	padding: 0px;
	color: #d75b11;
	border-bottom: dotted 1px #d75b11;
}

div.displayarea div#result-liquid #result-clone {
	display: none;
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px 0px 5px;
}

div.displayarea div#result-liquid #result-model {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px 0px 5px;
}

div.displayarea div#result-liquid #result-sentence {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5;	
}

div.displayarea table.score-table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	border: solid 1px #f5b444;
}

div.displayarea table.score-table th {
	height: 24px;
	line-height: 1.25;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	background-image: url("../images/common/svg/bg_head.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.displayarea table.score-table th.score-table-no {
	width: 5%;
	min-width: 32px;
}

div.displayarea table.score-table th.score-table-title {
	width: 85%;
}

div.displayarea table.score-table th.score-table-grad {
	width: 10%;
	min-width: 72px;
}

div.displayarea table.score-table td {
	height: 48px;
	margin: 0px;
	padding: 6px 5px 5px 5px;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
	border: solid 1px #f5b444;
}

div.displayarea table.score-table td.title {
	text-align: left;
}

div.displayarea table.score-table td.empty {
	height: 75px;
}

div.displayarea table.score-table td img {
	width: 34px;
	height: 34px;
	padding: 6px 0px 0px 0px;
}

div.displayarea table.score-table td a {
	font-weight: normal !important;
}

div.displayarea div.score-point {
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	border-bottom: solid 1px #232323;
}

div.displayarea div.score-point span {
	font-size: 1.55em;
}

/* check table */

div.displayarea table.check-table {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	border: solid 1px #f5b444;
}

div.displayarea table.check-table th {
	height: 24px;
	line-height: 1.25;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	background-image: url("../images/common/svg/bg_head.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.displayarea table.check-table th.check-table-no {
	width: 5%;
	min-width: 32px;
}

div.displayarea table.check-table th.check-table-title {
	width: 85%;
}

div.displayarea table.check-table th.check-table-grad {
	width: 10%;
	min-width: 72px;
}

div.displayarea table.check-table td {
	height: 48px;
	margin: 0px;
	padding: 6px 5px 5px 5px;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
	border: solid 1px #f5b444;
}

div.displayarea table.check-table td.title {
	text-align: left;
}

div.displayarea table.check-table td img {
	padding: 6px 0px 0px 0px;
}

div.displayarea label.check-label {
	color: #232323 !important;
	margin: 20px 0px 0px 0px !important;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25;
	border: none !important;
}

div.displayarea div.check-point {
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 8px 40px;
	color: #232323;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	border-bottom: dotted 1px #232323;
	background-image: url("../images/common/svg/ico_arrow.svg");
	background-repeat: no-repeat;
	background-position: top left;
}

/* text table */

div.displayarea table.text-table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #232323;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	border: solid 1px #f5b444;
}

div.displayarea table.text-table th {
	height: 24px;
	line-height: 1.25;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	background-image: url("../images/common/svg/bg_head.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.displayarea table.text-table th.text-table-no {
	width: 5%;
	min-width: 31px;
}

div.displayarea table.text-table th.text-table-label {
	width: 20%;
	min-width: 72px;
}

div.displayarea table.text-table th.text-table-result {
	width: 75%;
}

div.displayarea table.text-table td {
	height: 48px;
	margin: 0px;
	padding: 6px 5px 5px 5px;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
	border: solid 1px #f5b444;
}

div.displayarea table.text-table td.result {
	text-align: left;
}

div.displayarea table.text-table td.empty {
	height: 75px;
}

div.displayarea table.text-table td img {
	width: 50%;
	height: 50%;
	padding: 6px 0px 0px 0px;
}

div.displayarea table.text-table td a {
	font-weight: normal !important;
}

div.displayarea table th.report-table-empty {
	width: 250px;
}

/* colmn */

div.displayarea div.colmn-total {
	width: 100%;
	margin: 20px 0px;
	padding: 0px 0px 15px 0px;
	color: #232323;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	border-bottom: dotted 1px #232323;
}

div.displayarea div.colmn-total strong {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 10px 5px 5px 5px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	line-height: 1.75;
	background-color: #d75b11;
	border-radius: .3125em;
}

div.displayarea div.colmn-large {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	color: #232323;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	border-bottom: dotted 1px #232323;
}

div.displayarea div.colmn-large strong {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 0px 0px;
	color: #d75b11;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	line-height: 1.75;
	background-color: #fae6ae;
	border-radius: .3125em;
}

div.displayarea h4 {
	margin: 20px 0px;
	padding: 2px 10px 0px 10px;
	color: #232323;
	line-height: 2;
	font-weight: normal;
	border-width: 0px 0px 0px 5px;
	border-color: #232323;
	border-style: solid;
	background-color: #eeeeee;
}

div.displayarea div.colmn-middle {
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 1.1em 1em 1em 1em;
	line-height: 1.5;
	border: 1px dotted #d75b11;
	box-shadow: 0px 0px 0px 3px rgba(245, 180, 68, 1);
}

div.displayarea div.colmn-small {
	box-sizing: border-box;
	width: 100%;
	margin: 5px auto 0px auto;
	padding: 1px;
	font-size: 0.9em;
	line-height: 1.5;
}

/* popup */

div.ui-popup-screen {
	opacity: 0 !important;
}

div#popup-popup {
	max-width: 90% !important;
	padding: 5% 0px;
}

div#popup.long {
	min-width: 500px;
}

div#popup header {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #f5b444;
	border-bottom: solid 2px #ed741a;
	border-top-left-radius: .3125em;
	-webkit-border-top-left-radius: .3125em;
	-moz-border-radius-topleft: .3125em;
	border-top-right-radius: .3125em;
	-webkit-border-top-right-radius: .3125em;
	-moz-border-radius-topright: .3125em;
	background-image: url("../images/common/svg/bg_head.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#popup header h2 {
	display: none;
}

div#popup h2 {
	height: 26px;
	margin: 0px;
	padding: 4px 0px 0px 40px;
	color: #d75b11;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5;
	background-image: url("../images/common/svg/ico_pushpin.svg");
	background-repeat: no-repeat;
	background-position: top left;
}

div#popup div.ui-content {
	padding: 18px 1em 20px 1em;
	color: #232323;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;	
	text-align: left;	
}

div#popup div.ui-content p {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	text-align: center;
}

div#popup .displayarea {
	margin: 20px 0px 30px 0px;
}

div#popup div.ui-content div.button-area {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#popup div.ui-content div.button-area a.ui-btn {
	width: 75px;
	margin: 0px 5px;
	padding: .75em 1em .75em 1em;
	font-size: 14px;
}

/* jquery mobile override */

fieldset.circle .ui-btn img {
	height: auto !important;
}

.ui-mobile [data-role=page] {
	overflow: hidden;
	position: static;
	height: auto !important;
	min-height: 0px !important;
	background: none;
}

.ui-btn:focus,
.ui-focus {
	box-shadow: none !important;
}

legend {
	margin: 0 0 .4em;
}

.fliparea, .textarea {
	margin: 0px;
	padding: 0px;
}

.fliparea .ui-field-contain {
	margin: 0px;
	padding: 0px !important;
}

.fliparea .ui-field-contain > label {
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,"繝｡繧､繝ｪ繧ｪ","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	z-index: 49;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0px;
	padding-top: 1em;
	padding-right: 120px;
	border-bottom: none;
	text-align: left;
	overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

.fliparea .ui-field-contain > label span{
	display: inline-block;
	width: 2.65em;
	color: #828282;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

fieldset.circle .ui-btn {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 23px 25px 21px 24px;
	text-align: center !important;
	vertical-align: middle;
}

fieldset.circle .ui-btn img {
	width: 100px;
	height: 100px;
}

fieldset .fliparea:first-child .ui-field-contain > label {
	border-radius: .3125em;
	-webkit-border-radius:  .3125em;
	-moz-border-radius: .3125em;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

fieldset .fliparea:last-child .ui-field-contain {
	border-bottom: solid 1px #dddddd;
	border-radius: .3125em;
	-webkit-border-radius:  .3125em;
	-moz-border-radius: .3125em;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
}

.fliparea .ui-field-contain > .ui-btn {
	cursor: default;
}

.fliparea .ui-field-contain > .ui-btn:hover {
	background-color: #f6f6f6 !important;
}

.fliparea .ui-field-contain > .ui-flipswitch {
	z-index: 50;
	position: absolute;
	top: 0;
	right: 0px;
	margin: .55em !important;
}

.fliparea .ui-field-contain > .ui-flipswitch .ui-flipswitch-on {
	text-indent: -2.8em !important;
	line-height: 1.6 !important;
}

.fliparea .ui-field-contain > .ui-flipswitch .ui-flipswitch-off {
	line-height: 1.75 !important;
}

/* ie9 hack */

body.ie9 header div#head-contents {
	background-image: none;
	background-image: url("../images/common/png/bg_head.png");
}

body.ie9 footer div#foot-contents {
	background-image: none;
	background-image: url("../images/common/png/bg_foot.png");
}

body.ie9 div.ui-block-a a#button-close {
	background-image: none;
	background-image: url("../images/common/png/btn_close.png");
}

body.ie9 div.ui-block-a a#button-report {
	background-image: url("../images/common/png/btn_report.png");
}

body.ie9 div.ui-block-a a#button-answer-1 {
	background-image: none;
	background-image: url("../images/common/png/btn_answer_1.png");
}

body.ie9 div.ui-block-a a#button-answer-2 {
	background-image: none;
	background-image: url("../images/common/png/btn_answer_2.png");
}

body.ie9 div.ui-block-a a#button-send {
	background-image: none;
	background-image: url("../images/common/png/btn_send.png");
}

body.ie9 div.ui-block-a a#button-expla {
	background-image: none;
	background-image: url("../images/common/png/btn_expla.png");
}

body.ie9 div.ui-block-a a#button-prev {
	background-image: none;
	background-image: url("../images/common/png/btn_prev.png");
}

body.ie9 div.ui-block-a a#button-next {
	background-image: none;
	background-image: url("../images/common/png/btn_next.png");
}

body.ie9 div#main-contents h2 {
	background-image: none;
	background-image: url("../images/common/png/ico_pushpin.png");
}

body.ie9 div.displayarea table.score-table th {
	background-image: none;
	background-image: url("../images/common/png/bg_head.png");
}

body.ie9 div.displayarea table.check-table th {
	background-image: none;
	background-image: url("../images/common/png/bg_head.png");
}

body.ie9 div.displayarea div.check-point {
	background-image: none;
	background-image: url("../images/common/png/ico_arrow.png");
}

body.ie9 div#popup header {
	background-image: none;
	background-image: url("../images/common/png/bg_head.png");
}

body.ie9 div#popup h2 {
	background-image: none;
	background-image: url("../images/common/png/ico_pushpin.png");
}
#tagline{
	display: none;
}
@media only screen and (max-height: 768px) {

	div.displayarea div.pr-media {
		width: 90%;
	}

	div.displayarea div.ex-media {
		width: 90%;
	}

	div.displayarea div.pr-media.media-image {
		width: 100%;
	}

	div.displayarea div.ex-media.media-image {
		width: 100%;
	}

}

@media only screen and (max-height: 650px) {

	div.displayarea div.pr-media {
		width: 80%;
	}

	div.displayarea div.ex-media {
		width: 80%;
	}

	div.displayarea div.pr-media.media-image {
		width: 100%;
	}

	div.displayarea div.ex-media.media-image {
		width: 100%;
	}

}