@charset "UTF-8";
/* --------------------------------------------------------------

global

Index:
	__1. xxxxx
		__1-1. xxxxx - yyyyy
	__. clearfix
-------------------------------------------------------------- */
/*=====================================================
__1. xxxxx
=====================================================*/
body {
  font: normal normal 13px/1.5 "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-image: url(http://img-fan.pia.jp/main/image/yllai4lu/cmqm0h7b.jpeg);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

a {
  outline: none;
}
a:link, a:visited {
  text-decoration: underline;
  color: #00e;
}
a:hover, a:active {
  text-decoration: none;
  color: #ffffff;
}

img {
  max-width: 100%;
}

/*=====================================================
__. component
=====================================================*/
.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.fs4down {
  font-size: 69.2%;
}

.fs3down {
  font-size: 76.9%;
}

.fs2down {
  font-size: 84.6%;
}

.fs1down {
  font-size: 92.3%;
}

.fs1up {
  font-size: 107.7%;
}

.fs2up {
  font-size: 115.4%;
}

.fs3up {
  font-size: 123.1%;
}

.fs4up {
  font-size: 130.8%;
}

.fs5up {
  font-size: 138.5%;
}

.fs6up {
  font-size: 146.2%;
}

.fwBold {
  font-weight: bold;
}

.ctr {
  text-align: center;
}

.red {
  font-weight: inherit;
  color: #f00;
}

.blue {
  font-weight: inherit;
  color: #00f;
}

.orange {
  font-weight: inherit;
  color: #f60;
}

.btn_orange {
  background-color: #f60 !important;
}

.btn_orange20 {
  background-color: #ffe0cc !important;
  color: #000 !important;
}

.btn_blue {
  background-color: #39c !important;
}

.btn_blue20 {
  background-color: #d6ebf5 !important;
  color: #000 !important;
}

.btn_black50 {
  background-color: gray !important;
}

.btn_black20 {
  background-color: #cccccc !important;
}

[class^="icon_"]:before, [class*=" icon_"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
}

.icon_home:before {
  content: '\e801';
}

.icon_fb:before {
  color: #3664a2;
  content: '\e800';
}

.icon_twitter:before {
  color: #55acee;
  content: '\e802';
}

.icon_gplus:before {
  color: #dd4b39;
  content: '\e803';
}

.icon_mixi:before {
  color: #d1ad5a;
  content: '\e804';
}

.icon_hatena:before {
  font-family: Verdana;
  font-weight: bold;
  color: #5279e7;
  content: 'B!';
}

.form_error {
  margin: .5em 0;
  color: #f00;
}

.bnr {
  margin: 16px 0;
}

@media (min-width: 768px) {
  .formBox .form_error {
    margin-left: 12em;
  }
}
@media (min-width: 768px) {
  .localNav_heading {
    padding: .4em 8px;
    background-color: #cccccc;
    font-size: 115.4%;
  }

  .localNav {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .localNav li a {
    padding: .8em 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
  }
  .localNav li a:before {
    width: 0;
    height: 0;
    margin-right: .4em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: 0.5em solid #000;
    display: inline-block;
    content: '';
  }

  /*
  	 {
  		&:before, &:after {
  			content: " ";
  			display: table;
  		}
  		&:after {
  			clear: both;
  		}
  		zoom: 1;
  	}
  */
}
@media (max-width: 767px) {
  .localNavSection {
    margin-bottom: 24px;
  }
  .localNavSection.is_active .localNav_heading:after {
    margin-top: -.25em;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .localNavSection.is_active li {
    height: 3em;
  }

  .localNav_heading {
    padding: .6em 32px .6em 8px;
    background-color: #666666;
    font-size: 107.7%;
    color: #fff;
    position: relative;
  }
  .localNav_heading:after {
    width: 1em;
    height: 1em;
    margin-top: -.75em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .localNav {
    border-bottom: 1px solid #666666;
  }
  .localNav li {
    height: 0;
    font-size: 92.3%;
    line-height: 3em;
    overflow: hidden;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .localNav li a {
    padding: 0 8px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    display: block;
  }
  .localNav li a:before {
    width: 0;
    height: 0;
    margin-right: .4em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: 0.5em solid #000;
    display: inline-block;
    content: '';
  }

  /*
  	 {
  		&:before, &:after {
  			content: " ";
  			display: table;
  		}
  		&:after {
  			clear: both;
  		}
  		zoom: 1;
  	}
  */
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 8px;
}

.siteHeading {
  width: 100%;
  margin-right: -134px;
  padding-right: 134px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.siteHeading img {
  max-width: 100%;
  max-height: 100px;
}

.pageNotice {
  margin: 24px 0;
  padding: 12px;
  background-color: #e6e6e6;
  text-align: center;
}

@media (min-width: 768px) {
  header {
    padding: 20px 0;
    background-color: #ADD8E6;
    color: #fff;
    position: relative;
    z-index: 10;
  }
  header a:link, header a:visited {
    color: #fff;
  }
  header a:hover, header a:active {
    color: #fff;
  }

  .siteHeading {
    font-size: 161.5%;
    float: left;
  }
  .siteHeading.forSp {
    display: none;
  }

  .header_main {
    width: 100%;
    margin-right: -176px;
    padding-right: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  #header_user {
    width: 176px;
    font-size: 92.3%;
    float: right;
  }
  #header_user p {
    margin-right: 2em;
    float: left;
  }

  .h_official {
    float: right;
  }
  .h_official h2 {
    margin-bottom: .4em;
    font-size: 84.6%;
  }
  .h_official p {
    width: 33.3333%;
    float: left;
  }
  .h_official a {
    padding: .2em;
    background-color: #fff;
    font-size: 130.8%;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  .h_official a:before {
    color: #000;
  }
}
@media (min-width: 768px) {
  #navSwitcher {
    display: none;
  }

  #mainNav {
    padding: 8px 0;
    background-color: #666666;
  }
  #mainNav li {
    margin-right: 2em;
    float: left;
  }
  #mainNav li a {
    padding: .5em 1em;
    font-size: 115.4%;
    text-decoration: none;
    color: #fff;
    display: block;
  }
  #mainNav li a:hover {
    color: #b3b3b3;
  }
  #mainNav li:last-child {
    margin-right: 0;
  }
}
.topicPath {
  margin: 16px 0;
}
.topicPath li {
  margin-right: 1px;
  float: left;
  position: relative;
}
.topicPath li + li a {
  padding-left: 16px;
}
.topicPath li + li span {
  padding-left: 16px;
}
.topicPath li a {
  height: 24px;
  padding: 0 4px 0 12px;
  background-color: #b3b3b3;
  font-size: 84.6%;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  box-shadow: 2px 0 0 0 #fff;
  display: block;
  position: relative;
}

