@charset "UTF-8";


/* non-display */
header .leftBox p.siteNameFull,
.globalNav ul {
  display: none;
}


/* font-weight */
.contentsArea h2,
.contentsArea h3 {
  font-weight: normal;
}

.contentsArea #shortcutLinkArea h3 {
  /*font-weight: bold;*/
}


/* font-size */

/* 26px */
.contentsArea h2 {
  font-size: 26px;
}

/* 19px */
.contentsArea #productsArea h3 {
  font-size: 19px;
}

/* 18px */
.contentsArea .linkBtn,
.contentsArea #recommendArea ul.linkBtn {
  font-size: 18px;
}

/* 16px */
.contentsArea,
.contentsArea #shortcutLinkArea h3,
.contentsArea .linkBtn.more,
.contentsArea #aboutArea .linkBtn,
.contentsArea #topicksArea dl,
.contentsArea #recommendArea ul,
.contentsArea #recommendArea ul li a span {
  font-size: 16px;
}

/* 14px */
.mvCaption,
.contentsArea .linkList,
.contentsArea #snsArea,
.contentsArea #aboutArea ul.linkBtn li.otherLink span,
.contentsArea #productsArea .info p,
.contentsArea #productsArea .detail ul.productList,
div.footerBacktop p a {
  font-size: 14px;
}

/* 13px */
/*.contentsArea #productsArea .detail ul.productList {
  font-size: 13px;
}
*/

/* 12px */
#productsArea span.english {
  font-size: 12px;
}


/* color */
.contentsArea {
  color: #4b4b4b;
}

#productsArea .detail {
  color: #fff;
}


/* link */
.contentsArea a:link,
.contentsArea a:visited,
.contentsArea .linkList a:link,
.contentsArea .linkList a:visited,
.contentsArea a:link .linkList,
.contentsArea a:visited .linkList,
div.footerBacktop p a:link,
div.footerBacktop p a:visited {
  color: #0e5799;
  text-decoration: none;
}

.contentsArea a:visited,
.contentsArea .linkList a:visited,
.contentsArea a:visited .linkList,
div.footerBacktop p a:visited {
  color: #7c68a8;
}

.contentsArea a:hover,
.contentsArea .linkList a:hover,
div.footerBacktop p a:hover {
  color: #0e5799;
  text-decoration: underline;
}

.contentsArea #productsArea a:link h3,
.contentsArea #productsArea a:visited h3,
.contentsArea #productsArea .detail ul.linkList a:link,
.contentsArea #productsArea .detail ul.linkList a:visited,
.contentsArea #productsArea .detail a:link ul li,
.contentsArea #productsArea .detail a:visited ul li,
.contentsArea #aboutArea ul.linkBtn li.otherLink span#rss a:link,
.contentsArea #aboutArea ul.linkBtn li.otherLink span#rss a:visited {
  color: #fff;
}
.contentsArea #productsArea a:hover h3,
.contentsArea #productsArea .detail ul.linkList a:hover,
.contentsArea #productsArea .detail a:hover ul li,
.contentsArea #aboutArea ul.linkBtn li.otherLink span#rss a:hover {
  color: #fff;
  text-decoration: underline;
}

.contentsArea #productsArea .detail a:hover ul li,
.contentsArea #productsArea .detail a:hover {
  text-decoration: none;
}

.contentsArea #shortcutLinkArea h3 a:link,
.contentsArea #shortcutLinkArea h3 a:visited,
.contentsArea #productsArea a:link span.english,
.contentsArea #productsArea a:visited span.english,
.contentsArea #recommendArea ul.linkBtn a:link,
.contentsArea #recommendArea ul.linkBtn a:visited {
  color: #4b4b4b;
}
.contentsArea #shortcutLinkArea h3 a:hover,
.contentsArea #productsArea a:hover span.english {
  color: #4b4b4b;
  text-decoration: underline;
}

.contentsArea #productsArea a:hover span.english {
  text-decoration: none;
}


/* base layout */

