@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p {
  margin:0;
  padding:0;
}

ul,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-size: 12px;
  color: #666;
  background: url("/portal/img/bg_header.jpg") top center repeat-x #F8F8F7;
  -webkit-text-size-adjust: 100%;
}

/* header */

#header {
  width: 1000px;
  height: 88px;
  margin: 0 auto;
  text-align: left;
  border-bottom: 8px solid #0C5486;
}

#header .logo {
  float: left;
  width: 197px;
  margin-top: 22px;
  margin-left: 5px;
}

.head-comment {
  float: left;
  width: 712px;
  background: url("/portal/img/bg_head-comment.gif") 0 20px no-repeat;
}

.head-comment > p {
  padding: 31px 10px 30px 15px;
  color: #FFF;
}

.head-comment > p a {
  color: #FFF;
}

#header .seesaa {
  float: left;
  width: 86px;
}

/* main visual */
#main {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.mainLeft {
  float: left;
  width: 800px;
}

.mainRight {
  float: left;
  width: 200px;
}

.mainRight-image a {
  width: 200px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

.mainRight-image.forkn a           { background:url("/portal/img/btn_forkn2.png") 0 0 no-repeat;}
.mainRight-image.mangakit a        { background:url("/portal/img/btn_mangakit.png") 0 0 no-repeat;}
.mainRight-image.oneset a          { background:url("/portal/img/btn_1set.png") 0 0 no-repeat;}
.mainRight-image.eyecam a          { background:url("/portal/img/btn_eyecam.png") 0 0 no-repeat;}
.mainRight-image.bakusou a          { background:url("/portal/img/btn_bakusou.png") 0 0 no-repeat;}
.mainRight-image.gamesq a          { background:url("/portal/img/btn_gamesq.png") 0 0 no-repeat;}

.open .mainRight-image.forkn a,
.mainRight-image.forkn a:hover     { background:url("/portal/img/btn_forkn2.png") 0 -50px no-repeat;}

.open .mainRight-image.mangakit a,
.mainRight-image.mangakit a:hover  { background:url("/portal/img/btn_mangakit.png") 0 -50px no-repeat;}

.open .mainRight-image.oneset a,
.mainRight-image.oneset a:hover      { background:url("/portal/img/btn_1set.png") 0 -50px no-repeat;}

.open .mainRight-image.eyecam a,
.mainRight-image.eyecam a:hover   { background:url("/portal/img/btn_eyecam.png") 0 -50px no-repeat;}

.open .mainRight-image.bakusou a,
.mainRight-image.bakusou a:hover   { background:url("/portal/img/btn_bakusou.png") 0 -50px no-repeat;}

.open .mainRight-image.gamesq a,
.mainRight-image.gamesq a:hover   { background:url("/portal/img/btn_gamesq.png") 0 -50px no-repeat;}


#box2,
#box3,
#box4,
#box5 {
  display: none;
}


/* service */
#service-summary {
  width: 1000px;
  margin: 20px auto 0;
  text-align: left;
}

#service-summary h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
  color: #095283;
}

#section-app,
#section-webservice {
  clear: both;
  margin-bottom: 25px;
  *zoom: 1;
}

#section-app:after,
#section-webservice:after {
  content: "";
  display: block;
  clear: both;
}

.webservice-list.cf ul {
  display: flex;
}

#service-summary li {
    float: left;
    width: 50%;
    height: 120px;
    margin: 0 8px 10px 0;
    padding-top: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    color: #666;
    background: #FFF;
    margin-right: 6px \9;
}

#service-summary li:nth-child(4n) {
  margin-right: 0;
}

#service-summary li:nth-child(4n+1) {
  clear: both;
}

#service-summary .applink a {
  display: inline-block;
  margin: 0 4px;
}

#service-summary li p {
  margin: 2px 0 0;
  padding: 0 6px;
  text-align: center;
}

#service-summary .logo {
  display: table;
  width: 100%;
  height: 60px;
  text-align: center;
}

#service-summary .logo a {
  display: table-cell;
  vertical-align: middle;
}

#service-summary a:link,
#service-summary a:visited {
  color: #75995b;
}

#service-summary a:hover {
  text-decoration: none;
}

.app-list {
  margin-top: 45px;
}

#footer {
  color: #FFF;
  margin: 30px 0 0 0;
  text-align: center;
  background: url("/portal/img/bg_footer.gif") center bottom repeat-x;
}

.footer-menu {
  width: 1000px;
  height: 85px;
  margin: 0 auto;
  background:url("/portal/img/bg_footermenu.gif") center bottom no-repeat;
}

.footer-menu ul {
  float: left;
  padding: 40px 0 0 30px;
}

.footer-menu .copy {
  float: right;
  padding: 40px 30px 0 0;
}

.footer-menu > ul li {
  display: inline-block;
}

.footer-menu > ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.6);
}

.footer-menu > ul li a {
  color: #FFF;
}
