@charset "UTF-8";
/*--------------------
	Mixin
--------------------*/
/*--------------------
	common
--------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
body ::selection {
  background: #0099FF;
  /* Safari */
}
body ::-moz-selection {
  background: #0099FF;
  /* Firefox */
}

button {
  cursor: pointer;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.tbl {
  display: table;
}

.cell {
  display: table-cell;
}

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

button {
  padding: 0;
  border: none;
  color: none;
}

img {
  vertical-align: bottom;
}

/*--------------------
	 変数
--------------------*/
.sp-hide {
  display: block;
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-hide {
    display: none;
  }

  .pc-hide {
    display: block;
  }
}
/*--------------------
	header
--------------------*/
header h1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  header h1 {
    position: relative;
    z-index: 9999;
    left: 0%;
  }
}
header h1 #shadow {
  width: 820px;
  padding-bottom: 23px;
  background: url("../images/common/bg_header_shadow.png") no-repeat left bottom;
}
@media screen and (max-width: 640px) {
  header h1 #shadow {
    width: 100%;
  }
}
header h1 #btn_menu {
  width: 12%;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
}

/*--------------------
	footer
--------------------*/
footer .inner {
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #9A9A9A;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  footer .inner {
    width: 100%;
    border-top: none;
    padding-top: 10px;
  }
}
footer .inner .copy {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  footer .inner .copy {
    font-size: 10px;
  }
}

/*--------------------
	Content
--------------------*/
#wraper {
  width: 820px;
  margin: 0 auto;
  background: url("../images/common/bg_nav_pc.jpg") repeat-y left top;
}
@media screen and (max-width: 640px) {
  #wraper {
    width: 100%;
    overflow: hidden;
    background: none;
    position: relative;
    z-index: 1;
  }
}

/* サイドナビゲーション */
nav {
  width: 156px;
  height: 100%;
  min-height: 100%;
  padding-left: 15px;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  nav {
    width: 62.5%;
    padding: 0;
    background: #7e7d7e;
    position: absolute;
    z-index: 1000;
    left: 100%;
    top: 0%;
  }
}
nav ul li {
  font-size: 13px;
  line-height: 1.8em;
}
@media screen and (max-width: 640px) {
  nav ul li {
    font-size: 12px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
  }
  nav ul li:first-child {
    height: 52px;
    line-height: 52px;
    background: #5b595a;
  }
  nav ul li:first-child a {
    border-bottom: none;
  }
  nav ul li:last-child {
    text-align: center;
  }
  nav ul li:last-child a {
    border-bottom: none;
    color: #fff;
  }
  nav ul li:last-child a span {
    display: inline-block;
  }
  nav ul li:last-child a span.square {
    width: 10px;
    height: 10px;
    margin-left: -20px;
    margin-right: 10px;
    position: relative;
    background: white;
  }
  nav ul li:last-child a span.square.cross {
    width: 2.5px;
  }
  nav ul li:last-child a span.square.cross::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: white;
  }
  nav ul li:last-child a span.square.batu {
    -moz-transform: rotate(45deg);
    /*45度回転。*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
nav ul li.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  nav ul li.mb30 {
    margin-bottom: 0;
  }
}
nav ul li.sub {
  margin-left: 20px;
}
nav ul li h1 {
  padding-left: 10px;
  padding-top: 30px;
}
nav a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 640px) {
  nav a {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    display: block;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
  }
}
nav a:hover {
  color: #0099ff;
}

/* コンテンツエリア */
#content {
  width: 664px;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  #content {
    width: 100%;
    padding-top: 0;
    position: relative;
    z-index: 9999;
    left: 0%;
    box-shadow: 0 0 20px rgba(40, 39, 39, 0.7);
  }
}
#content #inner {
  width: 584px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #content #inner {
    width: 100%;
  }
}
#content h3.title {
  color: #0000FF;
  border-bottom: 1px solid #0000FF;
  border-left: 10px solid #0000FF;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  #content h3.title.ttl_index {
    width: 100%;
    color: #fff;
    background: #0000fe;
    border: 0;
    padding: 25px 15px;
    font-weight: normal;
    text-align: center;
  }
  #content h3.title.ttl_index strong {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  #content h3.title.ttl_index.center {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #content h3.title.ttl_detail {
    width: 100%;
    color: #fff;
    background: #0099ff;
    border: 0;
    padding: 15px 15px 20px;
    font-weight: normal;
  }
  #content h3.title.ttl_detail strong {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  #content h3.title.ttl_detail.center {
    text-align: center;
  }
}
#content h3.title.ttl_relation {
  width: 90%;
  margin: 0 auto;
}
#content h4.title {
  font-size: 14px;
  color: #0066FF;
  margin-top: 20px;
  margin-bottom: 10px;
}
#content h4.title.last {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content h4.title {
    width: 93.75%;
    margin: 20px auto 10px;
    font-size: 13px;
    text-align: left;
  }
}
#content h4.title a {
  color: #0099FF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content h4.title a {
    display: block;
    margin-top: 5px;
  }
}
#content p strong {
  color: #0066FF;
}

/*--------------------
　各スモールトーク
--------------------*/
/*----- Top -----*/
#content.top h2 {
  width: 100%;
  text-align: center;
}

#content.top h2 img.sp-hide {
  display: inline;
}
@media screen and (max-width: 640px) {
  #content.top h2 {
    width: 90%;
    margin: 20px auto 0;
  }
  #content.top h2 img {
    width: 100%;
    height: auto;
  }
  #content.top h2 img.sp-hide {
  display: none;
}
}
#content.top p.catch {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #3366FF;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url("../images/top/bg_catch.jpg") repeat-x left top;
}
@media screen and (max-width: 640px) {
  #content.top p.catch {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background-size: contain;
  }
}
#content.top #gaia_visual {
  width: 100%;
  text-align: center;
}
#content.top #gaia_visual img.sp-hide {
  display: inline;
}
@media screen and (max-width: 640px) {
  #content.top #gaia_visual {
    overflow: hidden;
  }
  #content.top #gaia_visual img {
    width: 110%;
    height: auto;
  }
  #content.top #gaia_visual img.sp-hide {
  display: none;
  }
}
#content.top #topics {
  width: 652px;
  margin: 10px auto;
}
@media screen and (max-width: 640px) {
  #content.top #topics {
    width: 100%;
  }
}
#content.top #topics h4 {
  width: 130px;
  font-size: 14px;
  color: #FF6633;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content.top #topics h4 {
    width: 100%;
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin: 20px 0;
  }
}
#content.top #topics ul {
  width: 522px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #content.top #topics ul {
    width: 100%;
    display: block;
    padding-top: 10px;
    border-top: 1px dotted #0099ff;
  }
}
@media screen and (max-width: 640px) {
  #content.top #topics ul li {
    width: 96%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0099ff;
  }
