.header{
    border-top:3px solid #000;
}
.logo{
    margin:0.5em auto;
    display:block;
}

h1{
position: relative;
padding: 0.5em;
background: #a6d3c8;
//background: #4169e1;
color: white;
}

h1::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}
.iconimg {
//	height:150px;
//	width:150px;
	max-height:100%;
	max-width: 100%;
}
.contimg {
//	height:150px;
//	width:150px;
	max-height:100%;
	max-width: 100%;
}
.yohaku {
padding-right: 30px;
padding-left: 30px;
}
#ovftbl_wrap {
    overflow-x: auto;
    margin-left: 2.5em;
    margin-right: 2.5em;
}    
.scrl_btn {
    text-align: center;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #13B3A1;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    line-height: 1.5;
    opacity: 0.4;
}
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #00bfff; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}
.warituke {
	text-align: justify;
	text-justify: inter-ideograph;
	padding:20px;
}
.navjustified {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.navbar .navjustified > li {
    display: table-cell;
    width: 100%;
}