@charset "UTF-8";

/* -- Base and Reset
-------------------------------------------------------------------------------- */
body,html {
	height: 100%;
	width: 100%;
}
html {
	overflow-y: auto;
}
body {
	font: 14px/1.2 arial,helvetica,sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ;
	text-align: left;
	letter-spacing: 0;
    color:#333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0!important;
}

body{
    -webkit-text-size-adjust: 100%!important;
}


/* -- wrapper
-------------------------------------------------------------------------------- */
#wrapper.active {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
a{
    text-decoration:none;
}
.up{
    color:#e74c3c !important;
}
.down{
    color:#3498db !important;
}
h1 {
    font-size: 26px;
    font-weight:normal;
    padding:10px 0;
}
h1:before {
    content:"";
    display:block;
    width:50px;
    height:2px;
}
h2{
    font-size:24px;
    font-weight:normal;
    display:inline-block;
    position:relative;
}
h2:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:-13px;
    width:100%;
    height:1px;
    background:#dd2c00;
}
.contentTitle{
    padding:40px 15px 30px;
}
.contentTitle .contentTitleBlock{
    padding-bottom:12px;
    border-bottom:solid 1px #e5e5e5;
}


/* -- header
-------------------------------------------------------------------------------- */
#header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    border-bottom:solid 1px #e5e5e5;
    z-index:2;
}
#header .headerBlock {
    margin:0 auto;
    padding:7px 15px;
}
#header .headerBlock .logo a{
    display:inline-block;
}
#header .headerBlock .logo img{
    width:148px;
    height:26px;
}


/* -- footer
-------------------------------------------------------------------------------- */
#footer .footerBlock{
    background:#555555;
}
#footer .footerBlock{
    margin:0 auto;
    padding:25px 15px 30px;
}
#footer p{
    color:#fff;
    font-size:12px;
    text-align:center;
}


/* -- pageTop
-------------------------------------------------------------------------------- */
#pageTop,
#modal_pageTop{
    /* width:100%; */
    background:#fafafa;
}
#pageTop .pageTopBlock,
#modal_pageTop .pageTopBlock{
    padding: 10px 20px 10px;
    height:32px;
    background: #e4e7eb;
}
#pageTop p,
#modal_pageTop p{
    display:none;
}
#pageTop a,
#modal_pageTop a{
    display:block;
    position:fixed;
    bottom:20px;
    right:20px;
    width: 40px;
    height: 32px;
    margin:0 0 0 auto;
    border-radius:3px;
    background:rgba(27, 33, 38, 0.35);
    background-image:url('../img/parts_pagetop.png');
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position:center;
}
#modal_pageTop a{
    z-index:100;
}


/* -- breadcrumb
-------------------------------------------------------------------------------- */
#breadcrumb{
    padding-top:61px;
}
#breadcrumb .breadcrumbBlock{
    display: none;
}
#breadcrumb span{
    color:#666;
}
#breadcrumb span a{
    color:#333;
    text-decoration:none;
}


/* -- title
-------------------------------------------------------------------------------- */
#title{
    position:relative;
}
#title .titleBlock {
    padding:15px 60px 15px 15px;
    background:#fff;
}
#title a{
    display:none;
}


/* -- gnaviBtn
-------------------------------------------------------------------------------- */
#gnaviBtn{
    position:fixed;
    top:0;
    right:0;
    z-index:3;
}
#gnaviBtn a {
    display:block;
    width:22px;
    height:14px;
    padding:22px 19px 24px;
}
#gnaviBtn .openMark span{
    display:block;
    width:22px;
    height:2px;
    background:#1b2126;
    margin-bottom:4px;
    border-radius:1px;
}
#gnaviBtn a .openMark span.bar1 {
    margin-top:1px;
}
#gnaviBtn a, .openMark span{
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
#gnaviBtn .openMark {
    display:block;
    position:relative;
}
#gnaviBtn a.active .openMark {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
#gnaviBtn a.active .openMark span.bar1 {
    -webkit-transform:rotate(0deg) translateY(6px);
    -moz-transform:rotate(0deg) translateY(6px);
    -ms-transform:rotate(0deg) translateY(6px);
    -o-transform:rotate(0deg) translateY(6px);
    transform:rotate(0deg) translateY(6px);
    margin-top:0;
}
#gnaviBtn a.active .openMark span.bar2 {
    opacity:0;
}
#gnaviBtn a.active .openMark span.bar3 {
    -webkit-transform:rotate(-90deg) translateX(5.5px);
    -moz-transform:rotate(-90deg) translateX(5.5px);
    -ms-transform:rotate(-90deg) translateX(5.5px);
    -o-transform:rotate(-90deg) translateX(5.5px);
    transform:rotate(-90deg) translateX(5.5px);
}