#content.top #topics ul li div {
    width: 96%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
	float:none !important;
}
}
#content.top #topics ul time {
  padding-right: 10px;
}
#content.top #topics ul li div {
	width:442px;
	float:right;
}
#content.top #topics ul a {
  color: #0099FF;
  font-weight: bold;
}
#content.top #bnr_smalltalk_sp {
  width: 96%;
  margin: 20px auto;
  border: 2px solid #0099ff;
  padding: 10px;
}
#content.top #bnr_smalltalk_sp p {
  font-size: 12px;
  text-align: right;
}
#content.top #bnr_smalltalk_sp a {
  color: #000000;
  text-decoration: none;
}
#content.top #bnr_smalltalk_pc {
  width: 600px;
  margin: 20px auto;
  padding: 35px 10px 10px;
  border-top: 1px solid #9A9A9A;
}
#content.top #bnr_smalltalk_pc p {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
#content.top #bnr_smalltalk_pc a {
  color: #000000;
  text-decoration: none;
}
#content.top #feature {
  width: 652px;
  margin: 10px auto;
}
@media screen and (max-width: 640px) {
  #content.top #feature {
    width: 100%;
  }
}
#content.top #feature h3 {
  width: 100%;
  padding: 5px 0;
  color: #fff;
  background: #0099FF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content.top #feature h3 {
    padding: 15px 0;
    font-size: 12px;
  }
}
#content.top #feature ul {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #content.top #feature ul {
    width: 96%;
    margin: 0 auto;
  }
}
#content.top #feature ul li {
  width: 20%;
  float: left;
  margin: 10px 0 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content.top #feature ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  #content.top #feature ul li:nth-child(even) {
    margin-left: 2%;
  }
}
#content.top #feature ul li img {
  width: 96%;
}
#content.top #feature ul li p {
  width: 96%;
  margin: 5px auto 0;
  font-size: 12px;
  text-align: left;
}
#content.top #feature ul li p strong {
  color: #0099FF;
}

/*----- News -----*/
#content.news ul#history {
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  #content.news ul#history {
    padding: 0 10px;
  }
}
#content.news ul#history li {
  width: 25%;
  float: left;
}
@media screen and (max-width: 640px) {
  #content.news ul#history li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }
}
#content.news ul#history li a {
  color: #0099FF;
  font-weight: bold;
}
#content.news ul#history li a:hover {
  color: #FF33FF;
  text-decoration: none;
}
#content.news h4.current_yaer {
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.news h4.current_yaer {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}
#content.news #news_list ul {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul {
    border-top: 2px solid #dddbde;
  }
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul li {
    border-bottom: 2px solid #dddbde;
  }
}
#content.news #news_list ul li dl {
  width: 100%;
  display: table;
  margin-top: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul li dl {
    margin: 0;
  }
}
#content.news #news_list ul li dl dt {
  width: 100px;
  display: table-cell;
  text-align: center;
  color: #fff;
  background: #6699FF;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul li dl dt {
    width: 30%;
    font-size: 12px;
    padding: 10px 0;
    background: #0099ff;
    vertical-align: middle;
  }
#content.news #news_list ul li dl dd div {
	width:90% !important;
	float:right;
}
}
#content.news #news_list ul li dl dd {
  width: 500px;
  display: table-cell;
  padding: 4px;
  font-size: 12px;
}
#content.news #news_list ul li dl dd div {
	width:98%;
	float:right;
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul li dl dd {
    width: 70%;
    padding: 10px 15px;
    font-size: 11px;
    font-weight: normal;
  }
}
#content.news #news_list ul li dl dd a {
  color: #0099FF;
  padding-left: 5px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.news #news_list ul li dl dd a {
    text-decoration: none;
    display: block;
  }
}

/*----- Products -----*/
#content.products h2 {
  width: 100%;
  text-align: center;
}
#content.products h2 img.sp-hide {
  display: inline;
}
@media screen and (max-width: 640px) {
  #content.products h2 {
    width: 80%;
    margin: 20px auto;
  }
  #content.products h2 img {
    width: 100%;
    height: auto;
  }
  #content.products h2 img.sp-hide {
  display: none;
}
}
#content.products #products_visual {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  #content.products #products_visual img {
    width: 100%;
    height: auto;
  }
}
#content.products #attention {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #content.products #attention {
    border-top: 2px solid #959595;
    width: 93.75%;
  }
}
#content.products #attention li {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.products #attention li {
    width: 100%;
    float: none;
    font-size: 14px;
    background: url("../images/products/img_arrow.png") no-repeat 98% center;
    background-size: 3%;
    border-left: 2px solid #959595;
    border-right: 2px solid #959595;
    border-bottom: 2px solid #959595;
    text-align: left;
  }
}
#content.products #attention li a {
  padding-left: 10px;
  background: url("../images/products/img_arrow.png") no-repeat left center;
  background-size: 5%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.products #attention li a {
    width: 100%;
    padding: 10px;
    display: inline-block;
    background: none;
    text-decoration: none;
  }
  #content.products #attention li a strong {
    display: none;
  }
}
#content.products #products_feature {
  width: 650px;
  margin: 10px auto;
  background: url("../images/products/bg_catch.jpg") repeat-x left top;
  background-size: contain;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  #content.products #products_feature {
    width: 93.75%;
    margin: 20px auto;
    padding-bottom: 10px;
    background: none;
    border: 2px solid #959595;
  }
}
#content.products #products_feature li {
  width: 20%;
  padding-left: 10px;
  float: left;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #content.products #products_feature li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