.contentsArea {
  box-sizing: border-box;
}

.contentsArea a {
  display: block;
}

.contentsArea img {
  vertical-align: middle;
  border: none;
}


#wrapper {
    width: 100%;
  margin: 0;
  padding: 0;
}

header,
.contentsArea .inner,
#bannerArea .slides,
.footerBacktop {
  width: 970px;
  margin: 0 auto;
}

section,
#bannerArea,
#snsArea,
.footerBacktop {
  clear: both;
  overflow: hidden;
}

#loading,
.contentsArea section:nth-of-type(odd),
#mainVisualArea,
.mvCaption,
#productsArea
/*
#bannerArea,
#snsArea
*/
{
  background: #f5f5f5;
}

section#aboutArea {
  padding: 40px 0 15px;
}

section#topicksArea,
section#recommendArea {
  padding: 40px 0;
}

section#shortcutLinkArea {
  padding: 40px 0 35px;
}

section,
#bannerArea {
  padding: 50px 0;
}

section#productsArea {
  padding: 0 0 15px;  
}

#snsArea {
  padding: 0 0 20px;
}

section .inner div {
  float: left;
}

.inner .col_1of2,
#recommendArea .inner .col_1of2 {
  width: 475px;
  margin-right: 20px;
}

.inner .col_1of3,
#recommendArea .inner .col_1of3 {
  width: 310px;
  margin-right: 20px;
}

#productsArea .inner .col_2of3  {
  width: 640px;
}

#productsArea .inner div:nth-child(3),
#productsArea .inner div:nth-child(6),
#productsArea .inner div:nth-child(9),
#productsArea .inner div:nth-child(11) {
  margin-right: 0;
}


/* footer */
footer {
  margin-left: auto;
  margin-right: auto;
}

div.footerBacktop p {
    margin: 18px 0 12px;
}

div.footerBacktop p a {
    background: url(../../images/ctp2015/icon_arrow_07.png) no-repeat 0 center;
    padding: 0px 0px 0px 20px;
}


/* heading */

.contentsArea h2,
.contentsArea h3 {
  margin: 0;
  padding: 0;
}

.contentsArea h2 {
  line-height: 1.1;
}

.contentsArea h3 {
  line-height: 1.2;
}


/* ul */
.contentsArea ul,
.contentsArea ul li,
.contentsArea ul li a {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.linkList,
ul.linkBtn {
  clear: both;
}

ul.linkList li {
  display: block;
  box-sizing: border-box;
}

ul.linkBtn li {
  display: inline-block;
  box-sizing: border-box;
}

ul.linkList li {
  margin: 0 0 15px;
  line-height: 1.4;
}

a ul.linkList li,
ul.linkList li a {
  display: block;
  padding: 0 0 0 24px;
  background: url(../../images/ctp2015/icon_arrow_05.png) no-repeat 6px 0.3em;
}


ul.linkBtn li {
  display: inline-block;
  border: 2px solid #7a7a7a;
  margin: 0 0 25px;
}

ul.linkBtn li a {
  display: block;
  padding: 17px 15px 14px 25px;
  background: url(../../images/ctp2015/icon_arrow_01.png) no-repeat 10px center;
  text-align: center;
}

ul.linkBtn li span a {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: inline;
}

ul.linkBtn.more {
  float: right;
  margin: -5px 0 0;
}

ul.linkBtn.more li {
  margin: 0 0 5px;
}

ul.linkBtn.more a {
  margin: 0;
  padding: 8px 50px;
}


/* slider */

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}

.slide {
  /*height: 100%;*/
  float: left;
  clear: none;
  text-align: center;

-ms-touch-action : none ; /* for *IE10 */
touch-action : none ;
}

.slide img {
　width: 100%;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin: 0 0 -8px;
}

.slider-arrow--right {
  bottom: 50%;
  right: 2%;
  background: url(../../images/ctp2015/slider_arrow_right.png) no-repeat center;
}

