@charset "UTF-8";
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;
}

.PIE {
  behavior: url('PIE.htc');
  position: relative;
}

.PIEZ {
  behavior: url('PIE.htc');
  z-index: 0;
}

.pieCon {
  z-index: 0;
  position: relative;
}

/* -------common-------- */
html, body {
  height: auto\9;
  /* IE8 */
  min-height: 100% \9;
  /* IE8 */
  height: 100%;
}

body {
  background: white;
  color: black;
  font-family: ‘メイリオ’, ‘Meiryo’, ‘ＭＳ Ｐゴシック’,‘ヒラギノ角ゴ ProN W3′, ‘Hiragino Kaku Gothic ProN’, ‘MS PGothic’, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

::selection {
  background: #d87a80;
  /* Safari */
}

::-moz-selection {
  background: #d87a80;
  /* Firefox */
}

.menuText {
  font-family: Century Gothic, Futura,‘メイリオ’, ‘Meiryo’, ‘ＭＳ Ｐゴシック’,‘ヒラギノ角ゴ ProN W3′, ‘Hiragino Kaku Gothic ProN’, ‘MS PGothic’, sans-serif;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #d87a80;
}
a:hover, a:active {
  opacity: 0.6;
}

a[href$=".pdf"]:after {
  content: url(//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/icon_file.png);
  position: relative;
  top: 4px;
  left: 2px;
}

a[name] {
  margin-top: -96px;
  padding-top: 96px;
}

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 100%;
  min-width: 1030px;
  height: 64px;
  overflow: hidden;
  background-color: black;
  position: fixed;
  z-index: 9999;
}

.siteName {
  position: absolute;
  top: 16px;
  left: 30px;
  display: block;
  float: left;
  background: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/header_logo.png") no-repeat;
  width: 180px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .siteName {
    background: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/header_logo@2x.png") no-repeat;
    background-size: 180px 32px;
  }
}

.navGloval {
  font-size: 18px;
}
.navGloval ul {
  position: absolute;
  right: 360px;
  bottom: 0;
}
.navGloval ul li {
  display: block;
  float: left;
  margin: 2px 8px;
  line-height: 1.2em;
}
.navGloval ul li a {
  color: #9c020c;
}

.headBtn {
  position: absolute;
  top: 10px;
  right: 30px;
}
.headBtn a {
  margin: 0 5px;
}
.headBtn .bnr {
  margin: 0 10px;
  position: relative;
  top: 4px;
}

#main {
  overflow: hidden;
  position: relative;
  width: 970px;
  padding: 64px 30px 24px;
  margin: 0 auto 50px;
}

.blogTitle {
  padding-top: 30px;
  position: relative;
}
.blogTitle h2 {
  overflow: visible;
  position: relative;
  color: #ecdada;
  font-size: 52px;
  font-weight: 100;
  margin: 30px 0;
}
.blogTitle h2 span {
  margin-left: 10px;
  font-size: 20px;
}

.title {
  padding-top: 30px;
  position: relative;
}
.title h2 {
  overflow: visible;
  position: relative;
  color: #ecdada;
  font-size: 52px;
  font-weight: 100;
  margin: 30px 0;
  -webkit-animation: hAnime1 1.5s ease;
  -moz-animation: hAnime1 1.5s ease;
}
.title h2 span {
  margin-left: 10px;
  font-size: 20px;
}

@-webkit-keyframes hAnime1 {
  0% {
    left: -30px;
    letter-spacing: 20px;
  }

  100% {
    left: 0;
    letter-spacing: 0px;
  }
}

@-moz-keyframes hAnime1 {
  0% {
    left: -30px;
    letter-spacing: 20px;
  }

  100% {
    left: 0;
    letter-spacing: 0px;
  }
}

#navLocal {
  font-size: 20px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  z-index: 9998;
}
#navLocal ul {
  position: absolute;
  right: 0;
}
#navLocal ul li {
  color: #d87a80;
  display: block;
  float: left;
  padding: 0 24px;
}
#navLocal ul li ~ li {
  border-left: solid 1px #d87a80;
}

#siteFooter {
  position: absolute;
  bottom: 0;
  height: 24px;
  background-color: #111;
  width: 100%;
  opacity: 0.8;
}
#siteFooter .copyright {
  font-size: 80%;
  text-align: left;
  padding: 3px 30px;
  color: #fff;
}
#siteFooter a {
  color: white;
}

#scrollTop {
  opacity: 1;
  background-color: #000;
  display: none;
  font-size: 60%;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 14px;
  text-decoration: none;
}

