@CHARSET "UTF-8";

body {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*
	margin: 100px;
	*/
}

img {
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}

#footer {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color: #ffbf7f;*/ /*オレンジ*/
    /*background-color: #7fffd4;*/ /*グリーン*/
    /*background-color: #ffffff;*/ /*白*/
    padding: 15px;
    z-index: 999999;
}

/*-- ▼▼ ログイン ▼▼ --*/
.form-signin {
	max-width: 400px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.form-passwordnotice {
	max-width: 400px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-passwordnotice .form-passwordnotice-heading,
.form-passwordnotice .checkbox {
	margin-bottom: 10px;
}

.form-passwordnotice input[type="text"],
.form-passwordnotice input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}
/*-- ▲▲ ログイン ▲▲ --*/

.errorTx {
	margin-top: 10px;
	width: 100%;
	/* width: 750px; */
	color: #db3131;
	font-weight: bold;
	padding: 15px 20px 13px 20px;
	display: inline-block;
	background: #ffe1e1;
	background-repeat: no-repeat;
	background-position: center left 15px;
	background-size: 28px 28px;
	border-radius: 8px;
}

.text-menu1 {
	font-size:0.8rem;
	color: #000000;
}

.text-theme {
	color: #E60033;
}

/* ACT001 */
.text-theme1 {
	color: #87AAAF;
}

.text-theme1-2 {
	color: #5BB0BA;
}

.text-theme1-3 {
	color: #af8c87;
}
.text-theme1-3 {
	color: #785550;
}

/* ACT002 */
.text-theme2 {
	color: #87AAAF;
}

/* ACT002 */
.text-theme2-2 {
	color: #E60033;
}

/* ACT003 */
.text-theme3 {
	color: #87AAAF;
}

/* ACT003 */
.text-theme3-2 {
	color: #5BB0BA;
}

.text-item-title {
	border-bottom: solid 0.3em #87AAAF;
	font-weight: bold;
}

.text-item-title-2 {
	/*color: #007b43;*/
	font-weight: bold;
	border-left: thick solid #87AAAF;
	padding-left: 2px;
}

.text-required {
	color: #ff0000;
	font-weight: bold;
}

.table-theme{
	background-color: #87AAAF;
	color: #ffffff;
}

/* ACT001 */
.table-theme1 {
	background-color: #87AAAF;
	color: #ffffff;
}

.table-theme1-2 {
	/*background-color: #5BB0BA;*/
	background-color: #d6e9ca;
	color: #000000;
}

.table-theme1-3 {
	/*background-color: #5BB0BA;*/
	background-color: #af8c87;
	color: #000000;
}

.table-theme1-4 {
	/*background-color: #5BB0BA;*/
	background-color: #785550;
	color: #000000;
}

/* ACT002 */
.table-theme2 {
	background-color: #87AAAF;
	color: #ffffff;
}

.table-theme2-2 {
	background-color: #E60033;
	color: #ffffff;
}

/* ACT003 */
.table-theme3 {
	background-color: #87AAAF;
	color: #ffffff;
}

.table-theme3-2 {
	background-color: #5BB0BA;
	color: #000000;
}

/* ACT001 */
.title1 {
	color: #87AAAF;
	font-weight: bold;
	border-bottom: thick solid #87AAAF;
}

.title1-2 {
	color: #5BB0BA;
	font-weight: bold;
	border-bottom: thick solid #5BB0BA;
}

.title1-3 {
	color: #af8c87;
	font-weight: bold;
	border-bottom: thick solid #af8c87;
}

.title1-4 {
	color: #785550;
	font-weight: bold;
	border-bottom: thick solid #785550;
}


.title-fill1 {
	color: #ffffff;
	font-weight: bold;
	background-color: #87AAAF;
	border-top-right-radius: 20px;
	padding: 10px;
}

.title-fill1-2 {
	color: #ffffff;
	font-weight: bold;
	background-color: #5BB0BA;
	border-top-right-radius: 20px;
	padding: 10px;
}

.title-fill1-3 {
	color: #ffffff;
	font-weight: bold;
	background-color: #af8c87;
	border-top-right-radius: 20px;
	padding: 10px;
}

.title-fill1-4 {
	color: #ffffff;
	font-weight: bold;
	background-color: #785550;
	border-top-right-radius: 20px;
	padding: 10px;
}

/* ACT002 */
.title2 {
	color: #87AAAF;
	font-weight: bold;
	border-bottom: thick solid #87AAAF;
}

.title-fill2 {
	color: #ffffff;
	font-weight: bold;
	background-color: #87AAAF;
	border-top-right-radius: 20px;
	padding: 10px;
}


.title3 {
	color: #87AAAF;
	font-weight: bold;
	border-bottom: thick solid #87AAAF;
}

.title-fill3 {
	color: #ffffff;
	font-weight: bold;
	background-color: #87AAAF;
	border-top-right-radius: 20px;
	padding: 10px;
}

.title-fill3-2 {
	color: #ffffff;
	font-weight: bold;
	background-color: #E60033;
	border-radius: 20px;
	padding: 10px;
}

.bg-theme {
	background-color: #87AAAF;
}

/* ACT001 */
.bg-theme1-1 {
	background-color: #87AAAF;
	color: #ffffff
}

.bg-theme1-2 {
	/*background-color: #a0d8ef;*/
	background-color: #5BB0BA;
	color: #ffffff
}

.bg-theme1-3 {
	/*background-color: #a0d8ef;*/
	background-color: #af8c87;
	color: #ffffff
}

.bg-theme1-4 {
	/*background-color: #a0d8ef;*/
	background-color: #785550;
	color: #ffffff
}

/* ACT002 */
.bg-theme2-1 {
	background-color: #87AAAF;
	color: #ffffff
}

.bg-theme2-2 {
	/*background-color: #a0d8ef;*/
	background-color: #E60033;
	color: #ffffff
}

/* ACT003 */
.bg-theme3-1 {
	background-color: #87AAAF;
}

.bg-theme3-2 {
	background-color: #E60033;
}
/* --------------------- */

.text-groupLevel {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}

.text-groupName {
	font-weight: bold;
}

.text-groupCode {
	color: #785550;
	font-weight: bold;
}


/* POD-Koro結果アイコン-ストレス */
.koro_result_icon_stress {
	color: #ff7f7f;
}
/* POD-Koro結果見出し-ストレス */
.koro_result_title_stress {
	font-size: 12px;
	font-weight: bold;
}

/* POD-Express-Basic結果アイコン-ストレス */
.exb_result_icon_stress {
	color: #ff7f7f;
}
/* POD-Express-Basic結果見出し-ストレス */
.exb_result_title_stress {
	font-size: 12px;
	font-weight: bold;
}

/* 印刷改ページ（直前） */
.page-break-before {
	page-break-before: always;
}
/* 印刷改ページ（直後） */
.page-break-after {
	page-break-after: always;
}