.slider-arrow--left {
  bottom: 50%;
  left: 2%;
  background: url(../../images/ctp2015/slider_arrow_left.png) no-repeat center;
}

.slider-nav {
  position: absolute;
  bottom: 12px;
  z-index: 10;
}

#controller {
  position: absolute;
  bottom: 11px;
  left: 50%;
  z-index: 10;
  width: 15px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
}
#controller.play {
  background: url(../../images/ctp2015/slider_navi_stop.png) no-repeat;
}
#controller.pause {
  background: url(../../images/ctp2015/slider_navi_play.png) no-repeat;
}

#controller img {
  vertical-align: baseline;
}

.slider-nav__item {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #dbdbdb;
  display: block;
  float: left;
  clear: none;
  margin: 0 8px;
}

.slider-nav__item:hover {
  background: #8a8a8a;
}

.slider-nav__item--current {
  background: #8a8a8a;
}

#loading {
  width: 100%;
  height: 260px;
  position: relative;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

.no-js #loading {
  /*display: none;*/
}

.mainVisualNoscript {
  text-align: center;
  margin: 0;
  padding: 0 0 30px;
}


/* #mainVisualArea */

#mainVisualArea.slider {
  display: none;
  width: 100%;
  height: 260px;
}

#mainVisualArea.slider ul {
  width: 100%;
  height: 290px;
}




#mainVisualArea.slider .slider-arrow {
  width: 55px;
  height: 55px;
}

#mainVisual {
  text-align: center;
  padding: 0 0 40px;
}


/* productsArea */

#productsArea .inner h2 {
  margin: 0 0 10px;
}

#productsArea .inner div {
  box-sizing: border-box;
  margin-bottom: 15px;
  /*position: relative;*/
}


#productsArea .inner br {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}


#productsArea .inner div.col_1of2,
#productsArea .inner div.col_1of3 {
  position: relative;
}

#productsArea .inner div.col_1of2 a,
#productsArea .inner div.col_1of3 a {
  /*display: block;*/
  display: inline-block;
  padding: 5px;
  background: #fff;

  -webkit-box-shadow: 0px 0px 4px rgba(51,51,51,0.2);
  -moz-box-shadow: 0px 0px 4px rgba(51,51,51,0.2);
  -ms-box-shadow: 0px 0px 4px rgba(51,51,51,0.2);
  box-shadow: 0px 0px 4px rgba(51,51,51,0.2);
  zoom: 1;
}

#productsArea h3 {
  background: #595959 url(../../images/ctp2015/icon_arrow_03.png) no-repeat 10px center;
  margin: 0 0 5px;
  padding: 10px 40px 10px 30px;
  /*min-height: 23px;*/
}

/* for smartphone */
.sp #productsArea h3.toPC {
  background: #595959 url(../../images/ctp2015/icon_pc.png) no-repeat 10px center;
  padding-left: 34px;
}

#productsArea .info a {
  background:#fff url(../../images/ctp2015/icon_camera.png) no-repeat 40px center;
  border: 3px solid #dbdbdb;
  padding: 30px 0;
}

#productsArea .info .linkList li {
  margin: 2px 0 0 110px;
}

#productsArea .info p {
  margin: 8px 0 0 110px;
  padding: 0 0 0 24px;
}

#productsArea .inner div span.english {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 1px 10px;
  background: #fff;
  border: 1px solid #bdbdbd;
}

#productsArea .inner div a.toggleBtn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 8px;
  right: 6px;
  padding: 5px;
  cursor: pointer;
  background: url(../../images/ctp2015/btn_products_open.png) no-repeat center center;
  box-shadow: none;
  text-indent: -9999px;
  overflow: hidden;
}
/*.chrome #productsArea .inner div a.toggleBtn {
  outline-color: #595959;
}
*/

.safari #productsArea .inner div a.toggleBtn,
.chrome #productsArea .inner div a.toggleBtn,
.android #productsArea .inner div a.toggleBtn, 
.android #productsArea .inner div a.toggleBtn:focus { 
  outline: none;
  border: none;
 }
  
  