#content.products #products_feature li:before {
  content: "‖";
  color: #0066FF;
  padding-right: 5px;
}
@media screen and (max-width: 640px) {
  #content.products #products_feature li:before {
    content: "";
    padding-left: 0;
  }
}
#content.products #products_feature li a {
  color: #0066FF;
}
@media screen and (max-width: 640px) {
  #content.products #products_feature li a {
    text-decoration: none;
  }
}
#content.products h4 {
  width: 650px;
  margin: 20px auto;
  padding-left: 5px;
  font-size: 14px;
  color: #0066FF;
  font-weight: bold;
}
#content.products .exp_detail {
  width: 650px;
  margin: 10px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #9A9A9A;
}
@media screen and (max-width: 640px) {
  #content.products .exp_detail {
    width: 93.75%;
    margin: 20px auto;
  }
  #content.products .exp_detail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#content.products .exp_detail.last {
  border-bottom: none;
}
#content.products .exp_detail p {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  #content.products .exp_detail p {
    padding-left: 0;
  }
}
#content.products .exp_detail p strong {
  color: #FF33FF;
}
#content.products .exp_detail .txt_left {
  width: 80%;
  float: left;
}
@media screen and (max-width: 640px) {
  #content.products .exp_detail .txt_left {
    width: 100%;
    float: none;
  }
}
#content.products .exp_detail .img_right {
  width: 20%;
  float: right;
}
@media screen and (max-width: 640px) {
  #content.products .exp_detail .img_right {
    width: 100%;
    float: none;
  }
}

/*----- Products - 見どころ -----*/
#content.products-spot p.catch {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-spot p.catch {
    width: 93.75%;
    margin: 20px auto;
  }
}
#content.products-spot p.catch strong {
  color: #407EFF;
  padding-left: 5px;
}
#content.products-spot h4 {
  width: 100%;
  background: #0099FF;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 1px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #content.products-spot h4 {
    width: 93.75%;
    margin: 20px auto;
    font-size: 12px;
  }
}
#content.products-spot ul.img_list {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  #content.products-spot ul.img_list {
    width: 93.75%;
    margin: 20px auto;
  }
}
#content.products-spot ul.img_list li {
  width: 25%;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content.products-spot ul.img_list li {
    width: 50%;
    margin: 0 auto 15px;
  }
}
#content.products-spot ul.img_list li p {
  text-align: left;
  padding: 0 7px;
  margin-top: 5px;
  font-size: 12px;
}
#content.products-spot ul.img_list li p strong {
  color: #0000FF;
}
#content.products-spot .enjoy_detail {
  width: 100%;
  margin: 10px auto 30px;
}
@media screen and (max-width: 640px) {
  #content.products-spot .enjoy_detail {
    width: 93.75%;
    margin: 20px auto;
  }
  #content.products-spot .enjoy_detail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#content.products-spot .enjoy_detail.last {
  border-bottom: none;
}
#content.products-spot .enjoy_detail p {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-spot .enjoy_detail p {
    padding-left: 0;
  }
}
#content.products-spot .enjoy_detail p strong {
  color: #0000FF;
}
#content.products-spot .enjoy_detail .txt_left {
  width: 440px;
  float: left;
}
#content.products-spot .enjoy_detail .txt_left a {
  color: #0099FF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.products-spot .enjoy_detail .txt_left {
    width: 100%;
    float: none;
  }
  #content.products-spot .enjoy_detail .txt_left p {
    margin-bottom: 30px;
  }
}
#content.products-spot .enjoy_detail .img_right {
  width: 130px;
  float: right;
}
@media screen and (max-width: 640px) {
  #content.products-spot .enjoy_detail .img_right {
    width: 100%;
    float: none;
  }
}

/*----- Products - 使いこなす -----*/
#content.products-howtoplay p.catch {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay p.catch {
    width: 93.75%;
    margin: 20px auto;
  }
}
#content.products-howtoplay p.catch strong {
  color: #407EFF;
}
#content.products-howtoplay h4 {
  width: 100%;
  background: #0099FF;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 1px 0 1px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay h4 {
    width: 93.75%;
    margin: 20px auto;
    padding: 1px 0;
    text-align: center;
    font-size: 12px;
  }
}
#content.products-howtoplay .img_playnow {
  width: 584px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay .img_playnow {
    width: 93.75%;
    margin: 20px auto 40px;
  }
}
#content.products-howtoplay .img_playnow img {
  width: 100%;
  height: auto;
}
#content.products-howtoplay .howtoplay_detail {
  width: 100%;
  margin: 10px auto 30px;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay .howtoplay_detail {
    width: 93.75%;
    margin: 20px auto;
  }
  #content.products-howtoplay .howtoplay_detail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#content.products-howtoplay .howtoplay_detail p {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay .howtoplay_detail p {
    padding-left: 0;
  }
}
#content.products-howtoplay .howtoplay_detail p strong {
  color: #0099FF;
  font-size: 16px;
}
#content.products-howtoplay .howtoplay_detail .txt_left {
  width: 400px;
  float: left;
}
#content.products-howtoplay .howtoplay_detail .txt_left a {
  color: #0099FF;
  font-weight: bold;
}
#content.products-howtoplay .howtoplay_detail .txt_left .sp-hide {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay .howtoplay_detail .txt_left {
    width: 100%;
    float: none;
  }
  #content.products-howtoplay .howtoplay_detail .txt_left p {
    margin-bottom: 30px;
  }
  #content.products-howtoplay .howtoplay_detail .txt_left p .sp-hide {
    display: none;
  }
  #content.products-howtoplay .howtoplay_detail .txt_left p .pc-hide {
    display: inline-block;
  }
}
#content.products-howtoplay .howtoplay_detail .img_right {
  width: 165px;
  float: right;
}
@media screen and (max-width: 640px) {
  #content.products-howtoplay .howtoplay_detail .img_right {
    width: 100%;
    float: none;
  }
}

