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;
}


/* ----------------------------------------------------------------------- */
/* ‹¤’Ê */
/* ----------------------------------------------------------------------- */
* { -webkit-text-size-adjust: none; }

body {
  width:100%;
  height:100%;
  font-family:"Hiragino Kaku Gothic Pro", Helvetica;
  font-size:16px;
  line-height:20px;
  color:#111111;
  -webkit-touch-callout:none;
  background: #383838;
}

a {
  color: #004484;
}

#wrapper {
  overflow: hidden;
}
#container {
  background: #fff;
}

#id_ea_common_content {
  word-break: break-all;
}

.page-wrap {
  float: left;
  width: 100%;
  transition: width 0.3s ease;
} 

#id_nav_menu_3 {
  width:100%;
}

.cl_fixed {
    position: fixed;
    top: 0;
    width: auto;
    z-index: 149;
}
.cl_menu_catgory {
  background:#792015;
  color:#fff;
  display: block;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2E2E2E;
  padding: 5px;
  text-decoration: none;
  font-weight:bold;
  
}

#wrapper.wrapx #top .content-menu ul li a,
#wrapper.wrapx #top .content-menu ul li.on a {
  border:1px solid #b5b5b5;
  border-bottom:none;
}
#wrapper.wrapx #top .content-menu ul li a {color: #232323;}
#wrapper.wrapx #top .content-menu ul li.on a {background: #cccccc; color:#232323;}
#wrapper.wrapx #top .title-list .ttl {background: #cccccc;}
#wrapper.wrapx #top .ea-app-info .ttl {background: #ccc;}
#wrapper.wrapx #top .eapass-help .ttl {background: #ccc;}
#wrapper.wrapx #top .site_link .ttl {background: #ccc;}
#wrapper.wrapx header .ea-menu {background:#FFFFFF;}
#wrapper.wrapx .cl_menu_catgory {background:#FFFFFF;}


.cl_pc_dsp {
  display:none;
}

/* ----------------------------------------------------------------------- */
/* sidemenu */
/* ----------------------------------------------------------------------- */

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #3B3B3B;
/*  overflow-y: auto; */
  transition: width 0.3s ease;
  z-index: 150;
}
.main-nav a {
  display: block;
  background: linear-gradient(#3e3e3e, #383838);
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2E2E2E;
  color: white;
  padding: 15px;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a:focus {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#383838));
  background: -webkit-linear-gradient(#484848, #383838);
  background: -moz-linear-gradient(#484848, #383838);
  background: -o-linear-gradient(#484848, #383838);
  background: linear-gradient(#484848, #383838);
}
.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 34px;
  /*background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
}

#main-nav.open {
  width: 0;
  overflow-y: auto;
}
#main-nav.open + .page-wrap {
  margin: 0 0 0 0;
  transition: margin 0.3s ease;
}
#main-nav.open + .page-wrap .close-menu {
  display: block;
}
#page-cover {
  position: fixed;
  display: none;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 100;
}

/* ----------------------------------------------------------------------- */
/* header */
/* ----------------------------------------------------------------------- */
/*ea-menu*/
header .common-header {
  background: #FFF;  
}
header .common-header dl {
  width: 100%;
  display: table;
  padding: 6px 10px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .common-header dl dt {
  display: table-cell;
  width: 102px;
}
header .common-header dl dt a {
  display: block;
}
header .common-header dl dt img {
  margin: 0 0 1px;
  vertical-align: bottom;
}

header .common-header dl dd {
  display: table-cell;
  width: 100%;
  text-align: right;
}
header .common-header dl dd ul {
  height: 25px;
}
header .common-header dl dd ul li {
  display: inline-block;
  margin: 0 1px 0 0;
}
header .common-header dl dd ul li a {
  display: block;
  width: 25px;
  height: 25px;
}
header .common-header dl dd ul li img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/*ea-menu*/
header .ea-menu {
  padding: 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #281818), color-stop(0.00, #5c4a47));
  background: -webkit-linear-gradient(#5c4a47, #281818);
  background: -moz-linear-gradient(#5c4a47, #281818);
  background: linear-gradient(#5c4a47, #281818);
}

header .ea-menu .cl_old_h1  {
  float: left;
}
header .ea-menu p {
  float: right;
  margin-right:20px;
}
header .ea-menu img {
  vertical-align: middle;
}

header .cl_nav_menu_area{
  display:none;
}

header .cl_nav_menu_area ul {
  position: relative;
  text-align: right;
  right: 0;
  top:0px;
}
header .cl_nav_menu_area ul li {
  display: inline-block;  
  height: 30px;
  border-right:1px solid #dbd8d7;
  line-height: 30px;
  font-size:13px;
}

header .cl_nav_menu_area ul li a {
  display: inline-block;
  *display: inline;  
  *zoom: 1;  
  padding: 0px 15px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
header .cl_nav_menu_area ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

header .cl_nav_menu_area ul li span {
  display: inline-block;
  *display: inline;  
  *zoom: 1;  
  padding: 0px 15px;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size:12px;
}

header .cl_nav_menu_area ul li.last{
  border:none;
}

.cl_ea_variable_document{
  display:none;
}

.cl_ea_variable_parent {
  display:none;
}

header .cl_nav_menu_span {
    padding: 0px 15px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height:30px;
}
/* ----------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------- */
footer {
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #282828), color-stop(0.00, #484848));
  background: -webkit-linear-gradient(#484848, #282828);
  background: -moz-linear-gradient(#484848, #282828);
  background: linear-gradient(#484848, #282828);
}
footer ul {
  padding: 8px 0;
  overflow: hidden;
  border-bottom:1px solid #080808;
}
footer ul li {
  margin: 0 0 12px;
  float: left;
  width: 50%;
}
footer ul li a {
  display: block;
  padding: 0 0 0 4px;
  color: #FFF;
  font-size:75%;
  line-height: 1;
  text-decoration: none;
  border-left:2px solid #f82b30;
}
footer p {
  border-top:1px solid #585858;
  padding: 15px 0;
  font-size: 68.75%;
  line-height: 1;
  text-align: center;
  color: #FFF;
}

#id_nav_menu_3_dummy {
  height:41px;
  display:none;
}


/* 2016.09.06 */
#id_ea_common_content_whole_inner{
  width:100%;
}

@media screen and (min-width: 768px){

  header .ea-menu {
    padding:10px;
  }

  header .open-menu {
    /*display:none;*/
  }
  
  header .cl_nav_menu_area {
    /*display:block;
    float:right;*/
  }
  
  .ea_common_center .cl_old_h1  {
    padding-top:5px;
  }
  
  #id_nav_menu_3_dummy {
    height:50px;
  }
  
  .cl_pc_dsp {
    display:block;
  }
  
  /* 2016.09.06 */
  #id_ea_common_content_whole {
    width:100%;
    height:auto;
    
  }
  
}

@media screen and (min-width: 980px){

  footer ul li {
    margin: 0 0 12px;
    float: left;
    width: 25%;
  }
  
  .ea_common_center {
    width:980px;
    margin: 0 auto;
  }
  
}