/* -- gnavi
-------------------------------------------------------------------------------- */
#gnavi {
    position:fixed;
    top:61px;
    left:0;
    width:100%;
    background:#fff;
    overflow:hidden;
    z-index:2;
    display:none;
}
#gnavi li{
    border-bottom:solid 1px #eee;
}
#gnavi li a{
    display:block;
    line-height:1;
    text-decoration:none;
    color:#333;
    font-size:16px;
    padding:20px 20px;
    position:relative;
}
#gnavi li a.active{
    color: #2996cc;
}
#gnavi li a:before{
    content:"";
    display:block;
    position:absolute;
    top:17px;
    right:20px;
    width:13px;
    height:13px;
    border-top:solid 1px #999;
    border-right:solid 1px #999;
    -webkit-transform:rotate(45deg) translateY(4.5px);
    -moz-transform:rotate(45deg) translateY(4.5px);
    -ms-transform:rotate(45deg) translateY(4.5px);
    -o-transform:rotate(45deg) translateY(4.5px);
    transform:rotate(45deg) translateY(4.5px);
}
#mask{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(27, 33, 38, 0.9);
    z-index:1;
    display:none;
    opacity:0;
}


/* -- tabBtn
-------------------------------------------------------------------------------- */
#tabBtn{
    position:absolute;
    bottom:15px;
    right:15px;
    width:40px;
    margin:0 0 0 auto;
}
#tabBtn a {
    display:block;
    width:20px;
    height:20px;
    padding:10px;
    position:relative;
    z-index:1;
    background:#f0f0f0;
    border-radius:3px;
}
#tabBtn .openMark{
    padding-top:3px;
}
#tabBtn .openMark span{
    display:block;
    width:20px;
    height:2px;
    background:#555;
    border-radius:1px;
}
#tabBtn a .openMark span.bar1 {
    margin-top:6px;
}
#tabBtn a .openMark span.bar2 {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    margin-top:-2px;
}
#tabBtn a, .openMark span{
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
#tabBtn .openMark {
    display:block;
    position:relative;
}
#tabBtn a.active .openMark span.bar1 {
    -webkit-transform:rotate(0deg) translateY(6px);
    -moz-transform:rotate(0deg) translateY(6px);
    -ms-transform:rotate(0deg) translateY(6px);
    -o-transform:rotate(0deg) translateY(6px);
    transform:rotate(0deg) translateY(6px);
    margin-top:0;
}
#tabBtn a.active .openMark span.bar2 {
    -webkit-transform:rotate(0deg) translateY(6px);
    -moz-transform:rotate(0deg) translateY(6px);
    -ms-transform:rotate(0deg) translateY(6px);
    -o-transform:rotate(0deg) translateY(6px);
    transform:rotate(0deg) translateY(6px);
}


/* -- tab
-------------------------------------------------------------------------------- */
#tab {
    top:61px;
    left:0;
    width:100%;
    background:#fff;
    overflow:hidden;
    z-index:2;
    display:none;
}
#tab li{
    border-top:solid 1px #e9e9e9;
    background:#fafafa;
}
#tab li.notice{
}
#tab li a{
    display:block;
    line-height:1;
    text-decoration:none;
    color:#333;
    font-size:14px;
    padding:18px 20px;
    position:relative;
}
#tab li a.active{
    background:#ffefef;
    font-weight: bold;
}
#tab li a:before{
    content:"";
    display:block;
    position:absolute;
    top:15px;
    right:20px;
    width:11px;
    height:11px;
    border-top:solid 1px #999;
    border-right:solid 1px #999;
    -webkit-transform:rotate(45deg) translateY(4.5px);
    -moz-transform:rotate(45deg) translateY(4.5px);
    -ms-transform:rotate(45deg) translateY(4.5px);
    -o-transform:rotate(45deg) translateY(4.5px);
    transform:rotate(45deg) translateY(4.5px);
}