/*----- Products - 体験&ご購入 -----*/
#content.products-shop h4 {
  font-size: 14px;
  color: #0066FF;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0066FF;
}
@media screen and (max-width: 640px) {
  #content.products-shop h4 {
    margin-top: 20px;
    text-align: center;
  }
}
#content.products-shop p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
}
@media screen and (max-width: 640px) {
  #content.products-shop p {
    width: 93.75%;
    margin: 0 auto;
    font-size: 12px;
  }
  #content.products-shop p.last {
    margin-bottom: 50px;
  }
}
#content.products-shop p strong {
  color: #0099FF;
}
#content.products-shop .btn_sale {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content.products-shop .btn_sale a {
  color: #fff;
  text-decoration: none;
  padding: 3px 20px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #0083FF;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, #00ABFF, #0083FF 89%, #0044FF);
  background-image: -moz-linear-gradient(top, #00ABFF, #0083FF 89%, #0044FF);
  background-image: -o-linear-gradient(top, #00ABFF, #0083FF 89%, #0044FF);
  background-image: -ms-linear-gradient(top, #00ABFF, #0083FF 89%, #0044FF);
  background-image: linear-gradient(to bottom, #00ABFF, #0083FF 89%, #0044FF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083FF', endColorstr='#0044FF', GradientType=0)";
  text-shadow: 0 0 10px #000;
}
#content.products-shop .btn_sale a:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3) inset;
  background-color: #00B9B9;
  background-image: -webkit-linear-gradient(top, #0044FF, #0044FF 89%, #0044FF);
  background-image: -moz-linear-gradient(top, #0044FF, #0044FF 89%, #0044FF);
  background-image: -o-linear-gradient(top, #0044FF, #0044FF 89%, #0044FF);
  background-image: -ms-linear-gradient(top, #0044FF, #0044FF 89%, #0044FF);
  background-image: linear-gradient(to bottom, #0044FF, #0044FF 89%, #0044FF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044FF', endColorstr='#0044FF', GradientType=0)";
}
@media screen and (max-width: 640px) {
  #content.products-shop .btn_sale a {
    width: 96%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 4px solid #a6e2ff;
    box-shadow: none;
    background: #00ABFF;
    padding: 10px 15px;
    text-shadow: none;
  }
}

/*----- Products - シナリオ110番 -----*/
#content.products-scenario h4 {
  font-size: 14px;
  color: #0066FF;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-scenario h4 {
    width: 93.75%;
    margin: 20px auto 10px;
    font-size: 13px;
    text-align: left;
  }
}
#content.products-scenario h4 a {
  color: #0099FF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.products-scenario h4 a {
    display: block;
    margin-top: 5px;
  }
}
#content.products-scenario h4.last {
  margin-bottom: 30px;
}
#content.products-scenario p {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-scenario p {
    width: 93.75%;
    margin: 0 auto;
    font-size: 12px;
  }
  #content.products-scenario p.last {
    margin-bottom: 50px;
  }
}
#content.products-scenario p a {
  color: #0099FF;
  font-weight: bold;
}
#content.products-scenario p strong {
  color: #0099FF;
}

/*----- Products - カスタマイズ -----*/
@media screen and (max-width: 640px) {
  #content.products-jutaku h4, #content.products-jutaku p {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content.products-jutaku h4 a, #content.products-jutaku p a {
    display: inline-block;
  }
}

/*----- Products - サポート -----*/
#content.products-support p a {
  color: #0099FF;
  font-weight: bold;
}
#content.products-support p.catch {
  font-size: 12px;
}
#content.products-support p.catch a.pl13 {
  padding-left: 13px;
}
#content.products-support p.catch span.sp-hide {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #content.products-support p.catch span.pc-hide {
    display: inline-block;
  }
  #content.products-support p.catch span.sp-hide {
    display: none;
  }
}
#content.products-support #article {
  margin-bottom: 20px;
}
#content.products-support #article h4 {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  #content.products-support #article h4 {
    display: block;
  }
}
#content.products-support #article h5 {
  color: #666666;
  background: #EEEEFF;
  margin: 0;
  padding: 5px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  #content.products-support #article h5 {
    border-top: none;
    background: none;
    margin-bottom: 20px;
  }
}
#content.products-support #article h5 a {
  color: #0099FF;
}
#content.products-support #article p strong {
  color: #000;
  display: block;
}
#content.products-support #article p strong.mb20 {
  margin-bottom: 20px;
}
#content.products-support #article p strong.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-support #article p strong {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#content.products-support #article p.mb40 {
  margin-bottom: 40px;
}
#content.products-support #article span.center {
  width: 100%;
  display: block;
  margin: 15px 0;
  text-align: center;
}
#content.products-support #article span.pink {
  color: #FF33FF;
}
#content.products-support #article span.orange {
  color: #FF6633;
}

/*----- Products - ガイアチャンネルのタイムトラベル -----*/
#content.products-time_travel .img_center {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#content.products-time_travel .img_center p {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
@media screen and (max-width: 640px) {
  #content.products-time_travel .img_center img {
    width: 100%;
    height: auto;
  }
}
#content.products-time_travel .mb30 {
  margin-bottom: 30px;
}

/*----- Products - ガイアチャンネルの核戦争シナリオ -----*/
#content.products-nuclear_war .img_center {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#content.products-nuclear_war .img_center p {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
@media screen and (max-width: 640px) {
  #content.products-nuclear_war .img_center img {
    width: 100%;
    height: auto;
  }
}
#content.products-nuclear_war p.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-nuclear_war p.mb20 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#content.products-nuclear_war p.mb20 a {
  color: #0099FF;
}

/*----- Products - メイン画面 -----*/
#content.products-mainview h3 {
  margin-left: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-mainview h3 {
    margin-left: 0;
  }
}
#content.products-mainview .img_mainview {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content.products-mainview .img_mainview img {
    width: 100%;
    height: auto;
  }
}
#content.products-mainview .img_mainview p {
  width: 100%;
  text-align: center;
  color: #0066FF;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
}

/*----- Products - バージョン情報 -----*/
#content.products-version_info h5 {
  color: #666666;
  background: #EEEEFF;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  #content.products-version_info h5 {
    border-top: 1px solid #000;
    margin-top: 20px;
  }
}
#content.products-version_info #article {
  margin-bottom: 30px;
}

/*----- Products - 再生される歴史イベント -----*/
#content.products-event .event_detail {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #content.products-event .event_detail {
    width: 93.75%;
    margin: 0 auto;
  }
  #content.products-event .event_detail img {
    width: 100%;
    height: auto;
  }
}
#content.products-event .event_detail .img_right {
  width: 190px;
  float: right;
}
@media screen and (max-width: 640px) {
  #content.products-event .event_detail .img_right {
    width: 93.75%;
    margin: 20px auto 30px;
    float: none;
  }
}
#content.products-event .event_detail .txt_left {
  width: 390px;
  float: left;
}
@media screen and (max-width: 640px) {
  #content.products-event .event_detail .txt_left {
    width: 93.75%;
    margin: 0 auto;
    float: none;
  }
}
#content.products-event .event_detail .txt_left p {
  margin-bottom: 0;
}
#content.products-event #article {
  border-top: none;
  margin-bottom: 20px;
}
#content.products-event #article h3 {
  color: #666;
  background: #EEEEFF;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  #content.products-event #article h3 {
    width: 93.75%;
    margin: 0 auto;
  }
}
#content.products-event #article p {
  margin-bottom: 15px;
}
#content.products-event p {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-event p {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#content.products-event p a {
  color: #0099FF;
  font-weight: bold;
}
#content.products-event p.bb {
  padding-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
}

