﻿@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
  text-align:right;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
  color: #333;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

html.zh_tw body {
  font-family: Microsoft JhengHei, Simhei, Arial, sans-serif;
}
	
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

/* common style */
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #64d22b;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

body, html {
  height: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

#layout-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 111px !important;
  background-color: #fff;
}

/* link (list) */
.list li {
  border-bottom: 1px solid #e8e8e8;
}
.list li:first-child {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.list a {
  display: block;
  padding: 20px 10px;
  color:#5787f4;
}
.list a:hover {
  background-color: #f8f8f8;
  color:#5787f4;
}
.list a dl {
  overflow: hidden;
  padding:0 32px 0 0;
  background: url(../img/arw_blue.png) no-repeat right center;
}
.top-page .notification .list a dl {
  overflow: hidden;
  background: url(../img/arw_blue.png) no-repeat right center;
}
.notification-page .list a dl {
  overflow: hidden;
  background: url(../img/arw_blue.png) no-repeat right center;
}
  .list a dt {
    float: none;
    width: auto;
  color:#666666;
  line-height:24px;
  margin-bottom:5px;
  }
  .list a dt span{
	  float:left;
	  line-height:24px;
	  margin-right:4px;
  }
  .list a dd {
    float: none;
    width: auto;
  color:#5787f4;
  }
.notification-page  .list a dd  {
    float: none;
    width: auto;
  color:#5787F4;
}
.top-page .notification .list a dd {
    float: none;
    width: auto;
  color:#5787F4;
  }
.news .list .new,.news-page .new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(../img/newicon_green.jpg) no-repeat left top;
  width:45px;
  height:24px;
}
.notification .list .new,.notification-page .new {
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(../img/newicon_green.jpg) no-repeat left top;
  width:45px;
  height:24px;
}

.btn01 p, .btn02 p, .pager p, .btn01 a, .btn02 a, .pager a {
  display: inline-block;
  padding: 10px 25px;
}
.lt-ie8 .btn01 p, .lt-ie8 .btn02 p, .lt-ie8 .pager p, .lt-ie8 .btn01 a, .lt-ie8 .btn02 a, .lt-ie8 .pager a {
  display: inline;
  zoom: 1;
}
.btn01 span, .btn02 span, .pager span {
  padding: 0 0 0 21px;
}

/* green-button */
.btn01 p, .btn01 a {
  padding: 6px 21px;
  background-color: #82cf5a;
}
.btn01 p:hover, .btn01 a:hover {
  background-color: #77be52;
}
.btn01 span {
  background: url(/img/icon_arrow_right_w.png) no-repeat left center;
  color: white;
  font-weight: bold;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .btn01 span {
    background: url(/img/icon_arrow_right_w_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* grey-button */
.btn02 a {
  background-color: #5787f5;
}
.btn02 a:hover {
  background-color: #abc3fa;
}
.btn02 span {
  background: url(/img/icon_arrow_left2.png) no-repeat left center;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .btn02 span {
    background: url(/img/icon_arrow_left_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* pager */
.pager {
  overflow: hidden;
  margin: 20px 0 20px 0;
}
.pager a {
  background: #efefef;
}
.pager a:hover {
  background: #dddddd;
}
.pager span {
  color: #999999;
  font-weight: bold;
}
.pager .prev-btn {
  float: left;
}
.pager .prev-btn span {
  background: url(/img/icon_arrow_left.png) no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .pager .prev-btn span {
    background: url(/img/icon_arrow_left_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}
.pager .next-btn {
  float: right;
}
.pager .next-btn span {
  background: url(/img/icon_arrow_right.png) no-repeat right center;
  padding: 0 22px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .pager .next-btn span {
    background: url(/img/icon_arrow_right_x3.png) no-repeat right center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* header */
#header {
  background: #fff;
  overflow: hidden;
}

#global-header {
  background: #000;
}
#global-header span {
  display: block;
  padding: 0;
  text-align: left;
}
#global-header span img {
  margin: 0 10px 0 0;
}

#global-nav {
  display: block;
  padding:17px 0 0;
  width: auto;
  vertical-align: middle;
}
.lt-ie8 #global-nav {
  display: inline;
  zoom: 1;
  width: 54%;
  padding-right: 0;
}

#language-nav {
  display: block;
  float: right;
  padding: 0;
  height: 100%;
}
#language-nav li {
  display: inline;
  height: 100%;
  padding:0 10px;
}
.lt-ie8 #language-nav li {
  display: inline;
  zoom: 1;
}
#language-nav li a{
  line-height:1 !important;
}
.ja #language-nav .current,
.en #language-nav .noncurrent {
  border-left:1px solid #fff;
}
#language-nav .current a {
  color: #56d31d;
}
#language-nav .noncurrent a {
  color: #fff;
}
#site-header {
  display: table;
  padding:0 12px;
  table-layout: fixed;
  width:100%;
}
#site-header h1.site-disc{
  display:none;
/*
  color:#999;
  font-size:xx-small;
  padding: 5px 20px 0;
  font-weight:normal;
*/
}