/* -- content
-------------------------------------------------------------------------------- */
#content {
    background-image:url('../img/parts_bg.jpg');
    background-position:center;
    background-size:cover;
}


/* -- map
-------------------------------------------------------------------------------- */
#content .contentTitle h2{
    color:#fff;
}
#content .contentTitle .contentTitleBlock{
    border-color:rgba(255,255,255,0.3);
}
#content .map{
    padding:0 15px;
    margin:0 auto;
}
#content .map .mapBlock{
    padding:0px 0 50px;
}
#content .map .mapInner{
    position:relative;
}
#content .box{
    background:rgba(255,255,255,0.9);
    position:relative;
    margin-top:5px;
}
#content .box:first-child{
    margin-top:0;
}
#content .box .boxInner{
    padding:20px 20px 19px;
}
#content .box .flag{
    position:absolute;
    bottom:17px;
    right:20px;
}
#content .box .title{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
#content .box .date{
    color:#888;
}
#content .box dl{
    font-weight: 300;
    margin-bottom:6px;
}
#content .box dt{
    float:left;
    font-size:32px;
    font-family:'Open Sans';
    line-height:32px;
    margin-right:10px;
}
#content .box dd{
    float:left;
    font-size:16px;
    padding-top:8px;
}
#content .box a{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* -- detail
-------------------------------------------------------------------------------- */
#content .detail{
    padding:0 15px;
    margin:0 auto;
}
#content .detailBlock{
    padding:0 0 50px;
}
#content .detailBlock .pulldown{
    float:left;
    margin-top:14px;
}
#content .pulldown{
    position: relative;
}
#content .pulldown select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    outline: none;
}
#content .pulldown select::-ms-expand {
    display: none;
}
#content .pulldown select{
    background: #fff;
    padding: 9px 10px;
    border-radius:3px;
    line-height:1;
    width:auto;
    cursor:pointer;
    background:#fafafa;
    padding-right:31px;
}
#content .pulldown label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 11px;
    width: 8px;
    height: 8px;
    margin-top:8px;
    border-right: solid 2px #999;
    border-bottom: solid 2px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#content .detailBlock .closeBtn{
    float:right;
}
#content .detailBlock .closeBtn a{
    display:block;
    width:60px;
    height:60px;
    text-align:center;
}
#content .detailBlock .closeBtn a img{
    padding-top:16px;
}
#content .detailInner{
    background:#fff;
}
#content .detail .head{
    padding:25px 20px 0px;
}
#content .detail .titleBlock{
    margin-bottom:30px;
}
#content .detail .titleBlock ul{
}
#content .detail .titleBlock li{
}
#content .detail .titleBlock .flag{
    float:left;
    margin-right:15px;
}
#content .detail .titleBlock .flag img{
    margin-top:-1px;
}
#content .detail .titleBlock .title{
    font-size:24px;
    padding-left:47px;
    margin-bottom: 9px;
    padding-top: 2px;
    padding-bottom: 1px;
}
#content .detail .titleBlock .date{
    color:#888;
}
#content .detail .valueBlock{
}
#content .detail .valueBlock .valueInner{
    margin-bottom:35px;
    border-top:solid 1px #e5e5e5;
}
#content .detail .valueBlock .valueInner .valueWrap{
    border-bottom:solid 1px #e5e5e5;
    padding:8px 0 0;
}
#content .detail .valueBlock .valueInner .valueWrapRate{
    border-bottom:solid 1px #e5e5e5;
    padding:10px 0 12px;
}
#content .detail .valueBlock .valueInner .valueWrapRate dl{
    float:left;
}
#content .detail .valueBlock .valueInner .valueWrapRate dl:first-child dd{
    margin-right:25px;
}
#content .detail .valueBlock .valueInner dt{
    display:inline-block;
    color:#333;
}
#content .detail .valueBlock .valueInner .valueWrap dt{
    padding-top:4px;
    padding-bottom:5px;
}
#content .detail .valueBlock .valueInner dd{
    display:inline-block;
    font-size:16px;
}
#content .detail .valueBlock .valueInner .valueWrap dd{
    font-size:30px;
    line-height: 1;
    font-family: 'Open Sans';
    padding-top: 3px;
    padding-bottom: 14px;
}
#content .detail .valueBlock .valueInner .valueWrapRate dd:after{
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat:no-repeat;
    background-size:6px 12px;
    background-position:5px;
}
#content .detail .valueBlock .valueInner .valueWrapRate dd.up:after{
    background-image: url('../img/arrow_s_up.png');
}
#content .detail .valueBlock .valueInner .valueWrapRate dd.down:after{
    background-image: url('../img/arrow_s_down.png');
}
#content .detail .valueBlock ul{
    padding-left:10px;
}
#content .detail .valueBlock li{
    float:left;
    width:33.33%;
    margin-left:5px;
}
#content .detail .valueBlock li:first-child{
    margin-left:-10px;
}
#content .detail .valueBlock li a{
    display:block;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    color:#333;
    border:solid 1px #e5e5e5;
    border-radius:2px;
}
#content .detail .valueBlock li:first-child a{
    margin-left:0;
}
#content .detail .valueBlock li a.active{
    background:#dd2c00;
    border-color:#dd2c00;
    color:#333;
}
#content .detail .chart{
    padding:30px 15px 35px;
}