/*----- Products - ガイアチャンネルの歴史イベント集－１&２ -----*/
#content.products-event_list h3 {
  margin-left: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-event_list h3 {
    margin-left: 0;
  }
}
#content.products-event_list #event_list {
  width: 96%;
  margin: 10px auto;
}
#content.products-event_list #event_list li {
  width: 49%;
  min-height: 170px;
  float: left;
  margin-bottom: 20px;
}
#content.products-event_list #event_list li:nth-child(even) {
  margin-left: 2%;
}
#content.products-event_list #event_list li h4 {
  width: 100%;
  background: #0099FF;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-event_list #event_list li h4 {
    font-size: 10px;
  }
}
#content.products-event_list #event_list li .img_right {
  width: 45%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #content.products-event_list #event_list li .img_right {
    width: 100%;
    text-align: left;
    float: none;
    margin-bottom: 10px;
  }
  #content.products-event_list #event_list li .img_right img {
    width: 100%;
    height: auto;
  }
}
#content.products-event_list #event_list li .txt_left {
  width: 55%;
  float: left;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.products-event_list #event_list li .txt_left {
    width: 100%;
    text-align: left;
    float: none;
  }
}

/*----- Products - 他のウェブサイトで紹介された ガイアチャンネル -----*/
#content.products-howtouse h5, #content.products-howtouse p {
  padding-left: 15px;
}
#content.products-howtouse h5 a, #content.products-howtouse p a {
  color: #0099FF;
}
#content.products-howtouse p {
  margin-bottom: 30px;
}

/*----- Products - ガイアチャンネルの動作環境 -----*/
#content.products-spec h3 {
  margin-bottom: 20px;
}
#content.products-spec h5.under_title {
  color: #666666;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-spec p {
    width: 93.75%;
    margin: 0 auto;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
#content.products-spec p.catch {
  width: 93.75%;
  margin: 0 auto;
}
#content.products-spec p.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-spec p.mb30 {
    margin-bottom: 0;
  }
}
#content.products-spec p.pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-spec p.pl30 {
    padding-left: 0;
  }
}
#content.products-spec p a {
  color: #0099FF;
}
#content.products-spec table {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-spec table {
    width: 96%;
    margin: 0 auto 30px;
  }
}
#content.products-spec table th {
  color: #fff;
  text-align: center;
  background: #6699FF;
  padding: 3px 10px;
  text-align: left;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  #content.products-spec table th {
    font-size: 12px;
  }
}
#content.products-spec table td {
  color: #666666;
  text-align: center;
  background: #eeefff;
  text-align: left;
  padding: 3px 10px;
}
@media screen and (max-width: 640px) {
  #content.products-spec table td {
    font-size: 12px;
  }
}
#content.products-spec .img_left {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  #content.products-spec .img_left {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #content.products-spec .img_left img {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
#content.products-spec #article {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-spec #article .tbl {
    display: block;
  }
}
#content.products-spec #article .last h5, #content.products-spec #article .last p {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  #content.products-spec #article h4 {
    display: block;
    border: none;
    margin-bottom: 10px;
  }
}
#content.products-spec #article h5 {
  width: 180px;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  color: #666;
  background: #EEEEFF;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #content.products-spec #article h5 {
    width: 100%;
    display: block;
    border-top: 1px solid #000;
    border-right: none;
  }
}
#content.products-spec #article p {
  width: 400px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  #content.products-spec #article p {
    width: 100%;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
  }
}
#content.products-spec #article span.orange {
  color: #FF6633;
}

/*----- Products - ガイアチャンネルの地球儀とは -----*/
#content.products-globe h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content.products-globe h2 {
    width: 90%;
    margin: 20px auto 20px;
  }
  #content.products-globe h2 img {
    width: 100%;
    height: auto;
  }
}
#content.products-globe h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#content.products-globe strong {
  color: #0099FF;
}
@media screen and (max-width: 640px) {
  #content.products-globe p {
    width: 93.75%;
    margin: 0 auto;
  }
}
#content.products-globe p img {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-globe p img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
}
#content.products-globe .mb30 {
  margin-bottom: 30px;
}

/*----- Products - ガイアチャンネルのカスタマイズ -----*/
#content.products-customize h3 {
  margin-bottom: 20px;
}
#content.products-customize h4.mb30 {
  margin-bottom: 30px;
}
#content.products-customize h5.under_title {
  color: #666666;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content.products-customize p {
    width: 93.75%;
    margin: 0 auto;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
#content.products-customize p.catch {
  width: 93.75%;
  margin: 0 auto;
}
#content.products-customize p.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-customize p.mb30 {
    margin-bottom: 0;
  }
}
#content.products-customize p.pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #content.products-customize p.pl30 {
    padding-left: 0;
  }
}
#content.products-customize p a {
  color: #0099FF;
}
#content.products-customize #article {
  margin-bottom: 20px;
}
#content.products-customize #article #title .left {
  width: 180px;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  color: #fff;
  background: #0099FF;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #content.products-customize #article #title .left {
    display: none;
  }
}
#content.products-customize #article #title .right {
  width: 402px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #000;
  background: #0099FF;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #content.products-customize #article #title .right {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #content.products-customize #article .tbl {
    display: block;
  }
}
#content.products-customize #article .last h5, #content.products-customize #article .last p {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  #content.products-customize #article .last h5 {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 640px) {
  #content.products-customize #article h4 {
    display: block;
    border: none;
    margin-bottom: 10px;
  }
}
#content.products-customize #article h5 {
  width: 180px;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  color: #666;
  background: #EEEEFF;
  vertical-align: middle;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.products-customize #article h5 {
    width: 100%;
    display: block;
    border-top: 1px solid #000;
    border-right: none;
  }
}
#content.products-customize #article p {
  width: 402px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.products-customize #article p {
    width: 100%;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
  }
}
#content.products-customize #article span.orange {
  color: #FF6633;
}

/*----- infomation -----*/
#content.infomation dl {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  #content.infomation dl {
    width: 96%;
    margin-bottom: 40px;
  }
}
#content.infomation dl dt {
  width: 50%;
  float: left;
  color: #fff;
  background: #6699FF;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #content.infomation dl dt {
    width: 100%;
    float: none;
  }
}
#content.infomation dl dd {
  width: 50%;
  float: left;
  background: #EEEEFF;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #content.infomation dl dd {
    width: 100%;
    float: none;
  }
}
#content.infomation dl dd a {
  color: #0099FF;
  font-weight: bold;
}
#content.infomation dl dd.tl {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #content.infomation dl dd.tl {
    text-align: center;
  }
}