.topicPath li span {
  height: 24px;
  padding: 0 4px 0 12px;
  background-color: #4d4d4d;
  font-size: 84.6%;
  line-height: 24px;
  text-decoration: none;
  color: white;
  box-shadow: 2px 0 0 0 #fff;
  display: block;
  position: relative;
}
.topicPath li a:before, .topicPath li a:after {
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: ' ';
}
.topicPath li span:before, .topicPath li span:after {
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: ' ';
}
.topicPath li a:before {
  border-left: 12px solid #fff;
  right: -14px;
  z-index: 1;
}
.topicPath li span:before {
  border-left: 12px solid #fff;
  right: -14px;
  z-index: 1;
}
.ie8 .topicPath li a:before {
  right: -13px;
}
.ie8 .topicPath li span:before {
  right: -13px;
}
.topicPath li a:after {
  border-left: 12px solid #4d4d4d;
  right: -12px;
  z-index: 2;
}
.topicPath li span:after {
  border-left: 12px solid #4d4d4d;
  right: -12px;
  z-index: 2;
}
.topicPath .current {
  max-width: 100%;
  margin-right: 0;
  padding-right: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.topicPath .current a {
  background-color: #4d4d4d;
}
.topicPath .current span {
  background-color: #4d4d4d;
}
.topicPath .current a:before {
  border: none;
}
.topicPath .current span:before {
  border: none;
}
.topicPath .current a:after {
  border-left-color: #b3b3b3;
}
.topicPath .current span:after {
  border-left-color: #b3b3b3;
}
.csstransforms .topicPath li a {
  box-shadow: none;
}
.csstransforms .topicPath li span {
  box-shadow: none;
}
.csstransforms .topicPath li a:before, .csstransforms .topicPath li a:after {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: none;
  -webkit-transform: scale(0.7) rotate(45deg);
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -o-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
}
.csstransforms .topicPath li span:before, .csstransforms .topicPath li span:after {
  width: 24px;
  height: 24px;
  background-color: white;
  border: none;
  -webkit-transform: scale(0.7) rotate(45deg);
  -moz-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  -o-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
}
.csstransforms .topicPath li a:before {
  background-color: #fff;
  z-index: -2;
}
.csstransforms .topicPath li span:before {
  background-color: #fff;
  z-index: -2;
}
.csstransforms .topicPath li a:after {
  background-color: #b3b3b3;
  z-index: -1;
}
.csstransforms .topicPath li span:after {
  background-color: #b3b3b3;
  z-index: -1;
}
.csstransforms .topicPath .current a:after {
  background-color: #4d4d4d;
}
.csstransforms .topicPath .current span:after {
  background-color: #4d4d4d;
}

@media (min-width: 768px) {
  .news {
    margin: 40px 0 80px;
  }
}
.contentHeading {
  margin-bottom: 1em;
  padding-bottom: .2em;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .contentHeading {
    font-size: 184.6%;
  }
}
#personFilter {
  height: 40px;
  margin-bottom: 32px;
  position: relative;
}
#personFilter .controller {
  width: 38px;
  height: 38px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0;
  z-index: 1;
}
#personFilter .controller a {
  width: 100%;
  height: 100%;
  font-size: 176.9%;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  color: #333333;
  display: block;
}
#personFilter .prev {
  left: 0;
}
#personFilter .next {
  right: 0;
}
#personFilter .prev.not a, #personFilter .next.not a {
  color: #e6e6e6;
  cursor: default;
}
#personFilter .viewport {
  margin: 0 40px;
  height: 38px;
  background-color: #e6e6e6;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