/* -------news-------- */
.newsBox dl {
  margin: 24px 0;
}
.newsBox dl a {
  padding: 15px;
  display: block;
  color: white;
}
.newsBox dl a:hover {
  opacity: 1;
  background-color: white;
  color: #9c020c;
}
.newsBox dl a:hover dd {
  text-decoration: none;
}
.newsBox dl dt {
  font-size: 13px;
}
.newsBox dl dt .category {
  vertical-align: middle;
  font-weight: normal;
  padding: 1px 2px;
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
}
.newsBox dl dd {
  margin-top: 2px;
  text-decoration: underline;
  display: inline;
}

.news #wrap, .single-news #wrap {
  background-color: #9c020c;
  color: white;
}
.news h2, .single-news h2 {
  color: #ecdada;
  opacity: 0.5;
}
.news .section, .single-news .section {
  margin-top: 44px;
  position: relative;
  min-height: 182px;
}
.news .section h3, .single-news .section h3 {
  font-size: 26px;
}
.news .box, .single-news .box {
  background-color: white;
  color: black;
  padding: 30px;
  margin: 3px;
}
.news .paging, .news .wp-pagenavi, .single-news .paging, .single-news .wp-pagenavi, .irLiblary .wp-pagenavi {
  overflow: hidden;
  display: block;
  width: 800px;
  height: 20px;
  margin: 56px auto 10px;
  padding: 6px;
  background-color: black;
  text-align: center;
}
.news .paging li, .news .paging a, .news .paging span, .news .wp-pagenavi li, .news .wp-pagenavi a, .news .wp-pagenavi span, .single-news .paging li, .single-news .paging a, .single-news .paging span, .single-news .wp-pagenavi li, .single-news .wp-pagenavi a, .single-news .wp-pagenavi span, .irLiblary .wp-pagenavi li, .irLiblary .wp-pagenavi a, .irLiblary .wp-pagenavi span {
  margin: 0 20px;
  display: inline;
}
.news .paging a, .news .wp-pagenavi a, .single-news .paging a, .single-news .wp-pagenavi a, .irLiblary .wp-pagenavi a {
  font-size: 13px;
  color: #c75f63;
}
.news .paging span, .news .wp-pagenavi span, .single-news .paging span, .single-news .wp-pagenavi span, .irLiblary .wp-pagenavi span {
  font-size: 13px;
  color: white;
}

.ir-news #wrap, .single-ir-news #wrap {
  background-color: white;
  background-image: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/page_bg_white.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ir-news .newsBox dl, .single-ir-news .newsBox dl {
  margin: 24px 0;
}
.ir-news .newsBox dl a, .single-ir-news .newsBox dl a {
  padding: 15px;
  display: block;
  color: #d87a80;
}
.ir-news .newsBox dl a:hover, .single-ir-news .newsBox dl a:hover {
  opacity: 1;
  background-color: #d65d65;
  color: white;
}
.ir-news .newsBox dl a:hover dd, .single-ir-news .newsBox dl a:hover dd {
  text-decoration: none;
}
.ir-news .paging, .ir-news .wp-pagenavi, .single-ir-news .paging, .single-ir-news .wp-pagenavi {
  overflow: hidden;
  display: block;
  width: 800px;
  height: 20px;
  margin: 56px auto 10px;
  padding: 6px;
  background-color: black;
  text-align: center;
}
.ir-news .paging li, .ir-news .paging a, .ir-news .paging span, .ir-news .wp-pagenavi li, .ir-news .wp-pagenavi a, .ir-news .wp-pagenavi span, .single-ir-news .paging li, .single-ir-news .paging a, .single-ir-news .paging span, .single-ir-news .wp-pagenavi li, .single-ir-news .wp-pagenavi a, .single-ir-news .wp-pagenavi span {
  margin: 0 20px;
  display: inline;
}
.ir-news .paging a, .ir-news .wp-pagenavi a, .single-ir-news .paging a, .single-ir-news .wp-pagenavi a {
  font-size: 13px;
  color: #c75f63;
}
.ir-news .paging span, .ir-news .wp-pagenavi span, .single-ir-news .paging span, .single-ir-news .wp-pagenavi span {
  font-size: 13px;
  color: white;
}

