/* base
----------------------------------------------------*/
h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-weight: normal;
}
h5 {
  font-size: 14px;
  font-weight: normal;
}
h6 {
  font-size: 13px;
  font-weight: normal;
}
#wrapper {
  margin: 0 auto;
  min-width: inherit;
  width: 100%;
}
#contents {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#contents.narrow {
  width: auto;
}
#contents .leftCol {
  float: none;
  width: auto;
  padding: 0 15px;
  -webkit-box-ordinal-group: 3;
}
#contents .rightCol {
  float: none;
  width: auto;
  padding: 0 15px;
  -webkit-box-ordinal-group: 4;
}
#contents .rightCol.narrow {
  float: none;
  width: auto;
}
#contents .mainCol {
  overflow: auto;
  width: auto;
  padding: 0 15px;
  -webkit-box-ordinal-group: 2;
}
#contents .contentsHead {
  width: auto;
  padding: 0 15px;
  -webkit-box-ordinal-group: 1;
}
#contents .contentsHead .caption {
  font-size: 13px;
  margin-top: 10px;
}
/* elements
----------------------------------------------------*/
.yBtn.yBtnXSmall .yBtnText {
  font-size: 12px;
  padding: 6px 9px;
}
.yBtn.yBtnSmall .yBtnText {
  font-size: 13px;
  padding: 8px 12px;
}
.yBtn.yBtnMedium .yBtnText {
  font-size: 14px;
  padding: 10px 15px;
}
.yBtn.yBtnLarge .yBtnText {
  font-size: 16px;
  padding: 12px 15px;
}
.yBtn.yBtnXLarge .yBtnText {
  font-size: 18px;
  padding: 14px 15px;
}
/* header
----------------------------------------------------*/
#header {
  display: block;
}
/* footer
----------------------------------------------------*/
/* #footer { */
/*   display: none; */
/* } */
/* #footer_sp { */
/*   display: block; */
/* } */
/* txtNav
----------------------------------------------------*/
.txtnav {
	margin: 0;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#A1A1A1));
	background: -moz-linear-gradient(top, #AAA, #A1A1A1);
	font-size: 12px;
	padding: 5px;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

div.breadcrumbs a {
	color: #FFF;
}

div.breadcrumbs li:nth-child(odd){
	font-weight: bold;
}
/* list
----------------------------------------------------*/
.sideNavBdrUnit .navInner {
  padding: 0;
}
.sideNavBdrUnit .sideNavHead {
  padding: 15px;
  margin-bottom: 0;
}
.sideInfoUnit .navInner {
  padding: 15px;
}
.sideInfoUnit .sideNavHead {
  padding: 0;
  margin-bottom: 15px;
}
.sideInfoUnit .caption {
  font-size: 13px;
}
.sideContainer .sideCmnNav li {
  font-size: 13px;
  border-top: 1px solid #D3D4D5;
  margin: 0;
}
.sideContainer .sideCmnNav span {
  display: block;
  padding: 15px;
}
.sideContainer .sideCmnNav a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 30px 15px 15px;
}
.sideContainer .sideCmnNav a:hover {
  text-decoration: underline;
}
.sideContainer .sideCmnNav a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  margin: -5px 0 0 0;
}
.sideContainer .categoryTree h5 {
  color: #F00;
}
.sideContainer .categoryTree h5 a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 30px 15px 15px;
  color: #F00;
}
.sideContainer .categoryTree h5 span {
  display: block;
  padding: 15px;
}
.sideContainer .categoryTree h5 a:hover {
  text-decoration: underline;
}
.sideContainer .categoryTree h5 a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  margin: -5px 0 0 0;
}
.sideContainer .categoryTree .childNav {
  margin: 0;
  padding-left: 15px;
}
.sideContainer .categoryTree .childNav li span,
.sideContainer .categoryTree .childNav li a {
  padding-left: 0;
}
/* Support Page
----------------------------------------------------*/
.supportPage .container {
  margin-top: 30px;
}
.supportPage .container:first-child {
  margin-top: 0;
}
.supportPage .mainCol h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D4D5;
}
.supportPage .mainCol h2 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.supportPage .mainCol h2 a:hover {
  text-decoration: underline;
}
.supportPage .mainCol h2 a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportPage .mainCol .storeInfo_titleArea {
    display: block;
    position: relative;
}
.supportPage .mainCol .storeInfo_title {
    word-break:  break-word;
    width: auto;
}
.supportPage .change-lang {
    position: static;
    margin-top: 4px;
    text-align: right;
    top: 50%;
    right: 0;
}
.supportPage .change-lang a {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 4px 12px 4px 20px;
    text-decoration: none;
    color: black;
}
.supportPage .change-lang-arrow a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.supportPage .change-lang-arrow a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #252525;
}
.supportBlock {
  margin-bottom: 30px;
}
.supportBlock h3 {
  color: #F90;
}
.supportBlock .caption {
  font-size: 13px;
  margin-top: 15px;
}
.supportBlock .caption .captionParagraph {
  margin-top: 10px;
}
.supportBlock .caption .captionParagraph:first-child {
  margin-top: 0;
}
.supportBlock .caption .captionParagraph ul {
  padding-left: 20px;
}
.supportBlock .caption .captionParagraph li {
  list-style: disc;
  margin-top: 5px;
}
.supportBlock .caption .captionParagraph li:first-child {
  margin-top: 0;
}
.supportBlock .caption .captionParagraph .navChild {
  margin-top: 5px;
}
.supportBlock .tableList {
  font-size: 12px;
  margin-top: 15px;
}
.supportBlock .tableList table {
  width: 100%;
  background: #FFF;
}
.supportBlock .tableList th {
  border: 1px solid #D3D4D5;
  padding: 7px 10px;
  font-weight: normal;
}
.supportBlock .tableList td {
  border: 1px solid #D3D4D5;
  padding: 7px 10px;
}
.supportBlock .tableList thead th {
  background: #EEF;
}
.supportBlock .tableList thead td {
  border: none;
}
.supportBlock .tableList tbody th {
  background: #F3F4F5;
  width: 60px;
}
.supportBlock .tableList .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .tableList .caption {
  margin-top: 10px;
}
.supportBlock .imageBox {
  text-align: center;
  margin: 15px 0;
}
.supportBlock .imageBox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .imageSetBox {
  margin: 15px 0;
}
.supportBlock .imageSetBox .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .imageSetBox .caption {
  margin-top: 10px;
}
.supportBlock .supplement {
  font-size: 12px;
  color: #636465;
  margin-top: 15px;
}
.supportBlock .jumpLink {
  font-size: 13px;
  margin-top: 15px;
}
.supportBlock .jumpLink li {
  margin-top: 10px;
}
.supportBlock .jumpLink li:first-child {
  margin-top: 0;
}
.supportBlock .jumpLink li a {
  display: block;
  position: relative;
  padding-right: 15px;
}
.supportBlock .jumpLink li a:after {
  content: "";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportIndex .supportBlock {
  width: 100%;
}
.supportIndex .supportBlock h3 {
  margin-bottom: 0;
}
.supportIndex .supportBlock h3 a {
  display: block;
  position: relative;
  color: #F90;
  text-decoration: none;
}
.supportIndex .supportBlock h3 a:hover {
  text-decoration: underline;
}
.supportIndex .supportBlock h3 a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportBlock .supportIndexNav {
  font-size: 14px;
  margin-top: 10px;
}
.supportBlock .supportIndexNav li {
  margin-top: 10px;
}
.supportBlock .supportIndexNav li:first-child {
  margin-top: 0;
}
.supportBlock .supportIndexNav .childNav {
  margin-top: 5px;
  padding-left: 15px;
}

/** #14010 */
.sideContainer .categoryTree h5 {
color: #333435;
}
.sideContainer .categoryTree h5 a {
color: #0D6295;
}

.sideContainer .categoryTree .childNav li {
border-top: 1px solid #D3D4D5;
margin-left: 15px;
}

.sideContainer .categoryTree .childNav li:first-child {
margin-left: 0;
padding: 0 0 0 15px;
}