#productsArea .inner div a.toggleBtn.open {
  background: url(../../images/ctp2015/btn_products_close.png) no-repeat center center;
}

#productsArea .detail {
  /*height: 100px;*/
  position: absolute;
  top: 47px !important;
  left: 5px;
  overflow: hidden;
  background: #595959;
  display: none;
  /*
  width: 100%;
  min-height: 95px;
  border: 5px solid #fff;
  border-top: none;
  margin: -10px 0 0;
  overflow: hidden;
  background: #595959;
  display: none;
  */
}

#productsArea .inner div.col_1of2 .detail a,
#productsArea .inner div.col_1of3 .detail a {
  background: none;
}

#productsArea .col_1of2 .detail {
  width: 465px;
  top: 48px;
}

#productsArea .col_1of3 .detail {
  width: 300px;
  top: 48px;
}

#productsArea .col_1of1 .detail {
  top: 48px;
}


.firefox #productsArea .col_1of3 .detail {  
}

#productsArea .detail ul.productList {
  /*margin: 0 0 0 15px;*/
  margin: -5px 15px 0 15px;
}

#productsArea .detail ul.productList li {
  line-height: 1;
  margin: 1px 0 9px;
}

/*html[lang="ja"] #productsArea .detail ul.productList li {
  margin: 0;
}*/

#productsArea .col_1of2 .detail a,
#productsArea .col_1of3 .detail a {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

#productsArea .inner .col_1of2 .detail a {
  /*width: 70%;*/
}
#productsArea .inner .col_1of3 .detail a {
  /*width: 55%;*/
}

#productsArea .inner .col_1of2 .detail a,
#productsArea .inner .col_1of3 .detail a {
  width: 100%;
}

#productsArea .detail ul.linkList {
  margin: 0 10px 0 0;
  background: none;
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#productsArea .detail ul.linkList li {
  margin: 0 0 10px;
}

#productsArea .inner .detail ul.linkList li a {
  display: inline-block;
  width: auto;
  background: url(../../images/ctp2015/icon_arrow_06.png) no-repeat 8px center;
  border: 1px solid #fff;
  border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  padding: 2px 5px 1px 20px;
}


/* aboutArea */

#aboutArea h2 {
  float: left;
  height: 1px;
}

#aboutArea ul li {
  width: 220px;
  margin-right: 30px;
}
#aboutArea ul.linkBtn.more {
  margin: -6px 0 18px;
}
#aboutArea ul.linkBtn.more li {
  width: auto;
}

#aboutArea ul li:nth-child(4n),
#aboutArea ul.linkBtn.more li {
  margin-right: 0;
}

#aboutArea ul.linkBtn li.otherLink a {
  display: inline-block;
  /*padding: 25px 10px 25px 25px;*/
}

#aboutArea ul.linkBtn li.otherLink span#rss a {
  background: #ff9e05;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  padding: 0px 8px;
  margin: 0 0 0 -0.2em;
}


/* topicksArea */

#topicksArea h2 {
  display: inline-block;
}

#topicksArea dl {
  clear: both;
  margin: 0;
  padding: 16px 0 8px;
  background: url(../../images/ctp2015/bg_dotted.png) repeat-x 0 bottom;
}

#topicksArea dl dt {
  width: 10em;
  float: left;
  margin: 0;
  padding: 0;
}

#topicksArea dl dd {
  margin: 0 0 0 11em;
  padding: 0;
}

#topicksArea dl dd a {
  display: block;
}


/* recommendArea */

#recommendArea h2 {
  margin: 0 0 25px;
}

#recommendArea ul li {
  display: block;
  float: left;
  width: 118px;
  margin: 0 24px 0 0;
}

#recommendArea ul li:last-child {
  margin-right: 0;
}

#recommendArea ul li a {
  display: block;
  text-align: center;
}

#recommendArea ul li a span {
  display: block;
  padding: 15px 0;
  line-height: 1.3;
}

#recommendArea ul.linkBtn li {
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  border: none;
}

