﻿@charset "utf-8";

/*----------------------- div#contnet --------------------------*/

p#article-caption {
	width: 550px;
	margin: 30px auto;
	text-align: left;
}

div#inner-article div.section {
	width: 550px;
	margin: 0 auto 30px auto;
}

div.section h3 {
	line-height: 20px;
	color: #005b98;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
	vertical-align: top;
	background: url(../img/common/bullet-08.jpg) no-repeat left top;
}
* html div.section h3 {
	background: url(../img/common/bullet-08.jpg) no-repeat left 2px;
}
*+html div.section h3 {
	background: url(../img/common/bullet-08.jpg) no-repeat left 2px;
}

table.tbl-summary {
	width: 550px;
	border: 2px solid #5491ba;
	margin: 10px 0;
}

table.tbl-summary th,
table.tbl-summary td {
	border: 1px solid #5491ba;
	vertical-align: middle;
	padding: 15px 8px;
}

table.tbl-summary th {
	font-weight: bold;
	text-align: left;
	padding: 15px 5px;
}

table.tbl-summary td {
	padding: 15px 5px;
}

table.tbl-summary td.equipment-img {
	text-align: center;
}

table.tbl-summary td.quantity {
	text-align: center;
}

table.tbl-summary th a {
	display: block;
	margin: 10px 0 0 0;
}

table#equipment-01 th {
	background: #f3d7ef;
}

table#equipment-02 th {
	background: #d7eb9c;
}

table#equipment-03 th {
	background: #fbe39c;
}

table#equipment-04 th {
	background: #decbb7;
}

table#equipment-05 th,
table#equipment-05 td {
	padding: 5px;
}

table#equipment-06 th,
table#equipment-06 td {
	padding: 5px;
}

table.tbl-summary col.equipment-name {
	width: 95px;
}
* html table.tbl-summary col.equipment-name {
	width: 85px;
}
*+html table.tbl-summary col.equipment-name {
	width: 85px;
}

table.tbl-summary col.equipment-img {
	width: 95px;
}
* html table.tbl-summary col.equipment-img {
	width: 85px;
}
*+html table.tbl-summary col.equipment-img {
	width: 85px;
}

table#equipment-05 col.equipment-name {
	width: 200px;
}

table#equipment-05 col.equipment-desc {
	width: 250px;
}

table#equipment-05 col.quantity {
	width: 100px;
}

table#equipment-06 col.equipment-name {
	width: 450px;
}

table#equipment-06 col.quantity {
	width: 100px;
}

table.tbl-summary col.equipment-img img {
	margin: 0 auto;
	display: inline;
}

table.tbl-summary span,
table.tbl-summary p{
	text-align: left;
	display: block;
}

table.tbl-summary td.small {
	font-size: 85%;
}

table.tbl-summary td.video-area {
	padding: 30px 0;
	text-align: center;
}

table.tbl-summary span.video-caption {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px auto;
}

table.tbl-detail {
	margin: 0 0 10px 0;
}

table.tbl-detail th {
	background: #b2d9f4 !important;
}

table.tbl-detail th,
table.tbl-detail td {
	padding: 3px;
}
* html table.tbl-detail th,
* html table.tbl-detail td {
	padding: 3px 2px;
}
*+html table.tbl-detail th,
*+html table.tbl-detail td {
	padding: 3px 2px;
}

table.tbl-detail col.maker-name {
	width: 100px;
}
