html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}


/*

COMMON

 */
html, body {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
    background: #050912;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

p {
  margin: 0 0 1.5em 0;
  line-height: 1.6em;
  text-align: left;
}



/*

common

 */
a {
  color: #3cf;
  text-decoration: none;
}
a:hover {
  color: #99e6ff;
}
a:active, a:focus {
  color: #09c;
}
a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: pointer;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
  position: relative;
  behavior: url(css/PIE.htc);
}
.opa30{
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}


/*

HEADER

*/
header {
  width: 100%;
  text-align: center;
  margin: 0;
}
.global{
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
}
img.rmlogo{
  width: 100px;
  height: auto;
  margin: 0 0 0 10%;
  padding: 0;
}

/* HEADING */
h1 {
  width: 100%;
  padding: 0;
  margin:0;
  font-size: 10px;
  background: #f7f7f7;
}
.title{
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.title img.ttl,
.title-subPage img.ttl{
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/* HEADING */
h1.subPage {
  width: 100%;
  padding: 0;
  margin:0;
  font-size: 10px;
}
.title-subPage{
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.title-subPage img.ttl{
  width: 770px !important;
  height: auto !important;
}


h2.contTtl-subPage {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: lighter;
  font-size: 10px;
   background: #aab2b5;
   text-align: center;
}


/*

SNS-SHARE-BUTTON

*/
ul.share {
  width: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  top: 18px;
  right: 200px;
  position: absolute;
}
ul.share li {
  padding: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin: 0;
}





/*

CONTENTS

*/
h2 {
    padding: 0 10px;
    font-size: 38px;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
}
article {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

section {
  width: 100%;
  padding: 40px 0;
  margin: 0;
}
.bg-lgray{background: #aab2b5;}
.bg-mgray{background: #4a4d55;}
.new-title{background: #050912;}

img.btn-dlForm{
  width: 400px;
  height: auto;
}
h3.topWebStore{
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.6em;
  color: #fff;
}
h3.topWebStore span{font-size: 0.8em; line-height: 1em;}
img.topbnr{
  width: 300px;
  height: auto;
  margin: 5px;
  padding: 0;
}

/*

NEW TITLE

*/
.newttl-h{
  width: 530px;
  margin: 20px auto;
  text-align: center;
}
.newttl-h img{
  width: 100%;
  height: auto;
}
ul.newttl{
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
ul.newttl li{
  width: 216px;
  padding: 10px 3px 3px;
  margin: 0 5px;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
ul.newttl li img.newjkt{
  height: auto;
  margin: 0 0 5px 0;
  vertical-align: top;
  border: solid 1px #fff;
}
ul.newttl li h4{
  font-size: 14px;
  font-weight: bold;
  color: #3cf;
  line-height: 1.2em;
  padding: 0;
  margin: 10px 10px 15px 10px;
}
ul.newttl li h4 span{
  font-size: 10px;
  line-height: 0.5em;
}
ul.newttl li p.summary{
  height: 170px;
  color: #d9d9d9;
  line-height: 1.6em;
  padding: 0;
  margin: 0 10px 10px 10px;
}
ul.newttl li p.btnWrapper{
  width: 140px;
  padding: 0;
  margin: 0 10px 15px 10px;
  line-height: 1em;
}
ul.newttl li p.btnWrapper img{
  width: 100%;
  height: auto;
  margin: 6px 0 0 0;
  vertical-align: top;
}
ul.newttl li p.btnWrapper img.ib{
  width: 110px !important;
  height: auto;
}


/*  FINAL用 */
ul.newttl li.final{
  width: 980px;
  padding: 3px;
  margin: 0 0 40px 0;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
ul.newttl li.final div.summary-wrapper{
   width: 98%;
   height: auto;
  padding: 0;
  margin: 25px 10px 10px 10px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

ul.newttl li.final p.newjkt-final{
  width: 25%;
  height: auto;
  margin:0 25px 25px 0;
  vertical-align: top;
  display: inline-block;
}
ul.newttl li.final p.newjkt-final img{
  width: 100%;
  height: auto;
}
img.newicon{
  position: absolute;
  top: -5px;
  left:-5px;
}
ul.newttl li.final div.summary{
   width: 70%;
   height: auto;
  color: #d9d9d9;
  line-height: 1.6em;
  padding: 0;
  margin:0;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
    ul.newttl li.final div.summary h4{
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      color: #c7ee82;
      line-height: 1.2em;
      padding: 0;
      margin: 0px 0px 15px 0px;
    }
ul.newttl li.final div.btnWrapper-final{
  width: 40%;
  padding: 0;
  margin: 4%;
  line-height: 1.2em;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  /*border: 1px solid #333;*/
}
    ul.newttl li.final div.btnWrapper-final p{
      line-height: 1.2em;
      padding: 0;
      margin: 0 0 5px 0 !important;
    }
    ul.newttl li.final div.btnWrapper-final p.final-media{
      background:#c8ec84;
      font-size:16px;
      font-weight:bold;
      color:#000;
      padding:5px;
      margin:0 0 15px 0 !important;
      text-align:center;
    }
    ul.newttl li.final div.btnWrapper-final p.btn{
    width: 140px;
    }
    ul.newttl li.final div.btnWrapper-final p.btn img{
      width: 100%;
      height: auto;
      margin: 6px 0 0 0;
      vertical-align: top;
    }
    ul.newttl li.final div.btnWrapper-final p.btn img.ib{
      width: 110px !important;
      height: auto;
    }

.announce{
  text-align: center;
  padding:40px 0;
  margin: 0 auto;
  width:95%;
}
.announce img{width:520px; height: auto; }

/* FORM */

 .btn_submit,
 .btn_reset{
  width: 164px;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 0;
    margin: 26px 5px 0 5px;
    cursor: pointer;
    display: inline-block;
}
.btn_submit a,.btn_reset a{width: 100px; color:#fff; display: block; padding: 10px 32px;}
.btn_submit{background-color: #3A4661 !important;}
.btn_submit:hover{background-color: #4f6085 !important;}
.btn_reset {background-color: #b5b5b5 !important;}
.btn_reset:hover {background-color: #747474 !important;}

/*

FOOTER

*/
footer {
  width: 100%;
  padding: 40px 0 80px;
  text-align: center;
  color: #000;

}
footer p.link {font-size: 12px; text-align: center;}
footer p.link a{color: #fff;}
footer p.link a:hover{color: #3cf; text-decoration: underline;}
footer p.copy {font-size: 10px; text-align: center;color: #fff;}


/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 0;
  text-align: left;
  line-height: 1em;
}

.toTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.toTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}



/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr.basic {
  width: 100%;
  border: solid #000;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 0 0 40px 0;
}

hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0;
}

/* ALIGNMENT */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtcenter {text-align: center;}

/* Vertical Center */
.verticalcenter p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}


/* Responsive */
.inner {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.forpc {display: inline-block;}
.forsp {display: none;}
.displaynone{display: none;}