#recommendArea ul.linkBtn li:last-child {
  margin-right: 0;
}

#recommendArea ul.linkBtn li a {
  width: auto;
  display: block;
  background: #f0f0f0;
  border: none;
  padding: 25px 25px 25px 25px;
}

#recommendArea ul.linkBtn li#contact a {
  background: #F0F0F0 url(../../images/ctp2015/icon_contact.png) no-repeat 10px center;
}
#recommendArea ul.linkBtn li#important a {
  background: #F0F0F0 url(../../images/ctp2015/icon_info.png) no-repeat 10px center;
}
#recommendArea ul.linkBtn li#earthquake a {
  background: #F0F0F0 url(../../images/ctp2015/icon_arrow_04.png) no-repeat 10px center;
}

.sp #recommendArea li a.toPC span {
  background: url(../../images/ctp2015/icon_pc_02.png) no-repeat 14px center;
  background-size: 18px 18px;
  padding-left: 38px;
}

/* bannerArea */

#bannerSnsArea {
  padding: 0;
}

#bannerArea {
  padding: 40px 0 30px;
}
#bannerArea.slider {
  padding: 50px 0 0;
}

.contentsArea #bannerArea ul li a img {
  height: auto;
}

#bannerArea.slider .slider-nav {
  bottom: 20px;
}

#bannerArea ul li {
  width: 220px;
  margin: 0 30px 0 0;
}
#bannerArea ul li:last-child {
  margin-right: 0;
}

#bannerArea.slider ul.slides li.slide {
    margin: 0 0 60px 0;
}

#bannerArea.slider .slider-arrow {
    width: 32px;
    height: 32px;
}

#bannerArea.slider .slider-arrow--left,
#bannerArea.slider .slider-arrow--right {
    bottom: 45%;
    background-size: 32px 32px;
}


/* snsArea */

#snsArea .inner {
  padding: 20px 0 0;
  border-top: 1px solid #fff;
  text-align: center;
}

#snsArea .inner ul,
#snsArea .inner ul li {
  display: inline-block;
  vertical-align: middle;
}

#snsArea .inner ul li {
  margin: 0 12px;
}

ul li.linkList a {
  padding: 0 0 0 20px;
  background: url(../../images/ctp2015/icon_arrow_05.png) no-repeat 6px 0.35em;
}

#snsArea .inner ul li.linkList a span br {
  display: none;
}


/* shortcutLinkArea */

#shortcutLinkArea h2 {
  margin: 0 0 15px;
}

#shortcutLinkArea .inner div {
  /*width: 220px;*/
  /*margin: 0 30px 0 0;*/
  width: 23.5%;
  margin: 0 2% 0 0;
}
#shortcutLinkArea .inner div:last-child {
  margin-right: 0;
}

#shortcutLinkArea h3 {
  background: url(../../images/ctp2015/bg_dotted.png) repeat-x 0 bottom;
  margin: 15px 0;
}

#shortcutLinkArea h3 a {
  display: block;
  padding: 10px 10px 8px 24px;
  background: url(../../images/ctp2015/icon_arrow_02.png) no-repeat 0 center;
}

#shortcutLinkArea ul.linkList li.support a {
  background: url(../../images/ctp2015/icon_support.png) no-repeat 0 0;
}

#shortcutLinkArea ul.linkList:last-child li:last-child {
  margin-bottom: 0;
}


/* #regionSelectArea */

#regionSelectArea {
  padding: 0;
  background: #b8b8b8;
}

#regionSelectArea form {
  display: table-cell;
  width: 970px;
  height: 95px;
  vertical-align: middle;
  padding: 0 0 0 140px;
}

#regionSelectArea form span {
  color: #000;
  font-size: 24px;
}

#regionSelectArea form select {
  color: #4a4a4a;
  font-size: 14px;
  width: 240px;
  height: 21px;
  margin: 0 5px;
}

#regionSelectArea form a.button {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  background: #595959 url(../../images/ctp2015/icon_arrow_09.png) no-repeat 10px center;
}


