@charset "utf-8";



/* ===================================================================
 BASE
=================================================================== */
h1 {
	font-size: 150%;
}


h2 {
	text-align:left;
	background-color:#ddd;
	line-height:1.4;
	margin-bottom:1.0em;
	font-size:150%;
	padding:0.25em 0.5em;}

h3{
	font-size: 137.5%;
}

h4{
	font-size:125%;}

h5{
	font-size:100%;}

section{
	display:block;
	padding-bottom:2.5em;
	margin-bottom:2.5em;}

hr.hr_main_bdr{
    height: 1px;
    border: none;
    margin: 2.5em auto;
    border-bottom: 1px dotted #333;
}


/*576未満のデバイス*/
@media(max-width:575px){
	h2{
		font-size:210%;}
	h3{
		font-size:167%;}
	h4{
		font-size:140%;}
	section{
		padding-bottom:1.5em;
		margin-bottom:1.5em;}}


/* ===================================================================
 COMMON
=================================================================== */
a{
  color:#337ab7;
  text-decoration:none
}
a:focus,a:hover{
  color:#23527c;text-decoration:underline
}
a:focus{
  outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px
}
.title_box {
    display:inline-block;
    width:auto;
    border-top:solid 2px #0056B3;
    border-bottom:solid 2px #0056B3;
    color: #696969;
    font-size:1.5em;
    text-align: center;
    padding: 0.5em;
}
article{
	width:100%;
	max-width:1180px;
	min-width:320px;
	margin:1.0em auto;}

nav.nav-toc li{
	margin-bottom: 0.5em;
	line-height: 1.5em;}

nav.nav-toc ol {
	counter-reset: li;
	margin-bottom: 0.5em;
	padding-left:1.5em;}


nav.nav-toc > ol, section > ul, section > ol{
	margin-left:2.0em;}


/*リスト：ナビゲーション*/
nav.nav-toc ol{
	counter-reset : section ;
	list-style-type: none;}

nav.nav-toc > ol{
	padding-left:0;
	margin-bottom:2.5em;}

nav.nav-toc ol li::before {
	counter-increment: section; /* section カウンターのこのインスタンスのみを加算 */
	content: counters(section, "-") ". "; /* section カウンターのすべてのインスタンスの値を、ピリオドで区切って結合 */}

nav.nav-toc ol ol{
	margin-top:0.2em;
	padding-left:2.0em;}

section > p{
	margin-left:1.0em;}

/*576未満のデバイス*/
@media(max-width:575px){
	nav.nav-toc > ol, section > ul, section > ol{
		margin-left:0;}}


/*リスト：小文字アルファベット*/
ol.ol-komoji{list-style-type:lower-alpha;}


ul.ul-disc{
	list-style-type: disc;
	margin-top:0.5em;
	padding-left:1.2em;}

ul.ul-none{
	list-style-type: none;
	line-height: 1.5em;
	padding-left:1.0em;}/*未使用*/


/* IIIFビューア閲覧画面 */
ul.ul-icon{
	list-style-type: none;
	line-height: 1.5em;
	padding-left:0;}/*未使用*/

ul.ul-icon img{
	max-width:1.4em;
	vertical-align: middle;
	margin:0.1rem;
	border:1px #000000 solid;}/*未使用*/


img.img-desc{
	width:100%;
	max-width:640px;
	border:1px #000000 solid;}

img.icon{
	max-width:1.25em;
	vertical-align: middle;
	margin-left:0.1rem;
	margin-right:0.1rem;}

img.img-bdr{
	max-width:1.1em;
	border:1px solid #333;}

img.scshot {
width: 100%;
max-width:800px;
padding:0.5em 1em;
}
/*780px以上のデバイス*/
@media(min-width:780px){
	img.img-desc{
		margin-left:2.0em;}}

/*780px未満のデバイス*/
@media(max-width:779px){
	.txt-ctr-smp{text-align:center;}

	img.img-desc{
		width:94%;
		margin-left:auto;
		margin-right:auto;}}



/*576px未満のデバイス*/
@media(max-width:575px){
	article p{
		margin-left:0.5em;}

	img{
		margin-left:0;}

	img.img-desc{
		margin-left:auto;
		margin-right:auto;}}


/*================
*パンくずリスト
=================*/
.breadcrumb{
  background-color: #ffffff;
}
.breadcrumb nav{
  max-width : 1180px;
  margin : 0 auto;
  padding:1.5em 0 1em;
}
@media(max-width: 484px) {
  .breadcrumb nav{
    padding: 0.8em;
  }
}
.ol-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ol-breadcrumb li {
  display: inline;
  list-style: none;
}

.ol-breadcrumb li:after {
  content: '\025b6';
  padding: 0 0.2em;
  font-size:75%;
  vertical-align:10%;
}

.ol-breadcrumb li:last-child:after {
  content: '';
}

.ol-breadcrumb li:first-child a:before {
  /*家アイコン*/
  content: '';
  background:transparent url(../images/ico_pankuzu_home.png) no-repeat;
  display:inline-block;
	width:1em;
	height:1em;
  margin-bottom: -0.1em;
}
.ol-breadcrumb li a:hover {
  text-decoration: underline;
}

.notshow-h{
  display: none;
}

body {
max-width:1280px;
margin:0 auto;
}