#site-header .site-logo {
	display:table-cell;
  margin: 0;
  padding: 12px 0;
  vertical-align: middle;
  width:40%;
}
.lt-ie8 #site-header .site-logo {
  display: inline;
  zoom: 1;
  padding-right: 0;
}
#site-header .site-logo:hover img {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
#site-header #contents-nav{
	float:right;
	padding:30px 10px 0 0;
}
#site-header #contents-nav li{
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #a8a8a8;
	font-size:90%;
}
#site-header #contents-nav li:first-child{
	border-left:1px solid #a8a8a8;
}
@media only screen and (max-width: 449px) {
#site-header .site-logo img{
	width:25% !important;
	min-width:100px !important;
	margin:0;
	padding:12px 0 0 0;
}
#site-header a.site-logo{
	display:inline;
	width:25% !important;
}
#site-header #contents-nav{
/*
	float:none;
	clear:both;
	text-align:center;
*/
	float:right;
	padding: 20px 0 10px 0;
}
#site-header #contents-nav li{
	padding:0 5px;
	margin-bottom:10px;
	font-size:100%;
}
}

/* footer */
#site-footer {
  position: relative;
  clear: both;
  background: #fff;
  margin-top: -232px;
  border-top: 1px solid #bcbcbc;
}
#site-footer p{
  width:100%;
}
#site-footer nav {
  background:#8f8f91;
	padding:23px 4% 17px 4%;
}

#site-footer nav ul{
	position:relative;
}

#site-footer nav ul li.select{
	position:absolute;
	right:0;
	top:-14px;
}
#site-footer nav ul li.select select{
	background:#757579;
	color:#FFF;
	border:none;
	padding:7px 20px 8px 30px;
}
#site-footer nav ul li.select select option{
	background:#4f4e56;
	color:#FFF;
	border:none;
	padding:0 20px 0 30px;
}

#help_me { color: blue9; }

#site-footer li {
	float:left;
  padding: 0;
}
.lt-ie8 #site-footer li {
  display: inline;
  zoom: 1;
}
#site-footer li:last-child {
  border-right:none;
}
#site-footer li a {
	border-right:1px solid #fff;
  display: block;
  padding: 0 17px 0 0;
  margin:0 17px 0 0;
  color: #fdfdff;
  font-size: 93%;
  text-align: left;
}
#site-footer li a:hover {
  color: #fdfdff;
  text-decoration:underline;

}
#corporation-copyright {
  border-top: 1px solid #bcbcbc;
  border-bottom: 15px solid #e1e1e1;
  background: #1f2024;
  color: #a9aaae;
  font-size:90%;
}

#corporation-copyright small {
  display: block;
  padding: 20px 4%;
}
#corporation-copyright small.copy {
  padding: 20px 4% 0 4%;
	color:#fff;
}

.lt-ie8 #corporation-copyright small {
  display: block;
  zoom: 1;
  width: 91%;
  float:right;
}

.lt-ie8 #corporation-copyright small {
  display: inline;
  zoom: 1;
  width: 91%;
}

#copyright {
  background: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 77%;
}

/* contents */
#container{
 border-top:1px solid #cccccc;
 background:none;
}

#contents {
  margin: 0 auto;
  max-width: 848px;
  line-height: 1.7;
}

/* footer */
.footer-signature-w {
	border-top:solid 1px #3c3c42;
	margin-top:-110px;
/*	margin-bottom:-15px;*/
	padding:0;
	height:110px;
	-webkit-transform:translate3d(0, 0, 0);
	background: #1f2024;
	position:relative;
}
.footer-signature-w a {
	color: #AEB1C2;
}
.footer-signature-w a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.footer-signature {
    max-width: 894px;
	margin:0 auto;
	padding:20px 10px 0 10px;
	position:relative;
}
.footer-signature ul{
}
.footer-signature li{
	float:left;
	font-size:12px;
	margin-right:30px;
	margin-bottom:20px;
}
.footer-signature .menu{
	position: absolute;
	top:20px;
	right:10px;
}
.footer-copyright {
	font-size:12px;
	color:#CCCCCC;
padding:20px 0;
display:block;
}

.footer-signature select option{
	color:#ffffff;
	background:#2f353e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border:0;
	font-size:14px;
	padding:11px 0;
	text-align:center;
}
.footer-signature select option:hover{
	background:#4f4e57;
}
.menu span.customSelect {
	font-size:14px;
	color:#ffffff;
	line-height: 36px;
	height: 36px;
	width: 184px;
	padding: 0;
	background:#4f4d58 url(/img/option.png);
	text-align:center;
}

.menu .customSelectInner{
	display:block;
	width: 121px !important;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#contents .top-info .main-image p{
	font-size:160%;
	vertical-align:middle;
	line-height:60px;
	border-bottom:1px solid #eaeaea;
	color:#9a9a9a;
	padding:0 0 0 0;
}

