html * {
   /* box-sizing: border-box;*/
   margin:0;
   padding:0;
}

body {
    margin: 0;
    /*padding: 10px;*/
   /* background-color: #ccc;*/
    background-image: url("../images/background.png") ;
    background-repeat:  repeat-x;
    font-family: 'Helvetica';
}

header{
    background:#ffFFff;
    padding: 10px 0 0 0;
    /*margin: -10px;*/
  	position:fixed;
    height: 40px;
    width:100%;
}
.header-container{
  overflow:hidden;
}
/*ヘッダーロゴ*/
.kinkologo{
  float: left;
  margin: 0;
}
/*ナビボタン配置*/
header navitriplebar {
  float:right;
  margin: 0;
}

/*メイン*/
.main-container{
  margin-top: 60px;
}
#menulist{
  margin-top: 40px;
  padding:0;
}

/*フッター*/
footer{
  font-size: 0.9em;
  background: #d3e7e8;
  padding:15px 0 15px 0;

}

body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer{
  margin-top: auto;
}

.footer-container {
    text-align: center;
    margin:0 auto;
}



div#internetservice {
  text-align: center;
  margin:20px 0 00;
  /*width:280px;*/
}

div#internetservice1 {
  float:left;
}
div#internetservice2 {
  float:right;
}

div#menulist {
  float:none;
  /*margin:50px 0 0 0; */
}



/*その他アイコン*/
/*#otherbranch{
  border-radius: 10px;
  background-color:#00b08c;
}*/


table {
  /*margin:200px 0 0 0;*/
}
/**
 * Large Button Component
 * http://components.onsenui.io/
 */
.button--large {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  text-decoration: none;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 1px none;
  vertical-align: middle;
  background-color:#00b08c;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 4px 20px;
  display: block;
  width: 100%;
}
.button--large:active {
  background-color: #1284ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0.6;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.button--large:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.button--large:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.button--large:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/*メニューアイコン*/
.inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    padding:  0px;             /* 余白指定 */
    height: 50px;              /* 高さ指定 */
}

.header_link_area_sp{
	font-size:14px;
	text-align:center;
	margin:5px 0 10px;
}
.header_link_area_sp a:before{
	content:url("../../images/user/icon_arrow_r_b.png");
	margin-right:0.3em;
	vertical-align:middle;
}
.header_link_area_sp a + a{
	margin-left:1em;
}