@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
a:hover{
	opacity:0.85;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
//  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 13px;
  color: #262626;
  letter-spacing: 0.065em;
  line-height: 1.4;
  word-wrap: break-word;
  background-color: #fff;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Helvetica,sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a {
  color: #0071BB;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------*
 *PC、スマートフォン共通
 *-----------------------------------*/
.main-contents {
  background-color: #ebebeb;
}

.footer {
  background-color: #fff;
}

.fnavi dt {
  font-weight: bold;
}

.ttl-h2 .btn-link {
  float: right;
}

.tab-menu {
  display: table;
  width: 100%;
}

.tab-menu li {
  display: table-cell;
  /*width: 20%;*/
  text-align: center;
  vertical-align: middle;
  /*border-left: 1px solid #c9c9c9;*/
  background-color: #fff;
}
/*
.tab-menu li span {
  position: relative;
  top: 3px;
}
*/
.tab-menu li.on {
  background-color: #fff;
  color: #ef4e22;
  font-weight:bold;
}

.tab-menu li:first-child {
  border-left: none;
}

.tab-box .hide {
  display: none;
}

.list-news {
  font-size: 0;
}

.list-news li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  display: inline-block;
  background-color: #fff;
}

.list-news li .txt-area {
  padding: 0 15px;
}

.list-news li .date {
  font-weight: bold;
  color: #262626;
}

.list-news li img {
  width: 100%;
  height: auto;
}

.list-aboutus li a {
  display: block;
}

.list-pickup li {
  float: left;
}

.flexslider {
  position: relative;
}

.flexslider .flex-viewport {
  overflow: hidden;
  position: relative;
}

.flex-direction-nav {
  display: none;
}

.flex-control-nav {
  right: 10px;
  bottom: 10px;
  position: absolute;
  text-align: center;
  z-index: 200;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 3px;
}

.flex-control-paging li a {
  background: transparent url("../images/btn_main_sub_off.gif") no-repeat scroll 0 0;
  background-size: 15px auto;
  cursor: pointer;
  display: block;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}

.flex-control-paging li a.flex-active {
  background: transparent url("../images/btn_main_sub_on.gif") no-repeat scroll 0 0;
  background-size: 15px auto;
  cursor: default;
}

.main-top .mainvisual {
  position: relative;
}

.main-top .mainvisual .img-logo {
  position: absolute;
}

/*-----------------------------------*
 *margin padding
 *-----------------------------------*/
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-----------------------------------*
 *テキスト
 *-----------------------------------*/
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-top {
  vertical-align: top;
}

.txt-middle {
  vertical-align: middle;
}

.txt-bottom {
  vertical-align: bottom;
}

.txt-ind {
	text-indent: -1em;
	padding-left: 1em;
}

/*-----------------------------------*
 *見出し
 *-----------------------------------*/
.ttl-page {
  background-color: #ebebeb;
  height: 110px;
  margin-bottom: 60px;
}

.ttl-page h2 {
  font-size: 28px;
  color: #262626;
  font-weight: bold;
  padding-left: 55px;
  line-height: 110px;
}

.ttl-h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}


