
#title {
	background-image: url(images/title_bg.jpg);
}


ul.point {
	border-top: 1px solid #adadad;
	line-height: 1.5em;
}

ul.point li {
	background-size: 8px;
	border-bottom: 1px solid #adadad;
	display: block;
	font-size: 18px;
	padding: 10px 0 12px 20px;
	position: relative;
}

ul.point li span.point {
	background-color: #aa000a;
	color: white;
	display: table-cell;
	font-size: 12px;
	padding: 13px 15px 10px 15px;
}

ul.point li span.point em {
	font-size: 20px;
	padding-left: 5px;
	vertical-align: text-bottom;
}

ul.point li span.text {
	display: table-cell;
	padding-left: 20px;
}

div.item h3 {
	border-bottom: 1px solid #adadad;
	font-size: 28px;
	padding-bottom: 20px;
}

div.item h3 em {
	background-color: #595959;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 50px;
	font-weight: 400;
	height: 80px;
	line-height: 80px;
	margin: -50px auto 0 auto;
	text-align: center;
	width: 80px;
}

div.item h3 span.copy {
	display: block;
	padding-top: 20px;
}

div.item h3 strong {
	display: block;
	font-size: 40px;
}

div.item div.detail {
	padding: 0 100px;
}

div.item div.tt-difference {
	border: 1px solid #595959;
	display: block;
	float: left;
	padding: 10px;
	width: 410px;
}

div.item div.tt-difference h4 {
	background-color: #595959;
	color: white;
	padding: 10px;
}

div.item div.tt-detailtable {
	float: right;
	width: 430px;
}

div.item div.tt-detailtable table {
	border: 1px  solid #737373;
}

div.item div.tt-detailtable table tr.header th,
div.item div.tt-detailtable table tr.header td {
	background-color: #595959;
	color: white;
	line-height: 1.3em;
	padding: 8px 10px;
}

div.item div.tt-detailtable table th,
div.item div.tt-detailtable table td {
	border: 1px  solid #737373;
	font-size: 13px;
	padding: 1px 10px;
	text-align: center;
}

div.item div.tt-detailtable table td ul.list li {
	text-align: justify;
}

div.item div.tt-detailtable table tr {
	border: 1px  solid #737373;
}

div.item div.detail div.way {
	border: solid 5px #949292;
	padding: 20px 20px 0 20px;
	position: relative;
}

div.item div.detail div.way h4 {
	background: url(images/h4_img.png) no-repeat center bottom;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	font-size: 23px;
	padding: 10px;
}

div.item div.detail div.way p.text {
	left: 270px;
	position: absolute;
	top: 100px;
}

div.item div.filler-detail {
	float: left;
	width: 600px;
}

div.item div.filler-detail table th {
	background-color: #595959;
	border: 1px solid #adadad;
	color: white;
	font-size: 15px;
	padding: 10px 20px;
	white-space: nowrap;
}

div.item div.filler-detail table td {
	border: 1px solid #adadad;
	font-size: 15px;
	padding: 10px 20px;
}

div.item div.filler-detail table td ul.list {
	margin-top: 10px;
}

div.item div.filler-img {
	float: right;
	padding-top: 20px;
	width: 250px;
}

ul.effect {
	text-align: center;
}

ul.effect li {
	border: 1px solid #adadad;
	display: inline-block;
	min-height: 530px;
	padding: 20px;
	vertical-align: top;
}

ul.effect li h4 {
	background-color: #595959;
	color: white;
	font-size: 17px;
	line-height: 1.3em;
	padding: 10px;
}

ul.effect li p {
	padding: 0 10px;
}

ul.state {
	border-collapse: separate;
	border-spacing: 10px;
	display: table;
	text-align: center;
}

ul.state li {
	border: 1px solid #adadad;
	display: table-cell;
	padding: 20px 20px 10px 20px;
}

ul.state li:first-child {
	width: 300px;
}

ul.state li h3 {
	background-color: #595959;
	color: white;
	font-size: 17px;
	line-height: 1.3em;
	padding: 5px;
}

table.manual th {
	background-color: white;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 15px 40px;
	text-align: justify;
	width: 70%;
}

table.manual td {
	background-color: white;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 15px 20px 15px 40px;
}