/* -- listContent
-------------------------------------------------------------------------------- */
#listContent{
    background:#fafafa;
}
#listContent .listContentBlock{
    padding:0px 15px 40px;
    margin:0 auto;
}
#listContent .listBox{
    background:#fff;
    margin-bottom:5px;
    padding:10px 20px;
    border:solid 1px #e5e5e5;
    position:relative;
}
#listContent .listBox.listTitle{
    display:none;
}
#listContent .listBox li{
    padding:10px 0;
}
#listContent .listBox li span.subTitle{
    display:inline-block;
    font-weight:normal !important;
    font-size:14px !important;
    color:#333;
    width:70px;
}
#listContent .listBox li.flag{
    float:left;
    width:24px;
}
#listContent .listBox li.fundname{
    font-weight:bold;
    padding-left:34px;
    line-height:24px;
    font-size:16px;
}
#listContent .listBox li.fundname a{
    color:inherit;
}
#listContent .listBox li.value1{
    clear:both;
    font-size:18px;
    font-weight:bold;
    border-top:solid 1px #e5e5e5;
}
#listContent .listBox li.value2{
    border-top:solid 1px #e5e5e5;
}
#listContent .listBox li.date{
    border-top:solid 1px #e5e5e5;
    padding-top:11px;
}
#listContent .listBox li.chartBtn{
    padding:0;
}
#listContent .listBox li.chartBtn a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
    overflow:hidden;
}
#listContent .listBox li.value2 span:after{
    content:"";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-repeat:no-repeat;
    background-size:6px 12px;
}
#listContent .listBox li.value2 span.up:after{
    background-image: url('../img/arrow_s_up.png');
}
#listContent .listBox li.value2 span.down:after{
    background-image: url('../img/arrow_s_down.png');
}


/* -- modal
-------------------------------------------------------------------------------- */
#modal{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
}
#modal a.closeBtn{
    display:block;
    background:rgba(0,0,0,0.2);
    width:60px;
    height:60px;
    position:fixed;
    top:15px;
    right:15px;
    text-align:center;
    z-index:12;
    -moz-transition: background 150ms ease-in-out;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    opacity:0;
}
#modal a.closeBtn:hover{
    background:rgba(0,0,0,0.4);
}
#modal a.closeBtn img{
    padding-top:18px;
}
#modal .modalBack{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(250,250,250,0.98);
    top:0;
    left:0;
}
#modal .modalBlock{
    max-width:950px;
    padding:60px 15px;
    margin:0 auto;
    position:relative;
    z-index:11;
    margin-top:50px;
    opacity:0;
}
#modal .modalWrap{
    margin-top:50px;
}
#modal .modalWrap h3{
    font-size:20px;
    font-weight:normal;
    margin-bottom:20px;
    color:#666;
}
#modal .modalWrap h4{
    margin: 10px 0 10px 0;
    color:#666;
}
#modal .modalWrap ul{
    padding-left: 1.5em;
}
#modal .modalWrap li{
    line-height:1.8;
    list-style-type: disc;
    color: #dd2c00;
}
#modal .modalWrap li span{
    color:#333;
}