#personFilter .slideWrap {
  width: 9999px;
  position: relative;
}
#personFilter ul {
  position: absolute;
  top: 0;
  left: 0;
}
#personFilter ul.transition {
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
#personFilter li {
  padding: 4px 8px;
  float: left;
}
#personFilter li a {
  padding: 0 1.5em;
  background-color: #fff;
  text-decoration: none;
  line-height: 30px;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
}
#personFilter .is_active {
  background-color: #cccccc;
}

.newsArticle {
  margin: 32px 0 16px;
  padding: 32px 3%;
  border: 1px solid gray;
  position: relative;
}
.newsArticle .new {
  padding: 0 1em;
  background-color: #f00;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
}
.newsArticle .newsHeading {
  margin-bottom: .5em;
}
.newsArticle .newsHeading strong {
  margin-right: .2em;
  padding: .2em .8em;
  background-color: gray;
  vertical-align: top;
  color: #fff;
  display: inline-block;
}
.newsArticle .newsHeading span {
  font-size: 146.2%;
}
.newsArticle .date {
  margin-bottom: 1em;
  font-size: 92.3%;
}
.newsArticle .personTag {
  margin-bottom: 24px;
}
.newsArticle .personTag li {
  margin: 0 1em 8px 0;
  padding: .3em 1em;
  background-color: #e6e6e6;
  font-size: 84.6%;
  display: inline-block;
}
.newsArticle .personTag .menu_a {
  background-color: #87cefa;
}
.newsArticle .personTag .menu_b {
  background-color: #7cfc00;
}
.newsArticle .personTag .menu_c {
  background-color: #ff0;
}
.newsArticle .personTag .menu_d {
  background-color: #ffa500;
}
.newsArticle figure {
  width: 45%;
  margin: 0 0 16px 4%;
  float: right;
}
.newsArticle figure img {
  max-width: 100%;
}
.newsArticle .newsBodyWrap {
  clear: left;
}
.newsArticle .newsBodyWrap p {
  margin-bottom: 1em;
  font-size: 92.3%;
}
.newsArticle .newsBodyWrap .catch {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  font-size: 115.4%;
  border-bottom: 1px dotted gray;
}

