﻿/*基礎*/
#main{
	-webkit-overflow-scrolling : touch;
}
.bulletin_board_base{
	-webkit-overflow-scrolling : touch;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin: 3% 0 3% 8%;
	padding: 2%;
}
.title{
    margin: 5% auto 3% auto;
    
}
/*form{
	list-style: none;
	width: 68%;
	/*font-size:20px;*/
	/*font-weight:bold;*/
	/*text-align: center;
	padding: 1%;
	/*border-radius:5px;*/
	/*margin: 1% 15% 1% 15%;
	color: black;
	background-color: rgba(255, 255, 255, 0.281);
	box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
}*/

/*タブ移植*/
  /*タブのスタイル*/
  .tab_item {
    fill: var(--black-color);
    /*アイコンの左右に余白を空ける*/ 
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
  }

  @media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .tab_item {
        fill: var(--black-color);
        /*アイコンの左右に余白を空ける*/ 
       padding: 15px 10px 0 10px;
        cursor: pointer;
      }
}

  .tab_icon{
    width: 50pt;
    height: 50pt;
  }

  @media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .tab_icon{
        width: 50px;
        height: 50px;
      }
}
  /*タブの上にマウスが来たら少し白くする*/
  .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    color: #fff;
    fill: rgba(230, 90, 0, 1);
  }
  .menu_about{
    display: flex;
    justify-content: center;
  }

:root {
	/*ここからテーマカラー(色をテーマカラー毎に指定する)*/
	--main-color: rgba(230, 90, 0, 1);/*メインカラー*//*橙*/
	--main-color-50: rgba(230, 90, 0, 0.5);/*メインカラー透明度50*//*橙*/
	/*ここまで色を指定する*/
	}


.box{
	width: 75%;
	margin: 5% auto;
	color: var(--black-color);
	/* border: solid 1px black; */
}

/*----------20180529 insert by yamashita ---------*/
.list-pos {
	/* border: solid blue 2px; */
	width: 100%;
    margin: auto 7% auto 7%;
}

.list-pos p{
    padding: 0 35%;
}

@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .list-pos p{
        padding: 0 20%;
    }
}

.list-pos ul{
	width: 100%;
	list-style: none;
	margin: auto; 
    padding: 2%;
	/*background: aqua;*/
}

.list-pos li{
    margin-bottom: 3%;
}

a {
    text-decoration: none !important;
}

.infobox{
    /* display: flex; */
    width: 60%;
    margin: 0 25% 25px auto;
    transition: all 0.3s;
    position: relative;
    border-bottom: solid 4px rgba(230, 90, 0,1);
}

@media screen and (max-width:480px){
    .infobox{
        /* display: flex; */
        width: 80%;
        margin-left: auto;
        margin-bottom: 25px;
        transition: all 0.3s;
        position: relative;
        border-bottom: solid 4px rgba(230, 90, 0,1);
    }
    

}

.infobox:hover {
    background-color: rgb(218, 218, 218);
}

.infoimg{
    /*float: left;*/
    position: relative;
    /*max-height: 80px;*/
    /*background-color: var(--gray-color-light);*/
    display:inline-block;
    width:20%;
    height: 0;
    padding-bottom: 20%;
    /*bottom: 0;*/
}
.infoimg img{
    display:block;
    width:100%;
    height:100%;
    /*max-height: 75px;*/
    /*max-width: 75px;*/
    position: absolute;
    object-fit: cover;
}
.infoname{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22%;
    /*float: right;*/
    /*background-color: var(--gray-color-light);*/
    display:inline-block;
    /*min-width:80%;*/
    max-width:77%;
    /*text-align:right;*/
    /*height: 76px;*/
    /*bottom: 5px;*/
}
.infoname h1{
    display:block;
    width:100%;
    margin:0px;
    padding: 20px 0;
    font-size: 23px;
    white-space: nowrap;/*文字を折り返さない*/
    text-align: left;
    color: var(--black-color);
}

@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .infoname h1{
        display:block;
        width:100%;
        margin:0px;
        padding: 0;
        font-size: 15px;
        white-space: nowrap;/*文字を折り返さない*/
        text-align: left;
        color: var(--black-color);
    }
}

.new_information{
    text-align: center;
    margin-top: 3%;
}

.input_information{
    text-align : center;
    margin-bottom: 30px;
}
#input_information_button{
    font-family: 'R-Font';
    margin-top: 5px;
    padding: 10px 6%;
    color: var(--black-color);
    background-color: var(--gray-color-light);
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    transition: all .3s;
}

#input_information_button:hover{
    background-color: rgb(180, 180, 180);
}

/*content*/
.boad_about{
	display: inline-block;
	list-style: none;
	width: 90%;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	color: black;
	background-color: rgba(255, 255, 255, 0.281);
	/*border-radius:5px;*/
	margin-bottom: 10px;
	margin-left: 4%;
	margin-top: 0.5%;
}

/*題名などの文章*/
.boad_about_right{
	margin-left: 2%;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	width: 83%;
	line-height: 90%;
}

/*概要欄*/
.boad_about_small{
	font-size: 15px;
}

/*種類(右下のやつ)のフォント*/
.tagu{
	font-size: 13px;
	display: inline;
}

/*ページ移動*/
.page_namber{
	text-decoration: none;
	bottom: 1%;
	text-align: center;
}