.single-news .entry .titleArea, .single-ir-news .entry .titleArea {
  position: relative;
  border-bottom: solid 1px black;
}
.single-news .entry .titleArea h1, .single-ir-news .entry .titleArea h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
}
.single-news .entry .titleArea .entryTime, .single-ir-news .entry .titleArea .entryTime {
  font-weight: bold;
  font-size: 12px;
}
.single-news .entry .titleArea a, .single-ir-news .entry .titleArea a {
  color: black;
}
.single-news .entry .titleArea .category, .single-ir-news .entry .titleArea .category {
  vertical-align: middle;
  font-weight: normal;
  padding: 1px 2px;
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
}
.single-news .entry .articleArea, .single-ir-news .entry .articleArea {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.8em;
}
.single-news .entry .articleArea img, .single-ir-news .entry .articleArea img {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px;
  margin: 2px;
}
.single-news .entry .articleArea a, .single-ir-news .entry .articleArea a {
  color: #9c020c;
}
.single-news .entry .socialBtnArea, .single-ir-news .entry .socialBtnArea {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.single-news .entry .socialBtnAreaHead, .single-ir-news .entry .socialBtnAreaHead {
  position: absolute;
  top: 0;
  right: 0;
}

/* -------profile-------- */
.profile #wrap {
  background-color: white;
  background-image: none;
  /*background-image: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/page_bg_white.png");*/
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.profile h2 {
  color: #9c020c;
  opacity: 0.2;
}
.profile p {
  font-size: 15px;
  line-height: 27px;
  margin-top: 44px;
}
.profile .detail {
  width: 480px;
  float: left;
}
.profile .detail p {
  line-height: 20px;
}
.profile .detail a {
  display: inline-block;
  padding: 0 7px;
  margin-left: 5px;
  font-size: 8px;
  background-color: black;
  color: white;
}
.profile .outline {
  width: 480px;
  float: right;
  margin-left: 10px;
}
.profile .outline p {
  line-height: 25px;
}
.profile .section {
  margin-top: 16px;
}
.profile .section h3 {
  font-size: 20px;
  display: block;
  width: 436px;
  background-color: #171401;
  color: #fff;
  padding: 4px 22px;
}
.profile .section p {
  margin-top: 10px;
  font-size: 12px;
}
.profile .section dl {
  font-size: 12px;
  margin-top: 10px;
}
.profile .section dl dt {
  float: left;
  clear: left;
  width: 60px;
}
.profile .section dl dd {
  margin-left: 64px;
}

/* -------vision-------- */
.vision #wrap, .error404 #wrap {
  background-color: black;
  /*background-image: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/page_bg_black.png");*/
  background-image: none;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}
.vision h2, .error404 h2 {
  color: #ecdada;
  opacity: 0.5;
}
.vision p, .error404 p {
  font-size: 18px;
  line-height: 49px;
  text-align: center;
}
.vision p:first-child, .error404 p:first-child {
  margin-top: 118px;
}


.top-message #main{
  width: 1000px;
  padding: 64px 0px 24px;
}
.top-message h2{
  color: #ecdada;
}
.top-message img.manager{
  width: 300px;
}
.top-message img.manager.sp-disp{
  display: none;
}
.top-message .right-text{
  width: 660px;
  margin-left: 30px;
}
.top-message img.manager,
.top-message .right-text{
  display: inline-block;
  vertical-align: top;
}
.our-value .entry-content,
.top-message .entry-content{
  font-size: 16px;
  line-height: 30px;
  margin-top: 115px;
}
.top-message .entry-content b{
  font-size: 20px;
  font-weight: bold;
}
.top-message .entry-content p{
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}



/* -------access-------- */
.access #wrap {
  background-color: #9c020c;
  color: white;
}
.access h2 {
  color: #ecdada;
  opacity: 0.5;
}
.access .section {
  margin-top: 44px;
  position: relative;
  min-height: 182px;
}
.access .section h3 {
  font-size: 26px;
}
.access .section p {
  margin-top: 10px;
  font-size: 12px;
}
.access .section iframe {
  position: absolute;
  top: 0;
  right: 0;
}
.access .ogikubo {
  margin-top: 124px;
}

/* -------works-------- */
.works #wrap, .others #wrap {
  background-color: #9c020c;
  color: white;
}
.works h2, .others h2 {
  color: #ecdada;
  opacity: 0.5;
}
.works .worksList, .others .worksList {
  margin-top: 60px;
}
.works .worksList li, .others .worksList li {
  display: block;
  width: 156px;
  height: 200px;
  float: left;
  margin: 2px;
  position: relative;
}
.works .worksList li a, .others .worksList li a {
  display: block;
  width: 156px;
  height: 200px;
  background-color: #000;
}
.works .worksList li a img, .others .worksList li a img {
  margin: 8px 8px 0;
}
.works .worksList li a .nameBox, .others .worksList li a .nameBox {
  line-height: 1;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 156px;
  height: 48px;
}