/* ==============================
    Media Queries
   ============================== */

@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */


/* non-display */

#bannerArea #controller,
section#shortcutLinkArea, #productsArea .inner br {
  display: none;
}

/* display */

header .leftBox p.siteNameFull,
.globalNav ul {
  display: block;
}

/* base layout */

header,
.contentsArea,
.contentsArea img,
.contentsArea .inner,
.contentsArea section .inner div,
.contentsArea .inner .col_1of2,
.contentsArea .inner .col_1of3,
.contentsArea #productsArea .inner .col_2of3,
.contentsArea ul.linkBtn.more,
#aboutArea h2,
#topicksArea h2,
#aboutArea ul li,
#topicksArea ul li,
#aboutArea ul.linkBtn.more li,
#topicksArea ul.linkBtn.more li,
#topicksArea dl dt,
#topicksArea dl dd,
#recommendArea ul li,
#recommendArea ul.linkBtn li,
#bannerArea .slides {
  width: 100%;
  height: auto;
  float: none;
}

.contentsArea section#bannerSnsArea:nth-of-type(odd)>div:nth-of-type(2n) {
  background: #fff;
}

.contentsArea section#bannerSnsArea:nth-of-type(2n)>div:nth-of-type(2n) {
  background: #f5f5f5;
}


/* font size */

/* 12px */
.contentsArea #productsArea .detail ul.productList {
  font-size: 12px;
}

/* 13px */
.contentsArea #productsArea.extraVer .detail ul.productList {
  font-size: 13px;
}


/* loading */

#loading {
  height: 120px;
}

#loading img {
  width: 32px;
  height: 32px;
}

/* add "br" tag */
.contentsArea span.br:before {
    content:"\a";
    white-space: pre;
}


/* header */

header div.svgSwitch h1 img {
    height: auto;
}

/* footer */

div.footerBacktop p {
    margin: 20px 0 10px;
}

/* page navi */

.globalNav.active ul li a,
.globalNav.active ul li a:hover {
    background: url(../../images/ctp2015/icon_arrow_08.png) no-repeat 98% center;
  background-size: 18px 18px;
}
.globalNav.active ul li a:hover,
.globalNav.active ul li a.hover {
    background-color: #d1e5fa;
}

/* heading */

.contentsArea h2 {
  padding: 0 10px;
}

/* ul */

.contentsArea ul.linkBtn li {
    margin: 0px;
}

.contentsArea ul.linkBtn li a {
    padding: 12px 20px 10px 40px;
    background: url(../../images/ctp2015/icon_arrow_01.png) no-repeat scroll 20px center transparent;
    text-align: left;
}
/* for smartphone */
.sp .contentsArea ul.linkBtn li a.toPC {
  background: url(../../images/ctp2015/icon_pc_02.png) no-repeat 14px center;
  background-size: 18px 18px;
}

.contentsArea ul.linkBtn.more {
  width: auto;
    margin: 0;
  padding: 0 20px 30px;
}

.contentsArea ul.linkBtn.more li {
    border: 1px solid #c2c2c2;
}

.contentsArea ul.linkBtn.more li a {
    padding: 8px 30px;
}


/* #mainVisualArea */

#mainVisualArea.slider,
#mainVisualArea.slider ul {
  height: auto;
}

#mainVisualArea.slider {
  padding: 0 0 30px;
}

.sp #mainVisualArea.slider {
  padding: 0 0 60px;
}

#mainVisualArea.slider #controller {
  bottom: 0;
}

#mainVisualArea.slider .slider-nav {
    bottom: 0;
}

#mainVisualArea.slider .slider-arrow {
    width: 32px;
    height: 32px;
  margin: 0;
}

#mainVisualArea.slider .slider-arrow--left,
#mainVisualArea.slider .slider-arrow--right {
  bottom: 50%;
  background-size: 32px 32px;
}

.sp #mainVisualArea.slider .slider-arrow--left,
.sp #mainVisualArea.slider .slider-arrow--right {
  margin-bottom: 15px;
}