@media (min-width: 768px) {
  figure + .newsBodyWrap .catch {
    width: 51%;
  }
}
.articleSocial {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid #e6e6e6;
  float: left;
}
.articleSocial li {
  font-size: 146.2%;
  line-height: 1;
  float: left;
}
.articleSocial li + li {
  margin-left: 24px;
}
.articleSocial a {
  text-decoration: none;
  display: inline-block;
}

.noticeLogin {
  margin-top: 24px;
  padding: 24px;
  background-color: #e6e6e6;
  font-size: 92.3%;
  text-align: center;
  border: 1px solid #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noticeLoginPhoto {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #e6e6e6;
  font-size: 92.3%;
  text-align: center;
  border: 1px solid #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  figure + .newsBodyWrap + .noticeLogin {
    width: 51%;
  }
}
.newsList {
  margin-bottom: 48px;
  border-top: 1px dotted gray;
}

.newsItem {
  border-bottom: 1px dotted gray;
  position: relative;
}
.newsItem a {
  padding: 24px 16px 16px;
  text-decoration: none;
  color: #000;
  display: block;
}
.newsItem a:hover {
  opacity: .7;
}
.newsItem a h3 {
  text-decoration: underline;
}
.newsItem .new {
  padding: 0 1em;
  background-color: #f00;
  font-size: 84.6%;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.newsItem h3 {
  margin-bottom: .4em;
}
.newsItem h3 strong {
  margin-right: .2em;
  padding: .1em .8em;
  background-color: gray;
  font-size: 92.3%;
  vertical-align: top;
  color: #fff;
  display: inline-block;
}
.newsItem h3 span {
  font-size: 115.4%;
}
.newsItem .date {
  margin: .1em 0 8px;
  font-size: 92.3%;
  float: left;
}
.newsItem .personTag {
  margin: 0 -.7em 0 7.5em;
}
.newsItem .personTag li {
  margin: 0 .7em 8px 0;
  padding: .2em 1em;
  background-color: #e6e6e6;
  font-size: 76.9%;
  display: inline-block;
}
.newsItem .personTag .menu_a {
  background-color: #87cefa;
}
.newsItem .personTag .menu_b {
  background-color: #7cfc00;
}
.newsItem .personTag .menu_c {
  background-color: #ff0;
}
.newsItem .personTag .menu_d {
  background-color: #ffa500;
}
.newsItem .period {
  font-size: 92.3%;
}
.newsItem img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .newsItem .newsItemInner {
    width: 77%;
    float: left;
  }
  .newsItem figure {
    width: 20%;
    float: right;
  }
}
@media (max-width: 767px) {
  .newsItem figure {
    margin-top: 1em;
  }
  .newsItem figure {
    max-width: 320px;
  }
}
.pager {
  margin-bottom: 16px;
  text-align: center;
}
.pager li {
  font-size: 115.4%;
  display: inline-block;
}
.pager li a, .pager li span {
  text-decoration: none;
  border: 1px solid #cccccc;
  display: block;
}
.pager li a {
  background-color: #4d4d4d;
  color: #fff;
}
.pager .pagerCurrent span {
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) {
  .pager li {
    margin: 0 .5em;
  }
  .pager li a, .pager li span {
    padding: .3em .8em;
  }
}
footer {
  padding: 20px 0;
  /* background-color: #000; */
  color: #666666;
  background-color: rgba(255, 240, 240, 0);
}
footer a:link, footer a:visited {
  color: #666666;
}
footer a:hover, footer a:active {
  color: #fff;
}
footer nav ul {
  margin-bottom: 2em;
  text-align: center;
}
footer nav li {
  margin: 0 1em .5em;
  font-size: 92.3%;
  display: inline-block;
}

