
.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
	line-height: 24px;
	position: relative;
}

.tabrow li {
    margin: 0 2px;
    padding: 10 20px;
/*    border: 1px solid #AAA;
    background: #ECECEC;*/
    display: inline-block;
    position: relative;
	z-index: 0;
	
}
.tabrow li a {
    display: block;
    height: 100%;
    color: white;
}
/* 選択されたタブのスタイル */
.tabrow li.selected {
    z-index: 2;
    border-bottom-color: transparent;
    font-weight: bold;
}
.tabrow li.top {
    background: #05f;
/*    width: 108px; 20210212.ASK)IKEDA */
}
div.top {
    border-color:#05f;
}

.tabrow li.about_kyokai {
    background: #ffae00;
/*    width: 108px; 20210212.ASK)IKEDA */
}
div.about_kyokai {
    border-color:#ffae00;
}

.tabrow li.kenmin_no_minasama {
    background: limegreen;
/*    width: 150px; 20210212.ASK)IKEDA */
}
div.kenmin_no_minasama {
    border-color:limegreen;
}


.tabrow li.kentikushi {
    background: red;
/*    width: 108px; 20210212.ASK)IKEDA */
}
div.kentikushi {
    border-color:red;
}

.tabrow li.koukyou {
    background: deepskyblue;
/*    width: 108px; 20210212.ASK)IKEDA */
}
div.koukyou {
    border-color:deepskyblue;
}

.tabrow li.userpage {
    background: orangered;
/*    width: 108px; 20210212.ASK)IKEDA */
}
div.userpage {
    border-color:orangered;
}

.tabrow:before {
    z-index: 1;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    /*border-bottom: 1px solid red;*/
    z-index: 1;
}
/* 丸角定義 */
.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
}
.tabrow li:after {
    right: -6px;
}

.tabrow li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

div.tab_contents {
    border-radius: 20px;
    border-style: solid;
    border-width: 18px;
}
/* 広告関連 */
.advarea {
    position: fixed;
    top: 0px; 
    left: 10px;
    width: 200px;
    padding: 0px;
    background-color: transparent;    
}

.advarea div {
	min-height:100px; 
	height:auto !important; 
	height:100px;
    vertical-align: middle;
    padding: 0px;
    text-align: center; 
    margin: 0px 0px 5px 0px;
    border: solid 1px black;
    background-color: white;
}

/* 画像領域 */
#imageArea  {
    text-align: center;
    margin-bottom: 3px;
/*    マイナスで写真とタブが重なる　-17⇒0 */
}
#imageArea img {
    margin: 0px;
    padding: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding: 1rem 4rem;
  margin: 0px 3px 10px 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    vertical-align: middle;
    min-height: 80px;
  }
  
  a.btn--orange:hover {
    color: #fff;
    background: #f56500;
  }
  
  a.btn-c {
    font-size: 1.2rem;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  
  a.btn-c i.fa {
    margin-right: 1rem;
  }
  