/* width  1024 */
@media only screen and (min-width: 1024px) {
  #global-header span {
    margin: 0 auto;
    width: 912px;
  }

  #site-header {
    margin: 0 auto;
    width: 894px;
	padding:0 12px;
  }

  #site-footer nav {
    margin: 0 auto;
	padding:23px 42px 17px 42px;
  background:#8f8f91;
  }
  #site-footer nav ul{
    margin: 0 auto;
    padding: 0 0 0;
	width:848px;
  }
  .lt-ie8 #site-footer nav {
    width: auto;
  }
  #corporation-copyright small {
    margin: 0 auto;
    padding: 20px 0 25px 0;
    width: 848px;
  }
  #corporation-copyright small.copy {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 848px;
  }
}
/* width =< 767 */
/* width =< 799 */
@media only screen and (max-width: 799px) {
  /* link-list */
  .list a {
    padding: 15px 12px;
  }
  .list a dt {
    float: none;
    width: auto;
  }
  .list a dd {
    float: none;
    width: auto;
    text-align: left;
  }

  /* green button */
  .btn01 {
    text-align: center !important;
  }
  .btn01 p, .btn01 a {
    padding: 2px 10px;
  }

  /* grey button */
  .btn02 {
    text-align: center !important;
  }
  .btn02 a {
    background-color: #dddddd;
    padding: 4px 20px;
    font-size: 123.1%;
  }
  .btn02 a:hover {
    background-color: #cdcdcd;
  }
  .btn02 span {
    color: #666666;
  }

  /* pager */
  .pager {
    margin: 15px 0 20px 0;
  }
  .pager a {
    padding: 6px 25px;
    background-color: #dddddd;
  }
  .pager a:hover {
    background-color: #cdcdcd;
  }
  .pager span {
    color: #666666;
  }
  .pager .prev-btn span {
    background-image: url(/img/icon_arrow_left_g.png);
  }
  .pager .next-btn span {
    background-image: url(/img/icon_arrow_right_g.png);
  }
  #site-footer nav {
    padding: 0;
  }
#site-footer ul {
  display: table;
  padding:15px 0 0px 0;
  margin:0 20px;
  float:none;
	width:auto;
}

#site-footer li {
	float:left;
  padding: 0 0 10px 0;
}
.lt-ie8 #site-footer li {
  display: inline;
  zoom: 1;
}
#site-footer li:last-child {
  border-right:none;
}
#site-footer li a {
	border-right:1px solid #fff;
  display: block;
  padding: 0 17px 0 0;
  margin:0 17px 0 0;
  color: #fdfdff;
  font-size: 93%;
  text-align: left;
}
#site-footer li a:hover {
  color: #fdfdff;
  text-decoration:underline;
}

#site-footer nav ul li.select{
	position: inherit;
	right: inherit;
	top: inherit;
	float:left;
  padding:10px 0 10px 0;
  display:block;
  width:100%;
}
  #site-footer li a span {
    display: inline;
  }

  #corporation-copyright small {
    padding: 20px;
    width: 100%;
  }

  #copyright {
    background: #000;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 77%;
    letter-spacing: 0.1em;
  }

  #contents {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media only screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 799px) and (min-resolution: 3dppx) {
  .pager .prev-btn span {
    background-image: url(/img/icon_arrow_left_g_x3.png);
  }
}
@media only screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 799px) and (min-resolution: 3dppx) {
  .pager .next-btn span {
    background-image: url(/img/icon_arrow_right_g_x3.png);
  }
}

.page-title {
  padding: 0 0 10px 0;
}

/* top-page
======================================= */
.top-page #contents {
    max-width: 848px;
    padding-left: 10px;
    padding-right: 10px;
}

/* コンテンツ */
.top-page .page-title {
  /*position: absolute;
  margin-top: 20px;
  margin-left: 202px;
  border-bottom: 1px solid $col-green1;
  width: 578px;
  z-index: 100;*/
  padding-bottom: 9px;
}
.top-page #detail-app-link {
  z-index: 99;
}
.top-page .main-image {
  padding: 20px 0 0;
  text-align: center;
}
.top-page .notification {
  margin: 0 0 26px 0;
  padding:0 0 0 0;
}
.top-page .notification .list a {
}
.top-page .notification .list a:hover {
  background-color: #eff0f0;
}
.top-page .news-title {
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom:10px;
}
.top-page .news {
  position: relative;
  margin: 0 0 0px 0;
}
.top-page .news .list a {
}
.top-page .news .list a:hover {
  background-color: #eff0f0;
}
.top-page .btn_list {
	text-align:right;
	font-size:140%;
	padding:20px 10px 0 0;
}

.top-page .btn_list a {
    color: #5787F4;
}

.top-page .news .btn01 {
  position: absolute;
  top: 3px;
  right: 0;
}
.top-page .top-sns{
	padding:30px 0;
	text-align:right;
	line-height:8px;
}
  .top-page .top-sns ul{
	  display: table;
	  float:right;
  }
  .top-page .top-sns ul li{
	  display: table-cell;
	  vertical-align:middle;
	  padding-right:10px;
  }

.top-page .top-sns .atom{
	vertical-align:top;
	margin:0 0 0 15px;
}

.old-top-page {
	width:848px;
	margin: 0 auto 15px !important;
	padding: 10px 0 0 0;
	*zoom: 1;
}


.download p {
  text-align: center;
}
.download .app-btn {
  text-align: center;
  margin: 0 0 26px 0;
}
.download .app-btn li {
  display: inline-block;
  margin: 10px 16px;
}
.download .app-btn li a {
  display: block;
}

