﻿@charset "UTF-8";

#ideal-box > div {
	line-height: 1.7em;
	padding-left: 15px;
}
#ideal-box > div h2 {
	color: #364e96;
	font-size: 110%;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: solid 1px #364e96;
	margin-bottom: .5em;
}

#ideal-box > div p {
	font-size: 95%;
	margin-bottom: 1em;
	clear: both;
}
#ideal-box > div p:nth-of-type(1) em {
	font-weight: bold;
}
#ideal-box > div p:nth-of-type(3) {
	color: #CC3300;
	font-size: 95%;
	margin-bottom: 2em;
}
#ideal-box > div p:nth-of-type(4) {
	color: #000099;
	font-weight: bold;
	border: solid 2px #000099;
	padding: 1em;
	margin-left: 3em;
	margin-bottom: 3em;
}


#ideal-box > div table,
#ideal-box > div table tr,
#ideal-box > div table tr td {
	border: 1px #ddd solid;
}
#ideal-box > div table tr td {
	padding: 10px;
}





/*
#ideal-box > div dl {
	padding: 10px;
	border: solid 1px #ddd;
	margin: 1em 0 1em 1em;
	overflow: hidden;
}
#ideal-box > div dl dt,
#ideal-box > div dl dd {
	float: left;
}
#ideal-box > div dl dt {
	color: #333;
	font-weight: bold;
	font-size: 95%;
	clear: both;
}
#ideal-box > div dl dd {
	color: #996633;
	font-size: 90%;
	font-weight: bold;
}


#ideal-box > div {
	font-size: 105%;
	line-height: 1.7em;
	padding: 15px;
	border-radius: 30px;
	box-shadow: 0 0 10px #aaa;
	margin: 10px;
}
#ideal-box > div h2 {
	color: #364e96;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: .5em;
}
#ideal-box > div p {
	margin-bottom: 1em;
}
*/
