@charset "utf-8";

#toc {
	text-align: center;
}

#toc a {
	display: inline-block;
	width: 150px;
	margin: 5px 15px;
	padding: 5px 20px;
	text-align: center;
	transition: .5s;
}
#toc a:hover {
	opacity: 0.8;
	text-decoration: none;
	background: #9de6f4;
}

#toc a.noudo_btn,
#toc a.kanki_btn{
	text-decoration: none;
	background: #C5E0B4;
	border-radius: 50px;
}
#toc a.kanki_btn{
	background: #FBE5D6;
}
#toc a.noudo_btn:hover {
	opacity: 0.8;
	background: #DFC;
}
#toc a.kanki_btn:hover {
	opacity: 0.8;
	background: #Fee;
}


#coment_box section {
	display: none;
	width: 75%;
	margin: auto;
}

#coment_box section p+p {
	margin-top: 15px;
}

#coment_box section .matome {
	margin: 15px auto;
	padding: 10px;
	color: #eee;
	background: #111;
}
#coment_box section .matome b {
	color: #f99;
}

/* tebiki */
#coment_box section#tebiki {
	display: block;
	text-align: center;
}

/* howto */
#coment_box section#howto .matome {
	text-align: center;
}

#coment_box section#howto table {
	margin: 15px auto;
}
#coment_box section#howto table thead th {
	border-bottom: 1px solid #000;
}

#coment_box section#howto table tbody th {
	color:#00682F;
	text-align: left;
}

#coment_box section#howto table tbody td {
	width: 100px;
	text-align: center;
	color:#00682F;
}


/* tebiki2 */
#coment_box section#tebiki2 dl dt {
	float: left;
	clear: both;
	width: 5.5em;
	font-weight: bold;
}
#coment_box section#tebiki2 dl dd {
	margin-left: 5.5em;
}

/* ppm */
#coment_box section#ppm .summary {
	width: 80%;
	margin: 15px auto;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #0408BC;
}

#coment_box section#ppm .matome {
	font-weight: bold;
	background: #0408BC;
}
#coment_box section#ppm .matome b,
#coment_box section#ppm .summary b {
	color: #B3FFD5;
}

/* noudo */
#coment_box  #noudo,
#coment_box  #shin,
#coment_box #kanki {
	width: 90%;
}

#noudo h3 {
	color: #C55A11;
}
#noudo input {
	border-color: #C55A11;
}
#noudo input#noudo1 {
	border-width: 4px;
}

/* kanki */
#kanki h3,
#shin h3 {
		color: #006C31;
}

#kanki input,
#shin input {
		border-color: #006C31;
}
#kanki input#kanki1,
#shin input#shin1 {
		border-width: 4px;
}

/* calc */
.calc {
	font-size: 20px;
}

.calc li {
	float: left;
	width: 50%;
	margin: 10px 0;
	list-style: none;
}
.calc li span {
	display: inline-block;
	width: 6em;
}
.calc li:nth-child(2n+1) {
	clear: both;
}

.calc input {
	width: 130px;
	font-size: 25px;
	padding: 5px;
	margin-right: 5px;
	border-radius: 10px;
	-webkit-appearance: none;
	outline: none;
}

/* calc result*/
.result {
	clear: both;
	text-align: center;
}

.result b {
	display: block;
	width: 80%;
	margin: auto;
	color: #fff;
	background:#000;
	border-radius: 10px;
}
.result .a3 b {
	background:#0408BC;
}

.result p.a1 {
	color: #006C31;
}

.result p.a2,
.result p.a3 {
	color: #C55A11;
}

/* noudo kanki */
#noudo .result .a3,
#kanki .result .a3 {
	position: relative;
	width: 320px;
	height: 100px;
	margin: auto;
	background: url(/img/cap-ai/chart1.jpg) no-repeat;
}
#noudo .result .a3 span,
#kanki .result .a3 span {
	position: absolute;
	top: -10px;
	left: 123px;
	font-size: 18px;
}

/* shin */
#shin .result .a2 {
	position: relative;
	width: 320px;
	height: 95px;
	margin: auto;
	background: url(/img/cap-ai/chart2.jpg) no-repeat;
}
#shin .result .a2 span {
	position: absolute;
	top: -10px;
	left: 123px;
	font-size: 18px;
}
