@charset"UTF-8";
/*=============================================================
result ���Ƿ��
=============================================================*/
#result #calculation {
	padding: 0 10px 15px;
	background: url("../img/home/bg_main01.png") no-repeat;
	background-size: cover;
}
#result #calculation #mainTit {
	display: inline-block;
	overflow: hidden;
	padding: 9px 0 7px 15px;
	text-align: center;
}
#result #calculation #mainTit .read {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: url("../img/common/bg_title01.png") no-repeat;
	background-size: 100%;
}
#result #calculation #mainTit .read span {
	display: block;
	line-height: 1.25;
	padding: 17px 0 0;
	font-size: .8rem;
}
#result #calculation #mainTit .titSub {
	display: inline-block;
	padding: 0 0 13px;
}
#result #calculation #mainTit .titSub img {
	width: 104px;
}
#result #calculation #mainTit .tit {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 0 13px;
	font-weight: 700;
	font-size: 1.1rem;
	vertical-align: baseline;
	letter-spacing: .08em;
}
#result #calculation #mainTit .tit span {
	font-weight: 700;
	font-size: 3rem;
	vertical-align: baseline;
	letter-spacing: .06em;
}
#result #calculation .calculationFrom {
	margin: 0 0 15px;
	padding: 12px 0;
	background: rgba(64, 64, 64, .4);
	box-shadow: 0 -2px 0 -1px rgba(159, 159, 159, .1);
}
#result #calculation .calculationFrom .more {
	overflow: hidden;
	padding: 0 20px 10px;
}
#result #calculation .calculationFrom .more .areaInput {
	padding: 0 0 9px;
	text-align: center;
}
#result #calculation .calculationFrom .more .areaInput label {
	display: inline-block;
	padding: 0 9px 9px 8px;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .04em;
}
#result #calculation .calculationFrom .more .areaInput input[type=text] {
	position: relative;
	width: 61.4%;
	padding: 2px 0;
	border-radius: 0;
	background: #404040;
	color: #fff;
	font-weight: 700;
	font-size: 2.8rem;
	text-align: center;
	vertical-align: baseline;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .35);
	-webkit-appearance: none;
}
#result #calculation .calculationFrom .more .areaInput span {
	display: inline-block;
	padding: 0 0 10px 4px;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .04em;
	width:40px;
	box-sizing: border-box;
}
#result #calculation .calculationFrom .more #weight span {
	padding: 0 0 10px 7px;
}
#result #calculation .calculationFrom .more .gender {
	clear: both;
	padding: 7px 0 0;
	text-align: center;
}
#result #calculation .calculationFrom .more .gender .male {
	width: 68px;
	padding: 0 35px 0 0;
}
#result #calculation .calculationFrom .more .gender .male label:after {
	display: inline-block;
	position: relative;
	width: 7px;
	height: 18px;
	margin: 4px -7px -5px 7px;
	background: url("../img/common/ico_male01.png");
	background-size: 100%;
	content: "";
}
#result #calculation .calculationFrom .more .gender .famale {
	width: 68px;
	margin: 0 15px 0 -13px;
	padding: 0 10px 0 0;
}
#result #calculation .calculationFrom .more .gender .famale input[type=radio] {
	margin: -4px 7px 0 -7px;
}
#result #calculation .calculationFrom .more .gender .famale label:after {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 18px;
	margin: 4px -23px -5px 5px;
	background: url("../img/common/ico_famale01.png");
	background-size: 100%;
	content: "";
}
#result #calculation .calculationFrom .more .gender input[type=radio] {
	position: relative;
	width: 14px;
	height: 14px;
	margin: -4px 10px 0 0;
	background: url("../img/common/ico_radio01.png") no-repeat 0 center;
	background-size: 100%;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#result #calculation .calculationFrom .more .gender input[type=radio]:checked:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: url("../img/common/ico_check01.png") no-repeat 0 center;
	background-size: 100%;
	content: "";
}
#result #calculation .calculationFrom .more .gender label {
	position: relative;
	font-weight: 700;
	font-size: 1.3rem;
}
#result #calculation .calculationFrom .btn {
	overflow: hidden;
	margin: 0 0 7px;
	padding: 0 12%;
}
#result #calculation .calculationFrom .btn span {
	float: left;
	width: 48.2%;
	padding: 3px 0;
	border-radius: 2px;
	background: #e02500;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .04em;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}