.worksDetail #wrap, .single-works #wrap {
  background-color: black;
  color: white;
}
.worksDetail h2, .single-works h2 {
  color: #ecdada;
  opacity: 0.5;
}
.worksDetail h3, .single-works h3 {
  margin-top: 4px;
  font-size: 22px;
  font-weight: bold;
}
.worksDetail .socialBtn, .single-works .socialBtn {
  position: absolute;
  z-index: 9997;
  top: -14px;
  right: 0;
}
.worksDetail .socialBtn a, .single-works .socialBtn a {
  display: block;
  float: right;
}
.worksDetail .socialBtn a ~ a, .single-works .socialBtn a ~ a {
  margin-right: 10px;
}
.worksDetail .section, .single-works .section {
  position: relative;
}
.worksDetail .product, .single-works .product {
  overflow: hidden;
  position: relative;
  margin-top: 75px;
}
.worksDetail .product img, .single-works .product img {
  float: left;
  margin-right: 14px;
}
.worksDetail .product p, .single-works .product p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2em;
}
.worksDetail .detailWrap, .single-works .detailWrap {
  overflow: hidden;
  margin-top: 12px;
}
.worksDetail .detail, .single-works .detail {
  width: 308px;
  float: left;
}
.worksDetail .detail h4, .single-works .detail h4 {
  font-size: 12px;
  display: block;
  background-color: #9c020c;
  color: black;
  padding: 2px 6px;
}
.worksDetail .detail p, .single-works .detail p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.2em;
}
.worksDetail .detail ~ .detail, .single-works .detail ~ .detail {
  margin-left: 22px;
}
.worksDetail .info, .single-works .info {
  clear: left;
  padding: 2px 6px;
  background-color: #434343;
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.2em;
}

/* -------recruit-------- */
.recruit #wrap {
  background-color: black;
  color: white;
}
.recruit h2 {
  color: #ecdada;
  opacity: 0.5;
}
.recruit .catch {
  margin-top: 65px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}
.recruit p {
  font-size: 18px;
  line-height: 22px;
}
.recruit dt {
  font-weight: bold;
}
.recruit dd ~ dt {
  margin-top: 50px;
}
.recruit .applyAdd {
  width: 550px;
  border: 1px solid white;
  margin: 50px auto 0;
  padding: 18px 25px;
}
.recruit .offer {
  width: 96%;
  margin: 60px auto 0;
  padding: 15px 12px;
  border: 1px solid white;
}
.recruit h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* -- add 180718 -- */
.recruit .job{

}
.recruit .job strong{
  width: 550px;
  display: block;
  margin: 50px auto 0;
  padding: 18px 25px;
  border: 1px solid #8c020b;
  color: #8c020b;
  font-size: 20px;
}
.recruit .job .bloc{
  border: 1px solid #fff;
  padding: 18px 25px;
  margin-top: 50px;
}
.recruit .job .bloc.dispatch{
  border: 1px solid #9c020c;
}
.recruit .job .bloc h2{
  color: #fff;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.recruit .job .bloc.dispatch h2{
  color: #9c020c;
}
.recruit .job .bloc ul li{
  margin-bottom: 20px;
}
.recruit .job .bloc ul li h3{
  font-size: 22px;
  line-height: 80px;
  background: #9c020c;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
}
.recruit .job .bloc ul li h3:after{
  content: "";
  background: url('//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/recruit/close.png');
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.recruit .job .bloc ul li h3.open:after{
  background: url('//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/recruit/open.png');
  background-size: contain;
}
.recruit .job .bloc ul li p{
  display: none;
  padding-top: 15px;
  border-left: 1px solid #9c020c;
  border-right: 1px solid #9c020c;
  border-bottom: 1px solid #9c020c;
  padding: 25px 30px;
}


/* -------ir-------- */
.ir #wrap, .ir-library #wrap, .high-light #wrap, .stock-information #wrap, .qa #wrap, .ir-news #wrap, .publication #wrap {
  background-color: white;
  color: black;
  background-image: none;
  /*background-image: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/page_bg_white.png");*/
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ir #navLocal li, .ir-library #navLocal li, .high-light #navLocal li, .stock-information #navLocal li, .qa #navLocal li, .ir-news #navLocal li, .publication #navLocal li {
  padding: 0 16px !important;
}
.ir h2, .ir-library h2, .high-light h2, .stock-information h2, .qa h2, .ir-news h2, .publication h2 {
  color: #9c020c;
  opacity: 0.2;
}
.ir .title p, .ir-library .title p, .high-light .title p, .stock-information .title p, .qa .title p, .ir-news .title p, .publication .title p {
  margin-top: 118px;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
}