ul.page_links li{
	display: inline-block;
	list-style: none;
	width: 20px;
	font-size: 16px;
	/*border-radius:5px;*/
	text-decoration: none;
	margin: 1%;
	text-align: center;
	/*background-color:rgba(248, 44, 44, 0.637);*/
}


ul.page_links li a{
	text-decoration: none;
	/*color: white;*/
}

ul.page_links li.last{
	width: 60px;
	text-align: center;
}

@media screen and (min-width:1100px) {/*大きい*/
    .info_search {
     margin: 0 auto;/*上,右,下,左*/
     width: 63%;
     color: var(--black-color);
     display: flex;
    }
    .info_search_s {
     width: 52%;
     color: var(--black-color);
	}
	@media screen and (max-width:1100px) {/*小さい*/
		.info_search {
		 margin: 0 auto;/*上,右,下,左*/
		 width: 300px;
		 color: var(--black-color);
		}
		.info_search_s {
		 width: 100%;
		 color: var(--black-color);
		}
	  }

  }

.menu_about{
	margin-right: 0%;
	text-align: center;
    padding: 10px;
}

.reset_icon{
    transition: all .3s;
    border-radius: 5px 5px 5px 5px;
}
.reset_icon:hover{
    filter: brightness(2.0);
}

.shizunos_icon{
    transition: all .3s;
    border-radius: 5px 5px 5px 5px;
}
.shizunos_icon:hover{
    filter: brightness(2.0);
}

.info_cir_icon{
    transition: all .3s;
    border-radius: 5px 5px 5px 5px;
}
.info_cir_icon:hover{
    filter: brightness(2.0);
    
}

.eve_uni_icon{
    transition: all .3s;
    border-radius: 5px 5px 5px 5px;
}
.eve_uni_icon:hover{
    filter: brightness(2.0);
}

.sentaku{
    filter: brightness(2.0);
}

.menu_left{
	margin-left: 1%;
	/*text-align: left;*/
}

.sort_search_box {
    margin: 0 auto;/*上,右,下,左*/
    color: var(--black-color);
    width: 100%;
    height: 30px;
    font-size: 16px;
    display: contents;
}

#submit{
	font-family: 'R-Font';
    padding: 10px 15px;
    color: rgb(255,255,255,1);
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
}

#keyword{
	padding-left: 5px;

    outline: 0;
    width: 63%;
    height: 27px;

  	border: 3px solid var(--main-color);
  	border-radius: 2px;
    font-family: 'R-Font';
    font-size: 16px;

    color: var(--black-color);
}

.cp-ipselect {
    overflow: hidden;
    width: 66.85%;
    height: 35px;
    text-align: center;

    color: var(--black-color);
    font-family: 'R-Font';
    font-size: 16px;
}
.cp-ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp-ipselect select::-ms-expand {
    display: none;
}
.cp-ipselect.cp-sl01 {
    position: relative;
    border: 3px solid var(--main-color);
    border-radius: 2px;
    background: #ffffff;
  outline: none;
}
.cp-ipselect.cp-sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.cp-ipselect.cp-sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}


/*-------------------------20180726 insert by makino----------------------------*/
.main_infor_frame {
	margin: auto;
	height: 100vh;
	width: 70%;
	color: black;
	background-color: rgba(255, 255, 255, 0.281);
	box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
}

/*--------20181025 insert by makino-----------*/

#info-title{
    font-weight: bold;
    top: 0;
    right: 0;
    color: black;
}

#info-detail{
    top: 0;
    right: 0;
    color: grey;
}

#info-tag{
    float: right;
    top: 0;    
    color: black;
}


/*add editのCSS*/
.footmark {
    margin-top: 50px;
}
table.table-bordered {
  color: var(--black-color);
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
}
table.table-bordered th, table.table-bordered td {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
table.table-bordered th {
  width: 300px;
  border-right: 1px solid #ccc;
  background: #EEE;
}
table.table-bordered td{
    max-width:100%;
    display:block;
}
table.table-bordered tr:first-child th {
    border-radius: 5px 0 0 0;
}
table.table-bordered tr:first-child td {
    border-radius: 0 5px 0 0;
}
table.table-bordered tr:last-child th {
    border-bottom: none;
    border-radius: 0 0 0 5px;
}
table.table-bordered tr:last-child td {
    border-bottom: none;
    border-radius: 0 0 5px 0;
}
.buttons_area {
    text-align:center;
}
.buttons {
    margin-bottom: 50px;
    font-family: 'R-Font';
    margin-top: 5px;
    padding: 10px 3%;
    color: var(--black-color);
    background-color: var(--gray-color-light);
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    transition: all .3s;
}
.buttons:hover{
    background-color: rgb(180, 180, 180);
}
.err{
    color: red;
}
/*add editのCSSここまで*/


.fadeout_top {/*上部のフェードアウト*/
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    filter: blur(10px);
    text-align:center;
    z-index: var(--fadeout-index);
   }
.fadeout_bottom {/*下部のフェードアウト*/
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 1);
    filter: blur(10px);
    text-align:center;
    z-index: var(--fadeout-index);
   }
 
.fadeout_heading {/*見出しのフェードアウト*/
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 22.8%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    /*filter: blur(0.5px);/**/
    text-align:center;
    z-index: var(--fadeout-index);
 
    /*background-color: rgba(150, 150, 150, 0.5);/**/
   }

.fadeout_gray{
    position: absolute;
    width: 10px;
    right: 0;
    color: var(--black-color);
    background-color: var(--gray-color-light);
    /*background-color: brown;/**/
    filter: blur(1px);
    height: 60px;
}