.copyright {
  font-size: 84.6%;
  text-align: center;
}

.pageTop {
  max-width: 1000px;
  margin: 10px auto 20px;
  padding: 0 8px;
  text-align: right;
}
.pageTop a {
  color: #666;
}

.toMypage {
  max-width: 1000px;
  margin: 10px auto 0px;
  padding: 0 8px;
  text-align: center;
}
.toMypage a {
  color: #666;
}

.paymentMsg {
    margin-bottom:10px;
}

/* __1-1. xxxxx - yyyyy
---------------------------------------------------- */
/*=====================================================
__. clearfix
=====================================================*/
.inner,
.topicPath ul,
#personFilter ul,
.newsArticle,
.newsItem a,
.newsItem .personTag,
.clearfix {
  zoom: 1;
}
.inner:before, .inner:after,
.topicPath ul:before,
.topicPath ul:after,
#personFilter ul:before,
#personFilter ul:after,
.newsArticle:before,
.newsArticle:after,
.newsItem a:before,
.newsItem a:after,
.newsItem .personTag:before,
.newsItem .personTag:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.inner:after,
.topicPath ul:after,
#personFilter ul:after,
.newsArticle:after,
.newsItem a:after,
.newsItem .personTag:after,
.clearfix:after {
  clear: both;
}