/*-----------------------------------*
 *PC用
 *-----------------------------------*/
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .inner {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
	.list-news li .img.area {
	  height:162px;
	  text-align:center;
	}
	.list-news li .img.area img{
	  max-height:100%;
	  max-width:100%;
	  width:auto;
	}
  .inner section {
    margin-bottom: 70px;
  }

  .ttl-h2 {
    margin: 20px 0;
  }

  .ttl-h2 .btn-link img {
    height: 36px;
  }

  .tab-menu {
    margin-bottom: 20px;
    border-bottom: 5px solid #ef4e22;
  }

  .tab-menu li {
    cursor: pointer;
    /*height: 65px;*/
    font-size: 16px;
  }

  .tab-menu li.top_tab_l{
  	border-radius:6px 0 0 0;
    border-right:1px solid #d9d9d9;
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    height:55px;
    width:147px;
    padding-top: 5px;
  }

  .tab-menu li.top_tab_r{
  	border-radius:0 6px 0 0;
    border-right:1px solid #d9d9d9;
    border-top:1px solid #d9d9d9;
    /*border-left:3px solid #fff;*/
    height:55px;
    width:147px;
    padding-top: 5px;
  }


  .tab-menu li.top_tab_g{
    border-top:10px solid #ebebeb;
    border-right:1px solid #ebebeb;
    /*border-left:3px solid #fff;*/
    height:55px;
    width:180px;
    background-color: #ef4e22;
    color: #fff;
    font-size:15px;
  }

  .tab-menu li:last-child{
  	border-right:none !important;
  }


  .tab-menu li.top_tab_g.on{
    font-weight:normal;
  }

  .tab-menu div.tab_g.on{
    background-color: #f17a5e;
    height:48px;
    width:185px;
    display: table-cell;
    vertical-align: middle;
    border-radius:3px;
  }

  .tab-menu div.tab_g_box{
	margin-left:4px;
	margin-top: 2px;
  }

  .tab-menu div.tab_g{
	display: table-cell;
	vertical-align: middle;
    height:48px;
    width:185px;
    padding-top: 2px;
  }



  .tab-menu li.top_tab.on {
	border-top:5px solid #fff;
	border-right:3px solid #fff;
    border-left:3px solid #fff;
	height:65px;
	}

.tokyo_hght{
	line-height:18px;
}

  .container {
    height: 100%;
    position: relative;
  }

  .side-contents {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 246px;
    background-color: #1a1a1a;
    background: transparent url("../images/pt_shadow.png") right 0 repeat-y;
  }

  .side-inner {
    width: 230px;
    height: 100%;
    border-right: 4px solid #ef4e22;
    background-color: #1a1a1a;
  }

  .side-contents {
    z-index: 100;
  }

  nav.snavi {
    display: block;
    position: absolute;
    left: 0px;
    z-index: 99;
  }

  .pc-logo {
    padding: 25px 0 25px 0;
    text-align: center;
    border-bottom: 1px solid #535353;
  }

  .pc-logo .txt {
    height: 40px;
    margin-top: 15px;
  }
  .pc-logo.pc-logo-line2 .txt{
    height:auto;
  }

  .group-logo {
    padding: 25px 0 37px 0;
  }

  .group-logo .txt {
    height: 22px;
    margin-top: 22px;
  }

  .sp-head {
    display: none;
  }

  .pc-head {
    display: block;
  }

  .sp-gnavi {
    display: none;
  }

  .gnavi li {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    border-bottom: 1px solid #535353;
  }

  .gnavi li.on, .gnavi li:hover {
    background-color: #ef4e22;
  }
  .gnavi li.on a:hover, .gnavi li a:hover {
	opacity:1.0;
  }
  .gnavi li a {
    display: block;
    height: 100%;
    padding: 0 0 0 30px;
    color: #fff;
  }

  .gnavi li.navi01 {
    line-height: normal;
  }

  .gnavi li.navi01 a {
    height: 65px;
    padding-top: 15px;
  }

  .snavi {
    position: absolute;
    width: 234px;
    height: 100%;
    text-align: center;
    background-image: -moz-linear-gradient(top, #f1870e, #d64d07, #8e2604);
    background-image: -ms-linear-gradient(top, #f1870e, #d64d07, #8e2604);
    background-image: -o-linear-gradient(top, #f1870e, #d64d07, #8e2604);
    background-image: -webkit-linear-gradient(top, #f1870e, #d64d07, #8e2604);
    background-image: linear-gradient(to bottom, #f1870e, #d64d07, #8e2604);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
  }

  .snavi ul {
    margin-top: 150px;
  }
  #snavi05 ul {
    margin-top: 50px;
  }
  
  #snavi05 .app-area ul {
    margin-top: 10px;
    border: solid 1px #e8a67d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom:15px;
  }
  #snavi05 .app-area ul li a{
  	padding:7px 15px;
  }
  .snavi li {
    line-height: 1.2;
    font-size: 16px;
  }

  .snavi li.on, .snavi li:hover {
    background-color: #ef4e22;
  }
  .snavi li.on a:hover, .snavi li a:hover {
    opacity:1.0;
  }
  .snavi li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
  }

  .snavi li small {
    font-size: 11px;
  }

  .snavi-link li.on, .snavi-link li:hover {
    background-color: transparent;
  }

  .snavi-link .app-area {
    margin: 15px 15px 0 15px;
  }

  .snavi-link .app-area ul {
    margin-top: 10px;
    border: solid 1px #e8a67d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .snavi-link .app-area li.bb-1{
    border-bottom: 1px solid #e8a67d;
  }

  .snavi-link .app-area li.last {
    border: none;
  }

  .snavi-link .store-badge {
    margin-top: 30px;
  }

  .snavi-link .store-badge img {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
  }

  .link-bottom {
    position: relative;
    width: 230px;
    margin-top:80px;
    border-top:1px dotted #535353;
  }

  .link-bottom li {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px dotted #535353;
  }

  .link-bottom li a {
    display: block;
    color: #fff;
    padding:0 0 0 30px;
  }
  .link-bottom li:hover{
  	background-color:#ef4e22;
  }
  .main-contents {
    min-width: 1016px;
    padding-left: 234px;
  }

  .hnavi {
    background-color: #262626;
  }

  .hnavi li {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #262626;
    background: #262626 url("../images/pt_hdr_arrow_off.png") 15px center no-repeat;
  }

  .hnavi li.on {
    background: #404040 url("../images/pt_hdr_arrow_on.png") 15px center no-repeat;
  }

  .hnavi li a {
    display: block;
    border-right: 1px solid #fad4c9;
  }

  .hnavi li.navi05 a {
    border: none;
  }

  .hnavi li img {
    width: auto;
    height: 22px;
    vertical-align: middle;
  }
  header.pc-head nav.hnavi ul li.navi05 a img{
  	height:auto;
  }
  .footer {
    background: #fff url("../images/bg_footer_pc.gif") top left repeat-x;
  }

  .fnavi {
    float: left;
    width: 225px;
  }

  .fnavi dt {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }

  .fnavi dd {
    height: 255px;
    margin: 10px 0;
    padding-left: 10px;
    border-right: 1px dotted #c9c9c9;
  }

  .fnavi li {
    margin-bottom: 5px;
  }

  .fnavi li a {
    color: #666;
    font-size: 12px;
  }

  .fnavi01 {
    width: 225px;
  }

  .fnavi01 dt {
    border-left: 1px solid #c9c9c9;
  }

  .fnavi01 dd {
    border-left: 1px dotted #c9c9c9;
  }

  .copyright {
    clear: both;
    padding: 30px 0 20px 0;
    font-size: 11px;
    color: #666;
  }

  .list-news li {
    width: 216px;
    margin: 0 11px 10px 0;
  }

  .list-news li:nth-child(4n) {
    margin-right: 0;
  }

  .list-news li .txt-area {
    height: 138px;
  }

  .list-news li .date {
    padding: 20px 0 16px 0;
  }

  .list-pickup li {
    width: 210px;
    margin-right: 20px;
  }

  .list-pickup li:last-child {
    margin-right: 0;
  }

  .main-top {
    height: 420px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .main-top .mainvisual {
    overflow: hidden;
    float: left;
    width: 600px;
    height: 420px;
  }

  .main-top .mainvisual .img-logo {
    left: 65px;
    top: 50%;
    margin-top: -50px;
    z-index: 50;
  }
  .main-top .mainvisual .img-logo.rw-img-logo{
  	left:0;
  	margin-top:0;
  	top:0;
  	z-index:1;
  }

  .main-top .banner {
    float: right;
    width: 270px;
  }

  .main-top .banner .bnr01 {
    margin-bottom: 20px;
  }
  .kicona_channel_field{
  	background-image:url('../images/bnr_kicona_ch_pc.gif');
  	background-repeat:no-repeat;
  	height:90px;
  	width:200px;
  	margin:0 auto;
  	padding-top:85px;
  }
  .snavi li .kicona_channel_field a{
  	padding:3px 15px;
  }
  
  .fnavi dt.footer_line2{
  	height:40px;
  	line-height:17px;
  	padding-top:10px;
  }
}


/*-----------------------------------*
 *スマートフォン用
 *-----------------------------------*/
@media screen and (max-width: 768px) {
  #topcontrol, .pc {
    display: none;
  }
  .inc_tab-menu{
  	font-size:0;
  }



 .tab-menu li.inc_tab{
 	height:50px;
 	width:50%;
 	float:left;
 	box-sizing:border-box;
 	border-right:1px solid #d9d9d9;
 	border-bottom:none;
 	/*font-size:13px;*/
 	padding-top: 17px;
 	font-size:14px;
 }
 
 .tab-menu li.inc_tab:nth-child(2){
	border-right:none;
}
 .tab-menu li.inc_tab_g{
 	display:block;
 	width:33.33%;
 	border-right:1px solid #fff;
 	border-left:none;
 	box-sizing:border-box;
 	float:left;
 	height:48px;
 	background-color: #ef4e22;
 	color: #fff;
 	font-size:11px;
 }
 .tab-menu li.inc_tab_g:nth-last-child(-n+1){
	border-right:none;
 }


 .tab-menu li.inc_tab_g.on{
    font-weight:normal;
  }

  .tab-menu div.tab_g.on{
    background-color: #f17a5e;
  }

  .tab-menu div.tab_g{
    line-height:38px;
    font-size:14px;
    padding:5px 0;
  }
  .tab-menu div.tab_g.tokyo_hght{
    line-height:19px;
  }

/*
 .tab-menu li.inc_tab.line2{
 	line-height:15px;
 	padding-top:5px;
 	padding-bottom:5px;
 }
*/
 .tab-menu li.inc_tab span{
 	top:0;
 }

  .sp {
    display: block;
  }

  .inner section {
    margin: 0 10px 30px 10px;
  }
	.list-news li .img.area {
	  height:120px;
	  text-align:center;
	}
	.list-news li .img.area img{
	  max-height:100%;
	  max-width:100%;
	  width:auto;
	  height:auto;
	}
	.list-news li .icon img{
	  width:100%;
	}
  .sp-inner-full section {
    margin: 0 0 30px 0;
  }

  .ttl-h2 {
    margin: 15px 0;
  }

  .ttl-h2 img {
    width: auto;
    height: 16px;
  }

  .ttl-h2 .btn-link img {
    width: auto;
    height: 20px;
  }

  .ttl-page {
    height: auto;
    margin-bottom: 20px;
  }

  .ttl-page h2 {
    font-size: 19px;
    padding: 0;
    line-height: normal;
  }

  .ttl-h3 {
  	font-size: 16px;
  	margin-bottom: 15px;
  }

  .sp-inner-full .ttl-h2 {
    margin: 15px 10px;
  }
#getheight.banner{
	margin:0 auto;
	max-width:600px;
}
  .accordion dt {
    padding: 0 15px;
    font-size: 14px;
    background: transparent url("../images/pt_ftr_arrow_open.png") 96% center no-repeat;
    background-size: 12px auto;
  }

  .accordion dt.open {
    background: transparent url("../images/pt_ftr_arrow_close.png") 96% center no-repeat;
    background-size: 12px auto;
  }

  .accordion-grad dt {
    background: transparent linear-gradient(to right, #f1870e, #d64d07, #8e2604) repeat scroll 0 0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  .accordion-grad dt.open {
    background: transparent linear-gradient(to right, #f1870e, #d64d07, #8e2604) repeat scroll 0 0;
  }

  .accordion-grad dt span {
    display: block;
    width: 100%;
    background: transparent url("../images/pt_link_arrow_open.png") 100% center no-repeat;
    background-size: 12px auto;
    font-weight:bold;
  }

  .accordion-grad dt.open span {
    background: transparent url("../images/pt_link_arrow_close.png") 100% center no-repeat;
    background-size: 12px auto;
  }

  .accordion dd {
    display: none;
  }

  .tab-menu {
    margin-bottom: 10px;
  }

  .tab-menu li {
    height: 60px;
    line-height: 1.3;
    font-size: 12px;
  }

  .side-contents, .pc-head {
    display: none;
  }

  .sp-head {
    height: 60px;
    border-bottom: 2px solid #ef4e22;
    background-color: #1a1a1a;
    height: 60px;
  }

  .sp-head div {
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

  .sp-head div img {
    vertical-align: middle;
  }

  .sp-head .btn-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    border-right: 1px solid #535353;
  }

  .sp-head .btn-left img {
    width: 38px;
  }

  .sp-head .sp-logo {
    padding: 0 60px;
  }

  .sp-head .sp-logo img {
    width: 150px;
  }
  .sp-head .sp-logo.sp-logo-line2 img{
    width:100px;
  }

  .sp-head .btn-right {
    position: absolute;
    top: -1px;
    right: 0;
    height: 60px;
    width: 60px;
    border-left: 1px solid #535353;
  }

  .sp-navi {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
  }

  .sp-navi li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    background-image: -moz-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background-image: -ms-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background-image: -o-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background-image: -webkit-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background-image: linear-gradient(to right, #f1870e, #d64d07, #8e2604);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    opacity: 0.85;
  }

  .sp-navi li a {
    display: block;
    color: #fff;
    font-weight: bold;
  }

  .sp-navi li img {
    height: 21px;
    width: auto;
    vertical-align: middle;
  }

  div.sp-navi nav ul li.navi05 a img{
  	height:16px;
  }

  .sp-navi .accordion-grad dt {
    font-weight: bold;
    text-align: center;
    opacity: 0.85;
  }

  .sp-navi .accordion-grad dd li {
    height: auto;
    line-height: normal;
    background-image: none;
    background-color: #262626;
    opacity: 0.85;
  }

  .sp-navi .accordion-grad dd li a {
    padding: 9px 0;
  }

  .sp-link-navi {
    padding: 0 10px;
    text-align: center;
  }

  .sp-link-navi dt {
    height: 45px;
    line-height: 45px;
    margin: 15px 0 20px 0;
    text-align: left;
    color: #fff;
    background: -moz-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -ms-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -o-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -webkit-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: linear-gradient(to right, #f1870e, #d64d07, #8e2604);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
  }

  .sp-link-navi dt.open {
    background: -moz-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -ms-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -o-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: -webkit-linear-gradient(left, #f1870e, #d64d07, #8e2604);
    background: linear-gradient(to right, #f1870e, #d64d07, #8e2604);
  }

  .sp-link-navi li {
    float:left;
  }
  .sp-link-navi .floatnone li{
  	float:none;
  }
	.top_kicona_channel_link{
		background-image:url('../images/bnr_kicona_ch_sp.gif');
		background-repeat:no-repeat;
		background-size:contain;
		width:94%;
		margin:10px auto;
	}
    .sp-link-navi li .top_kicona_channel_link img{
		float:right;
		width:31%;
		margin:10% 2% 5% 0;
	}
  .sp-link-navi li img {
    width: 94.6%;
    height: auto;
  }

  .sp-link-navi .app-area {
    margin: 0px 5px 30px 5px;
  }

  .sp-link-navi .app-area p img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
  }

  .sp-link-navi .app-area ul {
    border: solid 1px #b9b6b5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    /*background: transparent url("../images/bg_apparea_sp.gif") center 0 repeat-y;
    background-size: 1px 1px; */
    width:50%;
    margin:0 auto;
  }
  
  .sp-link-navi .app-area li {
    /* width: 40%; */
    padding: 3% 5%;
    float:none;
  }
  .sp-link-navi .app-area li img {
    width: auto;
  }

  .sp-link-navi .store-badge {
    margin-top: 5px;
  }

  .sp-link-navi .store-badge a {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
  }

  .sp-link-navi .store-badge a.left {
    text-align: right;
  }

  .sp-link-navi .store-badge a.left img {
    margin-right: 2%;
  }

  .sp-link-navi .store-badge a.right {
    text-align: left;
  }

  .sp-link-navi .store-badge a.right img {
    margin-left: 2%;
  }

  .sp-link-navi .store-badge a img {
    width: 140px;
    height: auto;
    margin-top: 10px;
  }

 .sp-link-area{
	 background-color:#e5e5e6;
 }

 .sp-link-area{
	 font-weight:bold;
	 text-align:center;
 }

  .sp-link-navi .app-area ul.bnr-partner {
    width:96%;
	margin:20px auto 0;
  }
  
  .sp-link-navi .app-area ul.bnr-partner li{
    width:43.5%;
	padding: 3% 3%;
	 float:left;
 }

  .sp-link-navi .app-area ul.bnr-partner li:first-child{
    border-right: solid 1px #b9b6b5;
  }
	
  footer {
    border-top: 1px solid #c8c5c4;
  }

  .fnavi {
    margin-top: -1px;
  }

  .fnavi dt {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #c8c5c4;
  }

  .fnavi dd {
    background-color: #262626;
  }

  .fnavi li {
    border-bottom: 1px solid #5c5c5c;
  }

  .fnavi li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
  }
  .fnavi li a.line2 {
    line-height: 20px;
  }

  .copyright {
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #c8c5c4;
  }

  .list-news li {
    width: 48.3%;
    margin: 0 3% 3% 0;
    background-color: #fff;
  }

  .list-news li:nth-child(2n) {
    margin-right: 0;
  }

  .list-news li .txt-area {
    height: 105px;
  }

  .list-news li .date {
    font-size: 12px;
    padding: 12px 0 10px 0;
  }

  .list-news li .txt {
    font-size: 12px;
  }

  .list-pickup li {
    margin: 0 3% 3% 0;
    width: 48.3%;
    text-align: center;
  }

  .list-pickup li:nth-child(2n) {
    margin-right: 0;
  }

  .main-top {
    margin-top: 10px;
  }

  .main-top .mainvisual {
    margin-bottom: 50px;
  }

  .main-top .mainvisual .img-logo {
    width: 80%;
    left: 10%;
    top: 50%;
    margin-top: -9%;
    z-index: 50;
  }

  .main-top .banner .bnr01 {
    margin-bottom: 15px;
  }

  .flex-control-nav {
    bottom: -28px;
    width: 100%;
  }

  .flex-control-paging li a {
    background: transparent url("../images/btn_main_sub_off.gif") no-repeat scroll 0 0;
    background-size: 9px auto;
    height: 9px;
    width: 9px;
  }

  .flex-control-paging li a.flex-active {
    background: transparent url("../images/btn_main_sub_on.gif") no-repeat scroll 0 0;
    background-size: 9px auto;
  }
  .main-top .mainvisual .img-logo.rw-img-logo{
  	left:0;
  	margin-top:0;
  	top:0;
  	z-index:1;
  	width:100%;
  }
}


/*-----------------------------------*
 *パンくず
 *-----------------------------------*/
.bg-white {
  background-color: #fff;
}

.breadcrumbs.inner {
  width: auto;
  padding-left: 55px;
  background-color: #ebebeb;
  border-bottom: 1px dotted #c9c9c9;
}

.breadcrumbs li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.breadcrumbs li a {
  color: #262626;
}

.footer-link {
  padding: 40px 0;
  background-color: #ebebeb;
}

.footer-link ul {
  width: 900px;
  margin: auto;
}

.footer-link li {
  float: left;
  width: 216px;
  height: 80px;
  font-weight: bold;
  font-size: 15px;
  margin-right: 12px;
}

.footer-link li a {
  display: inline-block;
  height: 80px;
  color: #262626;
}
.footer-link li a:hover {
  color: #ef4e22;
  opacity:1.0;
}
.footer-link li i {
  display: table-cell;
  width: 60px;
  height: 80px;
  background-color: #ef4e22;
}

.footer-link li p {
  display: table-cell;
  width: 144px;
  height: 80px;
  padding-left: 12px;
  vertical-align: middle;
  background-color: #fff;
}

.footer-link li.link04 {
  margin-right: 0;
}

.footer-link .link01 i {
  background: #ef4e22 url("../images/icon_company.gif") center center no-repeat;
  background-size: auto 40px;
}
.footer-link .link02 i {
  background: #ef4e22 url("../images/icon_store.gif") center center no-repeat;
  background-size: auto 40px;
}

.footer-link .link03 i {
  background: #ef4e22 url("../images/icon_recruit.gif") center center no-repeat;
  background-size: auto 40px;
}

.footer-link .link04 i {
  background: #ef4e22 url("../images/icon_contact.gif") center center no-repeat;
  background-size: auto 40px;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
	.footer-link .link01 i {
	  background: #ef4e22 url("../images/icon_company.gif") center center no-repeat;
	  background-size: auto 25px;
	}

	.footer-link .link02 i {
	  background: #ef4e22 url("../images/icon_store.gif") center center no-repeat;
	  background-size: auto 25px;
	}

	.footer-link .link03 i {
	  background: #ef4e22 url("../images/icon_recruit.gif") center center no-repeat;
	  background-size: auto 25px;
	}

	.footer-link .link04 i {
	  background: #ef4e22 url("../images/icon_contact.gif") center center no-repeat;
	  background-size: auto 25px;
	}
  .ttl-page {
    padding: 16px 10px;
    font-weight: bold;
    font-size: 18px;
    background-color: #ebebeb;
  }

  .breadcrumbs.inner {
    padding: 5px 10px;
    background-color: #ebebeb;
  }
  .breadcrumbs li {
    line-height: normal;
    height: auto;
  }
  .footer-link {
    padding: 30px 10px;
  }

  .footer-link ul {
    width: auto;
  }

  .footer-link li {
    height: 50px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .footer-link li a {
    height: 50px;
    width: 100%;
    background-color: #fff;
  }

  .footer-link li i {
    width: 38px;
    height: 50px;
  }

  .footer-link li p {
    height: 50px;
  }

  .footer-link li.link04 {
    margin-bottom: 0;
  }
}


/*-----------------------------------*
 *テーブル
 *-----------------------------------*/
.basic-table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
}

.basic-table th {
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  background-color: #F7F7F7;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.basic-table td {
  padding: 20px;
  border-bottom: 1px solid #c9c9c9;

}

.basic-table .border-bottom-none {
  border-bottom: none;
}
.basic-table .border-top {
  border-top: 1px solid #c9c9c9;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .basic-table th, .basic-table td{
    display: block;
    padding: 10px;
  }

  .basic-table th {
    border-right: none;
    font-size: 13px;
  }

  .basic-table td {
    font-size: 12px;
  }

}


/*-----------------------------------*
 *リスト
 *-----------------------------------*/
.num-list {
  margin-left: 18px;
  list-style-type: decimal;
  list-style-position: outside;
}

.num-list li{
	padding-left: 5px;
}


.navi01:hover{
	background-color:#404040;
}
.navi01:hover a{
	opacity:1.0;
}
.navi02:hover{
	background-color:#ef4e22;
}
.navi02:hover a{
	opacity:1.0;
}
.navi03:hover{
	background-color:#faa43b;
}
.navi03:hover a{
	opacity:1.0;
}
.navi04:hover{
	background-color:#cf2141;
}
.navi04:hover a{
	opacity:1.0;
}
.navi05:hover{
	background-color:#E50012;
}
.navi05:hover a{
	opacity:1.0;
}
.pointer{
	cursor:pointer;
}
.red{
	color:red;
}
.bold{
	font-weight:bold;
}

.snavi-link .app-area .movie_link,
.sp-link-navi .movie_link {
	padding-top: 20px;
}
.snavi-link .app-area .movie_link a,
.sp-link-navi .movie_link a {
    border: solid 1px #e8a67d;
    padding: 7px 0px;
    border-radius: 3px;
    font-weight: bold;
    width: 202px;
    display: block;
}
.sp-link-navi .movie_link a{
	width: 65%;
	margin: 0 auto;
}
.snavi-link .app-area .movie_link a span,
.sp-link-navi .movie_link a span {
	color: #d64d07;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
	#sp-link-top {
		padding: 0;
	}
	#sp-link-top dt {
		margin: 0;
	}
	#sp-link-top dd li a {
		padding: 0;
	}
	#sp-link-top dd li .movie_link a {
		padding: 10px 0;
	}
	#sp-link-top dd li {
		border-bottom: none;
	}
	#sp-link-top .partner-ttl {
		color: white;
	}
	#sp-link-top > dd > ul > li {
		padding-top: 15px;
	}
	#sp-link-top li {
		opacity: 1;
		background-color: rgba(38, 38, 38, 0.85);
	}
    .snavi-link .app-area .movie_link a,
    .sp-link-navi .movie_link a {
        border: none;
        background: #fff;
    }
    .snavi-link .app-area .movie_link a img,
    .sp-link-navi .movie_link a img{
        margin-bottom: 0;
    }
}