.irLiblary {
  margin: 50px auto 0;
  font-size: 14px;
  width: 640px;
}
.irLiblary dt {
  margin-top: 34px;
}
.irLiblary a {
  color: black;
  text-decoration: underline;
}

.highLight {
  margin-top: 36px;
}
.highLight p {
  margin-top: 16px;
  font-size: 16px;
}
.highLight h4 {
  clear: both;
  margin-top: 60px;
  font-size: 20px;
}
.highLight img {
  margin-top: 26px;
}
.highLight .notes {
  display: block;
  width: 400px;
  margin-top: 26px;
  float: right;
  font-size: 12px;
  color: #666;
}

.stock {
  margin-top: 70px;
  text-align: center;
}

.qanda {
  width: 640px;
  margin: 0 auto;
}
.qanda h3 {
  margin: 50px 0 18px;
  font-size: 22px;
  text-align: center;
}
.qanda dt {
  font-size: 12px;
  font-weight: bold;
}
.qanda dd {
  font-size: 12px;
}
.qanda dd ~ dt {
  margin-top: 25px;
}
.qanda a {
  color: #9c020c;
}

/* -------blog-------- */
.blog, .single-post, .archive, .category {
  font-size: 14px;
}
.blog #wrap, .single-post #wrap, .archive #wrap, .category #wrap {
  background-color: white;
  color: black;
  background-image: none;
  /*background-image: url(//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/blog/blog_bg.png);*/
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.blog h2:not(.articleArea), .single-post h2:not(.articleArea), .archive h2:not(.articleArea), .category h2:not(.articleArea) {
  color: black;
  line-height: 1em;
}
.blog a, .single-post a, .archive a, .category a {
  color: #9c020c;
}
.blog .archive-title, .single-post .archive-title, .archive .archive-title, .category .archive-title {
  font-size: 18px;
}
.blog .box, .blog .wp_rp_wrap, .single-post .box, .single-post .wp_rp_wrap, .archive .box, .archive .wp_rp_wrap, .category .box, .category .wp_rp_wrap {
  background-color: white;
  border: solid 1px black;
  padding: 10px;
}
.blog .section + .section, .blog .section + .wp_rp_wrap, .single-post .section + .section, .single-post .section + .wp_rp_wrap, .archive .section + .section, .archive .section + .wp_rp_wrap, .category .section + .section, .category .section + .wp_rp_wrap {
  margin-top: 18px;
}
.blog .entry .titleArea, .single-post .entry .titleArea, .archive .entry .titleArea, .category .entry .titleArea {
  border-bottom: solid 1px black;
}
.blog .entry .titleArea h1, .single-post .entry .titleArea h1, .archive .entry .titleArea h1, .category .entry .titleArea h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
  line-height: 1.2em;
}
.blog .entry .titleArea .entryTime, .single-post .entry .titleArea .entryTime, .archive .entry .titleArea .entryTime, .category .entry .titleArea .entryTime {
  font-weight: bold;
}
.blog .entry .titleArea a, .single-post .entry .titleArea a, .archive .entry .titleArea a, .category .entry .titleArea a {
  color: black;
}
.blog .entry .tagArea, .single-post .entry .tagArea, .archive .entry .tagArea, .category .entry .tagArea {
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
}
.blog .entry .tagArea li, .single-post .entry .tagArea li, .archive .entry .tagArea li, .category .entry .tagArea li {
  display: inline;
  margin-left: 7px;
}
.blog .entry .tagArea a:before, .single-post .entry .tagArea a:before, .archive .entry .tagArea a:before, .category .entry .tagArea a:before {
  content: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/icon_tab.png");
  position: relative;
  top: 5px;
  right: 3px;
}
.blog .entry .socialBtnArea, .single-post .entry .socialBtnArea, .archive .entry .socialBtnArea, .category .entry .socialBtnArea {
  margin-top: 25px;
  border-top: solid 1px black;
  text-align: center;
  padding: 20px 10px 10px;
}
.blog .relatedPostsArea, .blog .wp_rp_wrap, .single-post .relatedPostsArea, .single-post .wp_rp_wrap, .archive .relatedPostsArea, .archive .wp_rp_wrap, .category .relatedPostsArea, .category .wp_rp_wrap {
  margin-top: 38px;
  font-size: 15px;
}
.blog .categoryArea, .blog .widget_categories, .single-post .categoryArea, .single-post .widget_categories, .archive .categoryArea, .archive .widget_categories, .category .categoryArea, .category .widget_categories {
  font-size: 13px;
}
.blog .categoryArea li, .blog .widget_categories li, .single-post .categoryArea li, .single-post .widget_categories li, .archive .categoryArea li, .archive .widget_categories li, .category .categoryArea li, .category .widget_categories li {
  margin-top: 8px;
}
.blog .categoryArea .children, .blog .widget_categories .children, .single-post .categoryArea .children, .single-post .widget_categories .children, .archive .categoryArea .children, .archive .widget_categories .children, .category .categoryArea .children, .category .widget_categories .children {
  margin-left: 10px;
}
.blog .archivesArea, .blog .widget_archive, .single-post .archivesArea, .single-post .widget_archive, .archive .archivesArea, .archive .widget_archive, .category .archivesArea, .category .widget_archive {
  font-size: 13px;
}
.blog .archivesArea li, .blog .widget_archive li, .single-post .archivesArea li, .single-post .widget_archive li, .archive .archivesArea li, .archive .widget_archive li, .category .archivesArea li, .category .widget_archive li {
  margin-top: 8px;
}
.blog #mainContent, .single-post #mainContent, .archive #mainContent, .category #mainContent {
  float: left;
  width: 66%;
  margin-top: 28px;
}
.blog #sideContent, .single-post #sideContent, .archive #sideContent, .category #sideContent {
  float: right;
  width: 30%;
  margin-top: 28px;
}
.blog .pageNav, .single-post .pageNav, .archive .pageNav, .category .pageNav {
  width: 66%;
  position: relative;
  font-size: 16px;
  height: 16px;
}
.blog .pageNav .prev, .single-post .pageNav .prev, .archive .pageNav .prev, .category .pageNav .prev {
  position: absolute;
  left: 150px;
}
.blog .pageNav .next, .single-post .pageNav .next, .archive .pageNav .next, .category .pageNav .next {
  position: absolute;
  right: 150px;
}
.blog .pageNav .paging, .blog .pageNav .wp-pagenavi, .single-post .pageNav .paging, .single-post .pageNav .wp-pagenavi, .archive .pageNav .paging, .archive .pageNav .wp-pagenavi, .category .pageNav .paging, .category .pageNav .wp-pagenavi {
  text-align: center;
}
.blog .pageNav .paging li, .blog .pageNav .paging a, .blog .pageNav .paging span, .blog .pageNav .wp-pagenavi li, .blog .pageNav .wp-pagenavi a, .blog .pageNav .wp-pagenavi span, .single-post .pageNav .paging li, .single-post .pageNav .paging a, .single-post .pageNav .paging span, .single-post .pageNav .wp-pagenavi li, .single-post .pageNav .wp-pagenavi a, .single-post .pageNav .wp-pagenavi span, .archive .pageNav .paging li, .archive .pageNav .paging a, .archive .pageNav .paging span, .archive .pageNav .wp-pagenavi li, .archive .pageNav .wp-pagenavi a, .archive .pageNav .wp-pagenavi span, .category .pageNav .paging li, .category .pageNav .paging a, .category .pageNav .paging span, .category .pageNav .wp-pagenavi li, .category .pageNav .wp-pagenavi a, .category .pageNav .wp-pagenavi span {
  display: inline;
  margin: 0 6px;
}
.blog .entry ~ .pageNav, .single-post .entry ~ .pageNav, .archive .entry ~ .pageNav, .category .entry ~ .pageNav {
  width: 100%;
  margin-top: 44px;
}
.blog .articleList h3, .blog .widget_recent_entries h3, .blog .related_post h3, .single-post .articleList h3, .single-post .widget_recent_entries h3, .single-post .related_post h3, .archive .articleList h3, .archive .widget_recent_entries h3, .archive .related_post h3, .category .articleList h3, .category .widget_recent_entries h3, .category .related_post h3,.widget h3 {
  background-color: black;
  color: white;
  padding: 18px;
  font-size: 20px;
}
.blog .articleList > li, .blog .widget_recent_entries li, .blog .related_post li, .single-post .articleList > li, .single-post .widget_recent_entries li, .single-post .related_post li, .archive .articleList > li, .archive .widget_recent_entries li, .archive .related_post li, .category .articleList > li, .category .widget_recent_entries li, .category .related_post li {
  margin-left: 20px;
  list-style-image: url(//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/icon_articleList.png);
  margin-top: 10px;
}

.articleArea {
  padding: 0 10px;
  margin-top: 35px;
  line-height: 1.8em;
}
.articleArea img {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px;
  margin: 5px;
}
.articleArea .alignleft {
  float: left;
}
.articleArea .alignright {
  float: right;
}
.articleArea p {
  clear: both;
  margin-bottom: 20px;
}
.articleArea h1, .articleArea h2, .articleArea h3, .articleArea h4, .articleArea h5, .articleArea h6 {
  font-weight: bold;
}
.articleArea h1 {
  font-size: 2em;
}
.articleArea h2 {
  font-size: 1.5em;
}
.articleArea h3 {
  font-size: 1.25em;
}
.articleArea h4, .articleArea h5, .articleArea h5 {
  font-size: 1em;
}
.articleArea em {
  font-style: italic;
}
.articleArea ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.articleArea ul {
  list-style-type: disc;
  list-style-position: inside;
}
.articleArea blockquote {
  border-left: 5px solid #ddd;
  background: #eee;
  padding: 10px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* -------contact-------- */
.contact #wrap {
  background-color: black;
  color: white;
}
.contact .section {
  margin-top: 50px;
}
.contact h2 {
  color: #ecdada;
  opacity: 0.5;
}

/* -------top-------- */
.topPage, .home {
  /*background-color: black;*/
  background-color: #fff;
}
.topPage #wrap, .home #wrap {
  /*background-color: black;*/
  background-color: #fff;
  color: white;
  overflow: hidden;
  position: absolute;
}
.topPage #main, .home #main {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 570px;
}
.topPage #header, .home #header {
  background: none;
  min-width: 0;
}
.topPage #siteFooter, .home #siteFooter {
  background: none;
  z-index: 9999;
}
.topPage #siteFooter .copyright, .home #siteFooter .copyright {
  text-align: right;
}
.topPage #siteFooter .copyright, .home #siteFooter .copyright,
.topPage #siteFooter .copyright, .home #siteFooter .copyright a{
  color: #969696;
}
.topPage .contentWrap, .home .contentWrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.topPage .logoNavWrap, .home .logoNavWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -220px 0 0 -381px;
  /*background-image: url(//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/top/bg_loop.jpg);*/
  background-image: none;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: logoAnime1 15s linear infinite;
  -moz-animation: logoAnime1 15s linear infinite;
  width: 763px;
  height: 120px;
}
.topPage .logoNavArea, .home .logoNavArea {
  width: 763px;
  height: 258px;
  /*background-image: url(//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/top/logo_bg.png);*/
  background-image: none;
  font-size: 18px;
  position: relative;
}
.topPage .logoNavArea ul, .home .logoNavArea ul {
  display: block;
  padding-top: 50px;
  text-align: center;
}
.topPage .logoNavArea ul li, .home .logoNavArea ul li {
  display: inline;
  margin: 2px 18px;
}
.topPage .logoNavArea ul li a, .home .logoNavArea ul li a {
  /*color: #da5d3e;*/
  color: #39474f;
}
.topPage .logoNavArea .logoWrap{
  display: none;
}
.home .logoNavArea .logoWrap {

}
.home .logoNavArea .logoWrap img{
  margin: 0 auto;
  display: block;
}
.topPage .whatsNew, .home .whatsNew {
  position: fixed;
  top: 0;
  left: -440px;
  background-color: #9c020c;
  height: 100%;
  width: 500px;
  z-index: 10000;
}
.topPage .whatsNew .whatsNewNav, .home .whatsNew .whatsNewNav {
  position: absolute;
  top: 46%;
  right: 10px;
}
.topPage .whatsNew .titleTop, .home .whatsNew .titleTop {
  padding-top: 10px;
  position: relative;
}
.topPage .whatsNew .titleTop h2, .home .whatsNew .titleTop h2 {
  overflow: visible;
  position: relative;
  color: #b55f62;
  font-size: 38px;
  font-weight: 100;
  margin: 30px 24px;
}
.topPage .whatsNew .titleTop h2 span, .home .whatsNew .titleTop h2 span {
  margin-left: 10px;
  font-size: 20px;
}
.topPage .whatsNew dl, .home .whatsNew dl {
  margin: 24px 60px 14px 24px;
  font-size: 12px;
}
.topPage .whatsNew dl dt .category, .home .whatsNew dl dt .category {
  vertical-align: middle;
  font-weight: normal;
  padding: 1px 2px;
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
}
.topPage .whatsNew dl dd, .home .whatsNew dl dd {
  margin-top: 2px;
  text-decoration: underline;
  display: inline;
}
.topPage .whatsNew dl a, .home .whatsNew dl a {
  padding: 15px;
  display: block;
  color: white;
}
.topPage .whatsNew dl a:hover, .home .whatsNew dl a:hover {
  opacity: 1;
  background-color: white;
  color: #9c020c;
}
.topPage .whatsNew dl a:hover dd, .home .whatsNew dl a:hover dd {
  text-decoration: none;
}
.topPage .whatsNew dl .more, .home .whatsNew dl .more {
  margin-top: 20px;
  position: absolute;
  right: 60px;
  padding: 6px 10px;
  background-color: black;
  font-size: 12px;
}
.topPage .whatsNew dl .more:after, .home .whatsNew dl .more:after {
  content: "▶︎";
}
.topPage .frame, .home .frame {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
  height: 312px;
  padding: 0;
}
.topPage .frame .slidee, .home .frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.topPage .frame .slidee .active, .home .frame .slidee .active {
  z-index: 99999;
}
.topPage .frame .slidee .active img, .home .frame .slidee .active img {
  opacity: 1;
}
.topPage .frame .slidee li, .home .frame .slidee li {
  float: left;
  position: relative;
  margin: 0 -110px 0 0;
  padding: 0;
  width: 220px;
  height: 312px;
  background-color: #000;
  overflow: hidden;
}
.topPage .frame .slidee li img, .home .frame .slidee li img {
  width: 220px;
  height: 312px;
}
.topPage .frame .slidee li a:hover, .home .frame .slidee li a:hover {
  z-index: 99999;
  opacity: 1 !important;
}
.topPage .slidee .posCenter, .home .slidee .posCenter {
  z-index: 100;
}
.topPage .slidee .posCenter img, .home .slidee .posCenter img {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */
}
.topPage .slidee .pos2, .home .slidee .pos2 {
  z-index: 30;
}
.topPage .slidee .pos2 img, .home .slidee .pos2 img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=30)";
  /* IE 8 */
}
.topPage .slidee .pos3, .home .slidee .pos3 {
  z-index: 20;
}
.topPage .slidee .pos3 img, .home .slidee .pos3 img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=20)";
  /* IE 8 */
}
.topPage .slidee .pos4, .home .slidee .pos4 {
  z-index: 10;
}
.topPage .slidee .pos4 a, .home .slidee .pos4 a {
  pointer-events: none;
}
.topPage .slidee .pos4 img, .home .slidee .pos4 img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=10)";
  /* IE 8 */
}
.topPage .slidee .pos5, .home .slidee .pos5 {
  z-index: 0;
}
.topPage .slidee .pos5 a, .home .slidee .pos5 a {
  pointer-events: none;
}
.topPage .slidee .pos5 img, .home .slidee .pos5 img {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
}
.topPage #carousel_prev, .topPage #carousel_next, .home #carousel_prev, .home #carousel_next {
  width: 30px;
  height: 30px;
  border: #9c020c 2px solid;
  color: #9c020c;
  position: absolute;
  bottom: 150px;
  text-align: center;
  line-height: 30px;
  z-index: 110;
  cursor: pointer;
}
.topPage #carousel_prev, .home #carousel_prev {
  left: 15%;
}
.topPage #carousel_next, .home #carousel_next {
  right: 15%;
}
.topPage #fancybox-outer, .home #fancybox-outer {
  background-color: #9c020c;
}
.topPage #fancybox-content, .home #fancybox-content {
  border-color: #9c020c;
}

@-webkit-keyframes logoAnime1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

@-moz-keyframes logoAnime1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

.privacy #wrap {
  background-color: white;
  color: black;
  background-image: url("//www.gonzo.co.jp/wp/wp-content/themes/gonzo2014/images/common/page_bg_white.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.privacy .entry-content {
  padding-top: 50px;
}

.widget ul, .widget li {
  border: none !important;
}

.articleArea strong, .articleArea b {
  font-weight: bold;
}
.sp-view{
  display: none;
}

.recruit_bnr{
  position: relative;
}
.recruit_bnr a{
  display: block;
  position: absolute;
  right: 40px;
  top: 65px;
  width: 240px;
  z-index: 2;
}
.recruit_bnr a img{
  width: 100%
}