@media (max-width: 767px) {
  header {
    background-color: #ADD8E6;
    position: relative;
    z-index: 10;
  }

  .siteHeading {
    font-size: 130.8%;
    color: #fff;
    float: left;
  }
  .siteHeading.forPc {
    display: none;
  }

  .header_main {
    padding: 8px 0;
  }

  .h_official {
    float: right;
  }
  .h_official h2 {
    margin-bottom: .2em;
    font-size: 76.9%;
    color: #fff;
  }
  .h_official p {
    width: 33.3333%;
    float: left;
  }
  .h_official a {
    padding: .1em 0;
    background-color: #fff;
    font-size: 130.8%;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  .h_official a:before {
    color: #000;
  }

  #header_user {
    margin: 0 -8px;
    background-color: #e6e6e6;
    padding: 8px 8px;
    /*
    		dt {
    			padding: .4em 32px .4em 0;
    			cursor: pointer;
    			position: relative;
    			&:after {
    				width: 10px;
    				height: 10px;
    				margin: auto;
    				border-right: 2px solid $black40;
    				border-bottom: 2px solid $black40;
    				display: block;
    				position: absolute;
    				top: 0;
    				right: 8px;
    				bottom: 0;
    				content: '';
    				@include transform(translateY(-3px) rotateZ(45deg));
    				.userOpen & {
    					@include transform(translateY(3px) rotateZ(-135deg));
    				}
    			}
    		}
    		dd {
    			font-size: $fs2down;
    			.userOpen & {
    				border-top: 1px solid $black70;
    			}
    			p {
    				height: 0;
    				line-height: 1.5rem;
    				overflow: hidden;
    				@include transition(all .3s ease-out);
    				.userOpen & {
    					height: 1.5rem;
    				}
    			}
    		}
    */
  }
  #header_user dt {
    margin-right: 1.5em;
    font-size: 92.3%;
    float: left;
  }
  #header_user dd {
    padding-top: .2em;
    font-size: 84.6%;
    float: left;
  }
  #header_user dd p {
    margin-right: 1em;
    float: left;
  }

  #navSwitcher {
    padding: 12px 8px;
    background-color: #666666;
    position: relative;
    z-index: 9;
  }
  #navSwitcher a {
    width: 30px;
    height: 18px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: relative;
  }
  .menuOpen #navSwitcher a {
    height: 22px;
    border: none;
  }
  #navSwitcher span {
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .menuOpen #navSwitcher .l {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOpen #navSwitcher .r {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mainNav {
    position: relative;
    z-index: 1001;
  }
  #mainNav ul {
    width: 100%;
    padding: 0;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
  }
  #mainNav ul a {
    padding: 0 8px;
    font-size: 107.7%;
    text-align: center;
    text-decoration: none;
    line-height: 2.5rem;
    border-top: 1px solid #b3b3b3;
    display: block;
  }
  #mainNav ul a:link, #mainNav ul a:visited {
    color: #fff;
  }
  #mainNav ul a:hover, #mainNav ul a:active {
    color: #fff;
  }
  #mainNav ul li {
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuOpen #mainNav ul li {
    height: 2.5rem;
  }

  .contentHeading {
    font-size: 146.2%;
  }

  .news {
    margin: 24px 0 64px;
  }

  .newsArticle .newsArticleInner {
    width: 100%;
  }
  .newsArticle figure {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    position: static;
  }
  .newsArticle figure img {
    max-height: 320px;
  }

  .pager li {
    margin: 0 .2em;
  }
  .pager li a, .pager li span {
    padding: .2em .7em;
  }
  .pager .pagerOther {
    display: none;
  }



  /*=====================================================
  __. clearfix
  =====================================================*/
  .header_main,
  #header_user {
    zoom: 1;
  }
  .header_main:before, .header_main:after,
  #header_user:before,
  #header_user:after {
    content: " ";
    display: table;
  }
  .header_main:after,
  #header_user:after {
    clear: both;
  }
}
.content {
  margin: 32px 0 16px;
  padding: 32px 3%;
  border: 1px solid gray;
}
.content + .contentHeading {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .mainSection {
    margin: 40px 0 80px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }

  div.mainSection {
    margin-top: 0;
  }
  div.mainSection .content {
    margin-top: 24px;
  }

  .mainColumn {
    width: 75%;
    margin-top: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }

  .subColumn {
    width: 20%;
    margin: 24px 0 80px;
    float: left;
  }

  .spOnly {
    display: none;
  }
}
@media (max-width: 767px) {
  .news {
    margin: 24px 0 64px;
  }

  .pcOnly {
    display: none;
  }
}
/*=====================================================
person tag
=====================================================*/
.personTag li {
  margin: 0 1em 8px 0;
  padding: .3em 1em;
  background-color: #e6e6e6;
  font-size: 84.6%;
  display: inline-block;
}
.personTag img {
  vertical-align: middle;
}
.personTag .menu_a {
  background-color: #87cefa;
}
.personTag .menu_b {
  background-color: #7cfc00;
}
.personTag .menu_c {
  background-color: #ff0;
}
.personTag .menu_d {
  background-color: #ffa500;
}
.personTag .useImage {
  padding: 0;
}

/*=====================================================
ie8 icon font
=====================================================*/
.ie8 [class^="icon_"]:before, .ie8 [class*=" icon_"]:before {
  width: 24px;
  height: 20px;
  background: url(/common/img/ico_iconfont.gif) no-repeat;
  content: '';
}
.ie8 .icon_home:before {
  background-position: 0 -114px;
}
.ie8 .icon_fb:before {
  background-position: 0 -38px;
}
.ie8 .h_official .icon_fb:before {
  background-position: 0 -152px;
}
.ie8 .icon_twitter:before {
  background-position: 0 -76px;
}
.ie8 .h_official .icon_twitter:before {
  background-position: 0 -190px;
}

