@charset "utf-8";

table {
	border-collapse: collapse;
}

table tr td font {
	text-align: justify;
	text-justify: inter-ideograph;
	display: block;
}

td font a {
	margin-top: 10px;
	padding-left: 15px;
	background: url(../../img/kodomogeijutsu/arrow_red.png) 0 4px no-repeat;
	display: block;
}

td font a:link {
	color: #900;
}

td font a:visited {
	color: #ccc;
}

td font a:hover {
	color: #900;
}

td.bg font a {
	margin-top: 10px;
	padding-left: 15px;
	background: url(../../img/kodomogeijutsu/arrow_white.png) 0 4px no-repeat;
	display: block;
}

td.bg font a:link {
	color: #fff;
}

td.bg font a:visited {
	color: #ccc;
}

td.bg font a:hover {
	color: #fff;
}

td font + img {
	margin: 10px 0;
}

td font.last {
	margin-bottom: 20px;
}

td.bg {
	width: 460px;
	padding: 20px;
	background: #900 url(../../img/kodomogeijutsu/bg.jpg) center center no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

td.flow {
	background: url(../../img/kodomogeijutsu/flow00.gif) bottom center / 40px 1000px no-repeat;
}

td.results table {
	margin-bottom: 15px;
}

td.results table tr > * {
	border: 1px solid #ccc;
}

td.results table tr th {
	padding: 10px 0;
	background: #eed;
}

td.results table tr th font {
	font-weight: bold;
	line-height: 16px;
}

td.results table tr > * font {
	text-align: center;
	line-height: 30px;
}

td.results table tr:last-of-type > * font {
	line-height: 60px;
}

td.comment {
	padding-bottom: 10px;
	position: relative;
}

td.comment.last {
	padding-bottom: 0;
}

td.comment:first-child {
	padding-top: 0;
}

td.type01 { background: url(../../img/kodomogeijutsu/comment01.gif) no-repeat;}
td.type02 { background: url(../../img/kodomogeijutsu/comment02.gif) no-repeat;}
td.type03 { background: url(../../img/kodomogeijutsu/comment03.gif) no-repeat;}
td.type04 { background: url(../../img/kodomogeijutsu/comment04.gif) no-repeat;}

td.comment font {
	width: 400px;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
}

td.type01 font { background: #c9c;}
td.type02 font { background: #9cc;}
td.type03 font { background: #fcc;}
td.type04 font { background: #9cf;}

td.comment:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid;
	position: absolute;
	top: 15px;
	left: 50px;
}

td.comment.type01:before { border-right-color: #c9c; }
td.comment.type02:before { border-right-color: #9cc; }
td.comment.type03:before { border-right-color: #fcc; }
td.comment.type04:before { border-right-color: #9cf; }

td.button a:hover {
	opacity: 0.8;
	cursor: pointer;
}

@media screen and (max-width : 768px) {

}