/*----- aboutus -----*/
@media screen and (max-width: 640px) {
  #content.aboutus p {
    width: 93.75%;
    margin: 0 auto 40px;
  }
}
#content.aboutus dl {
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  #content.aboutus dl {
    width: 96%;
    margin-bottom: 40px;
  }
}
#content.aboutus dl dt {
  width: 20%;
  float: left;
  color: #fff;
  background: #6699FF;
  text-align: left;
  padding: 3px 0 3px 10px;
  margin-bottom: 1px;
}
#content.aboutus dl dt.last {
  height: 69px;
  line-height: 69px;
}
@media screen and (max-width: 640px) {
  #content.aboutus dl dt.last {
    height: auto;
    line-height: 150%;
  }
}
@media screen and (max-width: 640px) {
  #content.aboutus dl dt {
    width: 100%;
    float: none;
  }
}
#content.aboutus dl dd {
  width: 80%;
  float: left;
  color: #666666;
  background: #EEEEFF;
  text-align: left;
  padding: 3px 0 3px 10px;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #content.aboutus dl dd {
    width: 100%;
    float: none;
  }
}
#content.aboutus dl dd a {
  color: #0099FF;
  font-weight: bold;
}
#content.aboutus dl dd.tl {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #content.aboutus dl dd.tl {
    text-align: center;
  }
}

/*----- sitemap -----*/
#content.sitemap h3 {
  margin-bottom: 20px;
}
#content.sitemap h4 {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.sitemap h4 {
    border-top: 2px solid #959595;
    border-left: 2px solid #959595;
    border-right: 2px solid #959595;
    width: 93.75%;
    margin: 0 auto;
    background: url("../images/products/img_arrow.png") no-repeat 98% center;
    background-size: 3%;
  }
  #content.sitemap h4.bb2 {
    border-bottom: 2px solid #959595;
  }
  #content.sitemap h4 a {
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
  }
}
#content.sitemap ul {
  font-size: 12px;
  width: 100%;
  padding-left: 50px;
}
#content.sitemap ul.st li {
  width: 14.5%;
  float: left;
}
#content.sitemap ul.st_etc li {
  width: 10%;
  float: left;
}
#content.sitemap ul.etc li {
  width: 100%;
}
#content.sitemap ul li {
  display: inline-block;
  padding-left: 20px;
  font-size: 11px;
}
#content.sitemap h3 a, #content.sitemap h4 a, #content.sitemap ul a {
  color: #0099FF;
}

/*----- aboutlink -----*/
@media screen and (max-width: 640px) {
  #content.aboutlink p {
    width: 93.75%;
    margin: 0 auto;
  }
}
#content.aboutlink h5 {
  width: 100%;
  color: #fff;
  background: #0099FF;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  #content.aboutlink h5 {
    width: 93.75%;
    margin: 30px auto 10px;
    padding: 5px 10px;
  }
}
#content.aboutlink .ie_detail {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #content.aboutlink .ie_detail {
    width: 93.75%;
    margin: 0 auto;
  }
  #content.aboutlink .ie_detail img {
    width: 100%;
    height: auto;
  }
}
#content.aboutlink .ie_detail .img_left {
  width: 330px;
  float: left;
}
@media screen and (max-width: 640px) {
  #content.aboutlink .ie_detail .img_left {
    width: 93.75%;
    margin: 0 auto;
    float: none;
  }
}
#content.aboutlink .ie_detail .img_left img {
  margin-bottom: 30px;
}
#content.aboutlink .ie_detail .txt_right {
  width: 250px;
  padding-left: 10px;
  float: right;
}
@media screen and (max-width: 640px) {
  #content.aboutlink .ie_detail .txt_right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

/*----- policy -----*/
#content.policy p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #content.policy p {
    width: 93.75%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #content.policy h4 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----- スモールトーク その他　タイムトンネル -----*/
#content.timetunnel table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.timetunnel table {
    width: 93.75%;
    margin: 30px auto;
    border: none;
  }
}
#content.timetunnel table .table_title {
  background: #0099FF;
  color: #fff;
}
#content.timetunnel table td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  #content.timetunnel table td {
    border: none;
  }
}
#content.timetunnel table th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  #content.timetunnel table th {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  #content.timetunnel #table {
    display: block;
  }
  #content.timetunnel tr {
    display: block;
    margin-bottom: 1.5em;
  }
  #content.timetunnel tr.table_title {
    display: none;
  }
  #content.timetunnel th, #content.timetunnel td {
    display: list-item;
    list-style: none;
    border: none;
  }
  #content.timetunnel td {
    padding: 0;
    text-align: left;
    font-size: 12px;
  }
  #content.timetunnel td:first-child {
    margin-bottom: 5px;
    list-style-type: none;
    color: #fff;
    background: #0099FF;
    padding: 5px 10px;
    font-size: 14px;
  }
  #content.timetunnel td:nth-child(3) {
    margin-bottom: 10px;
  }
  #content.timetunnel td.last {
    color: #000;
    background: none;
    font-size: 12px;
    padding: 0;
    border-top: 1px dotted #000;
    padding-top: 20px;
  }
  #content.timetunnel td.last:nth-of-type(1):before {
    content: "";
  }
  #content.timetunnel td div {
    display: inline-block;
    vertical-align: top;
  }
  #content.timetunnel td:nth-of-type(1):before {
    content: "No.";
    vertical-align: top;
    font-weight: bold;
  }
  #content.timetunnel td:nth-of-type(2):before {
    content: "題名 : ";
    vertical-align: top;
    font-weight: bold;
  }
  #content.timetunnel td:nth-of-type(3):before {
    content: "時代 : ";
    vertical-align: top;
    font-weight: bold;
  }
  #content.timetunnel td:nth-of-type(4):before {
    content: "対応する歴史イベント : \A";
    white-space: pre;
    vertical-align: top;
    font-weight: bold;
  }
}