/* article-list page */
.article-list .list-section {
  margin-bottom: 40px;
}
.article-list .main {
  position: relative;
}
.article-list .page-header {
  overflow: hidden;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px dotted #bcbcbc;
  border-left: 1px solid #bcbcbc;
  width: 100%;
}
.article-list .title-inner span {
  display: inline-block;
}
.article-list .page-title {
  width: 50%;
  padding: 0;
  text-align: center;
}
.article-list .page-title .title-inner {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  font-size: 138.5%;
  font-weight: normal;
  line-height: 1.23;
}
.news-page .article-list .page-title {
  float: left;
  border-right: 1px solid #bcbcbc;
  color: #64d22b;
}
.notification-page .article-list .page-title {
  float: right;
  color: #c4002c;
}
.notification-page .article-list .page-title .title-inner {
  display: block;
}
.lt-ie8 .article-list .page-title {
  width: 49.88%;
}
.lt-ie8 .article-list .page-title .title-inner {
  display: inline;
  zoom: 1;
}
.article-list .btn03 {
  width: 50%;
}
.article-list .btn03 a {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  color: #666666;
  font-size: 138.5%;
  line-height: 1.23;
}
.article-list .btn03 a:hover {
  background-color: #f8f8f8;
}
.article-list .btn03 a .title-inner {
  display: block;
  padding: 0;
  background: none;
  color: inherit;
  font-weight: normal;
  text-align: center;
}
.news-page .article-list .btn03 {
  float: right;
}
.notification-page .article-list .btn03 {
  float: left;
  border-right: 1px solid #bcbcbc;
}
.lt-ie8 .article-list .btn03 {
  width: 49.88%;
}
.lt-ie8 .article-list .btn03 a {
  display: inline;
  zoom: 1;
}
.article-list .list {
  border-top: none;
}
.news-page .article-list {
  margin: 0 0 16px 0;
}
.news-page .article-list .list a {
}
.news-page .article-list .list a:hover {
  background-color: #eff0f0;
}
.notification-page .article-list {
  margin: 0 0 16px 0;
}
.notification-page .article-list .list a {
}
.notification-page .article-list .list a:hover {
  background-color: #eff0f0;
}
.article-list .non-info {
  padding: 100px 0;
  text-align: center;
  font-size: 123.1%;
}

/* article page */
.article .main {
  letter-spacing: 0.1em;
}
.article .page-meta {
  margin-bottom: 10px;
}
.article .page-meta span {
  display: block;
  *zoom: 1;
  font-size: 108%;
  padding: 0 7px 0 0;
  white-space: nowrap;
  float:left;
  line-height:24px;
}
.article .page-meta span.category-news {
  background: #f9916e;
  color: white;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.article .page-meta span.category-notification {
  background: #e60012;
  color: white;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.news-page .article .page-meta span.new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(../img/newicon_green.jpg) no-repeat left top;
  width:45px;
  height:24px;
}
.notification .list .new,.notification-page .new {
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(../img/newicon_green.jpg) no-repeat left top;
  width:45px;
  height:24px;
}

.article .entrySNS{
	float:right;
	line-height:8px;
}
.article .entrySNS ul{
	  display: table;
	  float:right;
  }
.article .entrySNS ul li{
	  display: table-cell;
	  vertical-align:middle;
	  padding-left:10px;
  }


#contents .top-info .main-image p{
	padding:0 0 0 10px;
}
.article .page-header {
  padding: 12px 5px 0;
}
.article .page-title {
  margin-bottom: 20px;
  color: #333333;
  font-size: 140%;
  font-weight: normal;
  line-height: 160%;
  border-bottom:1px solid #e9e9e9;
}
.article .page-body {
  margin-bottom: 100px;
  padding: 0 5px;
  font-size: 100%;
  line-height: 130%;
}
.article .page-body img {
  margin-bottom: 5px;
}
.article .page-body ul {
  margin: 0 0 20px 20px;
}
.article .page-body ol {
  margin: 0 0 20px 26px;
}
.article .page-body ul li {
  list-style: disc;
}
.article .page-body ol li {
  list-style: decimal;
}
.article .page-body a {
  color: #4572ed;
  text-decoration:none;
}
.article .page-body a:hover {
  color: #3c4c74;
  text-decoration:none;
}
.article .btn02 {
  margin: 0 0 40px 0;
  text-align: center;
}

.faq {
    padding: 0 0px 40px 0px;
}

.faq p {
    font-size: 130% !important;
    padding: 0 0 20px;
	margin:0 !important;
}
.faq p a {
    color: #82CF5A;
    text-decoration: underline;
}

