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

/* Language font
-------------------------------------------------- */
body {
	font-family: Roboto,"Droid Sans",-apple-system,BlinkMacSystemFont,‘Helvetica Neue’,"Segoe UI",Meiryo,Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
}

header {
    background-image: url("header_contents_bg.jpg");
    background-repeat: repeat-x;
    padding-top: 5px;
}

footer {
	margin-top: 24px;
	padding-top: 16px;
	height: 48px;
	border-top: #EFEFEF solid 1px;
}

footer ul {
	text-align: center;
}

footer p {
	text-align: center;
}

@media (min-width: 768px) {
	footer ul {
		text-align: right;
	}
	
	footer p {
		text-align: left;
	}
}

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

.page-header h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: #fff;
	background-color: #00906D;
	font-weight: bold;
	margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.5em;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 2em;
	padding-left: 6px;
	border-bottom: #00906D solid 1px;
	border-left: #00906D solid 6px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h4:before {
	content: "■";
	color: #00906d;
}

/* Selecter Style */
  select {
    font-weight: bold;
    color: #00906D;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #00906D;
    width: 320px
  }

.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;
}

.column .sublead {
	color: #00906D;
	margin: 1em 0 0 0;
	font-weight: bold;
}


/* ページ内リンク */
.contents-list-anchor {
	padding-left: 1em;
	margin-bottom: 36px;
}

.contents-list-anchor li {
	list-style:  none;
	margin-bottom: 6px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.contents-list-anchor > li:before {
	content:"\e134";
	font-family: 'Glyphicons Halflings';
	margin-right: 0.5em;
}

.col-mb48 {
	margin-bottom: 48px;
}

.procedure li {
	margin-bottom: 24px;
}

.image-top {
	max-width: 1040px;
	text-align: center;
	margin: 0 auto;
}

section {
	margin-top: 48px;
	border-top: #808080 dotted 3px;
	text-align: center;
}

section p img {
	max-width: 480px;
	margin: 0 auto;
}

section.section-last {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: #808080 dotted 3px;
}


.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;
}

/* 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;
}

.table th, .table td {
	vertical-align: middle !important;
}

.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-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;
}

.inline-icn {
	height: 1em;
	width: auto;
}

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

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

.width30 {
	width: 30%;
}

.footnote {
	margin: 0 0 0 0.95em;
	text-indent: -0.95em;
}

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

/* margin control 
-------------------------------------------------- */
.mt0 {margin-top: 0;}
.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}
.mb0 {margin-bottom: 0 !important;}
.mb025em {margin-bottom: 0.25em;}
.mb05em {margin-bottom: 0.5em;}
.mb1em {margin-bottom: 1em;}
.mb2em {margin-bottom: 2em;}
.ml0 {margin-left: 0;}
.ml05em {margin-left: 0.5em;}
.ml1em {margin-left: 1em;}
.ml15em {margin-left: 1.5em;}
.ml2em {margin-left: 2em;}
.mr0 {margin-right: 0;}
.mr025em {margin-right: 0.25em;}
.mr05em {margin-right: 0.5em;}
.mr1em {margin-right: 1em;}
.mr2em {margin-right: 2em;}
.pt0 {padding-top: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pl1em {padding-left: 1em;}
.pl2em {padding-left: 2em;}
.pr0 {padding-right: 0 !important;}
.pr2em {padding-right: 2em;}
.pb0 {padding-bottom: 0 !important;}
.va_top {vertical-align: top !important;}
.va_middle {vertical-align: middle !important;}
.va_bottom {vertical-align: bottom !important;}

.width336{max-width: 336px;}