* {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

body {
  height: 600px;
  overflow: hidden;
  color: #333333;
}

header {
  background-color: #1A419D;
  width: 100%;
}

nav {
  width: 1200px;
  margin: auto;
  font-size: 16px;
  padding: 8px;
}
nav a:hover {
	color: white;
}

nav a, nav a:active, nav a:focus, nav a:visited {
  color: white;
}
#select-reserve-rank{
  margin-left: 330px;
}
#dialog-pagemove-rank{
  width:200px;
  height:110px;
  margin-left: 650px;
}
#content {
  margin: auto;
  width: 1200px;
  height: 580px;
  margin-top: 10px;
  overflow: hidden;
}

#left-arrow {
/* 廃止 */ display:none;
  width: 31px;
  text-align: left;
  float: left;
  line-height: 550px;
}

#container {
  float: left;
  width: 1197px;
  height: 578px;
  overflow-x: scroll;
}

.column {
  float: left;
  width: 399px;
  height: 550px;
}
.column-content {
  overflow-y: scroll;
  height: 513px;
}

.heading {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 0 10px;
  color: black; /* ヘッダの文字色 */
  margin-right: 0px;
}

.heading.category01 {
  background: #772ee3;
}

.heading.category02 {
  background: #e33696;
}

.heading.category03 {
  background: #71b05a;
}

.heading.category04 {
  background: #ed8e2a;
}

.heading.category05 {
  background: #4597fc;
}

.heading.category06 {
  background: #f4f139 none repeat scroll 0 0;
}

.heading.category07 {
  background: #716d61;
}

.heading.exchange {
  background: #333333;
}

.heading span {
  padding-left: 8px;
  font-size:12px;
}

.panel {
  border-bottom: 1px solid #bdbdbd;
  height: 101px;
  margin: 4px;
  padding: 4px;
  border-radius: 0px !important;
}

.panel-blank {
  border-width: 2px;
  border-style: dashed;
  border-color: #EEE;
  height: 101px;
  margin: 4px;
  padding: 4px;
  border-radius: 5px;
}

.panel-container {
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}

.fund-name {
  padding-top: 6px;
  display: table-cell;
  vertical-align: middle;
  width:300px;
  height: 52px;
  color: black;
  font-size: 14px;
  vertical-align: top;
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 5px;
}

.category01 .fund-name {
  border-color: #8a2be2;
}

.category02 .fund-name {
  border-color: #7b68ee;
}

.category03 .fund-name {
  border-color: #B7A8CC;
}

.category04 .fund-name {
  border-color: #ff1493;
}

.category05 .fund-name {
  border-color: #db7093;
}

.category06 .fund-name {
  border-color: #ffb6c1;
}

.category07 .fund-name {
  border-color: #0000ff;
}

.category08 .fund-name {
  border-color: #4597fc;
}

.category09 .fund-name {
  border-color: #87cefa;
}

.category10 .fund-name {
  border-color: #006400;
}

.category11 .fund-name {
  border-color: #3cb371;
}

.category12 .fund-name {
  border-color: #98fb98;
}

.category13 .fund-name {
  border-color: #ffa500;
}

.category14 .fund-name {
  border-color: #ffff00;
}

.category15 .fund-name {
  border-color: #716d61;
}

.exchange .fund-name {
  border-color: #716D61;
}

.fund-value {
  margin-top: 2px;
  padding-top: 0px;
  font-size: 14px;
  text-align: right;
  color: #555555;
}

.fund-major {
  line-height: 36px;
  text-align: center;
  background-color: goldenrod;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: white;
  position: absolute;
  left: 0;
  font-size: 24px;
}

#right-arrow {
/* 廃止 */ display:none;
  width: 31px;
  text-align: right;
  float: right;
  line-height: 550px;
}

.list-group-item {
  font-size: 24px;
}

.fund-selection {
   position: absolute;
   left:0;
/*   bottom: 4px; */
   bottom: 0px;
   background-color: white;
/*   width: 36px; */
   width: 80px;
/*   border-radius: 18px; */
   height: 36px;
   line-height: 30px;
   text-align: center;
/*   border: 4px solid goldenrod; */
}

.fund-selection img {
/*  width: 22px;*/
  width: 80px;
}
.selection-reset-container {
    max-width: 1180px;
    /* margin: 1rem auto 0; */
    margin: .5rem auto 0;
}
.selection-reset {
    background: linear-gradient(rgba(240, 240, 240, 1), rgba(190, 190, 190, 1));
    border: 1px solid rgba(150, 150, 150, 1);
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, .3);
    color: rgba(30, 120, 200, .9);
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.4rem;
    margin: 0 0 0 auto;
    text-align: center;
    text-decoration-line: none;
    width: 20rem;
}