.faq_h2{
	display:table;
	margin-left:10px;
}
.faq_h2 dt{
	display:table-cell;
    padding: 0;
    vertical-align: middle;
    width: 50px;
}
.faq_h2 dt span {
    background: none repeat scroll 0 0 #64D22B;
    display: block;
    padding: 3px 0;
    text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.faq_h2 dd{
	display:table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

span.faq_a {
    background: none repeat scroll 0 0 #808080;
    display: block;
    padding: 3px 0;
    text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	width:50px;
	margin:0 0 10px;
}

.faq h2 {
    border-bottom: 2px solid #64D22B;
    color: #64D22B;
    font-size: 167% !important;
    margin: 0 0 20px !important;
    padding: 0px 0 10px !important;
	font-weight:bold !important;
}

.faq h3 {
    font-size: 130%;
    padding: 0 0 20px;
}
.faq ul {
	margin:0 0 0 40px;
}
.faq li {
	margin:0 !important;
    padding: 0 0 0px 1em !important;
}
.faq li p{
	text-indent:-1em;
	padding:0 !important;
	margin:0 !important;
}

.faq h4 span.note {
    background: none repeat scroll 0 0 #CC0000;
    border: 1px solid #CC0000;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 100%;
    line-height: 1;
    padding: 5px 3px 3px;
}

.faq ul.menu {
    padding: 10px 15px 0;
}

.faq ul.menu li {
    background: url("/img/ico_link.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 140%;
    margin: 0 0 20px !important;
    padding: 0 0 0 25px !important;
}

.faq .article p {
    padding-left: 10px;
}

.faq .btn02 {
	padding:40px 0 0 0;
}
.faq .btn02 a {
    background-color: #EFEFEF;
}
.faq .btn02 a:hover {
    background-color: #DDDDDD;
}
.faq .btn02 span {
    background: url("../img/icon_arrow_left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    font-weight: bold;
}

.faq_title{
	line-height:38px;
	padding:0 0 0 20px;
	margin:0 0 26px 0 !important;
	background:#999999 no-repeat 10px center;
	color:#fff;
  font-size: 130% !important;
}

.faq_list {
    border-top: 1px solid #999999;
	margin:0 0 25px 0;
}
.faq_list li {
    border-bottom: 1px solid #999999;
}
.faq_list a {
    color: #444444;
    display: block;
    padding: 12px 10px;
}
.faq_list a:hover {
    background-color: #F8F8F8;
    color: #5787F4;
}
.faq_list a dl {
    background: url("../img/arw_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0 32px 0 0;
	display:table;
	width:100%;
}
.faq_list a dt {
	width:51px;
    padding: 0 0 0 0;
	display:table-cell;
	vertical-align:top;
}
.faq_list a dd {
    padding: 0 0 0 10px;
	display:table-cell;
	vertical-align: middle;
}
.faq_list a dd.faq_q {
    padding: 0 0 0 0px;
	display:table-cell;
	vertical-align: middle;
	width:50px;
}
.faq_list a dd.faq_q span{
	display:block;
	padding:3px 0;
	text-align:center;
	background:#64D22B;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.faq_list a dd p{
	margin:0 !important;
}
.faq_list a dd p.tit{
	font-size:130%;
}

.faq_list_area p.back{
	margin:35px 0 25px 0;
	text-align:right;
	font-size:120%;
}


/** feed **/
------------------------------------- */
.feed-page .main{
	width:780px;
	margin:0 auto;
	padding:60px 0 80px;
}
.feed-page .main h2{
	margin:30px 0 5px;
	font-size:2em;
	font-weight:normal;
}
.feed-page .main p{
	margin:0 5px 15px;
}

.feed_top_img {
    padding: 20px 0 20px 0;
}

.feed_top {
    font-size: 150%;
    padding: 40px 0 40px 0;
	line-height:150%;
}

.feed .feed-title {
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom:10px;
}

.feed_list {
    border-top: 2px solid #64d22b;
	margin:0 0 25px 0;
}
.feed_list li {
    border-bottom: 1px dotted #b2b2b2;
}
.feed_list a {
    color: #444444;
    display: block;
    padding: 8px 10px;
}
.feed_list a:hover {
    background-color: #F8F8F8;
    color: #5787F4;
}
.feed_list a dl {
    background: url("../img/arw_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0 32px 0 0;
}

.feed_c-title{
	line-height:38px;
	padding:0 0 0 64px;
	margin:0 0 26px 0 !important;
	background:#999999 no-repeat 10px center;
	color:#fff;
  font-size: 130% !important;
}
#country_us .feed_c-title{
    background-image: url("../img/lang_us.png");
}
#country_fr .feed_c-title{
    background-image: url("../img/lang_fr.png");
}
#country_de .feed_c-title{
    background-image: url("../img/lang_de.png");
}
#country_it .feed_c-title{
    background-image: url("../img/lang_it.png");
}
#country_es .feed_c-title{
    background-image: url("../img/lang_es.png");
}
#country_uk .feed_c-title{
    background-image: url("../img/lang_uk.png");
}

