@charset "utf-8";

h2 img {
	width: 50%;
	height: auto;
}

#toc {
	text-align: center;
}

#toc a {
	display: inline-block;
	width: 45%;
	margin: 5px 0;
}

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

/**/
#coment_box section {
	display: none;
}

#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 {
}

#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: 17px;
}

.calc li {
	margin: 0;
	list-style: none;
}
.calc li span {
	display: inline-block;
	width: 5em;
}

.calc input {
	width: 70px;
	font-size: 19px;
	padding: 2px 5px;
	margin: 0 5px 9px;
	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: 125px;
	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: 125px;
	font-size: 18px;
}