/* -- dispBox
-------------------------------------------------------------------------------- */
#chartdiv{
    margin:0 auto;
    position: relative;
    overflow:visible !important;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.chartWrap.hide #chartdiv{
    opacity:0;
}
#chartdiv svg + a{
    display:none !important;
}
#chartdiv circle{
    cursor:pointer;
}
#dispBox{
    font-size:13px;
    width: 194px;
    background: rgba(251,251,251,1);
    position: absolute;
    top:0;
    left: 0;
    margin: -77px 0 0 -20px;
    border:solid 2px #656f78;
    border-radius:2px;
    box-sizing:border-box;
    padding:7px 10px;
    z-index: 10;
    opacity:0;
    box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    animation-duration: 300ms;
    animation-name: fade-out;
    -moz-animation-duration: 300ms;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 300ms;
    -webkit-animation-name: fade-out;
}
#dispBox.disable{
    display:none;
}
#dispBox.active{
    display:block;
    opacity: 1;
    animation-duration: 300ms;
    animation-name: fade-in;
    -moz-animation-duration: 300ms;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 300ms;
    -webkit-animation-name: fade-in;
}
#dispBox span{
    position: absolute;
    bottom: -19px;
    left: 0;
    margin-left:10px;
    border-top: solid 10px;
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#dispBox span:before{
    content:"";
    display:block;
    position: absolute;
    bottom: -5px;
    left: -8px;
    border-top: solid 10px rgba(251,251,251,1);
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
#dispBox p{
    line-height:1.4;
    font-weight:bold;
    color:#333;
    margin-bottom:2px;
}
#dispBox li{
    float:left;
    margin-right:1em;
    font-size:11px;
    color:inherit;
}
#dispBox a{
    color:inherit;
    text-decoration:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#dispBox.active{
    -webkit-animation: slide-in-up 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: slide-in-up 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
@-webkit-keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}


/* -- dispWrap
-------------------------------------------------------------------------------- */
.dispWrap{
    border-bottom:none;
    border-top: solid 1px #e0e0e0;
    padding:20px 20px 10px;
}
.disp .btn{
    float: right;
}
.legend{
    width:100%;
    margin-bottom:10px;
}
.legend ul{
}
.legend li{
    float:left;
    margin-right:20px;
    margin-bottom:5px;
}
.legend li a{
    display:block;
    font-size:13px;
    color:inherit;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.legend li a:before{
    content:"";
    float:left;
    width:10px;
    height:10px;
    border-radius:5px;
    background:#000;
    margin:2px 5px 0 0;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.legend li a.disable{
    color:#ccc;
}
.legend li a.disable:before{
    background-color:#ccc !important;
}
.legend li a.col-1:before{
    background:#e84c3d;
}
.legend li a.col-2:before{
    background:#00aba9;
}
.legend li a.col-3:before{
    background:#99b433;
}
.legend li a.col-4:before{
    background:#e3a21a;
}
.legend li a.col-5:before{
    background:#3498db;
}
.legend li a.col-6:before{
    background:#955ba5;
}
.legend li a.col-7:before{
    background:#3e8e6b;
}
.legend li a.col-8:before{
    background:#34495e;
}
#bottomContent {
  background: #e4e7eb;
}
#bottomContent .bottomContentBlock {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 20px 0px;
}
.notes .notesTitle {
  padding: 0 0 25px;
}
.notes .notesTitle p {
  font-size: 20px;
  color: #333;
}
.notes ul.disc {
  list-style-type: disc;
  padding-left: 1.2em;
  margin-bottom: 20px;
}
.notes ul.disc li {
  color: #dd2c00;
  font-size: 13px;
  line-height: 1.8;
}
.notes li span {
  color: #333;
}
.notes h4 {
  margin-bottom: 20px;
  font-weight: normal;
}