.feed_c_list {
    border-top: 1px solid #999999;
	margin:0 0 25px 0;
}
.feed_c_list li {
    border-bottom: 1px solid #999999;
}
.feed_c_list a {
    color: #444444;
    display: block;
    padding: 12px 10px;
}
.feed_c_list a:hover {
    background-color: #F8F8F8;
    color: #5787F4;
}
.feed_c_list a dl {
    background: url("../img/arw_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0 32px 0 0;
	display:table;
	width:100%;
}
.feed_c_list a dt {
	width:51px;
    padding: 0 0 0 0;
	display:table-cell;
	vertical-align:top;
}
.feed_c_list a dd {
    padding: 0 0 0 15px;
	display:table-cell;
	vertical-align:top;
}
.feed_c_list a dd p{
	margin:0 !important;
}
.feed_c_list a dd p.tit{
	font-size:130%;
}

.feed_country p.back{
	margin:35px 10px 25px 10px;
	text-align:right;
	font-size:120%;
}

.terms_area{
	margin:30px 0;
}

.terms_area .middle{
	font-size:130%;
	line-height:150%;
	color:#666666;
	margin:20px 0;
}
.terms_area p{
	margin-bottom:20px;
}


/* メディア掲載情報 */
.media_list {
    border-top: 1px solid #999999;
	margin:0 0 25px 0;
}
.media_list li {
	padding:10px 0;
    border-bottom: 1px solid #999999;
    background: url("../img/arw_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
.media_list a {
    color: #5787F4;
}
.media_list a:hover {
    color: #3C4C74;
}
.media_list dl {
    overflow: hidden;
    padding: 0 32px 0 0;
	display:table;
	width:100%;
}
.media_list dt {
	width:51px;
    padding: 0 0 0 0;
	display:table-cell;
	vertical-align:top;
}
.media_list dd {
    padding: 0 0 0 0;
	display:table-cell;
	vertical-align:middle;
}
.media_list dd p{
	margin:0 !important;
}
.media_list dd p.cap{
	color:#999;
}
.media_list dd p.tit{
	font-size:130%;
	margin-top:0px !important;
	color:#64D22B;
}
.media_list dd dl.media_tit {
    display: table;
    overflow: hidden;
    padding: 5px 0 0 0;
    width: auto;
}
.media_list dd dl.media_tit dd.m_new {
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: middle;
    width: 65px;
}
.media_list dd dl.media_tit dd.m_new span {
    background: none repeat scroll 0 0 #23c184;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}
.media_list dd dl.media_tit dd.m_site {
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

@media only screen and (max-width: 799px) {
.top-page #contents {
    margin: 0;
    padding: 0;
}
  /* top */
  .top-page {
    /*.page-title {
    	position: static;
    	margin-top: 10px;
    	margin-left: 0;
    	
    	border-bottom: 1px solid $col-green1;
    	width: auto;
    	img {
    		max-width: 70%;
    	}
    }*/
  }
  .top-page .main {
    position: relative;
    margin: 0 10px;
  }
  .top-page .notification {
    margin-bottom: 16px;
  }
  .top-page .notification .list a {
    padding: 6px 10px 4px 10px;
  }
  .top-page .news {
    margin: 0 0 16px 0;
  }
  .top-page .news .list a {
    padding: 6px 10px 4px 10px;
  }
  .top-page .news .list a:hover {
    background-color: #def2bb;
  }
  .top-page .news .btn01 {
    top: 2px;
    font-size: 93%;
  }
  .top-page .news-title {
    font-size: 120%;
  }
  .top-page .top-sns{
	padding:20px 0;
  }

  .article-list .list-section {
    margin: 0 10px 20px 10px;
  }
  .article-list .list-section .list a {
    padding: 6px 10px 4px 10px;
  }

  /* .article */
  .article {
    /*#contents {
    	padding-left: 5px;
    	padding-right: 0;
    }*/
  }
  .article .page-header,
  .article .page-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-page .list a {
    border-left: 5px solid #64d22b;
    background-color: #f4fce6;
  }
  .news-page .list a:hover {
    background-color: #def2bb;
  }

  .notification-page .list a {
    border-left: 5px solid #c4002c;
    background-color: #fff5f7;
  }
  .notification-page .list a:hover {
    background-color: #ffe5e9;
  }
.footer-signature {
    width: auto;
	margin:0 auto;
}
.footer-signature .menu{
	position: inherit;
	top: inherit;
	right: inherit;
	padding-bottom:20px;
}
.footer-signature-w {
	height:auto;
	padding:0 10px;
}
}

/*=====================================
 追加コンテンツ　201307
===================================== */
.title-section{
	height:90px;
	width:100%;
	background:url(/img/bg_title.gif) repeat-x center top;

}
.title-section header{
	display:block;
	width:780px;
	height:90px;
	margin:0 auto;
}
.title-section header h1{
	display:table-cell;
	height:100%;
	height:90px;
	vertical-align:middle;
	font-size:2.2em !important;
	font-weight:normal;
}
@media only screen and (max-width: 799px) {
.title-section{
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	background-size: auto 100%;
	margin:0 0 20px 0;
}
.title-section header{
	width:92%;
	margin:0 4%;
}
.title-section header h1{
	display:table-cell;
	height:100%;
	height:90px;
	vertical-align:middle;
	font-size:1.6em !important;
	font-weight:normal;
}
}

.help-ns{
	height:90px;
	width:100%;
	background:url(/img/bg_title_ns.gif) repeat-x center top;
}
.help-ns header{
	display:block;
	width:780px;
	height:90px;
	margin:0 auto;
}
.help-ns header h1{
	display:table-cell;
	height:100%;
	height:90px;
	vertical-align:middle;
	font-size:2.2em !important;
	font-weight:normal;
}
@media only screen and (max-width: 799px) {
.help-ns{
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	background-size: auto 100%;
	margin:0 0 20px 0;
}
.help-ns header{
	width:92%;
	margin:0 4%;
}
.help-ns header h1{
	display:table-cell;
	height:100%;
	height:90px;
	vertical-align:middle;
	font-size:1.6em !important;
	font-weight:normal;
}
}


/* download
------------------------------------- */
.download-page .main{
	width:780px;
	margin:0 auto;
	padding:15px 0 80px;
}
.download-page .main h2{
	margin:30px 0 5px;
	font-size:2em;
	font-weight:normal;
}
.download-page .main p{
	margin:0 0 15px;
}
.download-page .main p a {
    color: #4572ED;
    text-decoration: none;
}
.download-page .main p a:hover {
    color: #3C4C74;
    text-decoration: none;
}
.download-page .main .attention-text{
	margin:50px 0 0;
	line-height:1.4em;
}
.download-page .main .attention-text small{
	font-size:x-small;
}
.main .bnr-section{
	width:780px;
	margin:0 auto;
	text-align:left;
}
.main .bnr-section .imgSP{
	display:none;
}
.main .bnr-section ul{
	padding:30px 0 0 0;
}
.main .bnr-section ul li{
	background:url("/img/ico_tri_10x12.png") no-repeat left center;
	padding:5px 0 5px 20px;
	text-align:left;
	font-size:100%;
}
@media only screen and (max-width: 799px) {
.download-page .main{
	width:92%;
	margin:0 4%;
	padding:0px 0;
}
.main .bnr-section{
	width:92%;
	margin:0 4%;
}
.main .bnr-section img{
	min-width:100%;
}
.main .bnr-section .imgPC{
	display:none;
}
.main .bnr-section .imgSP{
	display:block;
}
}

/* what-is
------------------------------------- */
.what-is-page #contents {
	width:100%;
}
.what-is-page .main{
	width:100%;
	margin:0 auto;
	padding:50px 0 35px;
}
.what-is-page .main .whats-section01{
	height:422px;
	background:url(/img/bg_whats01.png) no-repeat right top;
	margin:0 0 40px;

}
.what-is-page .main .whats-section02{
	height:426px;
	background:url(/img/bg_whats02.png) no-repeat left top;
	margin:0 0 40px;
}
.what-is-page .main .whats-section03{
	height:337px;
	background:url(/img/bg_whats03.png) no-repeat right top;
	margin:0 0 60px;
}
.what-is-page .main .whats-section01 .ctsBox,
.what-is-page .main .whats-section02 .ctsBox,
.what-is-page .main .whats-section03 .ctsBox{
	width:780px;
	margin:0 auto;
	position:relative;
}
.what-is-page .main .ctsBox img.imgSP{
	display:none;
}
.what-is-page .main .whats-section01 .ctsBox img{
	position:absolute;
	top:20px;
	right:0;
	z-index:1;
}
.what-is-page .main .whats-section02 .ctsBox img{
	position:absolute;
	top:25px;
	left:0;
	z-index:1;
}
.what-is-page .main .whats-section03 .ctsBox img{
	position:absolute;
	top:44px;
	right:0;
	z-index:1;
}
.what-is-page .main .whats-section01 .ctsBox .txtBox{
	position:absolute;
	top:120px;
	z-index:10;
	width:570px;
}
.what-is-page .main .whats-section01 .ctsBox .txtBox h2{
	color:#b35e5a;
	font-size:1.9em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 10px;
}
.what-is-page .main .whats-section02 .ctsBox .txtBox{
    position: absolute;
    right: 0;
    top: 55px;
    width: 328px;
    z-index: 10;
}
.what-is-page .main .whats-section02 .ctsBox .txtBox h2{
	color:#b3995a;
	font-size:1.9em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 10px;
}
.what-is-page .main .whats-section03 .ctsBox .txtBox{
	position:absolute;
	top:55px;
	z-index:10;
	width:400px;
}
.what-is-page .main .whats-section03 .ctsBox .txtBox h2{
	color:#7da96a;
	font-size:1.9em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 10px;
}
@media only screen and (max-width: 799px) {
.what-is-page .main{
	padding:30px 0;
}
.what-is-page .main .whats-section01{
	height:auto;
	background:url(/img/bg_whats01_sp.png) no-repeat center top;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size: 100% auto;
	margin:0 0 20px;
}
.what-is-page .main .whats-section01 .clear{
	clear:both;
	line-height:1px;
	font-size:1px;
}
.what-is-page .main .whats-section02{
	clear:both;
	height:auto;
	background:none;
	margin:0 0 30px;
}
.what-is-page .main .whats-section03{
	height:auto;
	background:none;
	margin:0 0 40px;
}
.what-is-page .main .whats-section01 .ctsBox,
.what-is-page .main .whats-section02 .ctsBox,
.what-is-page .main .whats-section03 .ctsBox{
	width:100%;
}
.what-is-page .main .whats-section01 .ctsBox .txtBox{
	position:static;
	float:left;
	width:64%;
	z-index:10;
}
.what-is-page .main .whats-section02 .ctsBox .txtBox{
	position:static;
	width:100%;
}
.what-is-page .main .whats-section03 .ctsBox .txtBox{
	position:static;
	width:100%;
}

.what-is-page .main .whats-section01 .ctsBox .txtBox h2,
.what-is-page .main .whats-section02 .ctsBox .txtBox h2,
.what-is-page .main .whats-section03 .ctsBox .txtBox h2{
	position:static;
	font-size:1.4em;
	width:92%;
	margin:0 4% 10px;
}
.what-is-page .main .whats-section01 .ctsBox .txtBox p,
.what-is-page .main .whats-section02 .ctsBox .txtBox p,
.what-is-page .main .whats-section03 .ctsBox .txtBox p{
	position:static;
	width:92%;
	margin:0 4% 10px;
}
.what-is-page .main .ctsBox img.imgPC{
	display:none;
}
.what-is-page .main .ctsBox img.imgSP{
	display:block;
}
.what-is-page .main .whats-section01 .ctsBox img{
	position:static;
	float:right;
	margin:25px 0 0;
	width:34% !important;
	height:auto;
	z-index:1;
}
.what-is-page .main .whats-section02 .ctsBox img,
.what-is-page .main .whats-section03 .ctsBox img{
	position:static;
	min-width:100% !important;
	height:auto;
}
}

/* whats-new
------------------------------------- */
.whats-new-page .main .clear{
	clear:both;
	line-height:1px;
	font-size:1px;
}
.whats-new-page #contents {
	width:100%;
}
.whats-new-page .main{
	width:100%;
	margin:0 auto;
}
.whats-new-page .main h2{
	margin:30px 0 5px;
	font-size:2em;
	font-weight:normal;
}
.whats-new-page .main .ctsBox img.imgSP{
	display:none;
}
.whats-new-page .main .whats-section01{
	position:relative;
	top:40px;
	height:369px;
	z-index:1;
}
.whats-new-page .main .whats-section02{
	position:relative;
	margin-top: -160px;
	z-index:10;
	height:515px;
/*	background:url(/img/bg_whatsnew01.png) no-repeat center top;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	background-size: 100% 100%;
*/
}
.whats-new-page .main .whats-section02 .imgBg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:515px;
	z-index:1;
}

.whats-new-page .main .whats-section03{
	position:relative;
	z-index:10;
	height:295px;
/*
	background:url(/img/bg_whatsnew02.png) no-repeat center bottom;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	background-size: 100% 100%;
*/
}
.whats-new-page .main .whats-section03 .imgBg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:295px;
	z-index:1;
}
.whats-new-page .main .whats-section01 .ctsBox,
.whats-new-page .main .whats-section02 .ctsBox,
.whats-new-page .main .whats-section03 .ctsBox{
	width:780px;
	margin:0 auto;
	position:relative;
	z-index:10;
}
.whats-new-page .main .whats-section01 .ctsBox img{
	float:right;
}
.whats-new-page .main .whats-section01 .ctsBox .txtBox{
	position:absolute;
	top:40px;
	left:0;
	width:390px;
}
.whats-new-page .main .whats-section02 .ctsBox img{
	position:absolute;
	top:50px;
}
.whats-new-page .main .whats-section02 .ctsBox .txtBox{
	position:absolute;
	top:150px;
	right:0;
	width:500px;
}
.whats-new-page .main .whats-section03 .ctsBox img{
	position:absolute;
	right:0;
}
.whats-new-page .main .whats-section03 .ctsBox .txtBox{
	position:absolute;
	top:30px;
	width:400px;
}