/*=====================================================
clearfix
=====================================================*/
.content,
.mainSection,
.personTag {
  zoom: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.content:before, .content:after,
.mainSection:before,
.mainSection:after,
.personTag:before,
.personTag:after {
  content: " ";
  display: table;
}
.content:after,
.mainSection:after,
.personTag:after {
  clear: both;
}


/*=====================================================
order history
=====================================================*/
a.orderHistory_btn {
  margin: 0 auto;
  padding: .8em 1em;
  text-align: center;
  text-decoration: none;
  display: block;
}

.orderDetail_wrap {
  margin-bottom: 32px;
}

.orderDetail dt {
  margin-bottom: .5em;
  padding: .4em 1em;
  background-color: #e7f3f9;
  font-weight: bold;
}
.orderDetail dd {
  margin-bottom: 1.5em;
  padding: 0 1em 0 2em;
}

.orderItem_wrap {
  margin-bottom: 32px;
}
.orderItem_wrap figcaption {
  margin-bottom: 1em;
  font-size: 115.4%;
  border-bottom: 1px solid;
}

.orderItems .total strong {
  font-weight: inherit;
}

.orderDecided figcaption {
  color: #00f;
}

.orderCanceled figcaption {
  color: #f00;
}

.orderTotal {
  margin: 40px 0;
}

.customerInfo {
  margin-bottom: 16px;
}

.customerInfo_body {
  padding: 1em 1em 0;
  border: 1px solid #000;
}
.customerInfo_body p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .orderHistory {
    width: 100%;
  }
  .orderHistory th, .orderHistory td {
    padding: .8em .5em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #39c;
  }
  .orderHistory th {
    font-weight: bold;
  }

  .orderHistory_colDate {
    min-width: 10em;
  }

  .orderHistory_colState {
    min-width: 6em;
  }

  .orderHistory_colItem {
    min-width: auto;
  }

  .orderHistory_colPrice {
    min-width: 8em;
  }

  .orderHistory_colBtn {
    min-width: 8em;
  }

  .orderHistory_df {
    display: none;
  }

  .orderDetail {
    width: 48%;
    float: right;
  }
  .orderDetail:first-child {
    float: left;
  }

  .orderItems {
    width: 100%;
  }
  .orderItems tbody {
    border-bottom: 1px solid #b3b3b3;
  }
  .orderItems th, .orderItems td {
    padding: .8em .5em;
    text-align: left;
    vertical-align: top;
  }
  .orderItems th {
    font-weight: bold;
  }
  .orderItems .quantity {
    text-align: center;
  }
  .orderItems .price {
    text-align: right;
  }
  .orderItems .total td {
    font-weight: bold;
  }

  .orderItem_group td,
  .orderItem_other td {
    border-top: 1px solid #b3b3b3;
  }

  .orderItem_announce td {
    padding-top: 0;
  }
  .orderItem_announce p {
    font-size: 92.3%;
  }

  .orderItem_id {
    width: 8%;
  }

  .orderItem_name {
    width: 22%;
  }

  .orderItem_standard {
    width: 13%;
  }

  .orderItem_point {
    width: 11%;
  }

  .orderItem_price {
    width: 13%;
  }

  .orderItem_numbe {
    width: 8%;
  }

  .orderItem_sum {
    width: 15%;
  }

  .orderItem_treat {
    width: 10%;
  }

  .orderItem_df {
    display: none;
  }

  .orderTotal {
    width: 70%;
    margin-left: 30%;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
  }
  .orderTotal td {
    padding: .8em .15em;
    font-size: 123.1%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333333;
  }

  .orderTotal_pointDf, .orderTotal_priceDf {
    background-color: #e6e6e6;
  }

  .orderTotal_point, .orderTotal_price {
    border-right: 1px solid #333333;
  }

  .orderTotal_pointDf {
    width: 27.14286%;
  }

  .orderTotal_point {
    width: 15.71429%;
  }

  .orderTotal_priceDf {
    width: 35.71429%;
  }

  .orderTotal_price {
    width: 21.42857%;
  }
}
@media (max-width: 767px) {
  a.orderHistory_btn {
    max-width: 75%;
  }

  .orderHistory {
    display: block;
  }
  .orderHistory thead {
    display: none;
  }
  .orderHistory tbody, .orderHistory th, .orderHistory tr, .orderHistory td {
    display: block;
  }
  .orderHistory tr {
    margin-bottom: 16px;
    border-bottom: 1px solid #39c;
  }
  .orderHistory th, .orderHistory td {
    margin-bottom: 16px;
  }

  .orderHistory_df {
    font-weight: bold;
    font-style: normal;
  }

  .orderHistory_detail {
    margin-left: 1em;
  }

  .orderItems {
    display: block;
  }
  .orderItems thead {
    display: none;
  }
  .orderItems tbody, .orderItems th, .orderItems tr, .orderItems td {
    display: block;
  }
  .orderItems .total td {
    font-weight: bold;
  }
  .orderItems .total strong {
    font-size: 115.4%;
  }

  .orderItem_group {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .orderDecided .orderItem_group {
    border-bottom: 3px solid #39c;
  }
  .orderCanceled .orderItem_group {
    border-bottom: 3px solid #f00;
  }
  .orderItem_group .quantity,
  .orderItem_group .price {
    margin-top: -1px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }

  .orderItem_announce {
    margin: -19px 0 16px;
    padding-bottom: 16px;
    border-top: 3px solid #fff;
  }
  .orderItem_announce p {
    font-size: 92.3%;
  }
  .orderDecided .orderItem_announce {
    border-bottom: 3px solid #39c;
  }
  .orderCanceled .orderItem_announce {
    border-bottom: 3px solid #f00;
  }

  .orderItem_df {
    padding: .6em .4em;
    font-weight: bold;
    font-style: normal;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .orderItem_group td .orderItem_df {
    width: 28%;
  }
  .orderItem_group .quantity .orderItem_df, .orderItem_group .price .orderItem_df {
    width: 70%;
  }
  .orderDecided .quantity .orderItem_df, .orderDecided .price .orderItem_df {
    background-color: #e7f3f9;
  }
  .orderCanceled .quantity .orderItem_df, .orderCanceled .price .orderItem_df {
    background-color: #fff0f0;
  }

  .orderItem_detail {
    padding: .6em .4em;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .quantity .orderItem_detail, .price .orderItem_detail {
    text-align: right;
  }
  .orderItem_group td .orderItem_detail {
    width: 72%;
  }
  .orderItem_group .quantity .orderItem_detail, .orderItem_group .price .orderItem_detail {
    width: 30%;
  }

  .orderItem_other {
    margin-bottom: 0;
  }
  .orderItem_other td {
    margin-top: -1px;
    padding: .6em .4em;
    background-color: #fff;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .orderItem_other td:nth-child(odd) {
    width: 70%;
    font-weight: bold;
    border-left: 1px solid #333333;
  }
  .orderDecided .orderItem_other td:nth-child(odd) {
    background-color: #cee7f3;
  }
  .orderCanceled .orderItem_other td:nth-child(odd) {
    background-color: #ffd6d6;
  }
  .orderItem_other td:nth-child(even) {
    width: 30%;
    text-align: right;
    border-right: 1px solid #333333;
  }
  .orderItem_other td:empty {
    display: none;
  }

  .orderTotal {
    border: 3px double #333333;
    display: block;
  }
  .orderTotal tbody, .orderTotal tr, .orderTotal td {
    display: block;
  }
  .orderTotal td {
    padding: .8em .5em;
    font-size: 115.4%;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .orderTotal_pointDf, .orderTotal_priceDf {
    width: 70%;
    background-color: #e6e6e6;
  }

  .orderTotal_point, .orderTotal_price {
    width: 30%;
    text-align: right;
  }

  .orderTotal_priceDf, .orderTotal_price {
    border-top: 1px solid #333333;
  }
}