#result #calculation .calculationFrom .btn span:last-child {
	float: right;
}
#result #calculation .calculationFrom .txt {
	font-size: 1rem;
	text-align: center;
	letter-spacing: 1.8;
}
#result #calculation .calculationFrom .txt span {
	position: relative;
	line-height: 1.39;
	font-weight: 700;
	font-size: 1.3rem;
	vertical-align: baseline;
}
#result #calculation .detail .table01 {
	margin: 0 0 5px;
	border: solid 2px #696969;
}
#result #calculation .detail .table01 thead tr th {
	padding: 7px 0;
	background: #000;
	color: #fff;
	font-weight: 900;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: .04em;
}
#result #calculation .detail .table01 thead tr th:nth-child(2n) {
	width: 50%;
	background: #2e2e2e;
}
#result #calculation .detail .table01 thead tr th:nth-child(n+1) {
	border-left: solid 2px #696969;
}
#result #calculation .detail .table01 thead tr th span {
	position: relative;
	font-weight: 900;
	font-size: 1.3rem;
	letter-spacing: .04em;
}
#result #calculation .detail .table01 thead tr th span:before {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 4px -1px 10px;
	background: url("../img/result/ico_weight01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #calculation .detail .table01 tbody tr td {
	padding: 0 0 7px;
	background: #fff;
	color: #333;
	font-weight: 900;
	font-size: 1.3rem;
	text-align: center;
}
#result #calculation .detail .table01 tbody tr td span {
	position: relative;
	font-weight: 900;
	font-size: 2.3rem;
	vertical-align: baseline;
}
#result #calculation .detail .table01 tbody tr td:nth-child(n+1) {
	border-left: solid 2px #696969;
}
#result #calculation .detail .table02 {
	border: solid 2px #696969;
	table-layout: fixed;
}
#result #calculation .detail .table02 thead tr th {
	padding: 4px 0;
	background: #2b2b2b;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .04em;
}
#result #calculation .detail .table02 thead tr th:nth-child(2) {
	border-left: solid 1px #696969;
}
#result #calculation .detail .table02 tbody tr {
	background: #fff;
}
#result #calculation .detail .table02 tbody tr td {
	padding: 1px 0;
	color: #333;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .04em;
}
#result #calculation .detail .table02 tbody tr td:nth-child(n+1) {
	border-left: solid 1px #696969;
}
#result #calculation .detail .table02 tbody tr:nth-child(n+2) {
	border-top: solid 2px #696969;
}
#result #calculation .detail .table02 tbody .on {
	background: #1f5cae;
}
#result #calculation .detail .table02 tbody .on td {
	color: #fff;
}
#result .resultWeight {
	padding: 20px 10px;
	background: url("../img/result/bg_result01.png") no-repeat center bottom;
	background-size: cover;
}
#result .resultWeight .list {
	padding: 0 0 15px;
}
#result .resultWeight .list .item {
	margin: 0 0 15px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
	position: relative;
}
#result .resultWeight .list .item .cont {
	display: none;
}
#result .resultWeight .list .item01 .cont01 , #result .resultWeight .list .item02 .cont02 , #result .resultWeight .list .item03 .cont03 , #result .resultWeight .list .item04 .cont04 , #result .resultWeight .list .item05 .cont05 , #result .resultWeight .list .item06 .cont06 , #result .resultWeight .list .item07 .cont07 , #result .resultWeight .list .item08 .cont08 {
	display: block;
}
#result .resultWeight .list .item.js-display-item.item01 {
	display: none;
}
#result .resultWeight .list .item.js-display-item.item01 + .item01 .txtList span {
	display:none;
}
#result .resultWeight .list .item.js-display-item.item01 + .item01 .txtList span + span {
	display:inline;
}
#result .resultWeight .list .item:last-child {
	margin: 0;
}
#result .resultWeight .list .item dl {
	display: block;
	padding: 5px;
	font-size: 0;
	text-align: right;
}
#result .resultWeight .list .item dl dt {
	display: inline-block;
	padding: 1px 6px;
	background: #fff;
	color: #112c8f;
	font-weight: 500;
	font-size: 1.1rem;
}
#result .resultWeight .list .item dl dd {
	display: inline-block;
	padding: 0 5px;
	border: solid 1px #fff;
	font-weight: 500;
	font-size: 1.1rem;
}
#result .resultWeight .list .item .state {
	position: relative;
	width: 62%;
	margin: 0 0 0 auto;
	padding: 9px 0 17px;
}
#result .resultWeight .list .item .state:before {
	position: absolute;
	content: "";
}
#result .resultWeight .list .item .state .areaTxt {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#result .resultWeight .list .item .state .areaTxt .tit {
	line-height: 1.2;
	padding: 0 0 3px;
	font-weight: 900;
	font-size: 1.8rem;
}
#result .resultWeight .list .item .state .areaTxt .tit.fz {
	font-size: 1.7rem;
}
#result .resultWeight .list .item .state .areaTxt .tit span {
	position: relative;
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: baseline;
}
#result .resultWeight .list .item .state .areaTxt .txt01 .small {
	position: relative;
	font-size: 1rem;
	vertical-align: baseline;
}
#result .resultWeight .list .item .state .areaTxt .txt01 .num {
	position: relative;
	line-height: 1;
	font-weight: 900;
	font-size: 4.3rem;
	vertical-align: baseline;
}
#result .resultWeight .list .item .state .areaTxt .txt01 .unit {
	position: relative;
	line-height: 1;
	font-weight: 900;
	font-size: 2.2rem;
	vertical-align: baseline;
}
#result .resultWeight .list .item .txt02 {
	position: relative;
	padding: 0 0 17px;
	text-align: center;
}
#result .resultWeight .list .item .txt02:before {
	display: block;
	height: 1px;
	margin: 0 0 12px;
	background: rgba(0, 0, 0, .2);
	content: "";
}
#result .resultWeight .list .item01 {
	background: url("../img/result/bg_weight01.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item02 {
	background: url("../img/result/bg_weight02.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item02 dl dt {
	color: #984000;
}
#result .resultWeight .list .item03 {
	background: url("../img/result/bg_weight03.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item03 dl dt {
	color: #911a69;
}
#result .resultWeight .list .item04 {
	background: url("../img/result/bg_weight04.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item04 dl dt {
	color: #005e94;
}
#result .resultWeight .list .item05 {
	background: url("../img/result/bg_weight05.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item05 dl dt {
	color: #078b5c;
}
#result .resultWeight .list .item06 {
	background: url("../img/result/bg_weight06.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item06 dl dt {
	color: #6e12b5;
}

#result .resultWeight .list .item07 {
	background: url("../img/result/bg_weight07.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item07 dl dt {
	color: #00598c;
}

#result .resultWeight .list .item08 {
	background: url("../img/result/bg_weight08.png") no-repeat center top;
	background-size: cover;
}
#result .resultWeight .list .item08 dl dt {
	color: #ac9a00;
}
#result .resultWeight .list .item04 .txt02 {
	position: relative;
	z-index: 2;
}
#result .resultWeight .list .item04 .txt02:after {
	position: absolute;
	top: 17%;
	right: 5%;
	z-index: -1;
	width: 50px;
	height: 44px;
	background: url("../img/result/ico_caution01.png") no-repeat;
	background-size: 100%;
	text-align: right;
	content: "";
}
#result .resultWeight .male {
	display: none;
}
#result .resultWeight .male .item01 .state:before {
	top: -40px;
	right: 113%;
	width: 68px;
	height: 151px;
	background: url("../img/result/img_weight01_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item02 .state:before {
	top: -40px;
	right: 113%;
	width: 67px;
	height: 151px;
	background: url("../img/result/img_weight02_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item03 .state:before {
	top: -32px;
	right: 113%;
	width: 67px;
	height: 143px;
	background: url("../img/result/img_weight03_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item04 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 146px;
	background: url("../img/result/img_weight04_male.png") no-repeat;
	background-size: 100%;
}


#result .resultWeight .male .item05 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 144px;
	background: url("../img/result/img_weight05_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item06 .state:before {
	top: -37px;
	right: 114%;
	width: 68px;
	height: 148px;
	background: url("../img/result/img_weight06_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item07 .state:before {
	top: -37px;
	right: 114%;
	width: 68px;
	height: 147px;
	background: url("../img/result/img_weight07_male.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .male .item08 .state:before {
	top: -37px;
	right: 114%;
	width: 68px;
	height: 148px;
	background: url("../img/result/img_weight08_male.png") no-repeat;
	background-size: 100%;
}



#result .resultWeight .female {
	display: none;
}
#result .resultWeight .female .item01 .state:before {
	top: -40px;
	right: 113%;
	width: 68px;
	height: 150px;
	background: url("../img/result/img_weight01_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item02 .state:before {
	top: -40px;
	right: 108%;
	width: 80px;
	height: 150px;
	background: url("../img/result/img_weight02_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item03 .state:before {
	top: -32px;
	right: 108%;
	width: 85px;
	height: 144px;
	background: url("../img/result/img_weight03_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item04 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 146px;
	background: url("../img/result/img_weight04_female.png") no-repeat;
	background-size: 100%;
}

#result .resultWeight .female .item05 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 146px;
	background: url("../img/result/img_weight05_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item06 .state:before {
	top: -37px;
	right: 114%;
	width: 68px;
	height: 149px;
	background: url("../img/result/img_weight06_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item07 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 145px;
	background: url("../img/result/img_weight07_female.png") no-repeat;
	background-size: 100%;
}
#result .resultWeight .female .item08 .state:before {
	top: -33px;
	right: 114%;
	width: 68px;
	height: 149px;
	background: url("../img/result/img_weight08_female.png") no-repeat;
	background-size: 100%;
}


#result .resultWeight .consumption {
	position: relative;
	padding: 17px 28px 18px 0;
	border-radius: 4px;
	background: #e02500;
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}
#result .resultWeight .consumption:before {
	display: block;
	position: absolute;
	top: 20px;
	right: 16px;
	width: 17px;
	height: 17px;
	background: url("../img/common/ico_plus01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result .resultWeight .consumption.is-open:before {
	background: url("../img/common/ico_minus01.png") no-repeat;
	background-size: 100%;
}
#result #combustion {
	display: none;
	padding: 17px 0 0;
	background: url("../img/result/bg_combustion01.png") no-repeat center top #000;
	background-size: 100%;
}
#result #combustion.is-open {
	display: block;
}
#result #combustion .tit01 {
	position: relative;
	margin: 0 0 7px;
	font-weight: 900;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: .04em;
}
#result #combustion .tit01 span {
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .04em;
}
#result #combustion .tit01:before {
	display: block;
	position: relative;
	left: 50%;
	width: 19px;
	height: 26px;
	margin: 0 0 7px -10px;
	background: url("../img/result/ico_combustion01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time {
	padding: 13px 10px 0;
}
#result #combustion .time .tit02 {
	position: relative;
	margin: 0 0 20px;
	padding: 7px 0 8px;
	border-radius: 25px;
	background: -webkit-linear-gradient(left, #d93c05, #c90307);
	background: linear-gradient(to right, #d93c05, #c90307);
	font-weight: 900;
	font-size: 1.3rem;
	text-align: center;
}
#result #combustion .time .tit02:before {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	margin: -1px 4px -2px 1px;
	background: url("../img/result/ico_time01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .tit02:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -3px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #cb0b07 transparent transparent transparent;
	content: "";
}
#result #combustion .time .time01 {
	border: solid 1px #696969;
}
#result #combustion .time .time01 thead tr th {
	line-height: 1.2;
	padding: 3px 0;
	background: #000;
	color: #fff;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	letter-spacing: .04em;
}
#result #combustion .time .time01 thead tr th:nth-child(n+1) {
	border-left: solid 2px #696969;
}
#result #combustion .time .time01 thead tr th span {
	position: relative;
	height: 35px;
	font-weight: 900;
	font-size: 1rem;
	letter-spacing: .04em;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#result #combustion .time .time01 thead tr th span em {
	display: inline-block;
	padding: 0 0 1px 3px;
	font-weight: 900;
	font-size: 1rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#result #combustion .time .time01 thead tr th:first-child {
	width: 33%;
}
#result #combustion .time .time01 thead tr th:nth-child(2) {
	width: 22%;
}
#result #combustion .time .time01 thead tr th:nth-child(3) {
	width: 15%;
	font-size: 1rem;
}
#result #combustion .time .time01 thead tr:first-child th:last-child {
	font-size: 1rem;
}
#result #combustion .time .time01 thead tr:nth-child(2) th {
	width: 10%;
}
#result #combustion .time .time01 thead tr:last-child {
	border-top: solid 1px #696969;
}
#result #combustion .time .time01 tbody tr td {
	padding: 8px 0 9px;
	background: #fff;
	color: #333;
	font-weight: 900;
	font-weight: 500;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
}
#result #combustion .time .time01 tbody tr td span {
	position: relative;
	font-size: 1.1rem;
	vertical-align: baseline;
}
#result #combustion .time .time01 tbody tr td:nth-child(2) {
	color: #dfdfdf;
}
#result #combustion .time .time01 tbody tr td:nth-child(2) span {
	color: #949494;
}
#result #combustion .time .time01 tbody tr td:nth-child(2) .full {
	color: #df1014;
}
#result #combustion .time .time01 tbody tr td:nth-child(2) .half {
	color: #dfdfdf;
}
#result #combustion .time .time01 tbody tr td:nth-child(2) .half:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
	color: #df1014;
	content: attr(data-inverted);
}
#result #combustion .time .time01 tbody tr td .ico {
	display: block;
	line-height: 1.3;
	font-weight: 900;
}
#result #combustion .time .time01 tbody tr td .ico:before {
	display: block;
	margin: 0 auto 3px;
	content: "";
}
#result #combustion .time .time01 tbody tr td .days {
	display: block;
	line-height: 1;
}
#result #combustion .time .time01 tbody tr td:nth-child(n+1) {
	border-left: solid 1px #696969;
}
#result #combustion .time .time01 tbody tr:nth-child(n+2) {
	border-top: solid 1px #696969;
}
#result #combustion .time .time01 tbody .stretch .ico:before {
	display: block;
	width: 15px;
	height: 17px;
	background: url("../img/result/ico_stretch01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .aero .ico:before {
	width: 16px;
	height: 16px;
	background: url("../img/result/ico_aero01.png") no-repeat;
	background-size: 100%;
}
#result #combustion .time .time01 tbody .walking .ico:before {
	width: 16px;
	height: 17px;
	background: url("../img/result/ico_walking01.png") no-repeat;
	background-size: 70%;
	content: "";
}
#result #combustion .time .time01 tbody .jogging .ico:before {
	width: 16px;
	height: 17px;
	background: url("../img/result/ico_jogging01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .underwater .ico:before {
	width: 20px;
	height: 18px;
	background: url("../img/result/ico_underwater01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .swimming .ico:before {
	width: 18px;
	height: 12px;
	background: url("../img/result/ico_swimming01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .yoga .ico:before {
	width: 13px;
	height: 15px;
	background: url("../img/result/ico_yoga01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .dance .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_dance01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .training .ico:before {
	width: 15px;
	height: 13px;
	background: url("../img/result/ico_training01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .shpenavi .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_shpenavi01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .musclenavi .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_musclenavi01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .bodyattack .ico:before {
	width: 16px;
	height: 17px;
	background: url("../img/result/ico_bodyattack01.png") no-repeat;
	background-size: 70%;
	content: "";
}
#result #combustion .time .time01 tbody .bodycombat .ico:before {
	width: 16px;
	height: 17px;
	background: url("../img/result/ico_bodycombat01.png") no-repeat;
	background-size: 70%;
	content: "";
}
#result #combustion .time .time01 tbody .bodypump .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_bodypump01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .handball .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_handball01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .soccer .ico:before {
	width: 15px;
	height: 15px;
	background: url("../img/result/ico_soccer01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .rugby .ico:before {
	width: 14px;
	height: 14px;
	background: url("../img/result/ico_rugby01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .basketball .ico:before {
	width: 16px;
	height: 16px;
	background: url("../img/result/ico_basketball01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .tennis .ico:before {
	width: 13px;
	height: 17px;
	background: url("../img/result/ico_tennis01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .golf .ico:before {
	width: 15px;
	height: 17px;
	background: url("../img/result/ico_golf01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .tableTennis .ico:before {
	width: 16px;
	height: 16px;
	background: url("../img/result/ico_tableTennis01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .bowling .ico:before {
	width: 15px;
	height: 19px;
	background: url("../img/result/ico_bowling01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .time .time01 tbody .rope .ico:before {
	width: 20px;
	height: 16px;
	background: url("../img/result/ico_rope01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion #exercise {
	margin: 0 0 9px;
	background: url("../img/result/bg_exercise01.png") no-repeat center top;
	background-size: 100%;
}
#result #combustion #sports {
	margin: 0 0 11px;
	padding: 16px 10px 0;
	background: url("../img/result/bg_sports01.png") no-repeat center top;
	background-size: 100%;
}
#result #combustion .list {
	margin: 0 0 18px;
	padding: 0 10px;
}
#result #combustion .list .item {
	line-height: 1.37;
	padding: 0 0 0 1em;
	color: #949494;
	font-size: 1.1rem;
	text-indent: -1em;
}
#result #combustion .formula {
	padding: 0 10px;
}
#result #combustion .formula .tit03 {
	position: relative;
	line-height: 1.1;
	margin: 0 0 5px;
	padding: 7px 0;
	border: solid 1px #df1014;
	background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABIAAABCCAIAAADVIhH3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNTVhZDI1Mi1jZGRhLWM4NDQtYjdmZi1iYjVlMDIzMzk3ZTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODY1NTU4QUJEQjI1MTFFNzlDNDJFNUQxNDc4RkY3NDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODY1NTU4QUFEQjI1MTFFNzlDNDJFNUQxNDc4RkY3NDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDZjYWYwM2EtNzkxYi05ODQ0LTk3ZDEtNjcwNzA5YTQ5OGU5IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzY5OWY0NmMtZDk4Ny0xMWU3LThkMWMtZjNkMDY0MTMyOTA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OrihowAAAHVJREFUeNrs0DEKgDAMheG8tINYXcQjeP+D6SZ0ECGxkANoN4c35h/y4MOW0gQUgQK72elWgNeio2Bpp0h1q+6Xy5eSZ+AWOdzj66ravr6W7p0ouXcnivbuRMkDpGsnCiUpSUlKUpKSlKQkJSlJSUr+UvIRYAAAjsvf87zdcQAAAABJRU5ErkJggg==");
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .08em;
}
#result #combustion .formula .tit03:before {
	display: inline-block;
	width: 13px;
	height: 17px;
	margin: 0 7px 0 5px;
	background: url("../img/result/ico_calculator01.png") no-repeat;
	background-size: 100%;
	content: "";
}
#result #combustion .formula .detail {
	margin: 0 0 20px;
	padding: 7px 9px 10px;
	border: solid 1px #df1014;
}
#result #combustion .formula .detail .formulaList .item {
	display: table;
	width: 100%;
	margin: 0 0 7px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #666;
}
#result #combustion .formula .detail .formulaList .item .num {
	display: table-cell;
	width: 32px;
	padding: 0 0 0 6px;
	font-weight: 500;
	font-size: 1.9rem;
	vertical-align: middle;
	letter-spacing: .08em;
}
#result #combustion .formula .detail .formulaList .item .txt {
	display: table-cell;
	padding: 2px 0 0 8px;
	vertical-align: middle;
	letter-spacing: .08em;
}
#result #combustion .formula .detail .about {
	font-weight: 700;
	text-align: center;
	letter-spacing: .08em;
}
#result .link {
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}
#result .link .item {
	float: left;
	width: 50%;
	background: #027eb4;
}
#result .link .item a {
	display: block;
	padding: 10px 0 13px;
	text-decoration: none;
}
#result .link .item a .img {
	padding: 0 0 6px;
}
#result .link .item a .tit {
	color: #fff;
	font-weight: 900;
	text-align: center;
}
#result .link .item:last-child {
	background: #d70545;
}
#result .attention {
	position: relative;
	z-index: 1;
	padding: 9px 0 9px 11px;
	background: #f3f2ee;
}
#result .attention .item {
	line-height: 1.4;
	color: #949494;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .04em;
}

#result .resultWeight.first{
	padding: 50px 10px 20px;
}
#result .resultWeight.first .list .item.item01{
	margin-top: 50px;
}
#result .resultWeight .list .item .txtList{
	position: absolute;
	top: -30px;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
}
#result .resultWeight .list .item .txtList span{
	position: relative;
	font-weight: bold;
}
#result .resultWeight .list .item .txtList span + span {
	display:none;
}
#result .resultWeight .list .item .txtList span:before,
#result .resultWeight .list .item .txtList span:after{
	content: '';
	background-color: #fff;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 10px;
}
#result .resultWeight .list .item .txtList span:before{
	left: -30px;
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
}
#result .resultWeight .list .item .txtList span:after{
	right: -30px;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}
#result .txtWeight{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#result .txtWeight.pb0{
	padding-bottom: 0;
}
#result .txtWeight .line{
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#result .txtWeight .line:before{
	content: '';
	background-color: #d4bf08;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}