.mvCaption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 40px;
  line-height:1.2;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2%;
  text-align: center;
}

#mainVisual {
  text-align: center;
  padding: 0;
}

#mainVisual + .mvCaption {
  position: inherit;
  height: auto;
  padding: 10px 2%;
}


/* productsArea */

section#productsArea {
  padding: 20px 0 15px;
}

#productsArea h2 {
  margin: 30px 0px 20px;
}

#productsArea h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contentsArea #productsArea .inner .col_1of2,
.contentsArea #productsArea .inner .col_1of3,
.contentsArea #productsArea .inner .col_2of3 {
  width: 94%;
  margin: 0 auto 20px;
}

.contentsArea #productsArea .inner div.col_1of2 a,
.contentsArea #productsArea .inner div.col_1of3 a {
  display: block;
}

#productsArea .info a {
    background: #fff url('../../images/ctp2015/icon_camera.png') no-repeat 10px center;
  padding: 15px 10px;
}

#productsArea .info .linkList li {
    margin: 0 0 0 50px;
}

#productsArea .info p {
    margin: 8px 0 0 50px;
    padding: 0px 0px 0px 24px;
}

.contentsArea #productsArea .inner .detail {
  width: 100%;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  left: 0;
}

#productsArea .inner div.col_1of2 .detail a,
#productsArea .inner div.col_1of3 .detail a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
}

#productsArea.extraVer .inner div.col_1of2 .detail>a,
#productsArea.extraVer .inner div.col_1of3 .detail>a {
  width: 64%;
}

#productsArea .detail ul.productList {
    margin: 0px 0px 0px 10px;
}

#productsArea .detail ul.productList a {
  display: block;
  width: auto;
}

html[lang="ja"] #productsArea .detail ul.productList li,
#productsArea .detail ul.productList li {
    margin: 0 0 0.25em 3px;
  line-height: 1em;
}

html[lang="ja"] #productsArea.extraVer .detail ul.productList li,
#productsArea.extraVer .detail ul.productList li {
    margin: 0 0 0.5em 3px;
}

#productsArea .detail ul.linkList {
  top: auto;
  bottom: 0;
  left: 18px;
  right: auto;
  margin: 0;
  position: relative;
}

#productsArea.extraVer .detail ul.linkList {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  margin: 0 10px 0 0;
}

#productsArea .detail ul.linkList li {
  float: left;
  margin: 0 10px 10px 0;
}

#productsArea.extraVer .detail ul.linkList li {
  float: none;
  margin: 0 0 10px;
}

#productsArea .inner div a.toggleBtn {
  width: 30px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
}


/* aboutArea */

section#aboutArea {
  padding: 0;
}

#aboutArea h2 {
  margin: 30px 0px 20px;
}

#aboutArea ul.linkBtn li {
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #c2c2c2;
}

#aboutArea ul.linkBtn.more {
  border-bottom: 1px solid #c2c2c2;
  margin: 0;
}
#aboutArea ul.linkBtn.more li {
    margin: 0;
  border: 1px solid #c2c2c2;
}

#aboutArea ul.linkBtn li.otherLink a {
  padding: 12px 20px 10px 40px;
}

#aboutArea ul.linkBtn li.otherLink span#rss a {
    border-radius: 2px;
    padding: 0px 8px;
}


/* topicksArea */

section#topicksArea {
  padding: 0;
}

section#topicksArea:nth-of-type(2n) {
  margin-bottom: 30px;
}

#topicksArea h2 {
    margin: 30px 0px 20px;
}

#topicksArea ul.linkBtn.more {
  background: url('../../images/ctp2015/bg_dotted.png') repeat-x 0 bottom;
}

#topicksArea ul.linkBtn.more li {
    margin: 0;
}

#topicksArea dl {
  padding: 12px 24px;
}

/*
#topicksArea .inner dl:nth-child(6),
#topicksArea .inner dl:nth-child(7) {
  display: none;
}
*/

