/* <system section="background" selected="undefined"> */

/* </system> */
/* Responsive:yes */

/*-------------*/
/*  追尾する目次  */
/*-------------*/
#stoc-module {
  backface-visibility: hidden;
}
#stoc-module.tracking {
  margin-bottom: 0;
}
#stoc-module.fixed {
  position: fixed;
}
#stoc-module.absolute {
  position: absolute;
}
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in {
  animation: fadeIn 300ms;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#stoc {
  overflow-y: auto;
  border: solid 1px #b5b5b5;
border-radius: 10px;
    padding: 10px 10px;
}
#stoc.shadow {
  /* Shadows */
  background:
    radial-gradient(farthest-side at top, rgba(0,0,0,.17), transparent) top / 100% 11px,
    radial-gradient(farthest-side at bottom, rgba(0,0,0,.17), transparent) bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
#stoc > ol {
  padding-left: 0;
}
#stoc.shadow > ol {
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow-y: hidden;
}
#stoc li {
  /*margin: 3px 0;*/
}
#stoc a {
  padding: 2px 2px 2px 6px;
  display: block;
  text-decoration: none;
  font-size: 14px;
    border-bottom: solid 1px #CCC;
  /*color: #999;*/
}
#stoc:not(.touch) a:hover {
  background-color: rgba(0,0,0,.05);
  text-decoration: underline;
  /*color: #333;*/
}
#stoc .active {
  background-color: rgba(0,0,0,.05);
  /*color: #333;*/
}

#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button {
  display: none;
}
#stoc::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*========================
　smartphone　bottom menu
　========================*/


.mini-text {
    font-size: 10px;
    margin-top: 7px;
    display: block;
}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #808080;
    z-index: 30;
}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
    
/*==============================================
　global navigation bar (top)
================================================*/
ul.navi-top, ul.navi-top a {
        color:white;/*文字の色*/
        background-color:black;/*メニューバーの背景色*/}

ul.navi-top a:hover {
        color:white;/*マウスオーバーの時の文字の色*/
        background-color:grey;/*マウスオーバーの時の背景色*/}

ul.navi-top {
	position:fixed;
	left:0;
	top:37px;
   	margin: 0;
   	padding:0;
	font-size:14px;
	width:100%;
	text-align:center;
	z-index:50;}/*重なり順*/

/*1階層目*/
ul.navi-top li {
	width: 200px;/*１階層目の幅*/
   	display: inline-block;
   	list-style-type: none;
   	position: relative;}

ul.navi-top a {
   	line-height: 36px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:10px;
   	text-decoration: none;
   	font-weight: nomarl;
   	display: block;}

/*２階層目*/
ul.navi-top ul {
       display: none;
       margin:0px;
       padding:0px; 
       position: absolute;}

ul.navi-top ul a{
       width:125px;/*２階層目の幅*/}
ul.navi-top li:hover ul {
       display: block;}

/*==============================================
　new-step-matome（PC)
================================================*/
dl.new-step1 {
    width: 45%;
    float: left;
    position: relative;
}

dl.new-step1 dt {
    font-size: 14px;
}

dl.new-step1 dd {
    margin: 0;
    background-color: #3e8690;
    line-height: 50px;
    box-shadow: inset 0 -2px 0 #065d6d;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726125143.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10% 50%;
}

dl.new-step1:after {
    content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726145304.png);
    position: absolute;
    right: -65px;
    top: 37%;
}

dl.new-step1 a:hover {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726125143.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

dl.new-step2 {
    width: 45%;
    float: right;
    margin-left: 38px;
    position: relative;
}

dl.new-step2 dt {
    font-size: 14px;
}

dl.new-step2.sec dd {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726130041.png);
    background-size: 27px;
}

dl.new-step2 dd {
    margin: 0;
    background-color: #3e8690;
    line-height: 50px;
    box-shadow: inset 0 -2px 0 #065d6d;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726130041.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10% 50%;
}

dl.new-step2.sec a:hover {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726130041.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.step_matome small {
    float: right;
}

/*==============================================
　new-step-matome（SP)
================================================*/
@media screen and (max-width: 680px){
dl.new-step1 {
    width: 100%!important;
}

dl.new-step1:after {
    content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/h/highlow-australia-binaryoption/20160726/20160726152457.png)!important;
    left: 45%!important;
    right: inherit!important;
    top: inherit!important;
}

dl.new-step2 {
    width: 100%!important;
    margin-left: 0!important;
}
}