/*----- スモールトーク その他　中国・二十四史 -----*/
#content.chinese h4 {
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#content.chinese table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #content.chinese table {
    width: 93.75%;
    margin: 30px auto;
    border: none;
  }
}
#content.chinese table .table_title {
  background: #0099FF;
  color: #fff;
}
#content.chinese table td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 10px;
}
#content.chinese table td.table_content_14 {
  color: #666666;
  background: #EEEEFF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.chinese table td {
    border: none;
  }
}
#content.chinese table td a {
  color: #0099FF;
  font-weight: bold;
}
#content.chinese table td a:hover {
  color: #FF33FF;
}
#content.chinese table th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  #content.chinese table th {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  #content.chinese #table {
    display: block;
  }
  #content.chinese tr {
    display: block;
    margin-bottom: 1.5em;
  }
  #content.chinese tr.table_title {
    display: none;
  }
  #content.chinese th, #content.chinese td {
    display: list-item;
    list-style: none;
    border: none;
  }
  #content.chinese td {
    padding: 0;
    text-align: left;
    font-size: 12px;
  }
  #content.chinese td:first-child {
    margin-bottom: 5px;
    list-style-type: none;
    padding: 5px 10px;
    font-size: 14px;
  }
  #content.chinese td:first-child br {
    display: none;
  }
  #content.chinese td:first-child.table_content_14 {
    color: #fff;
    background: #0099FF;
    font-weight: bold;
  }
  #content.chinese td div {
    display: inline-block;
    vertical-align: top;
  }
  #content.chinese td:nth-of-type(1):before {
    content: "書名 : ";
    vertical-align: top;
    font-weight: bold;
  }
  #content.chinese td:nth-of-type(2):before {
    content: "成立時期 : ";
    vertical-align: top;
    font-weight: bold;
  }
  #content.chinese td:nth-of-type(3):before {
    content: "解説 : ";
    vertical-align: top;
    font-weight: bold;
  }
}

/*----- スモールトーク コメント・戦車にみる適者生存 Ⅱ -----*/
#content.tank_survival h5 {
  text-align: center;
  color: #666666;
}
#content.tank_survival table {
  width: 80%;
  margin: 0 auto 20px;
  border: 1px solid #000;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  #content.tank_survival table {
    width: 100%;
    font-size: 12px;
  }
  #content.tank_survival table td {
    width: 40%;
  }
  #content.tank_survival table td:last-child {
    width: 20%;
  }
}
#content.tank_survival table td, #content.tank_survival table th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 3px 0;
  color: #666666;
}
#content.tank_survival table td.table_content_14, #content.tank_survival table th.table_content_14 {
  background: #EEEEFF;
}
#content.tank_survival p span.gray {
  color: #666666;
  font-size: 18px;
}
#content.tank_survival p.note {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#content.tank_survival .center {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#content.tank_survival .center a {
  color: #0099FF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content.tank_survival #article h4 {
    display: block;
    border-bottom: none;
  }
}

/*----- スモールトーク雑記 目次 タイトルリスト -----*/
#title_list h4 {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  background: #6699FF;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #title_list h4 {
    background: #0099ff;
    padding: 10px 0;
  }
}
#title_list ul {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #title_list ul {
    border-top: 2px solid #dddbde;
  }
}
@media screen and (max-width: 640px) {
  #title_list ul li {
    border-bottom: 2px solid #dddbde;
  }
}
#title_list ul li dl {
  width: 100%;
  display: table;
  margin-top: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #title_list ul li dl {
    margin: 0;
  }
}
#title_list ul li dl dt {
  width: 90px;
  display: table-cell;
  text-align: center;
  color: #fff;
  background: #6699FF;
}
@media screen and (max-width: 640px) {
  #title_list ul li dl dt {
    width: 25%;
    font-size: 12px;
    padding: 10px 0;
    background: #0099ff;
    vertical-align: middle;
  }
}
#title_list ul li dl dd {
  width: 510px;
  display: table-cell;
  padding: 4px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #title_list ul li dl dd {
    width: 75%;
    padding: 10px 15px;
    font-weight: normal;
  }
}
#title_list ul li dl dd a {
  color: #0099FF;
}
@media screen and (max-width: 640px) {
  #title_list ul li dl dd a {
    text-decoration: none;
  }
}

/*----- カテゴリ一覧　但し書き -----*/
ul.note {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
  list-style-image: url("../images/smalltalk/icon_circle.jpg");
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  ul.note {
    width: 93.75%;
    margin: 0 auto 20px;
    font-size: 12px;
    padding-left: 20px;
  }
}
ul.note li {
  margin-bottom: 5px;
}
ul.note span.icon_circle {
  display: inline-block;
  color: #666666;
  font-size: 25px;
  margin-top: -5px;
  vertical-align: middle;
  padding-right: 3px;
}

/*----- バナー広告(小) -----*/
.bnr-min {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 640px) {
  .bnr-min {
    text-align: center;
  }
  .bnr-min div {
    width: 90% !important;
  }
}

/*----- バナー広告(大) -----*/
.bnr-large {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 640px) {
  .bnr-large {
    text-align: center;
  }
  .bnr-large div {
    width: 90% !important;
  }
}