@media only screen and (max-width: 799px) {
.whats-new-page .main .whats-section01{
	height:auto;
	position:static;
	margin:30px 0 0;
	top:0;
}
.whats-new-page .main .whats-section02{
	height:auto;
	position:static;
	margin:0;
	top:auto;
	padding-bottom:20px;
}
.whats-new-page .main .whats-section03{
	height:auto;
	position:static;
	margin:0;
	top:auto;
}
.whats-new-page .main .whats-section02 .imgBg,
.whats-new-page .main .whats-section03 .imgBg,
.whats-new-page .main .ctsBox img.imgPC{
	display:none !important;
}
.whats-new-page .main .ctsBox img.imgSP{
	position:static;
	display:block;
	width:100% !important;
	height:auto;
	z-index:1;
}
.whats-new-page .main .whats-section01 .ctsBox .txtBox h2,
.whats-new-page .main .whats-section02 .ctsBox .txtBox h2,
.whats-new-page .main .whats-section03 .ctsBox .txtBox h2{
	position:static;
	font-size:1.4em;
	width:92%;
	margin:0 4% 10px;
}
.whats-new-page .main .whats-section01 .ctsBox .txtBox p,
.whats-new-page .main .whats-section02 .ctsBox .txtBox p,
.whats-new-page .main .whats-section03 .ctsBox .txtBox p{
	position:static;
	width:92%;
	margin:0 4% 10px;
}

.whats-new-page .main .whats-section01 .ctsBox,
.whats-new-page .main .whats-section02 .ctsBox,
.whats-new-page .main .whats-section03 .ctsBox{
	width:100%;
	height:auto;
	margin:0;
	position:relative;
}
.whats-new-page  .main .whats-section01 .ctsBox .txtBox,
.whats-new-page  .main .whats-section03 .ctsBox .txtBox{
	width:100%;
	height:auto;
	margin:0;
	position:static;
}
.whats-new-page  .main .whats-section01 .ctsBox .txtBox p{
	position:absolute;
	width:40%;
	z-index:10;
}
.whats-new-page  .main .whats-section02 .ctsBox .txtBox{
	position:absolute;
	top:20px;
	right:0;
	width:57%;
	z-index:10;
	height:auto;
}
.whats-new-page  .main .whats-section03 .ctsBox .txtBox{
}

.download-page .main h2{
	margin:20px 0 5px;
	font-size:1.3em !important;
	font-weight:normal;
}
.faq p {
    font-size: 100% !important;
    padding: 0 0 10px;
}


}

/* top-page スライダー
======================================= */
.bx-wrapper {
	width:848px;
	position: relative;
	margin: 0 auto 15px !important;
	padding: 10px 0 0 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/img/top_slider_arrow_l.png) no-repeat center center;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/img/top_slider_arrow_r.png) no-repeat center center;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
	cursor: pointer;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* twitter */
#twitter-widget-0{
	width:100px !important;
}



@media only screen and (max-width: 799px) {
.bx-wrapper {
	width:100%;
	height:auto;
	margin: 0 auto 30px !important;
}
.bx-wrapper img {
	max-width: 100%;
	height:auto;
}
.bx-wrapper .bx-controls-direction a {
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
}
}
