/* ///////////////////////BASE/////////////////////// */

/* BASE */
DIV.sitename {
 float: left;
 text-align: center;
 clear : both;
 color: #66ffbb;
 /*
 background-color: rgba(0,0,0,0.4);
 border-style: solid;
 border-width: 1px;
 border-color: #dddddd;
 */
}
/* BASE */
P.sitename {
 margin: 0;
}

/* BASE */
DIV.topdivbox {
  background-image: url("");
  background-color: rgba(0,0,0,0.3);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: right 16px bottom 16px;
  image-rendering: pixelated;
}
/* BASE */
DIV.topdivbox > DIV.indent {
    background-color: rgba(0,0,0,0.60);
}
/* BASE */
DIV.topdivbox > DIV.indent:hover {
    background-color: rgba(0,0,0,0.75);
}

/* BASE */
ul.contents {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/* BASE */
li.contents {
    list-style: none;
    width: 247px;
    height: 30px;
    margin: 0px 8px 8px 0px;
    padding: 2px 0 14px 13px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    color: #66ffbb;
    background-color: rgba(33,33,33,0.5);
}
/* BASE */
li.contents2 {
    display: inline-block;
    width: 218px;
}
/* BASE */
li.contents:hover {
    background-color: rgba(33,150,200,0.5);
background: rgb(18,197,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(18,197,200,1) 0%, rgba(18,176,182,1) 50%, rgba(12,159,170,1) 51%, rgba(19,118,137,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(18,197,200,1) 0%,rgba(18,176,182,1) 50%,rgba(12,159,170,1) 51%,rgba(19,118,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(18,197,200,1) 0%,rgba(18,176,182,1) 50%,rgba(12,159,170,1) 51%,rgba(19,118,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c5c8', endColorstr='#137689',GradientType=0 ); /* IE6-9 */
}
/* BASE */
span.contents {
 color: #448866;
}

/* BASE */
h2 img {
 padding-bottom: 4px;
}

/* BASE */
DIV.updatelog_all {
 background-repeat: no-repeat;
 background-image :
  url("/img/update_log/update_log_00.png"),
  url("/img/update_log/update_log_01.png"),
  url("/img/update_log/update_log_02.png"),
  url("/img/update_log/update_log_03.png"),
  url("/img/update_log/update_log_04.png"),
  url("/img/update_log/update_log_05.png"),
  url("/img/update_log/update_log_06.png"),
  url("/img/update_log/update_log_07.png")
  ;
 background-position:
  right 400px,
  right 800px,
  right 1200px,
  right 1600px,
  right 2000px,
  right 2400px,
  right 2800px,
  right 3200px
  ;
}
/* BASE */
DIV.updatelog_all2 {
 border-style: solid;
 border-width: 1px 0 0 0;
 border-color: #66ffbb;
}
DIV.updatelog {
 overflow:auto;
 background-image : url("/img/update_log/update_log_01.png");
 background-repeat : no-repeat;
 background-position : bottom right 8px;
 border-style: solid;
 border-width: 1px;
 text-decoration: none;
 word-wrap: break-word;
 word-break: break-all;
 border-color: #0d3328;
}
/* BASE */
DIV.updatelog::-webkit-scrollbar {
 /*スクロールバーの横幅指定*/
 width: 16px;
}
/* BASE */
DIV.updatelog::-webkit-scrollbar-track {
 /*スクロールバーの背景色・角丸指定*/
 /*border-radius: 10px;*/
 background: #0d3328;
}
/* BASE */
DIV.updatelog::-webkit-scrollbar-thumb {
 /*スクロールバーの色・角丸指定*/
 border-radius: 2px;
 background:#66ffbb;
}
/* BASE */
ol.updatelog {
    padding: 0 5% 0 10%;
    word-break: break-word;
}
/* BASE */
ol.updatelog>li {
    padding: 8px 0;
    margin: 10px 8px;
 color: #66ffbb;
}
/* BASE */
ul.updatelog>li, ul.updatelog2>li {
    padding: 8px 0;
    margin: 10px 8px;
    color: #66ffbb;
}
/* BASE */
ul.updatelog>li>span:hover,
ul.updatelog2>li>span:hover,
ul.updatelog>li>div>span:hover,
ul.updatelog2>li>div>span:hover {
    background-color: rgba(0,0,0,0.80);
}
DIV.pickup {
 overflow:auto;
 border-style: solid;
 border-width: 1px;
 text-decoration: none;
 word-wrap: break-word;
 word-break: break-all;
 border-color: #0d3328;
}
/* BASE */
DIV.pickup::-webkit-scrollbar {
 /*スクロールバーの横幅指定*/
 width: 16px;
}
/* BASE */
DIV.pickup::-webkit-scrollbar-track {
 /*スクロールバーの背景色・角丸指定*/
 /*border-radius: 10px;*/
 background: #0d3328;
}
/* BASE */
DIV.pickup::-webkit-scrollbar-thumb {
 /*スクロールバーの色・角丸指定*/
 border-radius: 2px;
 background:#66ffbb;
}
/* BASE */
ol.pickup {
    padding: 0 5% 0 10%;
    word-break: break-word;
}

a {
    text-decoration: none;
}
a.contents {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*リンクをpaddingの範囲にも適用する*/
    margin-left: -13px;
    padding-left: 13px;
}
/* BASE */
a.contents>img {
 float:left;
 border: 0;
 margin-top: 6px;
 margin-right: 4px;
}
/* BASE */
A:hover.contents>img{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: “alpha( opacity=100 )”;
}

/* BASE */
a img.dslcolor {
  border: solid 2px #ffc311;
}
/* BASE */
A.dslcolor:link {
 color: #ffc311;
}
/* BASE */
A.dslcolor:visited {
 color: #ffc311;
}

/* BASE */
nav>ul {
    padding-inline-start: 0;
}
/* BASE */
.main2>nav>ul {
    margin-block-start: 0;
}
/* BASE */
DIV.title a img {
 border: 0;
}

/* ///////////////////////BASE/////////////////////// */


/* ///////////////////////MP用/////////////////////// */
@media screen and (max-width:1100px){

 /* MP */
 DIV.main1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: solid 0px #3333ff;
 }
 /* MP */
 DIV.main2 {
  width: 100%;
  margin: 0 auto;
  border: solid 0px #33ff33;
 }
 /* MP */
 DIV.main3 {
  width: 100%;
  margin: 0 auto;
  border: solid 0px #ffff33;
 }

 /* MP */
 DIV.sitename {
  width : 100%;
 }
 /* MP */
 DIV.topdivbox {
  clear: both;
  background-size: 32px;
 }

 /* MP */
 img.title1 {
  width: 100%;
 }
 /* MP */
 img.title2 {
  width: 48%;
 }

 /* MP */
 li.contents {
  width: 95%;
  height: 50px;
  padding: 1% 0% 2% 1%;
  margin: 24px 2% ;
  word-wrap: break-word;
  word-break: break-all;
background: rgb(74,74,74); /* Old browsers */
background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(87,87,87,1) 12%, rgba(100,100,100,1) 20%, rgba(70,70,70,1) 39%, rgba(43,43,43,1) 53%, rgba(0,0,0,1) 55%, rgba(17,17,17,1) 60%, rgba(42,42,42,1) 76%, rgba(27,27,27,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%,rgba(87,87,87,1) 12%,rgba(100,100,100,1) 20%,rgba(70,70,70,1) 39%,rgba(43,43,43,1) 53%,rgba(0,0,0,1) 55%,rgba(17,17,17,1) 60%,rgba(42,42,42,1) 76%,rgba(27,27,27,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(74,74,74,1) 0%,rgba(87,87,87,1) 12%,rgba(100,100,100,1) 20%,rgba(70,70,70,1) 39%,rgba(43,43,43,1) 53%,rgba(0,0,0,1) 55%,rgba(17,17,17,1) 60%,rgba(42,42,42,1) 76%,rgba(27,27,27,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
 }
 /* MP */
 li.contents2 {
  width: 95%;
  margin: 20px 2%;
 }

 /* MP */
 DIV.updatelog {
  width: 95%;
  padding: 1% 0% 2% 1%;
  margin: 48px auto;
  background-size:100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
 }
 /* MP */
 ol.updatelog {
  padding: 0 0 0 20%;
 }
 /* MP */
 ol.updatelog>li {
  padding: 8px 0;
  margin: 0;
 }
 /* MP */
 DIV.pickup {
  width: 95%;
  height: 400px;
  padding: 1% 0% 2% 1%;
  margin: 48px auto;
  background-size:100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
 }
 /* MP */
 img.top {
  width: 100%;
 }
 /* MP */
 img.lsd4 {
  width: 100%;
 }
 /* MP */
 div.screen2 img {
  height: auto;
 }
}
/* ///////////////////////MP用/////////////////////// */


/* ///////////////////////PC用/////////////////////// */
@media screen and (min-width:1100px){

/* PC */
 DIV.main1 {
  float:left;
  width: 1112px;
  margin: 8px 0 0 -2px;
  border: solid 0px #3333ff;
 }
 /* PC */
 DIV.main2 {
  float:left;
  width: 1105px;
  border: solid 0px #33ff33;
 }
 /* PC */
 DIV.main3 {
  float:left;
  width: 1105px;
  margin-top: 0px;
  border: solid 0px #33ff33;
 }

 /* PC */
 DIV.sitename {
  width: 818px;
  height: 256px;
  margin: 8px 8px 8px 8px;
  padding-top: 4px;
 }
 /* PC */
 DIV.topdivbox {
  height: 325px;
  overflow: auto;
  background-size: 144px;
 }
 /* PC */
 P.sitename {
  text-align: center;
 }
 /* PC */
 SPAN.sitename_en {
  font-size: 14px;
 }
 /* PC */
 SPAN.sitename_jp {
  font-size: 12px;
 }

/* PC */
h3 {
 padding-left: 1em;
 background-color: #337766;
}
/* PC */
h4 {
 padding-left: 1em;
}
/* PC */
h5 {
 padding-left: 1em;
}
/* PC */
h6 {
padding-left: 1em;
}

/* PC */
 h1 {
    margin-bottom: 0;
 }

 h2.h_update_log {
    margin-bottom: 0;
 }

 /* PC */
 DIV.title {
  width: 256px;
  height: 256px;
  text-align: center;
  font-size: 13px;
  line-height: 0em;
  margin : 0px 6px 8px 0px;
  padding : 8px;
 }
 img.title1 {
  margin: 0;
 }
 /* PC */
 img.title2 {
  margin: 4px 0 4px 0;
  height: 16px;
 }
 /* PC */
 img.mainmenu_img {
  width: 500px;
 }

 /* PC */
 li.contents2left {
  margin-left: 0;
  margin-right: 2px;
 }
 li.contents2right {
  margin-left: 3px;
  margin-right: 0;
 }

 li.contents {
  float: left;
  padding-right: 8px;
 }
 /* PC */
 li.contents4 {
  margin: 0px 0px 8px 0px;
 }

 /* PC */
 DIV.updatelog {
    width: 1089px;
    height: 500px;
    margin: 0px 3px 8px 0;
    padding: 6px 0 10px 13px;
 }
 /* PC */
 DIV.pickup {
    font-size: 14px;
    width: 739px;
    height: 254px;
    margin: 0px 3px 8px 0;
    padding: 6px 0 10px 13px;
 }

 /* PC  */
 ul.table-of-contents>li>ul>li>a>img {
    border-width: 0px;
    margin-top: -4px;
 }

}
/* ///////////////////////PC用/////////////////////// */