/*----- 目次ボタン -----*/
.btn_index {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn_index.none {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
}
.btn_index a {
  color: #fff;
  text-decoration: none;
  padding: 3px 20px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #01CCCC;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, #80e6e6, #0cc 8%, #01cccc 89%, #00b5b5);
  background-image: -moz-linear-gradient(top, #80e6e6, #0cc 8%, #01cccc 89%, #00b5b5);
  background-image: -o-linear-gradient(top, #80e6e6, #0cc 8%, #01cccc 89%, #00b5b5);
  background-image: -ms-linear-gradient(top, #80e6e6, #0cc 8%, #01cccc 89%, #00b5b5);
  background-image: linear-gradient(to bottom, #80e6e6, #0cc 8%, #01cccc 89%, #00b5b5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01cccc', endColorstr='#00b5b5', GradientType=0)";
  text-shadow: 0 0 10px #000;
}
.btn_index a:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3) inset;
  background-color: #00B9B9;
  background-image: -webkit-linear-gradient(top, #00b5b5, #0cc 8%, #00b5b5 89%, #00b5b5);
  background-image: -moz-linear-gradient(top, #00b5b5, #0cc 8%, #00b5b5 89%, #00b5b5);
  background-image: -o-linear-gradient(top, #00b5b5, #0cc 8%, #00b5b5 89%, #00b5b5);
  background-image: -ms-linear-gradient(top, #00b5b5, #0cc 8%, #00b5b5 89%, #00b5b5);
  background-image: linear-gradient(to bottom, #00b5b5, #0cc 8%, #00b5b5 89%, #00b5b5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5b5', endColorstr='#00b5b5', GradientType=0)";
}
@media screen and (max-width: 640px) {
  .btn_index a {
    width: 100%;
    display: block;
    text-align: center;
    border: 4px solid #98eae3;
    box-shadow: none;
    background: #00cccc;
    padding: 10px 15px;
    text-shadow: none;
  }
}
.btn_index.prev a {
  border-radius: 15px 5px 5px 15px;
}
.btn_index.center a {
  border-radius: 5px 5px 5px 5px;
}
.btn_index.gaia {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.btn_index.gaia a {
  border-radius: 5px 5px 5px 5px;
  background-color: #FF99CC;
  background-image: -webkit-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -moz-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -o-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -ms-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: linear-gradient(to bottom, #FF99CC, #E479BD 89%, #D772B2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#D772B2', GradientType=0)";
}
.btn_index.gaia a:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3) inset;
  background-color: #00B9B9;
  background-image: -webkit-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -moz-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -o-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -ms-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: linear-gradient(to bottom, #E479BD, #E479BD 89%, #E479BD);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E479BD', endColorstr='#E479BD', GradientType=0)";
}
@media screen and (max-width: 640px) {
  .btn_index.gaia a {
    border: 4px solid #FFD6E3;
  }
}
.btn_index.gaia_min {
  text-align: center;
}
.btn_index.gaia_min a {
  border-radius: 5px 5px 5px 5px;
  background-color: #FF99CC;
  background-image: -webkit-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -moz-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -o-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: -ms-linear-gradient(top, #FF99CC, #E479BD 89%, #D772B2);
  background-image: linear-gradient(to bottom, #FF99CC, #E479BD 89%, #D772B2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF99CC', endColorstr='#D772B2', GradientType=0)";
}
.btn_index.gaia_min a:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3) inset;
  background-color: #00B9B9;
  background-image: -webkit-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -moz-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -o-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: -ms-linear-gradient(top, #E479BD, #E479BD 89%, #E479BD);
  background-image: linear-gradient(to bottom, #E479BD, #E479BD 89%, #E479BD);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E479BD', endColorstr='#E479BD', GradientType=0)";
}
@media screen and (max-width: 640px) {
  .btn_index.gaia_min a {
    border: 4px solid #FFD6E3;
  }
}
.btn_index.center-l {
  width: 100%;
  text-align: center;
}
.btn_index.center-l a {
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 640px) {
  .btn_index.center-l a {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
}
.btn_index.btn_read {
  width: 100%;
  text-align: center;
}
.btn_index.btn_read a {
  border-radius: 10px 10px 10px 10px;
}
@media screen and (max-width: 640px) {
  .btn_index.btn_read a {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
}
.btn_index.next a {
  border-radius: 5px 15px 15px 5px;
}
.btn_index.center {
  text-align: center;
}
.btn_index span {
  display: inline-block;
}

/*----- PC / SP 目次・ページャー -----*/
#pager {
  width: 96%;
  margin: 0 auto;
  margin-left: 6px;
}
@media screen and (max-width: 640px) {
  #pager {
    margin: 0 auto;
  }
  #pager.wide li {
    width: 50%;
  }
}
#pager li {
  width: 33%;
  padding-left: 10px;
  float: left;
  text-align: center;
}
#pager li:first-child {
  padding-left: 0;
}

/*----- スモールトーク カテゴリページ　一覧表記 -----*/
#ttl_category {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #ttl_category {
    margin-top: 0;
  }
}
#ttl_category #icon_updating {
  width: 91px;
}
@media screen and (max-width: 640px) {
  #ttl_category #icon_updating {
    width: 14.0625%;
    margin: 0 auto 5px;
    float: none;
  }
  #ttl_category #icon_updating img {
    width: 100%;
    height: auto;
  }
}
#ttl_category #category_list {
  width: 493px;
  padding-left: 5px;
}
@media screen and (max-width: 640px) {
  #ttl_category #category_list {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
#ttl_category #category_list h4 {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #6699FF;
}
@media screen and (max-width: 640px) {
  #ttl_category #category_list h4 {
    background: #0099ff;
    padding: 10px 0;
  }
}
#ttl_category #category_list ul {
  width: 100%;
  display: table;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  #ttl_category #category_list ul {
    width: 90.625%;
    margin: 10px auto 0;
  }
}
#ttl_category #category_list ul li {
  width: 10%;
  font-size: 13px;
  text-align: center;
  display: table-cell;
}
@media screen and (max-width: 640px) {
  #ttl_category #category_list ul li {
    width: 49%;
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #ttl_category #category_list ul li:nth-child(even) {
    margin-right: 0;
  }
}
#ttl_category #category_list ul li a {
  color: #0099FF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #ttl_category #category_list ul li a {
    display: block;
    padding: 10px 0;
    background: #dcdcdc;
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  #ttl_category.smalltalk_notes {
    width: 59.375%;
    margin: 50px auto 0;
  }
  #ttl_category.smalltalk_notes #icon_updating {
    width: 21.0526315789%;
    float: left;
  }
  #ttl_category.smalltalk_notes #st_notes {
    width: 78.9473684211%;
    float: left;
    padding-top: 3px;
  }
  #ttl_category.smalltalk_notes #st_notes h4 {
    color: #0500f3;
    font-size: 14px;
    text-align: right;
  }
}
#ttl_category #st_notes {
  width: 493px;
  text-align: center;
  padding-top: 10px;
}
#ttl_category #st_notes h4 {
  color: #0066FF;
}
#ttl_category #st_notes h4 span {
  color: #0000FF;
}
#ttl_category #st_notes h4 span.ib {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #ttl_category #st_notes h4 span.ib {
    display: none;
  }
}
#ttl_category #st_notes h4 span a {
  color: #0099FF;
}
#ttl_category #st_notes h4 span a:hover {
  color: #FF33FF;
  text-decoration: none;
}

/*----- 記事ページ　カテゴリ表記 -----*/
#category_info {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #category_info {
    margin-top: 5px;
  }
}
#category_info .category,
#category_info .time {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #category_info .category,
  #category_info .time {
    padding: 0 10px;
  }
}

/*----- 記事ページ -----*/
#article {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #000;
}
#article.mini {
  border: none;
}
@media screen and (max-width: 640px) {
  #article {
    width: 96%;
    margin: 25px auto 0;
    border: none;
  }
  #article img {
    width: 100%;
    height: auto;
  }
}
#article h4 {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  background: #0099FF;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  #article h4 {
    display: none;
  }
  #article h4 img {
    width: 100%;
  }
}
#article h5 {
  font-size: 14px;
  line-height: 1.5em;
  color: #0000FF;
  margin: 10px 10px 5px;
}
#article p {
  margin: 5px 10px 10px 10px;
}
#article p a {
  color: #0099FF;
}
#article p a:hover {
  text-decoration: none;
}


/*----- 記事内テーブル -----*/
.mceContentBody table {
  margin-bottom: 20px;
}

.mceContentBody table td {
  border: 1px solid #666;
  text-align: center;
  padding: 3px;
}

.mceContentBody table td.table_content_14 {
  background-color: #EEEEFF;
}