#topicksArea dl dd {
  margin: 0;
}


/* recommendArea */

section#recommendArea {
  padding: 0;
}

#recommendArea h2 {
    margin: 30px 0px 20px;
}

#recommendArea ul li {
  display: block;
  clear: both;
}

#recommendArea ul li:last-child {
  background: url(../../images/ctp2015/bg_dotted.png) repeat-x 0 bottom;
}

#recommendArea ul li a {
  min-height: 75px;
  background: url(../../images/ctp2015/bg_dotted.png) repeat-x 0 top;
  padding: 10px 10px;
}

#recommendArea ul li a img {
  float: left;
  width: 75px;
  height: auto;
}

#recommendArea ul li a {
  display: table;
  width: 100%;
}

#recommendArea ul li a span {
  display: table-cell;
  width: 100%;
  padding: 0 10px 0 10px;
  text-align: left;
  vertical-align: middle;
}

.sp #recommendArea ul li a {
}

.sp #recommendArea ul li a span {
}

#recommendArea ul li a span br {
  display: none;
}

#recommendArea .inner .col_1of2,
#recommendArea .inner .col_1of3 {
  width: 100%;
}

#recommendArea ul.linkBtn {
  padding: 15px 20px;
}

#recommendArea ul.linkBtn li {
    margin: 15px 0;
}

#recommendArea ul.linkBtn li a {
  min-height: 0;
  padding: 15px 10px 15px 40px;
}


/* bannerArea */

#bannerArea.slider {
    padding: 30px 0 50px;
}

#bannerArea.slider ul.slides li.slide {
  margin: 0;
  padding: 0;
}

#bannerArea.slider ul.slides li.slide img {
  max-width: 235px;
}

#bannerArea.slider .slider-arrow {
    /*width: 32px;*/
    /*height: 32px;*/
    width: 70px;
    height: 63px;
}

#bannerArea.slider .slider-arrow--left {
    background: url("../../images/ctp2015/slider_arrow_left.png") no-repeat 10% center;
}

#bannerArea.slider .slider-arrow--right {
    background: url("../../images/ctp2015/slider_arrow_right.png") no-repeat 90% center;
}

#bannerArea.slider .slider-arrow--left,
#bannerArea.slider .slider-arrow--right {
    bottom: 58px;
    background-size: 32px 32px;
}

#bannerArea.slider .slider-arrow--left {
  left: 0;
}

#bannerArea.slider .slider-arrow--right {
  right: 0;
}

#bannerArea.slider .slider-nav {
  bottom: 15px;
}


/* snsArea */

#snsArea {
  background: none;
}

#snsArea .inner {
  width: auto;
  border-top: none;
  /*padding-left: 10px;
  /*padding-right: 10px;*/
}

#snsArea .inner ul {
  width: 100%;
}

#snsArea .inner ul li {
    margin: 0px 1%;
  width: 12%;
}

#snsArea .inner ul li.linkList {
  width: auto;
  text-align: left;
}

#snsArea .inner ul li.linkList a {
    background: url('../../images/ctp2015/icon_arrow_05.png') no-repeat 6px center;
}

#snsArea .inner ul li.linkList a span br {
  display: block;
}

/* #regionSelectArea */

#regionSelectArea form {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  overflow: hidden;
}

#regionSelectArea form span {
  display: block;
  margin-bottom: 5px;
}

#regionSelectArea form select {
  width: 65%;
  margin: 5px 0;
  float: left;
}

#regionSelectArea form a.button {
  width: 30%;
  background: #595959 url(../../images/ctp2015/icon_arrow_09.png) no-repeat 7px center;
  float: right;
}

}

#productsArea .inner div {
    margin-right: 20px !important;
}

 .contentsArea .inner {
    left: 10px;
    position: relative;
    width: 990px;
}

header #language {
  border-right: 1px solid #CCCCCC;
  padding-right: 12px;
  padding-bottom: 0;
}

.langBox li {
  font-size: 12px;
  padding-left: 10px;
}
