/*基本設定*/
body{background: url("img/back.png") repeat-x #FFFFFF;}
.nomalbox{	padding: 10px}

body,td,th {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 100%;
}

hr{border: 1px #D1D0E3 solid;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho','serif';
	font-weight: bold;}
h1 {font-size: 120%; line-height:24px;margin-bottom: 3px; margin-top:0; margin-left:5px;}
h2 {font-size: 110%; line-height:22px;margin-bottom: 3px;margin-top: 0;margin-left:5px;}
h3 {font-size: 100%; line-height:20px;margin-bottom: 2px; margin-top:0;margin-left:5px;}
h4 {font-size: 98%; line-height:18px;margin-bottom: 2px; margin-top:0;margin-left:5px;}
h5 {font-size: 96%; line-height:17px;margin-bottom: 1px; margin-top:0;margin-left:5px;}
h6 {font-size: 90%; line-height:16px;margin-bottom: 1px; margin-top:0;margin-left:5px;}


a:link { color: #0056DC; }
a:visited { color: #031442; }
a:hover { color: #57C2FF; position: relative;top: 0px; }
a:active {color: #FFF8DB;}

figcaption{color:#000000 ;font:90% arial;}

li{
	list-style-position: outside
}
.underl_list li { border-bottom: #98B2BD dotted 1px; list-style-position:outside; }

.minifont{font-size: 75%;}
.microfont{font-size: 50%; line-height: 105%}
.minifont95{font-size: 95%; line-height: 120%}

.fontsize15 rrr
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
}

/*画像回り込み右*/
.img-right{float:right; margin:0.5em}
/*画像回り込み左*/
.img-left{float:left; margin:0.5em}

/*画像マウスオーバー*/
.linkimg:hover { opacity: 0.6; filter: brightness(110%); }

/*リスト横並び*/
.yoko li {
display: inline;
}

/*モバイル設定*/
/*非表示化*/
@media only screen and (min-width: 0px)
and (max-width: 760px){
	.none {display:none}
	.rightbox{width: 100%; float:right; padding: 0 10; background: #FFFFFF}
	.toprbox{ width: 100%; float: right; padding-left: 10px; }
} 

/*表示化*/
@media only screen and (min-width: 760px)
{.none2{display: none}
.rightbox{width: 75%; float: right; padding:5px; background: #FFFFFF}
.toprbox{ width: 70%; float: right; padding-left: 10px;}
} 


/*文字色*/
.blue{color: #3267A7}
.yellow{color: #DD4B00}


/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 10px auto;
    background: #2B85FF url("img/pullbtn01.png") repeat-x;/*７メニュー全体（外側）の背景*/
}
#menu-inner{
    width: 1000px;/*１メニュー全体の横幅*/
    height: 60px;/*２メニュー全体の縦幅*/
    margin: 0 auto;
    background: #2B85FF url("img/pullbtn01.png") repeat-x;/*８メニュー全体（内側）の背景*/
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    padding-left: 15px;/*３親リンク１つ（カテゴリ１など）の横の余白*/
    padding-right: 15px;/*３親リンク１つ（カテゴリ１など）の横の余白*/
    line-height: 60px;/*２メニュー全体の縦幅*/
    background: #2B85FF url("img/pullbtn01.png") repeat-x;/*９親リンクの背景色・文字色*/
    color: #034FB5;/*10親リンクの背景色・文字色*/
    font-size: 110%;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #57B3FF;/*11親リンクホバーの背景色・文字色*/
    color: #fff;/*12親リンクホバーの背景色・文字色*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 60px;/*2メニュー全体の縦幅*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４子リンクの横幅*/
    height: 40px;/*５子リンクの縦幅*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５子リンクの縦幅*/
    background: #2B85FF;/*13子リンクの背景色・文字色*/
    color: #fff;/*14子リンクの背景色・文字色*/
    font-size: 90%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #57B3FF;/*15子リンクホバーの背景色・文字色*/
    color: #fff;/*16子リンクホバーの背景色・文字色*/
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}/*20 MENUの文字の位置*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #555;/*17 MENUの文字の背景色・文字色*/
    color: #fff;/*18 MENUの文字の背景色・文字色*/
    font-size: 90%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６トグルメニュー時のリンクの縦幅*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６トグルメニュー時のリンクの縦幅*/
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}

/*左Menu*/
ul.sidenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f1f1f1;
	position: relative;
	overflow: auto;
}
ul.sidenav li a {
	display: block;
	color: #000000;
	padding: 8px 16px;
	text-decoration: none;
}
ul.sidenav li a.active {
	background-color: #314FDC;
	color: white;
}
ul.sidenav li a:hover:not(.active) {
	background-color: #1b2538;
	color: white;
}
div.content {
	margin-left: 25%;
	padding: 1px 16px;
	height: 1000px;
}
@media screen and (max-width: 900px) {
	ul.sidenav {
		width: 100%;
		height: auto;
		position: relative;
	}
	ul.sidenav li a {
		float: left;
		padding: 15px;
	}
	div.content {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	ul.sidenav li a {
		text-align: center;
		float: none;
	}
}

/*メニュー追従するはずなんだけど*/
.sticky {
  position: sticky;
  top: 15px;
}

/*トップに戻る*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*ご挨拶*/
.aisatsu{font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho','serif';
	line-height: 200%;
	font-size: 98%;
	border-bottom: dashed 1px #B4C6D1;
}

/*DLボタン*/
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #A5CDEB;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #4B75BF;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*色付き枠*/
.c_box01{width: 95%; margin:1em auto; padding: 1em; background: #DFEFF0;}
.c_box02{width: 95%; margin:1em auto; padding: 1em; background: #F8F4E4;}
.c_box03{width: 95%; margin:1em auto; padding: 1em;}


/*注釈*/
.kome{font-size: 90%; color: #8500A3;font-weight: bold}

/*表のスタイル*/
.table{border: #1B335B solid; border-width: 0px 1px 1px 0px;}

/*リンク画像にマージンつける*/
.imargin{margin:0.2em;}
.imargin:hover { opacity: 0.6; filter: brightness(110%); }




/* 活動状況タブ表示 */

.docter-list1 {	float: left; width:400px; padding:5px; border-width:1px; border-style: dotted; border-bottom-color:#D3D3D3; margin-bottom:5px;
}

#dropmenu{
  list-style-type: none;
  width: 100％;
  height: 40px;
  margin: 30px auto 20px;
  padding: 0;
  background: #206C9C;
  border-bottom: 5px solid #18819C;
  border-radius: 3px 3px 0 0;
}

/* メイン …100％÷3項目なので33％、項目増えると％変更　*/
#dropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li:hover > a{
  background: #18819C;
  color: #eff7b1;
}

#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

/* サブメニューの全体 */
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul{
  left: 0%;
  width: 100%
}

/* サブメニューのリスト…メインメニューの100％にしている。変更可 */
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #18819C;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

/* サブメニュー、リンク */
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #206C9C;
  border-bottom: 1px solid #18819C;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.pic-margin{margin: 0.5em;}

/* スクロールトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background:#248FFF;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background:#66B0FF;
}
