@charset "utf-8";
/* CSS Document */

/* Language font
-------------------------------------------------- */
body {
	font-family: Roboto,"Droid Sans",-apple-system,‘Helvetica Neue’,"Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei",Meiryo,Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
}

.page-header {
    border-bottom: 4px solid #00906D;
}

.page-header h1 {
	font-weight: bold
}

.container h2 {
    border: none;
	color: #fff;
	background-color: #00906D;
	font-weight: bold;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

.container h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: inherit;
	padding-top: inherit;
	border-top: inherit;
	border-bottom: #00906D solid 1px;
	border-left: #00906D solid 6px;
	display: inherit;
}

.text-heading {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.column {
	border: #00906D solid 2px;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.5em 0.5em 0.25em 0.5em;
	margin-bottom: 2em;
}

.column .lead {
	border-bottom: #00906D dotted 2px;
	margin-bottom: 4px;
	font-weight: bold;
}

.panel-menu {
    border-color: #00906D;
}

.panel-menu > .panel-heading {
	background-color: #E5F3F0;
    border-color: #00906D;
    color: #333;
	font-weight: bold;
}

.note {
	background-color: #eee;
	padding: 0.5em 0.5em 0.25em 0.5em;
	margin-bottom: 1em;
}

.note p.memo, .note p.caution {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.note p.memo:before {
	content:"\270f";
	font-family: 'Glyphicons Halflings';
	color: #00906D;
	margin-right: 0.5em;
}

.note p.caution:before {
	content:"\e101";
	font-family: 'Glyphicons Halflings';
	color: #00906D;
	margin-right: 0.5em;
}

.note p.memo-continue, .note p.caution-continue {
	margin-left: 1.5em;
}

@media (max-width:767px){
	.note p.memo-img, .note p.caution-img, .bullet-text-img {
		margin-left: 1.5em;
	}
}

.menu-header {
	color: #fff;
	font-size: 16px;
	background-color: #00906D;
	font-weight: bold;
	margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.25em;
	padding-left: 1.75em;
	text-indent: -1.5em
}

.check-list {
	margin-bottom: 2em;
}

.check-list li {
	list-style: none;
	margin-left: 1.5em;
	margin-bottom: 1em;
	text-indent: -1.5em;
}

.check-list li:before {
	content:"\e067";
	font-family: 'Glyphicons Halflings';
	color: #00906D;
	margin-right: 0.5em;
}

.bullet-list {
	margin-bottom: 2em;
}

.bullet-list li {
	margin-bottom: 1em;
}

.text-mid {
	font-size: 1.5em;
}

.text-large {
	font-size: 2em;
}

.caption {
	font-style: normal;
	font-weight: bold;
}

p.footnote {
	margin-left: 0.5em;
	text-indent: -0.5em;
}

.bullet-text {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.bullet-text:before {
	content: "•";
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.text-nowrap {
	white-space: nowrap;
}

.img-bordered {
	border: #808080 solid 1px;
}
 
img.see {
	/*margin-left:0.25em;*/
	margin-right: 0.25em;
	height: 1em;
}

.inline-icn {
	margin-left:0.125em;
	margin-right: 0.125em;
	height: 1em;
}

.inline-icn-mid {
	margin-left:0.125em;
	margin-right: 0.125em;
	height: 1.5em;
}

.inline-icn-large {
	margin-left:0.125em;
	margin-right: 0.125em;
	height: 2em;
}

.inline-icn-small {
	/*margin-left:0.25em;
	margin-right: 0.25em;*/
	height: 0.5em;
}

.inline-icn-rnum {
	margin-right: 0.5em;
	height: 1.5em;
}

.list-parts {
	margin-left: 2em;
	text-indent: -2em;
}

.weblink {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 0px;
	border: none;
	margin-bottom: 0.5em;
}

.weblink a {
	color:#00906D;
}

.accessories {
	margin-bottom: 1em;
}

.accessories dt {
	border-top: #00906D solid 1px;
	border-right: #00906D solid 1px;
	border-left: #00906D solid 1px;
	background-color: #E5F3F0;
	font-size: large;
	padding: 6px;
}

.accessories dd {
	border-right: #00906D solid 1px;
	border-bottom: #00906D solid 1px;
	border-left: #00906D solid 1px;
	padding: 6px;
}

.table-bordered {
	margin-bottom: 2em;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-color: #00906D;
}

.table-responsive {
	border-color: #00906D;
}

.table-bordered > thead > tr > th {
	background-color: #E5F3F0;
	text-align: center;
}

.table-bordered > tbody > tr > th {
	text-align: center;
}

.table-bordered > tbody > tr > th.bg-tableheader {
	background-color: #E5F3F0;
}

.table-bordered > tbody > tr > td.td-noborder {
	border-top-color: #fff;
	border-left-color: #fff;
}

.table-bordered > tbody > tr > th.problem {
	text-align: left;
}

.table-noborder > thead > tr > th, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > tbody > tr > td, .table-noborder > tfoot > tr > td {
	border: none;
}

.table-bordered-row tr{
    border: 1px solid #00906D;
}

.table-bordered-row>thead>tr>th, .table-bordered-row>tbody>tr>th, .table-bordered-row>tfoot>tr>th, .table-bordered-row>thead>tr>td, .table-bordered-row>tbody>tr>td, .table-bordered-row>tfoot>tr>td {
	border-top-color: #00906D;
}

.table-center {
	margin: 0 auto;
}

.table-center td {
	padding-bottom: 0.5em;
}

.nav-tabs {
	margin-bottom: 1em;
}

@media screen and (max-width:767px){
	.nav-tabs {
		font-size: smaller;
	}
}

.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #00906D;
    border-color: #00906D transparent;
    color: #fff;
	font-weight: bold;
}

/* step */
ol.step-list {
	margin: 1em 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
	list-style: none;
}

ol.step-list > li {
	padding: 1em 0px 1em 0px;
	border-top: 2px solid #666;
}

ol.step-list > li.step1 {
	background-image: url(step1.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

ol.step-list > li.step2 {
	background-image: url(step2.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

ol.step-list > li.step3 {
	background-image: url(step3.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

ol.step-list > li.step4 {
	background-image: url(step4.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

ol.step-list > li.step5 {
	background-image: url(step5.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

ol.step-list > li.step6 {
	background-image: url(step6.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

ol.step-list > li.step7 {
	background-image: url(step7.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

ol.step-list > li.step8 {
	background-image: url(step8.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

ol.step-list > li.step9 {
	background-image: url(step9.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

ol.step-list > li > * {
	margin-left: 3em;
}

ol.step-list > li > .row > div {
	padding-left: 0;
}

ol.step-list > li ul {
	list-style: disc;
}

/* margin control */
.mt0 {margin-top: 0;}
.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}
.mb0 {margin-bottom: 0 !important;}
.mb05em {margin-bottom: 0.5em;}
.mb1em {margin-bottom: 1em;}
.mb2em {margin-bottom: 2em;}
.ml0 {margin-left: 0;}
.ml1em {margin-left: 1em;}
.ml15em {margin-left: 1.5em;}
.ml2em {margin-left: 2em;}
.ml3em {margin-left: 3em;}
.ml4em {margin-left: 4em;}
.mr0 {margin-right: 0;}
.mr1em {margin-right: 1em;}
.mr2em {margin-right: 2em;}
.pl1em {padding-left: 1em;}
.pl2em {padding-left: 2em;}
.pl3em {padding-left: 3em;}
.pl4em {padding-left: 4em;}
.pr2em {padding-right: 2em;}

.width263{max-width: 263px;}
.width336{max-width: 336px;}
.width424{max-width: 424px;}