﻿@charset "utf-8";
 
/* --------------------------------------------------
 * Layout
 */

body {
  width: 100%;
  color: #333333;
  font-size: 13px;
  line-height: 1.2;
}

p {
  max-height: 100%;
}

.pc {display: block !important;}
img.pc, br.pc {display: inline-block !important;}
.sp {display: none !important;}
.hw {display: none !important;}

.wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* --------------------------------------------------
 * Common Styles
 */

#drawer_wrap {
}

#drawer_inner {
  position: relative;
  top: auto !important;
  left: auto !important;
}

#menu-btn-close {
	display: none;
}

#header {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../images/header_bg.png) repeat-x 0 0;
}

/*  多言語対応用  */
#header {
  position: relative;
  width: 100%;
  height: 94px;
  margin: 0 auto;
  background: url(../images/header_bg.png) repeat-x 0 0;
}
/*  多言語対応用  */


#header .wrap {
  position: static;
}

#header .logo {
  position: absolute;
  top: 30px;
}

#header .languages {
  position: relative;
  top: 12px;
  left: 213px;
  width: 301px;
  height: 27px;
  padding: 7px 0 0;
/*  多言語対応用  */
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px #ddebee;
/*  多言語対応用  */
}

/*  多言語対応用  */
.nojp #header .languages {
  width: 370px;
  left: 250px;
}
/*  多言語対応用  */

#header .languages ul {
  overflow: hidden;
  width: 310px;
  height: 27px;
}

/*  多言語対応用  */
.nojp #header .languages ul {
  width: 370px;
}
/*  多言語対応用  */

#header .languages ul li {
  float: left;
  height: 13px;
  padding: 0 10px;
  border-left: 1px dotted #d2c8a9;
}
#header .languages ul li:first-child {
  border-left: none;
}

#header .languages ul li:nth-child(1) {
  width: 60px;
}
#header .languages ul li:nth-child(2) {
  width: 94px;
}
#header .languages ul li:nth-child(3) {
  width: 94px;
}
#header .languages ul li:nth-child(4) {
  width: 59px;
}

#header .languages ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  max-height: 100%;
}

#header .hnav {
  padding: 18px 0 20px;
  margin: -27px 0 0 0;
  float: right;
  width: 286px;
}

/*  多言語対応用  */
.nojp #header .hnav {
  display: none;
}
/*  多言語対応用  */

#header .hnav ul {
  overflow: hidden;
}

#header .hnav ul li {
  float: left;
  margin: 0 3px 0 0;
}

#header .hnav ul li:first-child {
  margin: 0 20px 0 0;
}

#header .gnav {
  clear: both;
  padding: 0 0 17px 213px;
}

/*  多言語対応用  */
.nojp #header .gnav {
  display: none;
}
/*  多言語対応用  */

#header .gnav ul {
  overflow: hidden;
  width: 746px;
  border-left: 1px solid #d2c8a9;
}
#header .gnav ul li {
  float: left;
  width: 149px;
  height: 24px;
  text-align: center;
  border-right: 1px solid #d2c8a9;
}

#header .gnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .gnav ul li a.on img{
  display: none;
}
#header .gnav ul li.gnav01 a.on {
  background: url(../images/header/gnav01_on.png) no-repeat center 0;
}
#header .gnav ul li.gnav02 a.on {
  background: url(../images/header/gnav02_on.png) no-repeat center 0;
}
#header .gnav ul li.gnav03 a.on {
  background: url(../images/header/gnav03_on.png) no-repeat center 0;
}
#header .gnav ul li.gnav04 a.on {
  background: url(../images/header/gnav04_on.png) no-repeat center 0;
}


#header .gnav ul li .box {
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  background: #7ed4ff;
  z-index: 100;
}

#header .gnav ul li.gnav02 .box {
  background: #af4f68;
  color: #ffffff;
}
#header .gnav ul li.gnav02 .box .image a {
  color: #ffffff;
}

#header .gnav ul li.gnav03 .box {
  background: #3257c3;
  color: #ffffff;
}
#header .gnav ul li.gnav03 .box .image a,
#header .gnav ul li.gnav03 .box a {
  color: #ffffff;
}

#header .gnav ul li .box .inner {
  position: relative;
  padding: 50px 0 30px;
  overflow:hidden;
}

#header .gnav ul li.gnav01 .box .inner {
  background: url(../images/header/megamenu-arrow.png) no-repeat 280px 0;
}

#header .gnav ul li.gnav02 .box .inner {
  background: url(../images/header/megamenu-arrow.png) no-repeat 432px 0;
}

#header .gnav ul li.gnav03 .box .inner {
  background: url(../images/header/megamenu-arrow.png) no-repeat 576px 0;
}

#header .gnav ul li.gnav04 .box .inner {
  background: url(../images/header/megamenu-arrow.png) no-repeat 728px 0;
}

#header .gnav ul li .box:after {
  content: " ";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/header/megamenu_shadow.png) repeat-x 0 0;
}

#header .gnav ul li .box .inner .close {
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 24px;
  height: 24px;
}

#header .gnav ul li .box .image{
  float: left;
  width: 200px;
  height: 318px;
  padding: 13px 22px 0 0;
  border-right: 1px solid #bfeaff;
  text-align: left;
  vertical-align: top;
}

#header .gnav ul li .box .image a{
  display : block;
  height: auto;
  color: #000;
}

#header .gnav ul li .box .image p{
  padding: 20px 0 0 50px;
  background: url(../images/icon_arrow02.png) no-repeat 29px 21px;
  font-size: 24px;
  font-weight: bold;
}

#header .gnav ul li .box .detail{
  float: right;
  width: 740px;
  padding-top: 20px;
  text-align: left;
}

#header .gnav ul li .box .detail .menu-title{
  margin-bottom : 15px;
  font-size: 16px;
  font-weight: bold;
}

#header .gnav ul li .box .detail .menu-text{
  margin-bottom : 15px;
  font-size: 13px;
  line-height: 1.64285714;
}

#header .gnav ul li.gnav01 .btn01,
#header .gnav ul li.gnav01 .btn02{
  float: right;
  width: 750px;
  padding-left: 30px;
}


/* 201803 深夜バス廃止対応 */
#header .gnav ul li.gnav01 .btn01 li{
  width: 127px;
  height: 145px;
  padding-right: 8px;
  margin-right: 20px;
  border: none;
  background: url(../images/header/menu01_btn-bg01.png) no-repeat left top;
}

/*
#header .gnav ul li.gnav01 .btn01 li,
#header .gnav ul li.gnav01 .btn02 li{
  width: 168px;
  height: 145px;
  padding-right: 10px;
  margin-right: 15px;
  border: none;
  background: url(../images/header/menu01_btn-bg01.png) no-repeat left top;
}
*/
/* end 201803 深夜バス廃止対応 */


#header .gnav ul li.gnav01 .btn01 li:last-child,
#header .gnav ul li.gnav01 .btn02 li:last-child{
  margin-right: 0;
}

#header .gnav ul li.gnav01 .btn01 li a,
#header .gnav ul li.gnav01 .btn02 li a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: left;
  color: #000;
  padding: 10px 0 0 9px;
}

#header .gnav ul li.gnav01 .btn01 li a:hover p,
#header .gnav ul li.gnav01 .btn02 li a:hover p{
  text-decoration: underline;
}

#header .gnav ul li.gnav01 .btn01 li a p,
#header .gnav ul li.gnav01 .btn02 li a p{
  margin-top: 20px;
  text-align: center;
}
/* 201803 深夜バス廃止対応 */
#header .gnav ul li.gnav01 .btn01 li a p.ln2 {
  margin-top: 15px;
}
/* end 201803 深夜バス廃止対応 */

#header .gnav ul li.gnav01 .btn02{
  margin-top: 22px;
}

#header .gnav ul li.gnav01 .btn02 li{
  width: 127px;
  height: 128px;
  padding-right: 8px;
  margin-right: 20px;
  background: url(../images/header/menu01_btn-bg02.png) no-repeat left top;
}

#header .gnav ul li.gnav01 .btn02 li a img{
  display: block;
  margin: 0 auto;
}

#header .gnav ul li.gnav01 .btn02 li a p{
  margin-top: 4px;
  font-size: 14px;
}

#header .gnav ul li.gnav01 .btn02 .single{
  margin-top: 10px;
}

#header .gnav ul li.gnav02 .box .image,
#header .gnav ul li.gnav03 .box .image{
  margin-right: 20px;
}

#header .gnav ul li.gnav02 .box .detail a{
  width: 211px;
}

#header .gnav ul li.gnav02 .box .image p{
    background: rgba(0, 0, 0, 0) url("../images/icon_arrow02.png") no-repeat scroll 10px 21px;
    padding: 20px 0 0 30px;
}

#header .gnav ul li.gnav02 .box .image img.win{
    margin: 3px 0 0 9px;
}

#header .gnav ul li.gnav03 .box .image p{
  padding-left: 25px;
  background: url(../images/icon_arrow02.png) no-repeat left 21px;
}

#header .gnav ul li.gnav03 ul{
  width: 100%;
  border: none;
}

#header .gnav ul li.gnav03 ul li{
  float: left;
  width: 232px;
  height: 265px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #bfeaff;
  text-align: left;
}

#header .gnav ul li.gnav03 ul li:last-child{
  margin-right: 0;
  padding-right: 0;
  border: none;
}

#header .gnav ul li.gnav03 ul li a,
#header .gnav ul li.gnav04 ul li a{
  height: auto;
  color: #000;
}

#header .gnav ul li.gnav03 .link-title,
#header .gnav ul li.gnav04 .link-title{
  margin: 15px 0;
  padding-left: 20px;
  background: url(../images/icon_arrow03.png) no-repeat left top;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#header .gnav ul li.gnav04 .box ul{
  border: none;
  text-align: left;
  width: 105%;
}

#header .gnav ul li.gnav04 .box ul li{
  border: none;
  width: 228px;
  min-height: 306px;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid #bfeaff;
  text-align: left;
}

#header .gnav ul li.gnav04 .box ul li:last-child{
  width: 206px;
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

#header .gnav ul li.gnav04 .link-text{
  line-height: 1.64285714;
}

#header .gnav ul li.gnav04 .box img.win{
  margin: 3px 0 0 7px;
  width: 12px;
}

#footer {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  position: relative;
  background: url(../images/footer/footer_bg.png) repeat-x center 69px;
}

/*  多言語対応用  */
.nojp #footer {
  background: url(../images/footer/footer_bg-lng.png) repeat-x center 69px;
}
/*  多言語対応用  */

.footer-midnight #footer {
  background: url(../images/footer/footer_bg_midnight.png) repeat-x center 69px;
}

#footer #pagetop {
  position: static;
  padding: 0 0 152px;
  text-align: right;
}

#footer #pagetop a {
  margin: 0;
}

#footer #pagetop a {
  display: none;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 50px;
  z-index: 8889;
}

#footer #pagetop a.stop {
  position: absolute;
  bottom: auto;
  margin: 5px 0 0 0;
}



#footer .sitemap {
  padding: 42px 0 40px;
  background: #e7e4db;
  border-bottom: 1px solid #fff;
}

/*  多言語対応用  */
.nojp #footer .sitemap {
  display: none !important;
}
/*  多言語対応用  */

#footer .sitemap .inner {
  overflow: hidden;
}

#footer .sitemap .inner .list {
  float: left;
  width: 25%;
}

#footer .sitemap .inner .list p {
  margin: 0 0 16px;
  padding-left: 18px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/icon_arrow04.png) no-repeat 0 -2px;
}

#footer .sitemap .inner .list .square {
  background: url(../images/icon_arrow10.png) no-repeat 0 -2px;
}

#footer .sitemap .inner .list p a{
  color: #000;
}

#footer .sitemap .inner .list ul li {
  margin: 0 0 16px;
}

#footer .sitemap .inner .list ul li a {
  color: #000;
  font-size: 13px;
  padding: 0 0 0 11px;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
}


#footer .sitemap .inner .list .home{
  padding-left: 20px;
  background: url(../images/icon_home.png) no-repeat 0 top;
}


#footer .fnav {
  padding: 30px 0 37px;;
  background: url(../images/footer/footer_bottom_bg.png);
  text-align: right;
}

#footer .fnav ul {
  overflow: hidden;
  float: right;
  margin: 0 0 18px;
}

/*  多言語対応用  */
.nojp #footer .fnav ul {
  display: none;
}
/*  多言語対応用  */

#footer .fnav ul li {
  float: left;
  padding: 0 0 0 15px;
  line-height: 1;
}

#footer .fnav ul li:first-child {
  padding: 0 15px 0 0;
  border-right: 1px solid #d2c8a9;
}

#footer .fnav ul li a {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}


#footer .fnav .copyright {
  clear: both;
  font-size: 11px;
}

/* !Margin ------------------------------------------- */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}


/* --------------------------------------------------
 * common
 */

#unkyu {
  width: 960px;
  border: 1px solid #e6e2d6;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 20px;
}

#unkyu dl {
  overflow: hidden;
  display: table;
  background: #fafaf9;
}

#unkyu dl dt {
  display: table-cell;
  width: 140px;
  background: #f35858;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#unkyu dl dd {
  float: left;
  width: 818px;
  padding: 12px 0 6px 20px;
}

#unkyu dl dd p {
  margin: 0 0 5px;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
}

#unkyu dl dd p a,
#unkyu dl dd p span {
  color: #0054b4;
}

#unkyu dl dd p.attention {
  padding: 0 0 0 36px;
  background: url(../images/icon_danger.png) no-repeat 0 0;
  background-size: 23px auto;
}

a span.blank {
  padding: 0 18px 0 0;
  background: url(../images/icon_window.png) no-repeat right 3px;
}



.contents .common-news .content-top-btn a{
  width: 75px;
}

.contents .common-news .box{
  margin-top: 20px;
  padding: 15px 15px 3px;
  border-radius: 5px;
  border: 1px solid #e6e2d6;
}

.contents .common-news .box .caution{
  padding: 5px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
}

.contents .common-news .box .caution dt{
  padding: 12px 0 8px 37px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
}

.contents .common-news .box .caution li{
  line-height: 2.14285714;
  padding-left: 20px;
  background: url(../images/icon_arrow01.png) no-repeat 3px 8px;
}

.contents .common-news .box .caution li a{
  color: #0054b4;
}

.contents .common-news .box .news-detail a{
  color: #000;
}
.contents .common-news .box .news-detail a:hover {
  text-decoration: none;
}

.contents .common-news .box .news-detail li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
  padding: 10px;
}

.contents .common-news .box .news-detail li:last-child{
  border: none;
}

.contents .common-news .box .news-detail p{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.contents .common-news .box .news-detail .time{
  font-weight: bold;
  margin-right: 0;
  width: 134px;
}

.contents .common-news .box .news-detail .type{
  width: 100px;
  height: 26px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
}
.contents .common-news .box .news-detail .type.rosen{
  background: #fde1ba;
}
.contents .common-news .box .news-detail .type.kousoku{
  background: #af4f68;
  color: #fff;
}
.contents .common-news .box .news-detail .type.shinya{
  background: #3257c3;
  color: #fff;
}
.contents .common-news .box .news-detail .type.comi{
  background: #8ec863;
  color: #fff;
  font-size: 11px;
}
.contents .common-news .box .news-detail .type.recruit{
  background: #3257c2;
  color: #fff;
}
.contents .common-news .box .news-detail .type.group{
  background: #8066bd;
  color: #fff;
}
.contents .common-news .box .news-detail .type.release{
  background: #ee9d05;
  color: #fff;
  font-size: 11px;
}
.contents .common-news .box .news-detail .type.other{
  background: #b8b098;
  color: #fff;
}
.contents .common-news .box .news-detail .type.dia{
  background: #f66a15;
  color: #fff;
}
.contents .common-news .box .news-detail .type.unkou{
  background: #009dff;
  color: #fff;
}
.contents .common-news .box .news-detail .type.info{
  background: #6d5c52;
  color: #fff;
}
.contents .common-news .box .news-detail .type.event{
  background: #f27988;
  color: #fff;
}
.contents .common-news .box .news-detail .type.campaign{
  background: #9b7918;
  color: #fff;
}


.contents .common-news .box .news-detail .text{
  width: 320px;
  vertical-align: top;
  margin: 3px 0 0 0;
  line-height: 20px;
}
.contents .common-news .box .news-detail .text:hover {
  text-decoration: underline;
}

.contents .common-news .box .news-detail .text img,
.contents .news-sidebar .recruit .text img {
  margin: 1px 0 0 9px;
}

.contents .common-news .box .news-detail .text img.win,
.contents .news-sidebar .recruit .text img.win {
  margin: 4px 0 0 9px;
}

.contents .common-news .box .news-detail .text a{
  color: #000;
}



.contents .content-title{
  float: left;
  padding: 2px 0 0 28px;
  font-size: 16px;
  font-weight: bold;
  max-height: 100%;
  background: url(../images/line01.png) no-repeat left center;
}

.contents .content-title-brown{
  padding: 13px 0 13px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  background: #6d5c52;
}

.contents .content-top-btn a{
  float: right;
  padding-left: 22px;
  background: url(../images/icon_arrow01.png) no-repeat 10px center #fff;
  border-radius: 3px;
  border: 1px solid #e6e2d6;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  color: #000;
}

.contents .common-nav {
  width: 100%;
  height: 89px;
  margin: 0 0 30px;
  background: url(/rosen/images/area-bg.jpg) repeat-x 0 0;
}

.contents .common-nav ul {
  padding: 17px 0 0;
}

.contents .common-nav ul li {
  float: left;
  width: 310px;
  height: 55px;
  margin: 0 15px 0 0;
  text-align: center;
}

.contents .common-nav ul li:last-child {
  margin: 0;
}

.contents .common-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  box-shadow: 2px 2px 2px #ccc;
  background: #fff url(../images/icon_arrow06.png) no-repeat center 37px;
}

.contents .common-nav ul li a:hover {
  text-decoration: none;
}

.accordion .box{
  display: none;
}


#breadcrumb {
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
  background: url(../images/breadcrumb_bg.png) repeat-x 0 0;
}

.lower #breadcrumb {
  margin: 0;
}

#breadcrumb ul {
  overflow: hidden;
}

#breadcrumb ul li {
  float: left;
  font-size: 12px;
  line-height: 40px;
  padding: 0 14px 0 20px;
  background: url(../images/icon_arrow_breadcrumb.png) no-repeat 0 center;
}
#breadcrumb ul li.home {
  padding: 0 14px 0 0;
  background: none;
}
#breadcrumb ul li a {
  color: #0054b4;
}

.contents.lower .common-title {
  width: 100%;
  min-height: 104px;
  margin: 0 0 30px;
  background: #fafaf9;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #efeeea;
}

.contents.lower .common-title .image {
  float: left;
  width: 78px;
  height: 60px;
  margin: 20px 0;
}

.contents.lower .common-title .text {
  display: table;
  height: 100px;
}

.contents.lower .common-title .text p,
.contents.lower .common-title .text h2 {
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  vertical-align: middle;
}

.contents.lower .common-title .text dl {
  display: table-cell;
  padding: 8px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  vertical-align: middle;
}

.contents.lower .common-title .text dl dt,
.contents.lower .common-title .text dl dd {
  float: left;
}

.contents.lower .common-title .text dl dd p {
  display: block;
}

.common-pdf {
    margin: 1px 0 0 9px;
}

.common-win {
    margin: 4px 0 0 9px;
}

/* --------------------------------------------------
 * Top
 */

#top.contents .slide {
  overflow: hidden;
  height: 356px;
}

#top.contents .slide .slide-wrapper {
}

#top.contents .slide .slide-wrapper .slide-frame {
  overflow: hidden;
  position: relative;
  height: 300px !important;
}

#top.contents .slide .slide-wrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 356px;
}

#top.contents .slide .slide-wrapper .slider li {
  float: left;
  width: 960px;
}

#top.contents .slide .slide-wrapper .controller li {
  position: absolute;
  top: 50%;
  right: -73px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  background: url(../../images/top/slider_right.png) no-repeat 0 0;
}

#top.contents .slide .slide-wrapper .controller li:first-child {
  background: url(../../images/top/slider_left.png) no-repeat 0 0;
  right: auto;
  left: -73px;
}

#top.contents .slide .slide-wrapper .controller li a {
  display: block;
  width: 40px;
  height: 40px;
}

#top.contents .slide .slide-wrapper .indicator {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#top.contents .slide .slide-wrapper .indicator li {
  display: inline;
  margin: 0 7px;
}

#top.contents .slide .slide-wrapper .indicator li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/slide_btn02.png) no-repeat 0 0;
}

#top.contents .slide .slide-wrapper .indicator li a.on {
  background: url(../images/slide_btn01.png) no-repeat 0 0;
}


#top.contents .bus{
  overflow: hidden;
  background: url(../images/bg01.png);
  padding: 30px 0;

}

#top.contents .bus .bus-banner{
  text-align: center;
  margin-bottom: 40px;
}

#top.contents .bus .bus-menu{
  float: left;
  width: 630px;
  margin-right: 20px;
}

#top.contents .bus .bus-menu .content-top-btn a{
  width: 142px;
}


#top.contents .bus .bus-menu > ul{
  margin: 15px -10px 15px 0;
}

#top.contents .bus .bus-menu > ul > li{
  float: left;
  width: 205px;
  height: 165px;
  padding-right: 10px;
  margin-right: 10px;
  border: none;
  background: url(../../images/top/bus_btn_bg01.png) no-repeat left top;
}

#top.contents .bus .bus-menu > ul > li:last-child{
  margin-right: 0;
}
#top.contents .bus .bus-menu > ul > li.last {
  margin-right: 0;
}

#top.contents .bus .bus-menu > ul > li > a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #000;
  padding: 10px 0 0 5px;
}

#top.contents .bus .bus-menu ul li p{
  margin-top: 25px;
  font-size: 14px;
}

#top.contents .bus .bus-menu ul li a:hover p{
  text-decoration: underline;
}

#top.contents .bus .bus-menu .big{

}

#top.contents .bus .bus-menu .big > li{
  position: relative;
  height: 278px;
  padding: 10px;
  background: url(../../images/top/bus_btn_bg02.png) no-repeat left top;
}

#top.contents .bus .bus-menu .big > li > a{
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  text-align: left;
  color: #000;
  padding: 0;
}

#top.contents .bus .bus-menu .big p{
  position: relative;
  margin-top: -30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

#top.contents .bus .bus-menu .answer{
  margin-top: 26px;
}

#top.contents .bus .bus-menu .answer li{
  width: 167px;
  margin: 0 auto;
  border-bottom: 1px dotted #d2c8a9;
}

#top.contents .bus .bus-menu .answer li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 15px 0 15px 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 17px;
}

#top.contents .bus .bus-menu .answer li:last-child{
  border: none;
}


#top.contents .bus .bus-sidebar{
  float: left;
  width: 306px;
}

#top.contents .bus .bus-sidebar li{
  height: 85px;
  margin-bottom: 8px;
}
#top.contents .bus .bus-sidebar li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
#top.contents .bus .bus-sidebar li .title{
  padding: 20px 0 0 113px;
  font-size: 12px;
  line-height: 2;
}
#top.contents .bus .bus-sidebar li .title span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33333333;
}

#top.contents .bus .bus-sidebar li.no01{
  height: 126px;
  background: url(../../images/top/bus_side01.png) no-repeat left top;
}
#top.contents .bus .bus-sidebar li.no01 .title{
  padding: 22px 0 0 149px;
  font-size: 11px;
  line-height: 15px;
}
#top.contents .bus .bus-sidebar li.no01 .title span{
  display: inline-block;
  font-size: 22px;
  margin-bottom: 5px;
}

#top.contents .bus .bus-sidebar li.no01 a{
  color: #fff;
}
#top.contents .bus .bus-sidebar li.no02{
  background: url(../../images/top/bus_side02.png) no-repeat left top;
}
#top.contents .bus .bus-sidebar li.no03{
  background: url(../../images/top/bus_side03.png) no-repeat left top;
}
#top.contents .bus .bus-sidebar li.no04{
  background: url(../../images/top/bus_side04.png) no-repeat left top;
}
#top.contents .bus .bus-sidebar li.no05{
  background: url(../../images/top/bus_side05.png) no-repeat left top;
}

#top.contents .bus .bus-sidebar li.no06{
  background: url(../../images/top/bus_side06.png) no-repeat left top;
}

#top.contents .info{
  margin: 30px auto;
}

#top.contents .info .news-left{
  float: left;
  width: 630px;
  overflow: hidden;
  margin-right: 20px;
}

#top.contents .info .news-slide{
  float: left;
  width: 630px;
  position: relative;
  margin-top: 30px;
  margin-right: 20px;
  padding: 0 0 35px;
}
#top.contents .info .news-slide .slider li a {
  display: block;
  width: 180px;
  color: #000;
}
#top.contents .info .news-slide .slider li a img {
  margin: 0 0 10px;
}
#top.contents .info .news-slide .slider li a p {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

#top.contents .info .news-slide .slide-wrapper {
  position: relative;
  width: 630px;
  height: 145px;
  padding: 17px 0 0 37px;
  border-top: 1px solid #e6e2d6;
  border-bottom: 1px solid #e6e2d6;
  border-radius: 10px;
}

#top.contents .info .news-slide .slide-wrapper .slide-frame-wrap {
  width: 560px;
  overflow: hidden;
}

#top.contents .info .news-slide .slide-wrapper .slide-frame {
  position: relative;
  width: 560px;
  height: 114px;
}

#top.contents .info .news-slide .slide-wrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top.contents .info .news-slide .slide-wrapper .slider > li {
  float: left;
}

#top.contents .info .news-slide .slide-wrapper .slider > li .list {
  width: 560px;
}

#top.contents .info .news-slide .slide-wrapper .slider > li .list dd {
  float: left;
  width: 180px;
  margin: 0 10px 0 0;
}

#top.contents .info .news-slide .slide-wrapper .slider > li .list dd:last-child {
  margin: 0;
}

#top.contents .info .news-slide .slide-wrapper .controller li {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 144px;
  background: url(../images/carousel_next.jpg) no-repeat 0 0;
}

#top.contents .info .news-slide .slide-wrapper .controller li:first-child {
  background: url(../images/carousel_prev.jpg) no-repeat 0 0;
  right: auto;
  left: 0;
}

#top.contents .info .news-slide .slide-wrapper .controller li a {
  display: block;
  width: 20px;
  height: 144px;
}

#top.contents .info .news-slide .slide-wrapper .indicator {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#top.contents .info .news-slide .slide-wrapper .indicator li {
  display: inline;
  margin: 0 4px;
}

#top.contents .info .news-slide .slide-wrapper .indicator li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/slide_btn02.png) no-repeat 0 0;
}

#top.contents .info .news-slide .slide-wrapper .indicator li a.on {
  background: url(../images/slide_btn01.png) no-repeat 0 0;
}



#top.contents .info .news-sidebar{
  float: left;
  width: 306px;
}

#top.contents .info .news-sidebar .recruit{
  padding: 3px;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
  margin-bottom: 30px;
}

#top.contents .info .news-sidebar .recruit .oshirase{
  margin: 0 0 3px;
  padding: 10px 0 10px 45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon_note.png) no-repeat 10px center #174d97;
}

#top.contents .info .news-sidebar .recruit .recruit-title a{
	display: table;
  width: 292px;
  height: 110px;
  background: url(../../images/top/recruit_bg_new.png) no-repeat left top;
}

#top.contents .info .news-sidebar .recruit .recruit-title a p{
	display: table-cell;
	vertical-align: middle;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  background: url(../images/icon_arrow04.png) no-repeat right 43px;
}

#top.contents .info .news-sidebar .recruit .recruit-title a p small{
  font-size: 80%;
}

#top.contents .info .news-sidebar .recruit .recruit-title a:hover{
  color: #000;
}

#top.contents .info .news-sidebar .recruit ul{
  padding: 2px 3px 7px 10px;
  letter-spacing: -0.4em;
}

#top.contents .info .news-sidebar .recruit li{
  border-bottom: 1px dotted #d2c8a9;
  padding: 10px 0;
  letter-spacing: normal;
}

#top.contents .info .news-sidebar .recruit li:last-child{
  border: none;
  padding-bottom: 0;
  font-size: 13px;
  text-align: right;
}

#top.contents .info .news-sidebar .recruit ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_arrow04.png) no-repeat right center;
}

#top.contents .info .news-sidebar .recruit li:last-child a{
	background: none;
}

#top.contents .info .news-sidebar .recruit li:last-child a p{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#top.contents .info .news-sidebar .recruit ul li a:hover {
  text-decoration: none;
}

#top.contents .info .news-sidebar .recruit ul li p{
  vertical-align: top;
  font-size: 14px;
  line-height: 1.57142857;
}

#top.contents .info .news-sidebar .recruit .time{
  font-weight: bold;
}

#top.contents .info .news-sidebar .recruit a:hover .time{
  text-decoration: none;
}

#top.contents .info .news-sidebar .recruit a:hover .text{
  text-decoration: underline;
}

#top.contents .info .news-sidebar .content-title{
  float: none;
}

#top.contents .info .news-sidebar .osusume ul{
  margin-top: 20px;
  padding: 2px 20px;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
}

#top.contents .info .news-sidebar .osusume ul li{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dotted #d2c8a9;
  background: url(../images/icon_arrow04.png) no-repeat right center;
}

#top.contents .info .news-sidebar .osusume ul li:last-child{
  border: none;
}

#top.contents .info .news-sidebar .osusume .image{
  float: left;
  margin-right: 15px;
}

#top.contents .info .news-sidebar .osusume .image img{
  max-width: 55px;
  height: auto;
}

#top.contents .info .news-sidebar .osusume .text{
  float: left;
  width: 180px;
  font-size: 13px;
  line-height: 1.5;
}

#top.contents .info .news-sidebar .osusume .text span{
  font-size: 14px;
  font-weight: bold;
}

#top.contents .info .news-sidebar .osusume  ul li a{
  color: #000;
}

#top.contents .info .news-sidebar .osusume  ul li a:hover span {
  text-decoration: underline;
}


/* --------------------------------------------------
 * midnight
 */


#midnight .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  background: #888 url(/midnight/images/main.jpg) no-repeat center 0;
}

#midnight .mainvisual h2 {
  padding: 27px 0 7px 113px;
}

#midnight .mainvisual .btn {
  width: 425px;
  height: 105px;
  margin: 0 0 0 126px;
  background: url(/midnight/images/title_btn_bg.png) no-repeat 0 0;
}

#midnight .mainvisual .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
}

#midnight .mainvisual .btn a:hover span {
  text-decoration: underline;
}

#midnight .mainvisual .btn a .inner {
  display: inline-block;
  margin-top: 18px;
}

#midnight .mainvisual .btn a .target {
  display: inline-block;
  padding: 0 36px 0 0;
  background: url(../images/icon_window_white.png) no-repeat right center;
}

#midnight .news-block {
  width: 100%;
  padding: 52px 0 78px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url(../images/bg01.png);
}

#midnight .news-block .box {
  background: #fff;
  padding: 5px 15px;
}

#midnight .news-block .common-news .box .news-detail .text {
  width: 650px;
}

#midnight .map {
  width: 100%;
  min-width: 960px;
  height: 800px;
  margin: 0 0 80px;
  background: url(/midnight/images/map.jpg) no-repeat center 0;
  text-align: center;
}

#midnight .map h2 {
  padding: 78px 0 38px;
  font-size: 36px;
  line-height: 1;
}

#midnight .map h3 {
  padding: 0 0 38px;
  font-size: 18px;
  line-height: 1;
}

#midnight .map ul {
  margin: 0 -5px 0 0;
}

#midnight .map ul li {
  float: left;
  width: 305px;
  height: 81px;
  margin: 0 25px 0 0;
  background: url(/midnight/images/btn_bg.png) no-repeat 0 0;
}

#midnight .map ul li:last-child {
  margin: 0;
}

#midnight .map ul li a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

#midnight .map ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

#midnight .map .area {
  position: absolute;
  top: 298px;
  left: 50px;
}

#midnight .info h3 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}

#midnight .info ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

#midnight .info ul li:before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #b8b098;
}


/* --------------------------------------------------
 * midnight-route
 */


#midnight-route {
  color: #000000;
}

#midnight-route .information {
  margin-bottom: 50px;
  padding: 22px 25px 22px;
  height: 301px;
  background: #fafaf9;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#midnight-route .information a {
  color: #000;
  cursor: default;
}

#midnight-route .information a:hover {
  text-decoration: none;
}

#midnight-route .information h3 {
  padding-bottom: 22px;
  font-size: 20px;
  line-height: 1;
}

#midnight-route .information li {
  position: relative;
  padding-left: 1.3em;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.571428;
}

#midnight-route .information li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}

#midnight-route .information address {
  font-size: 14px;
  font-style: normal;
  line-height: 1.571428;
}

#midnight-route .time-table {
  position: relative;
}


#midnight-route .time-table:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 162px;
  width: 10px;
  height: 100%;
  background: #f35858;
  z-index: -1;
}

#midnight-route .time-table-head {
  position: relative;
  padding-bottom: 20px;
}

#midnight-route .time-table-head p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#midnight-route .time-table-head .left {
  position: absolute;
  top: 0;
  left: 50px;
  width: 53px;
}

#midnight-route .time-table-head .right {
  position: absolute;
  top: 0;
  right: 40px;
  width: 61px;
}

#midnight-route .time-table dl {
  margin-bottom: 30px;
  height: 46px;
  background: #efeeea;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  overflow: hidden;
}

#midnight-route .time-table dl.start {
  background-color: #6d5c52;
  color: #fff;
}

#midnight-route .time-table dl:last-child {
  margin-bottom: 0;
}

#midnight-route .time-table dt {
  position: relative;
  float: left;
  margin-right: 44px;
  padding-left: 50px;
  width: 190px;
}

#midnight-route .time-table dt span {
  position: absolute;
  display: inline-block;
  top: 6px;
  right: 0;
  width: 46px;
  height: 34px;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
  line-height: 34px;
  text-align: center;
}

#midnight-route .time-table dl.start dt span {
  background: #fff;
}

#midnight-route .time-table .stop {
  position: relative;
  float: left;
  width: 578px;
}

#midnight-route .time-table .stop a {
  position: absolute;
  top: 10px;
  right: 0;
  width: 75px;
  height: 26px;
  background: #009cff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}

#midnight-route .time-table .stop a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url(../../midnight/images/icon01.gif) no-repeat left center;
  background-size: 12px auto;
  vertical-align: middle;
}

#midnight-route .time-table .stop a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#midnight-route .time-table .price {
  float: right;
  padding-right: 40px;
  width: 108px;
  text-align: right;
}


/* --------------------------------------------------
 * rosen
 */

#rosen .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  background: #888 url(/rosen/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#rosen .mainvisual h2 {
  padding: 50px 0 37px;
}

#rosen .mainvisual ul {
  letter-spacing: -.40em;
}

#rosen .mainvisual ul li {
  display: inline-block;
  width: 124px;
  height: 104px;
  overflow: hidden;
  letter-spacing: normal;
  margin: 0 4px;
}

#rosen .mainvisual ul li.btn01 {
  background: url(/rosen/images/btn01_bg.png) no-repeat 0 0;
}

#rosen .mainvisual ul li.btn02 {
  background: url(/rosen/images/btn02_bg.png) no-repeat 0 0;
}
#rosen .mainvisual ul li.btn03 {
  background: url(/rosen/images/btn03_bg.png) no-repeat 0 0;
}

#rosen .mainvisual ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 70px 4px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
#rosen .mainvisual ul li.btn03 a {
  padding-top: 60px;
}
#rosen .delaybtn {
	margin-bottom: 10px;
	text-align: center;
}
#rosen .delaybtn .btn04 {
	display: inline-block;
	background: url(/rosen/images/btn04_bg.png) no-repeat 0 0;
	width: 384px;
	height: 64px;
	overflow: hidden;
	letter-spacing: normal;
	margin: 0;
}
#rosen .delaybtn .btn04 a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 23px 4px 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

#rosen .block {
  width: 100%;
  padding: 30px 0 50px;
  margin: 0 0 50px;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}

#rosen .block .common-news {
  padding: 0 0 80px;
}

#rosen .block .common-news .box {
  background: #fff;
  padding: 5px 15px;
}

#rosen .block .common-news .box {
  background: #fff;
  padding: 5px 15px;
}

#rosen .block .common-news .box .news-detail .text {
  width: 650px;
}


#rosen .block .about {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2c8a9;
}

#rosen .block .about h3 {
  margin: 0 0 60px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

#rosen .block .about > ul {
  margin: 0 -20px 0 0;
  text-align: center;
}

#rosen .block .about > ul > li {
  float: left;
  width: 225px;
  height: 160px;
  padding: 10px 0 0;
  margin: 0 20px 21px 0;
  background: #fff url(/rosen/images/bus_btn_bg01.png) no-repeat center 3px;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #bbb;
}

#rosen .block .about ul li:last-child {
  margin-right: 0;
}

#rosen .block .about > ul > li img {
  margin: 0 0 13px;
}

#rosen .block .about > ul > li p {
  font-size: 14px;
  line-height: 37px;
  color: #000;
}

#rosen .block .about > ul > li a {
  color: #000;
}

#rosen .block .about > ul.big > li {
  height: auto;
  background: #fff url(/rosen/images/bus_btn_bg02.png) no-repeat center 3px;
}

#rosen .block .about > ul.big > li > a {
  color: #000;
}

#rosen .block .about > ul.big > li > a:hover {
  text-decoration: none;
}


#rosen .block .about > ul.big > li > a p {
  position: relative;
  margin: -38px 0 24px;
  color: #fff;
  line-height: 1;
}

#rosen .block .about > ul.big > li ul {
  width: 193px;
  margin: 0 auto;
  text-align: left;
}

#rosen .block .about > ul.big > li ul li {
  border-bottom: 1px dotted #d2c8a9;
}

#rosen .block .about > ul.big > li ul li:last-child {
  border-bottom: none;
}

#rosen .block .about > ul.big > li ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 44px;
  color: #000;
  padding: 0 0 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 17px;
}

#rosen .block .site-link ul li {
  float: left;
  margin: 0 40px 0 0;
  line-height: 1;
}

#rosen .block .site-link ul li a {
  padding: 0 0 0 25px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  background: url(../images/icon_arrow04.png) no-repeat 5px 4px;
}

#rosen .banners li {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}

#rosen .banners li:last-child {
  margin: 0;
}


/* --------------------------------------------------
 * rosen > guide
 */


.guide-has-side .main_contents {
  float: left;
  width: 710px;
}

.guide-has-side .side_contents {
  float: right;
  width: 220px;
}

.guide-has-side .side_contents h4 {
  padding: 20px 0;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.guide-has-side .side_contents .box {
  border-left: 1px solid #e6e2d6;
  border-right: 1px solid #e6e2d6;
  border-bottom: 1px solid #e6e2d6;
}

.guide-has-side .side_contents .charge,
.guide-has-side .side_contents h5 {
  padding: 13px 0 13px 15px;
  background: #e7e4db;
  color: #330000;
  font-size: 15px;
}

.guide-has-side .side_contents .charge {
  font-weight: bold;
}

.guide-has-side .side_contents .charge a {
  color: #330000;
}

.guide-has-side .side_contents .charge.current {
  padding: 13px 0 13px 11px;
  background: #eecda0;
}

.guide-has-side .side_contents .charge.current a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  background: url(../images/icon-arrow02.gif) no-repeat left center;
  color: #330000;
}

.guide-has-side .side_contents ul li {
  margin: 5px 6px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #d2c8a9;
}

.guide-has-side .side_contents ul li:last-child {
    border-bottom: none;
}

.guide-has-side .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 0 4px 25px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
  color: #000000;
  font-size: 13px;
  line-height: 22px;
}


/* --------------------------------------------------
 * rosen > guide
 */

#rosen-guide {
  color: #000000;
}

#rosen-guide .content-title-brown {
  margin-bottom: 17px;
}

#rosen-guide .section01 .lead {
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.69230769;
}

#rosen-guide .section01 ul {
  margin: 0 auto 18px;
  width: 634px;
}

#rosen-guide .section01 li {
  float: left;
  width: 256px;
  text-align: center;
}

#rosen-guide .section01 li:last-child {
  float: right;
  width: 258px;
  text-align: center;
}

#rosen-guide .section01 .name {
  display: inline-block;
  margin-top: 20px;
  width: 200px;
  height: 26px;
  background: #009cff;
  border-radius: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
}


#rosen-guide .section01 .name:before {
  display: inline-block;
  content: "";
  margin-right: -1px;
  width: 1px;
  height: 26px;
  vertical-align: middle;
}

#rosen-guide .section01 .caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
}

#rosen-guide .section01 .sub-sections {
  padding-top: 20px;
  border-top: 1px dotted #d2c8a9;
}

#rosen-guide .section01 .sub-sections02 img,
#rosen-guide .section01 .sub-sections img {
  float: right;
}

#rosen-guide .section01 .sub-section03,
#rosen-guide .section01 .sub-section01,
#rosen-guide .section01 .sub-section02 {
  float: left;
  width: 480px;
}

#rosen-guide .section01 .sub-section01 {
  margin-bottom: 25px;
}

#rosen-guide .section01 .sub-section02 {
  margin-bottom: 39px;
}

#rosen-guide .section01 .sub-section01 h4,
#rosen-guide .section01 .sub-section02 h4 {
  margin-bottom: 16px;
  padding-left: 12px;
  height: 34px;
  background: #e7e4db;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}

#rosen-guide .section01 .sub-section01,
#rosen-guide .section01 .sub-section02 {
  font-size: 13px;
  line-height: 1.69230769;
}

#rosen-guide .sub-section03 {
  margin-bottom: 40px;
  padding: 19px 21px;
  background: #fafaf9;
  height: 205px;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#rosen-guide .sub-section03 h4 {
  padding-bottom: 19px;
  font-size: 20px;
  line-height: 1;
}

#rosen-guide .sub-section03 p {
  font-size: 14px;
  line-height: 1.5714285;
}

#rosen-guide .flows h4 {
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#rosen-guide .flows .image {
  float: right;
  width: 400px;
}

#rosen-guide .flows .text {
  float: left; 
  width: 530px;
}

#rosen-guide .flows .inner .header p,
#rosen-guide .flows .text li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
  line-height: 1.5714285;
}


#rosen-guide .flows .inner .header p:before,
#rosen-guide .flows .text li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}

#rosen-guide .flows a {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 5px;
  color: #0054b4;
  font-size: 13px;
  font-weight: normal;
}

#rosen-guide .flows .inner {
  clear: both;
}

#rosen-guide .flow02 > .image {
  margin-bottom: 20px;
}

#rosen-guide .flows p {
  font-size: 13px;
  line-height: 1.69230769;
}

#rosen-guide .flow05 p,
#rosen-guide .flow02 p {
  margin-bottom: 22px;
}


#rosen-guide .flow02 .inner li span {
  display: block;
  height: 24px;
  background: #009cff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

#rosen-guide .flow02 {
  padding-bottom: 32px;
}

#rosen-guide .flow03 h4 {
  margin-bottom: 20px;
}

#rosen-guide .flow03 > .image {
  margin-bottom: 30px;
}

#rosen-guide .flows .inner li {
  float: left;
  width: 470px;
}

#rosen-guide .flows .inner li.right {
  float: right;
}

#rosen-guide .flows .inner li.left {
  clear: both;
}

#rosen-guide .flows .inner .header {
  position: relative;
  padding: 17px 20px;
  width: 470px;
  height: 105px;
  background-color: #efeeea;
}

#rosen-guide .flows .inner .header p {
  font-weight: bold;
}

#rosen-guide .flows .inner .header span {
  font-weight: normal;
}

#rosen-guide .flow07 .inner .header {
  height: 83px;
}

#rosen-guide .flow07 .inner .right.short-header .header,
#rosen-guide .flow07 .inner .left.short-header .header {
  height: 53px;
}

#rosen-guide .flow02 .inner li {
  float: left;
  width: 192px;
}

#rosen-guide .flow02 .inner li:last-child {
  float: right;
}

#rosen-guide .flows .inner .header p {}

#rosen-guide .flows .inner .header:after {
  content: "";
  position: absolute;
  display: block;
  margin-left: -10px;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: #efeeea transparent transparent transparent;
}

#rosen-guide .flows .inner .inner-image {
  padding: 16px 20px;
  border: 2px solid #efeeea;
  border-top: none;
}

#rosen-guide .flows .inner .inner-image img {
  margin-bottom: 8px;
}

#rosen-guide .flows .inner .inner-image p {
  font-size: 13px;
  line-height: 1.69230769;
}

#rosen-guide .flow03 .inner .inner-image {
  height: 335px;
}

#rosen-guide .flow03 {
  padding-bottom: 31px;
}

#rosen-guide .flow05 .image img:first-child {
  margin-bottom: 20px;
}

#rosen-guide .flow05 {
  padding-bottom: 31px;
}

#rosen-guide .flow06 .image {
  float: none;
  display: block;
  margin: 40px auto 45px;
  width: auto;
}

#rosen-guide .flow06 .text {
  float: none;
  width: auto;
}

#rosen-guide .flow06 p:first-child {
  margin-bottom: 20px;
}

#rosen-guide .flow06 {
  padding-bottom: 23px;
}

#rosen-guide .flow07 {
  padding-bottom: 23px;
}

#rosen-guide .flow07 .inner .inner-image {
  margin-bottom: 20px;
  height: 268px;
}

#rosen-guide .flow07 .inner {
  padding-bottom: 10px;
}

#rosen-guide .flow07 .attention {
  padding: 17px;
  background-color: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#rosen-guide .flow07 .attention dl {
  float: left;
  width: 508px;
}

#rosen-guide .flow07 .attention dt {
  margin-bottom: 18px;
  padding: 12px 0 8px 37px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
}

#rosen-guide .flow07 .attention dd {
  font-size: 13px;
  line-height: 1.69230769;
}


/* --------------------------------------------------
 * rosen > guide > charge
 */


#rosen-charge {
  color :#000000;
}

#rosen-charge ul,
#rosen-charge ol {
  list-style: none;
}

#rosen-charge .page-lead {
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 1.692307;
}

#rosen-charge .content-title-brown {
  margin-bottom: 26px;
}

#rosen-charge .lead {
  padding-bottom: 28px;
  font-size: 13px;
  line-height: 1.692307;
}

#rosen-charge .pricelist,
#rosen-charge .machines {
  padding-bottom: 38px;
}

#rosen-charge .machines ul {
  margin: 0 auto;
  width: 590px;
}

#rosen-charge .machines li {
  float: left;
  width: 260px;
}

#rosen-charge .machines li:last-child {
  float: right;
  width: 260px;
}

#rosen-charge .machines .name {
  margin-top: 20px;
  height: 22px;
  background-color: #f08200;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

#rosen-charge .machines .caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.538461;
}

#rosen-charge .pricelist .image {
  padding-bottom: 28px;
  text-align: center;
}

#rosen-charge .pricelist .caption {
  font-size: 13px;
  line-height: 1.692307;
}

#rosen-charge .how-to h4 {
  margin-bottom: 20px;
  padding-left: 15px;
  height: 34px;
  background: #e7e4db;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}

#rosen-charge .how-to .case2 h4 {
  margin-bottom: 30px;
}

#rosen-charge .how-to section {
  padding-bottom: 38px;
}

#rosen-charge .how-to .box {
  position: relative;
}

#rosen-charge .how-to .box .image {
  position: absolute;
  top: 0;
  right: 0;
}

#rosen-charge .how-to .flow {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}

#rosen-charge .how-to .flow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  background: url(../images/line02.gif) repeat-y;
}

#rosen-charge .how-to .flow li {
  position: relative;
  padding-top: 33px;
  padding-bottom: 25px;
  min-height: 52px;
  border-top: 1px dotted #d2c8a9;
  font-size: 13px;
  line-height: 1.692307;
}

#rosen-charge .how-to .flow li.has-img {
  padding-top: 25px;
}

#rosen-charge .how-to .case2 .flow li:first-child {
  padding-top: 0px;
  border-top: none;
}

#rosen-charge .how-to .flow li:first-child {
  padding-top: 8px;
  border-top: none;
}

#rosen-charge .how-to .flow li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 60px;
  border-bottom: none;
}

#rosen-charge .how-to .flow li:before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: -52px;
  width: 32px;
  height: 32px;
  background: url(../../rosen/ticket/images/icon-number01.gif) no-repeat;
}

#rosen-charge .how-to .flow li:after {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 1px;
}

#rosen-charge .how-to .flow li img {
  float: left;
  margin-right: 20px;
}

#rosen-charge .how-to .flow li:nth-child(1){
  width: 379px;
}

#rosen-charge .how-to .flow li:nth-child(2){
  width: 379px;
}

#rosen-charge .how-to .flow li:nth-child(3){
  width: 379px;
}

#rosen-charge .how-to .flow li:nth-child(1):before {
  top: 0;
  background-image: url(../../rosen/ticket/images/icon-number01.gif);
}

#rosen-charge .how-to .flow li:nth-child(2):before {
  background-image: url(../../rosen/ticket/images/icon-number02.gif);
}

#rosen-charge .how-to .flow li:nth-child(3):before {
  background-image: url(../../rosen/ticket/images/icon-number03.gif);
}

#rosen-charge .how-to .flow li:nth-child(4):before {
  background-image: url(../../rosen/ticket/images/icon-number04.gif);
}

#rosen-charge .how-to .flow li:nth-child(5):before {
  background-image: url(../../rosen/ticket/images/icon-number05.gif);
}

#rosen-charge .how-to .flow li:nth-child(6):before {
  background-image: url(../../rosen/ticket/images/icon-number06.gif);
}

#rosen-charge .how-to .flow li:nth-child(7):before {
  background-image: url(../../rosen/ticket/images/icon-number07.gif);
}

#rosen-charge .how-to .case4 .buss-flow {
  position: relative;
  margin: 0 auto 48px;
  width: 600px;
}

#rosen-charge .how-to .case4 .buss-flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 258px;
  background: url(../../rosen/ticket/images/arrow01.jpg) no-repeat;
  z-index: -1;
}

#rosen-charge .how-to .case4 .buss-flow li {
  margin-bottom: 29px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 2px solid #f08300;
  border-radius: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#rosen-charge .how-to .case4 .buss-flow li:first-child {
  background: #f08300;
  color :#fff;
}

#rosen-charge .how-to .case4 .buss-flow li:last-child {
  margin-bottom: 0;
  background: #e60012;
  border: none;
  color :#fff;
}

#rosen-charge .how-to .case4 .caption {
  padding-bottom: 36px;
  font-size: 13px;
  line-height: 1.692307;
}

#rosen-charge .how-to .case4 .attention {
  margin: 0 auto;
  padding: 15px 20px 20px;
  width: 710px;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}

#rosen-charge .how-to .case4 .attention dt {
  margin-bottom: 18px;
  padding-left: 45px;
  background: url(../../rosen/ticket/images/icon-attention01.jpg) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

#rosen-charge .how-to .case4 .attention dd {
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
  line-height: 30px;
}

#rosen-charge .how-to .case4 .attention dd:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f35858;
}

#rosen-charge .side_contents .banner {
  margin: 15px 0 0;
}

#rosen-charge .side_contents .banner ul li {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}

#rosen-charge .side_contents .banner ul li img {
  max-width: 220px;
  height: auto;
}

#rosen-charge .side_contents .banner ul li a {
  background: none;
  padding: 0;
}

/* --------------------------------------------------
 * rosen > terminal
 */

#terminal .common-title{
  margin-bottom: 0;
}

#terminal .content-title-brown{
  margin-bottom: 20px;
}

#terminal .common-nav ul li{
  position: relative;
  display: table;
  width: 310px;
  margin-right: 14px;
}

#terminal .common-nav ul li:last-child{
  margin-right: 0;
}

#terminal .common-nav ul li a{
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  padding-bottom: 10px;
}

#terminal .list{

}

#terminal .list ul{
  text-align: left;
  margin-bottom: 40px;
}

#terminal .list ul li{
  display: inline-block;
  width: 315px;
  padding-left: 18px;
  background: url(../images/icon_arrow04.png) no-repeat left top 15px;
  line-height: 3;
  font-size: 16px;
}

#terminal .list ul li a{
  color: #0054b4;
}

#terminal .list ul li a span{
  font-size: 11px;
  color: #333;
}


/* --------------------------------------------------
 * rosen > route
 */
/*
#header + #route,
#footer + #route,
#route{
  min-width: 1400px;
}*/


body.route{
/*  min-width: 960px;*/
}

body.route #header,
body.route #footer{
  min-width: 960px;
}

#route{
  width: 100%;
  min-width: 960px;
}

#route .common-title{
  margin-bottom: 0;
}

#route .lead{
  margin: 30px auto 10px;
}

#route .article-title{
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#route .lead .text{
  float: left;
  font-size: 14px;
  line-height: 1.71428571;
}

#route .lead .pdf{
  float: right;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9;
  box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -webkit-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -moz-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
}

#route .lead .pdf a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 25px 10px;
  background: url(../images/icon_pdf.png) no-repeat right 13px top 12px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#route .map{
  text-align: center;
  margin: 0 !important;
}

#route .map.small{
  margin: 0 auto !important;
}


/* --------------------------------------------------
 * rosen > office1
*/

#office1 .sections {
  padding-bottom: 35px;
  color: #000;
  font-size: 14px;
}

#office1.contents .content-title-brown {
  margin-bottom: 25px;
  padding: 9px 0 9px 15px;
}

#office1.contents .needs .content-title-brown {
  margin-bottom: 23px;
  padding: 9px 0 9px 15px;
}

#office1 .sections .lead {
  padding-bottom: 17px;
  color: #000;
  font-size: 14px;
  line-height: 1.571428;
}

#office1 .intro ul {
  padding-bottom: 24px;
}

#office1 .intro li {
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
  line-height: 2.14285;
}

#office1 .intro li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8b098;
}


#office1 .needs ol {
  padding-bottom: 18px;
  list-style: none;
  counter-reset: picture;
}

#office1 .needs li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 2.14285;
  text-indent: -1em;
}

#office1 .needs li:before {
  counter-increment: picture;
  content: counter(picture)".";
  font-weight: bold;
}

#office1 .needs .caption {
  font-size: 14px;
  line-height: 1.571428;
}

#office1 .to-contact .lead {
  padding-bottom: 28px;
}

#office1 .to-contact {
  padding-bottom: 25px;
}

#office1 .attention li {
  color: #ff0000;
  font-size: 14px;
  line-height: 1.571428;
}

#office1 .terminal-lists {
  width: 100%;
  border: 1px solid #e6e2d6;
  border-collapse: collapse;
}


#office1 .terminal-lists th,
#office1 .terminal-lists td {
  border: 1px solid #e6e2d6;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

#office1 .terminal-lists a {
  color: #000;
  cursor: default;
}

#office1 .terminal-lists a:hover {
  text-decoration: none;
}

#office1 .terminal-lists .cond1 {
  padding: 14px 15px 14px;
  width: 200px;
  text-align: left;
}

#office1 .terminal-lists .cond2 {
  padding: 14px 15px 14px;
  width: 556px;
  text-align: left;
}

#office1 .terminal-lists .cond3 {
  padding: 14px 15px 14px;
  text-align: left;
}


#office1 .terminal-lists thead th {
  background: #eecda0;
  color: #330000;
}

#office1 .terminal-lists thead .cond1,
#office1 .terminal-lists thead .cond2,
#office1 .terminal-lists thead .cond3 {
  padding: 13px 15px;
  font-weight: bold;
  text-align: center;
}

#office1 .terminal-lists .bg-gray {
  background: url(../images/bg01.png);
}


/* --------------------------------------------------
 * rosen > route_search.add
 */

#route_search.contents.add.lower .common-title{
  width: 100%;
  min-height: 84px;
  margin: 0 0 30px;
  background: #fafaf9;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #efeeea;
}

#route_search.contents.add.lower .common-title .image{
  margin: 10px 0;
}

#route_search.contents.add.lower .common-title .text{
  display: table;
  height: 80px;
}

#route_search.contents.add.lower .heading-text{
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 35px;
}

#route_search.contents.add.lower .content-block{
  margin-bottom: 35px;
}

#route_search.contents.add.lower .content-block li{
  width: 48.44%;
  float: left;
}

#route_search.contents.add.lower .content-block li:last-child{
  width: 48.44%;
  float: right;
}

#route_search.contents.add.lower .content-block li h3{
  width: 100%;
  margin: 0 0 26px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}

#route_search.contents.add.lower .content-block li .lead{
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 25px;
}

#route_search.contents.add.lower .content-block li .link{
  position: relative;
  width: 100%;
}

#route_search.contents.add.lower .content-block li .link .box{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 39px 11px 0px;
  background: url(../../rosen/route_search/images/icon_arrow.png) no-repeat 438px center;
  background-color: rgba(25,5,0,0.7);
}

#route_search.contents.add.lower .content-block li .link .box p{
  padding-top: 4px;
  font-size: 22px;
  color: #fff;
  text-align: right;
  line-height: 25px;
}

/* --------------------------------------------------
 * rosen > route_search
 */

#route_search.contents.lower .common-title{
 /* width: 100%;
  position: relative;
  min-width: 960px;
  height: 800px;
  margin: 0 0 80px;
  text-align: center;
  background: url(/rosen/route_search/images/bg.png) no-repeat center 0;
  min-height: 10px;*/
 background: none;
 border: none;
 min-height: 128px;
}

#route_search.contents.lower .common-title .text p {
  padding: 85px 0 0;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

#route_search.contents.lower .common-title .text{
  display: inline-block;
  height: 80px;
}

#route_search .map{
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 800px;
  margin: 0 0 80px;
  text-align: center;
  background: url(/rosen/route_search/images/bg.png) no-repeat center 0;
  min-width: 960px;
  position: relative;
  text-align: center;
}

#route_search .map h3 {
  padding: 0 0 76px;
  font-size: 18px;
  line-height: 1;
}

#route_search .map .search{
}

#route_search .map .map-detail{
  position: relative;
  background: url(../../rosen/route_search/images/map.png);
  float: left;
  width: 607px;
  height: 404px;
}
#route_search .map .map-detail img { display: none; }

#route_search .map .map-detail a {
  position: absolute;
  display: block;
  text-indent: -5000px;
}
#route_search .map .map-detail a.on,
#route_search .map .map-detail a:hover {
  background: url(../../rosen/route_search/images/bg_area_hover.png);
}

#route_search .map .map-detail .area1 {top: 132px;left: 0px;width: 163px;height: 152px;}
#route_search .map .map-detail .area2 {top: 281px;left: 0px;width: 163px;height: 123px;}
#route_search .map .map-detail .area3 {top: 0px;left: 159px;width: 110px;height: 197px;}
#route_search .map .map-detail .area4 {top: 194px;left: 159px;width: 110px;height: 91px;}
#route_search .map .map-detail .area5 {top: 282px;left: 159px;width: 47px;height: 122px;}
#route_search .map .map-detail .area6 {top: 282px;left: 203px;width: 66px;height: 122px;}
#route_search .map .map-detail .area7 {top: 0px;left: 267px;width: 125px;height: 135px;}
#route_search .map .map-detail .area8 {top: 132px;left: 267px;width: 125px;height: 109px;}
#route_search .map .map-detail .area9 {top: 238px;left: 267px;width: 60px;height: 166px;}
#route_search .map .map-detail .area10 {top: 238px;left: 324px;width: 68px;height: 166px;}
#route_search .map .map-detail .area11 {top: 132px;left: 390px;width: 86px;height: 153px;}
#route_search .map .map-detail .area12 {top: 264px;left: 390px;width: 86px;height: 62px;}
#route_search .map .map-detail .area13 {top: 81px;left: 473px;width: 111px;height: 128px;}


#route_search .map .map-text{
  float: right;
  height: 197px;
  background: url(/rosen/route_search/images/bg_text.png) no-repeat center 0;
  padding: 93px 20px 39px 67px;
  margin: 75px 0 0 13px;
}

#route_search .map .map-text p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}

#route_search #modal{
  display: none;
}
#route_search #modal #modal_bg{
  position: absolute;
  top: 44px;
  left: 0;
  width: 960px;
  overflow: hidden;
  padding: 24px 0 40px;
  background: url(../../rosen/route_search/images/bg_modal.png);
  z-index: 10000;
}
#route_search #modal .modal_box{
  display: none;
}
#route_search #modal .modal_box p{
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  padding: 0 0 17px;
}
#route_search #modal .modal_box .detail-wrap{
  overflow: hidden;
  margin: 0 0 0 27px;
}
#route_search #modal .modal_box .detail{
  float: left;
  width: 444px;
  margin: 0 12px 12px 0;
  background: #fff;
  border-radius: 3px;
}
#route_search #modal .modal_box .detail a{
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 100%;
  height: 100%;
}

#route_search #modal .modal_box .detail.single{
  float: none;
  margin: 0 auto 12px;
  left: -15px;
  position: relative;
}
#route_search #modal .modal_box .detail.long{
  width: 906px;
}
#route_search #modal .modal_box .detail.small{
  width: 294px;
}
#route_search #modal .modal_box .detail .btn{
  width: 100%;
  position: relative;
  padding: 13px 0 10px;
  background: #009cff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
#route_search #modal .modal_box .detail .btn:after{
  content: " ";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 14px;
  background: url(../images/icon_arrow03.png) no-repeat right center;
}
#route_search #modal .modal_box .close{
  margin: 18px 0 0;
}
#route_search #modal .modal_box .close a{
  display: block;
  position: relative;
  width: 150px;
  height: 34px;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 18px;
  line-height: 36px;
}
#route_search #modal .modal_box .close a:hover{
  /*
  background-color: #aee0ff;
  transition: all .8s;
  text-decoration: none;
  */
}
#route_search #modal .modal_box .close a span{
  padding: 0 0 0 25px;
  background: url(../images/icon_popupclose.png) no-repeat 0 6px;
}


/* --------------------------------------------------
 * ticketcounter
 */



#ticketcounter .unkyu {
  width: 100%;
  margin: 0 auto 30px;
  padding: 17px 22px;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#ticketcounter .unkyu dl dt {
  padding: 0 0 14px 45px;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}

#ticketcounter .unkyu dl dd {
  font-size: 14px;
  line-height: 22px;
}

#ticketcounter .unkyu dl dd a {
  color: #0054b4;
}

#ticketcounter .unkyu dl dd ul li {
  padding: 0 0 0 1em;
  margin: 0 0 10px;
  text-indent: -1em;
}

#ticketcounter .unkyu dl dd ul li:last-child {
  margin: 0;
}

#ticketcounter .unkyu dl dd ul li:before {
  content: "●";
  display: inline;
  color: #f25858;
  vertical-align: text-bottom;
}

#ticketcounter .icons {
  margin: 0 0 30px;
  border: 2px solid #efeeea;
  border-radius: 3px;
  background: #efeeea;
}

#ticketcounter .icons > dl {
  display: table;
}

#ticketcounter .icons .title {
  width: 150px;
  display: table-cell;
  padding: 0 26px;
  color: #310000;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

#ticketcounter .icons .detail {
  display: table-cell;
  width: 810px;
  background: #fff;
}

#ticketcounter .icons .detail dl {
  display: table;
  float: left;
  width: 220px;
  margin: 0 0 0 30px;
}

#ticketcounter .icons .detail dl dt {
  display: table-cell;
  width: 65px;
  vertical-align: middle;
  padding: 19px 0;
}

#ticketcounter .caution{
  margin: 0 0 30px;
}

#ticketcounter .caution li{
  padding: 0 0 0 1em;
  margin: 0 0 10px;
  text-indent: -1em;
  font-size: 13px;
  vertical-align: top;
  line-height: 22px;
}

#ticketcounter .caution li:before {
  content: "●";
  display: inline;
  color: #b8b098;
  vertical-align: text-bottom;
}

#ticketcounter .caution li:last-child {
  margin: 0;
}

#ticketcounter .type {
  display: inline-block;
  width: 65px;
  height: 26px;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
}

#ticketcounter .type.rosen {
  color: #000;
  background: #fde1ba;
}
#ticketcounter .type.hanica {
  color: #fff;
  background: #eba100;
}
#ticketcounter .type.kosoku {
  color: #fff;
  background: #af5068;
}

#ticketcounter .icons .detail dl dd {
  display: table-cell;
  width: 140px;
  padding: 0 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}

#ticketcounter .content-title-brown {
  margin-bottom: 20px;
}

#ticketcounter .station {
  margin: 0 0 30px;
}

#ticketcounter .station .backnumber {
  font-size: 16px;
  float: none;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 7px center #efeeea;
}

#ticketcounter .station .backnumber a {
  padding: 10px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center  #efeeea;
}

#ticketcounter .station .backnumber.on a {
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center  #efeeea;
}

#ticketcounter .station .backnumber .types {
  float: right;
  margin: -6px 50px 0 0;
}

#ticketcounter .station .backnumber .types .type {
  width: 69px;
  height: 30px;
  line-height: 28px;
  margin: 0 4px;
  border: 2px solid #fff;
}

#ticketcounter .station .box {
  padding: 15px 0 0;
}

#ticketcounter .station .box .map {
  margin: 0 0 15px;
}
#ticketcounter .station .box .map p {
  float: right;
}

#ticketcounter .station .box .map a {
  display: block;
  width: 75px;
  height: 26px;
  background: #009cff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #ccc;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
}

#ticketcounter .station .box .map a.target span {
  padding: 0 0 0 20px;
  background: url(../images/icon_window_white.png) no-repeat 0 center;
  background-size: 12px auto;
}

#ticketcounter .station .box .block {
  border: 2px solid #eef0eb;
  margin: 0 0 20px;
}

#ticketcounter .station .box .block h5 {
  height: 36px;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  color: #320003;
  font-size: 16px;
  line-height: 36px;
}

#ticketcounter .station .box .block.rosen h5 {
  background: #fde1ba;
}
#ticketcounter .station .box .block.kosoku h5 {
  color: #fff;
  background: #af5068;
}

#ticketcounter .station .box .block p {
  font-size: 13px;
  line-height: 1.6;
}

#ticketcounter .station .box .block p a {
  color: #333;
}


#ticketcounter .station .box .block .inner {
  margin: 0 20px;
}

#ticketcounter .station .box .block dl {
  margin: 0 0 20px;
}

#ticketcounter .station .box .block dl dt {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  color: #340100;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

#ticketcounter .station .box .block dl dt:before {
  content: " ";
  display: block;
  width: 6px;
  height: 14px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #6e5b54;
  border-radius: 1px;
}

#ticketcounter .station .box .block .links {
  overflow: hidden;
}
#ticketcounter .station .box .block .links li {
  float: left;
  margin: 0 8px 8px 0;
}
#ticketcounter .station .box .block .links li p,
#ticketcounter .station .box .block .links li a {
  display: block;
  height: 26px;
  padding: 2px 8px;
  background: #eecda0;
  border-radius: 3px;
  color: #340100;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

#ticketcounter .station .box .block ul.col2 > li {
  float: left;
  width: 260px;
  font-size: 13px;
  line-height: 23px;
}

#ticketcounter .station .box .block ul.col2 > li.times {
  width: 395px;
}

#ticketcounter .station .box .block ul.col2 > li.times dd {
  overflow: hidden;
}
#ticketcounter .station .box .block ul.col2 > li.times dd ul {
  float: left;
}
#ticketcounter .station .box .block ul.col2 > li.times dd ul.date {
  width: 140px;
}
#ticketcounter .station .box .block ul.col2 > li.times dd ul.time {
  width: 230px;
  margin-right: 20px;
}

#ticketcounter .station .box .block ul.col2 > li.creditcard {
  width: 240px;
  margin-right: 20px;
}

#ticketcounter .station .box .block ul.col3 > li {
  float: left;
  width: 240px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 23px;
}

#ticketcounter .station .box .block ul.col3 > li:last-child {
  margin: 0;
}

#ticketcounter .station .box .block ul.col3 > li.times,
#ticketcounter .station .box .block ul.col3 > li.contact {
  width: 395px;
}

#ticketcounter .station .box .block ul.col3 > li.creditcard {

}


#ticketcounter .station .box .block ul.col2 > li table th {
  width: 135px;
}
#ticketcounter .station .box .block ul.col2 > li table td {
  line-height: 1.8;
}


#ticketcounter .station .box .block .border {
  border-bottom: 1px dotted #cfc9a7;
  margin-bottom: 20px;
}



/* --------------------------------------------------
 * company
 */

#company #breadcrumb{
  margin: 0;
}

#company .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  border-top: 2px solid #fff;
  background: url(/company/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#company .mainvisual h2 {
  padding: 110px 0 0;
  text-align: right;
}

#company .block {
  width: 100%;
  padding: 52px 0 50px;
  margin: 0 0 50px;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}

#company .block .site-link ul li {
  float: left;
  margin: 0 40px 0 0;
  line-height: 1;
}

#company .block .site-link ul li a {
  padding: 0 0 0 25px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  background: url(../images/icon_arrow04.png) no-repeat 5px 4px;
}

#company .block .about {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2c8a9;
}

#company .block .about > ul {
  margin: 0 -20px 0 0;
  text-align: center;
}

#company .block .about > ul > li {
  float: left;
  width: 225px;
  height: 170px;
  padding: 10px 0 0;
  margin: 0 20px 21px 0;
  background: #fff url(/company/images/btn_bg01.png) no-repeat 5px 4px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #bbb;
}

#company .block .about ul li:last-child {
  margin-right: 0;
}

#company .block .about > ul > li img {
  margin: 0 0 13px;
}

#company .block .about > ul > li p {
  font-size: 14px;
  line-height: 42px;
  color: #000;
}

#company .block .about > ul > li a {
  color: #000;
}

#company .news .backnumber{
  float: none;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 7px center #efeeea;
}

#company .news .backnumber a{
  padding: 12px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center  #efeeea;
}

#company .news .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center  #efeeea;
}

#company .news{
  margin-bottom: 40px;
}

#company .news li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
  padding: 15px;
}

#company .news li a{
  color: #000;
  text-decoration: none;
}

#company .news li a:hover .text{
  text-decoration: underline;
}

#company .news li p{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.7;
}

#company .news li .time{
  margin-right: 14px;
  font-weight: bold;
  width: 134px;
}

#company .news li .text{
  width: 755px;
}

#company .news li .text img{
  margin-top: 2px;
  margin-left: 5px;
}

#company .news li .text img.win {
  margin: 4px 0 0 9px;
}


/* --------------------------------------------------
 * busad
 */

#busad #breadcrumb{
  margin: 0;
}

#busad .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  margin: 0 0 46px;
  border-top: 2px solid #fff;
  background: url(/busad/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#busad .mainvisual h2 {
  padding: 43px 0 0;
  text-align: center;
}

#busad .lead {
  margin: 0 auto 30px;
}

#busad .lead h3 {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 24px;
}

#busad .lead p {
  font-size: 14px;
  line-height: 24px;
}

#busad .lists {
  margin-bottom: 50px;
}

#busad .lists h3 {
  margin-bottom: 30px;
}

#busad .lists .list .backnumber{
  float: none;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 7px center #efeeea;
}

#busad .lists .list .backnumber a{
  padding: 10px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center  #efeeea;
  text-decoration: none;
}

#busad .lists .list .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center  #efeeea;
}

#busad .lists .list .backnumber a:hover span{
  text-decoration: underline;
}

#busad .lists .list .backnumber a span.new {
  color: #ff0000;
}

#busad .lists .list {
  margin-bottom: 30px;
}

#busad .lists .list .box {
  overflow: hidden;
}

#busad .lists .list .box .image{
  float: right;
  width: 500px;
  margin: 30px 0 0;
}

#busad .lists .list .box .left{
  float: left;
  width: 420px;
  margin: 30px 0 0;
}

#busad .lists .list .box h5 {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
}

#busad .lists .list .box .left ul {
  margin: 0 0 10px;
}

#busad .lists .list .box .left ul li {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 8px;
  padding: 0 0 0 22px;
  position: relative;
}

#busad .lists .list .box .left ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 22px;
  color: #b8b098;
}

#busad .lists .list .box .left a {
  color: #0054b4;
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 14px;
  background: url(../images/icon_arrow01.png) no-repeat 2px center;
}

#busad .lists .list .box .left a.pdf span {
  padding-right: 23px;
  background: url(../images/icon_pdf.png) no-repeat right center;
}


#busad .links ul {
  padding: 0 0 2px;
}

#busad .links ul li {
  float: left;
  width: 310px;
  height: 70px;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
  margin: 0 15px 0 0;
  box-shadow: 2px 2px 2px #ccc;
  line-height: 1;
  background-color: #fff;
}

#busad .links ul li:nth-child(3n) {
  margin: 0;
}

#busad .links ul li:nth-child(1) {background: #fff url(/busad/images/icon01.png) no-repeat 22px center;}

#busad .links ul li:nth-child(2) {background: #fff url(/busad/images/icon02.png) no-repeat 22px center;}

#busad .links ul li:nth-child(3) {background: #fff url(/busad/images/icon03.png) no-repeat 22px center;}

#busad .links ul li a{
  display: table;
  width: 100%;
  height: 100%;
  color: #000000;
  line-height: 1;
  background: url(../images/icon_arrow09.png) no-repeat 285px center;
}

#busad .links ul li:hover{
  background-color: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}

#busad .links ul li a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 0 0 82px;
  font-size: 22px;
  color: #000000;
  line-height: 21px;
}

#busad .links ul li a > span span {
  display: block;
  font-size: 16px;
}

#busad .unkyu {
  margin: 0 auto 40px;
  padding: 17px 22px;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#busad .unkyu dl dt {
  padding: 0 0 14px 45px;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}

#busad .unkyu dl dd {
  font-size: 14px;
  line-height: 22px;
}

#busad .unkyu dl dd p {
  line-height: 28px;
  margin: 0 0 10px;
}

#busad .unkyu dl dd ul li {
  padding: 0 0 0 1em;
  margin: 0 0 10px;
  text-indent: -1em;
}

#busad .unkyu dl dd ul li:last-child {
  margin: 0;
}

#busad .unkyu dl dd ul li span {
  font-weight: bold;
}

#busad .contact h3 {
  margin-bottom: 20px;
}

#busad .contact dl {
  margin-bottom: 20px;
}

#busad .contact dl dd {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
}

#busad .contact dl dd:before {
  content: "●";
  font-size: 15px;
  line-height: 1.4;
  color: #b8b098;
  margin-right: 2px;
}

#busad .contact ul {
  overflow: hidden;
}

#busad .contact ul li{
  float: left;
  width: 470px;
  height: 224px;
  margin: 0 20px 0 0;
  padding: 20px 25px 0 16px;
  border: 2px solid #efeeea;
  text-align: center;
}

#busad .contact ul li:nth-child(2n){
  margin: 0 0 0 0;
}

#busad .contact ul li h4 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 18px 20px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #d2c8a9;
  text-align: left;
}

#busad .contact ul li h4:before {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 8px;
  height: 26px;
  background: #b8b098;
  border-radius: 3px;
}

#busad .contact ul li .name {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color: #330000;
  font-weight: bold;
  background: #eecda0;
  width: 220px;
  height: 22px;
  border-radius: 11px;
  margin: 0 auto 15px;
}

#busad .contact ul li .tel {
  width: 287px;
  height: 40px;
  margin: 0 auto 15px;
  padding: 0 0 0 55px;
  background: url(../images/icon_tel.png) no-repeat 0 center;
  line-height: 40px;
  text-align: right;
}

#busad .contact ul li .tel a {
  font-size: 30px;
  color: #000;
  line-height: 45px;
  font-weight: bold;
}

#busad .contact ul li .tel a:hover {
  text-decoration: none;
}

#busad .contact ul li span {
  font-size: 13px;
  line-height: 1;
}

#busad .contact ul li .note {margin: -17px 0 12px;font-size: 13px;line-height: 21px;text-align: left;}

#busad .contact ul li .btn {
  width: 350px;
  height: 60px;
  margin: 7px auto 0;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow09.png) no-repeat 320px center;
  box-shadow: 1px 1px 2px #eee;
}

#busad .contact ul li .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 27px center;
}

#busad .contact ul li .btn:hover {
  background: #aee0ff url(../images/icon_arrow09.png) no-repeat 320px center;
  opacity: 1.0 !important;
  transition: all .8s;
}


/* --------------------------------------------------
 * pole_detail
 */

#pole_detail a.pdf {
  padding-right: 25px;
  background: url(../images/icon_pdf.png) no-repeat right center;
}

#pole_detail .attention {
  margin: 0 0 10px;
}

#pole_detail .attention p {
  font-size: 14px;
  line-height: 24px;
}

#pole_detail .attention p span {
  color: #ff0000;
}

#pole_detail .unkyu {
  width: 100%;
  margin: 0 auto 20px;
  padding: 17px 22px;
  border: 2px solid #fadfdf;
  border-radius: 3px;
  background: #fff1f1;
}

#pole_detail .unkyu dl dt {
  padding: 0 0 14px 45px;
  background: url(/common/images/icon_caution2.png) no-repeat 0 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}

#pole_detail .unkyu dl dd {
  font-size: 14px;
  line-height: 22px;
}

#pole_detail .unkyu dl dd a {
  color: #0054b4;
}

#pole_detail .dia {
  margin: 0 0 40px;
}

#pole_detail .dia h2 {
  height: 40px;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
}

#pole_detail .dia > .info {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

#pole_detail .dia > .header {
  height: 34px;
  padding: 0 0 0 182px;
  border-radius: 3px;
  background: #e7e4db;
  color: #000;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
}

#pole_detail .dia .dia-list {
  margin: 0 0 40px;
}

#pole_detail .dia .dia-list > li {
  overflow: hidden;
  padding: 15px 0 10px;
  border-bottom: 1px dotted #d2c8a9;
}

#pole_detail .dia .dia-list > li .notice {
  margin: 0 0 10px;
  color: #ff0000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
}

#pole_detail .dia .dia-list > li .box .detail {
  float: left;
  width: 500px;
}

#pole_detail .dia .dia-list > li .box .no {
  margin: 0 0 10px;
  color: #330000;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

#pole_detail .dia .dia-list > li .box .goto {
  font-size: 13px;
  line-height: 20px;
}

#pole_detail .dia .dia-list > li .box .info {
  font-size: 13px;
  line-height: 22px;
}

#pole_detail .dia .dia-list > li .box .info span {
  color: #ff0000;
}

#pole_detail .dia .dia-list > li .box .link,
#pole_detail .dia .dia-list > li .box .other {
  font-size: 13px;
  line-height: 22px;
}

#pole_detail .dia .dia-list > li .box a {
  color: #0054b4;
}

#pole_detail .dia .dia-list > li .box a.time-dl {
  background: #fafaf9 none repeat scroll 0 0;
  border: 1px solid #e6e2d6;
  display: block;
  min-width: 7em;
  padding: 0.5em 0;
  text-align: center;
}

#pole_detail .dia .dia-list > li .links {
  float: right;
  display: table;
  width: 420px;
  height: 100%;
}

#pole_detail .dia .dia-list > li .links ul {
  display: table;
  width: 400px;
  height: 100%;
  table-layout: fixed;
}

#pole_detail .dia .dia-list > li .links ul > li {
  display: table-cell;
  width: 130px;
  font-size: 13px;
  margin: 0 62px;
  vertical-align: middle;
  text-align: center;
}

#pole_detail .dia .dia-list > li .links ul > li a {
  color: #0054b4;
  font-size: 13px;
}

#pole_detail .dia .dia-list > li .links ul > li p {
  margin: 0 0 0 20px;
}

#pole_detail .dia .dia-list > li .links ul.pdf li {
  width: 420px;
  text-align: center;
}

#pole_detail .dia .dia-list > li .links ul.pdf li p {
  margin: 0 20px;
}

#pole_detail .dia .banner  ul {
  overflow: hidden;
}

#pole_detail .dia .banner  ul li {
  float: left;
  margin: 0 30px 0 0;
}
#pole_detail .dia .banner  ul li:last-child {
  margin: 0;
}

#pole_detail .information h2 {
  height: 40px;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
}

#pole_detail .information .box {
  width: 100%;
  padding: 15px 20px 10px;
  margin: 0 0 10px;
  border: 2px solid #efeeea;
  background: #fafaf9;
}

#pole_detail .information .box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px;
}

#pole_detail .information .box p span {
  color: #ff0000;
}

#pole_detail .information .box p a {
  color: #0054b4;
  font-size: 14px;
  line-height: 24px;
}

#pole_detail .information .box p a span {
  color: #0054b4;
}

#pole_detail .information .stations ul li p {
}

#pole_detail .information .stations ul li p a {
  right: 0;
  width: auto;
  padding: 3px 15px;
  line-height: 28px;
  background: #009cff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

#pole_detail .information .stations ul li p a:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* --------------------------------------------------
 * news
 */

#news .news .box {
  margin: 0 0 40px;
  padding: 0;
  border-radius: 0;
  border: none;
}

#news .news .backnumber{
  float: none;
  border-radius: 3px;
  background: url(../images/line01.png) no-repeat 7px center #efeeea;
}

#news .news .backnumber a{
  padding: 12px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center  #efeeea;
}

#news .news .backnumber.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center  #efeeea;
}

#news #breadcrumb{
  margin: 0;
}

#news .news{
  margin-bottom: 20px;
}

#news .news li{
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
  padding: 15px;
}

#news .news li a{
  color: #000;
  text-decoration: none;
}

#news .news li a:hover .text{
  text-decoration: underline;
}

#news .news li p.time{
  width: 134px;
}

#news .news li p.text{
  width: 670px;
}

/* --------------------------------------------------
 * news-detail
 */

#news_detail #breadcrumb .pc{
  margin-left: 0;
  display: inline !important;
}

#news_detail .article-title{
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}

#news_detail .time,
#news_detail .author{
  font-size: 12px;
  line-height: 1.83333333;
  text-align: right;
}

#news_detail .author{
  margin: 0 0 15px;
}

#news_detail .article{
  position: relative;
  margin: 0 0 20px;
}

#news_detail .article section{
  position: relative;
}

#news_detail .article a {
  color: #0054b4;
}

#news_detail .article h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 10px;
  max-height: 100%;
}

#news_detail .article h3 span {
  font-weight: bold;
}

#news_detail .article span {
  color: #ff0000;
}

#news_detail .article p {
  width: 610px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 22px;
}

#news_detail .article ul,
#news_detail .article dl {
  width: 610px;
  margin: 0 0 20px;
}

#news_detail .article .imgSec {
  position: absolute;
  top: 0;
  right: 0;
}

#news_detail .article .imgSec img {
  max-width: 350px;
  height: auto;
}


#news_detail .article ul h4,
#news_detail .article dl dt {
  font-size: 14px;
  line-height: 22px;
}

#news_detail .article ul h4:before,
#news_detail .article dl dt:before {
  content: "●";
  display: inline;
  color: #b8b098;
  font-size: 14px;
  line-height: 22px;
}

#news_detail .article ul > li p,
#news_detail .article dl dd {
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  font-size: 13px;
  line-height: 22px;
}

#news_detail .article ul > li ul li,
#news_detail .article dl dd ul li {
  float: none;
  padding: 0 0 0 2em;
}

#news_detail .article ul > li ul li {
  font-size: 13px;
  line-height: 22px;
}

#news_detail .article ul > li ul li:before,
#news_detail .article dl dd ul li:before {
  content: "・";
  display: inline;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 0 -1em;
}

#news_detail .article dl dd p,
#news_detail .article ul li p {
  margin: 0;
}

#news_detail .article ul.no {
  margin: 0 0 20px 1em;
}

#news_detail .article ul.no > li {
  list-style-type: decimal
}

#news_detail .article ul.no h4:before {
  display: none;
}

#news_detail .article ul.no li p {
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}

#news_detail .article ul.no li ul li {
  padding: 0 0 0 1em;
  font-size: 13px;
  line-height: 22px;
}
#news_detail .article ul.no li ul li:before {
  content: "・";
  display: inline;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 0 -1em;
}

#news_detail .article .links li {
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 13px;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#news_detail .article .links li a.pdf {
  padding: 0 24px 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
}

#news_detail .article .links li a.blank {
  padding: 0 19px 0 0;
  background: url(../images/icon_window_red.png) no-repeat right center;
}

#news_detail .adobe_reader{
  overflow: hidden;
  padding: 20px 70px;
  border: 2px solid #efeeea;
  border-radius: 5px;
  background: #fafaf9;
}

#news_detail .adobe_reader dt{
  float: left;
  margin-right: 25px;
}

#news_detail .adobe_reader dd{
  float: left;
  font-size: 13px;
  line-height: 1.69230769;
}

#news_detail .adobe_reader dd a{
  color: #0054b4;
}


/* --------------------------------------------------
 * news-201808
 */


#news .article-title{
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}
#news .time,
#news .author{
  font-size: 12px;
  line-height: 1.83333333;
  text-align: right;
}

#news .author{
  margin: 0 0 15px;
}

#news .adobe_reader{
  overflow: hidden;
  padding: 20px 70px;
  border: 2px solid #efeeea;
  border-radius: 5px;
  background: #fafaf9;
}

#news .adobe_reader dt{
  float: left;
  margin-right: 25px;
}

#news .adobe_reader dd{
  float: left;
  font-size: 13px;
  line-height: 1.69230769;
}

#news .adobe_reader dd a{
  color: #0054b4;
}



#news .news-title-wrap,
#news .common-news-wrap {
  letter-spacing: 0.1em;
}
#news .news-title-wrap {
  margin-bottom: 30px;
}
#news .news-title {
  border-bottom: 1px dotted #d2c7a8;
}
#news .news-title > span {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  border-left: 8px solid #b9b098;
  padding: 3px 0 3px 14px;
}
#news .news-date {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
#news .common-news-wrap {
  margin-top: 50px;
}
#news .common-news-wrap:first-of-type {
  margin-top: 0;
}
#news .news-cat-title {
  background-color: #6d5c51;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 12px 16px 10px;
  border-radius: 3px;
  margin-bottom: 35px;
}
#news .content-title > span {
  display: block;
  padding: 12px 0;
}
#news .accordion .content-title {
  cursor: pointer;
}
#news .accordion .content-title > span {
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center;
}
#news .accordion .content-title.on > span {
  background-image: url(../images/icon_accordion_close.png);
}
#news .type-table table {
  width: 100%;
  border-collapse: collapse;
}
#news .type-table th, #news .type-table td {
  border: 1px solid #e6e2d6;
  padding: 25px 20px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
}
#news .type-table th {
  background-color: #efcea0;
}
#news .type-table th:nth-child(1) {
  width: 15%;
}
#news .type-table th:nth-child(2) {
  width: 16%;
}
#news .type-table th:nth-child(3) {
  width: 40%;
}
#news .type-table th:nth-child(4) {
  width: 29%;
}
#news .type-table td:first-child {
  text-align: center;
}
#news .type-table td.type-table-detail {
  border-right: none;
  padding-right: 0;
}
#news .type-table td.type-table-link {
  border-left: none;
  text-align: center;
}
#news .type-table td.type-table-link a {
  display: inline-block;
  width: 120px;
  background-color: #009bff;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.08);
}
#news .type-table tbody tr:nth-child(2n) {
  background: url(../images/table-bg.gif) repeat 0 0;
}
#news .type-list dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d3c8a9;
  padding: 16px 0;
}
#news .type-list dl dt, #news .type-list dl dd {
  display: table-cell;
  font-size: 14px;
  line-height: 1.4;
}
#news .type-list dl dt {
  width: 190px;
  font-weight: bold;
}
#news .type-list .type-list-link {
  margin-top: 30px;
  text-align: center;
}
#news .type-list .type-list-link a {
  display: inline-block;
  width: 350px;
  border: 2px solid #e6e2d6;
  border-radius: 4px;
  padding: 15px 0 13px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: url(../images/icon_arrow11.png) no-repeat right 12px center;
  background-size: 10px auto;
}


/* --------------------------------------------------
 * ticket
 */

#ticket .menu{
  display: table;
  overflow: hidden;
  width: 105%;
}

#ticket .menu > li{
  display: inline-block;
  width: 300px;
  margin-right: 30px;
  vertical-align: top;
}

#ticket .menu > li:nth-child(3n){
  margin-right: 0;
}

#ticket .menu ul{
  padding: 20px 5px 30px;
}

#ticket .menu ul li {
  margin: 0 0 16px;
}

#ticket .menu ul li a {
  color: #0054b4;
  font-size: 13px;
  padding: 0 0 0 11px;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#ticket .banner {
  overflow: hidden;
  margin: 0 0 2px 0;
}

#ticket .banner > li{
  float: left;
  width: 465px;
  margin: 0 28px 28px 0;
}

#ticket .banner > li:nth-child(2n){
  margin: 0 0 28px 0;
}

#ticket .caution{
  padding: 15px 20px 25px;
  border: 2px solid #fadfdf;
  border-radius: 5px;
  background: #fff1f1;
}

#ticket .caution dt{
  padding: 12px 0 8px 37px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
}

#ticket .caution dd{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.57142857;
}


/* --------------------------------------------------
 * ticket_detail
 */

#ticket_detail .main_contents {
  float: left;
  width: 710px;
}

#ticket_detail .side_contents {
  float: right;
  width: 220px;
}

#ticket_detail .main_contents .detail {
  margin: 0 0 40px;
}

#ticket_detail .main_contents .detail .box {
  float: left;
  width: 400px;
}

#ticket_detail .main_contents .detail .box p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 22px;
}

#ticket_detail .main_contents .detail .box ul li {
  font-size: 13px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat 6px 5px;
}

#ticket_detail .main_contents .detail .box ul li a {
  color: #0054b4;
}

#ticket_detail .main_contents .detail .box ul li a.pdf {
  padding-right: 23px;
  background: url(../images/icon_pdf.png) no-repeat right center;
}

#ticket_detail .main_contents .detail .image {
  float: right;
}

#ticket_detail .main_contents .detail .images {
  clear: both;
}

#ticket_detail .main_contents .detail .images li {
  float: left;
}

#ticket_detail .main_contents .common-title1 {
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

#ticket_detail .main_contents .common-title2 {
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#ticket_detail .main_contents .common-title3 {
  text-align: left;
  margin: 0 0 10px;
}

#ticket_detail .main_contents .section {
  text-align: center;
  margin: 0 0 36px;
}

#ticket_detail .main_contents .section a {
  color: #0054b4;
}

#ticket_detail .main_contents .section a.pdf {
    background: rgba(0, 0, 0, 0) url("../images/icon_pdf.png") no-repeat scroll right center;
    padding-right: 23px;
}

#ticket_detail .main_contents .section p {
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 10px;
}

#ticket_detail .main_contents .section .image img {
  margin: 0 0 30px;
}

#ticket_detail .main_contents .section dl {
  overflow: hidden;
  text-align: left;
  margin: 0 0 30px;
}

#ticket_detail .main_contents .section dl dt {
  clear: both;
  float: left;
  width: 140px;
  font-size: 14px;
  line-height: 30px;
}

#ticket_detail .main_contents .section dl dt span {
  color: #b8b098;
}

#ticket_detail .main_contents .section dl dd {
  float: left;
  position: relative;
  width: 550px;
  font-size: 14px;
  line-height: 30px;
}
#ticket_detail .main_contents .section dl dd:before {
  content: "：";
  display: inline-block;
  text-indent: -1em;
  font-size: 14px;
  line-height: 30px;
}

#ticket_detail .main_contents .section dl dd span {
  color: #ff0000;
}

#ticket_detail .main_contents .section ul {
  text-align: left;
}
#ticket_detail .main_contents .section ul li {
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 30px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
}

#ticket_detail .main_contents .section ul.itemize li {
  background: none;
}

#ticket_detail .main_contents .section .itemize li:before {
  color: #b8b098;
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
}

#ticket_detail .main_contents .section.attention {
  padding: 15px 15px 10px;
  background: #eee;
}

#ticket_detail table{
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
  border: 1px solid #e6e2d6;
  font-size: 14px;
}

#ticket_detail table th {
  background: #eecda0;
  font-weight: bold;
}

#ticket_detail table tbody{
  background: #fff;
}

#ticket_detail table th,
#ticket_detail table td{
  border: 1px solid #e6e2d6;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}

#ticket_detail table.long{
  width: 100%;
}

#ticket_detail table.long th,
#ticket_detail table.long td{
  border: 1px solid #e6e2d6;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}

#ticket_detail table.farelist {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #e6e2d6;
}

#ticket_detail table.farelist tr:nth-child(odd) {
  background: url(../images/bg01.png) repeat top left;
}

#ticket_detail table.farelist th {
  background: #eecda0;
  border: solid 1px #e6e2d6;
  text-align: center;
  vertical-align:middle;
}

#ticket_detail table.farelist th:first-child {
  width: 25%;
  text-align: center;
}

#ticket_detail table.farelist td {
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  border: solid 1px #e6e2d6;
}

#ticket_detail table.farelist td:nth-child(2) {
  position: relative;
  line-height: 1.5;
}

#ticket_detail .side_contents h4 {
  padding: 20px 0;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#ticket_detail .side_contents h5 {
  height: 40px;
  padding: 0 0 0 15px;
  background: #e7e4db;
  color: #330000;
  font-size: 15px;
  line-height: 40px;
}

#ticket_detail .side_contents .box {
  border-left: 1px solid #e6e2d6;
  border-right: 1px solid #e6e2d6;
  border-bottom: 1px solid #e6e2d6;
}

#ticket_detail .side_contents ul li {
  margin: 5px 6px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #d2c8a9;
}

#ticket_detail .side_contents ul li:last-child {
  border-bottom: none;
}

#ticket_detail .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 0 4px 25px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
  color: #000000;
  font-size: 13px;
  line-height: 22px;
}

#ticket_detail .side_contents ul li a.current {
  background: #eecda0 url(../images/icon_arrow05.png) no-repeat 6px center;
  font-weight: bold;
}

#ticket_detail .side_contents .banner {
  margin: 15px 0 0;
}

#ticket_detail .side_contents .banner ul li {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}

#ticket_detail .side_contents .banner ul li img {
  max-width: 220px;
  height: auto;
}

#ticket_detail .side_contents .banner ul li a {
  background: none;
  padding: 0;
}

#ticket_detail .main_contents .section .caution {
  margin: 0 auto;
  padding: 15px 20px 20px;
  width: 710px;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}


#ticket_detail .main_contents .section .caution dt {
  margin-bottom: 18px;
  padding-left: 45px;
  background: url(../images/icon_caution.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
}

#ticket_detail .main_contents .section .caution dd {
  position: relative;
  padding-left: 1.3em;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
}

#ticket_detail .main_contents .section .caution dd:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f35858;
  text-indent: 0em;
}

#ticket_detail .main_contents .page-nav {
  width: 100%;
  height: 89px;
  margin: 0 0 30px;
  background: url(/rosen/images/area-bg.jpg) repeat-x 0 0;
}

#ticket_detail .main_contents .page-nav ul {
  padding: 17px 0 0 15px;
}

 .main_contents .page-nav ul li {
  float: left;
  width: 216px;
  height: 55px;
  margin: 0 15px 0 0;
  text-align: center;
}

#ticket_detail .main_contents .page-nav ul li:last-child {
  margin: 0;
}

#ticket_detail .main_contents .page-nav ul li a {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  box-shadow: 2px 2px 2px #ccc;
  background: #fff url(../images/icon_arrow06.png) no-repeat center 37px;
}

#ticket_detail .main_contents .page ul li a:hover {
  text-decoration: none;
}

#ticket_detail img.win {
  margin: 9px 0 0 9px;
}

/* --------------------------------------------------
 * faq
 */

#faq .common-title{
  margin-bottom: 0;
}

#faq .content-title-brown{
  margin-bottom: 20px;
}

#faq .common-nav ul li{
  position: relative;
  display: table;
  width: 140px;
  margin-right: 4px;
}

#faq .common-nav ul li:last-child{
  margin-right: 0;
}

#faq .common-nav ul li a{
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  background-image: none;
}

#faq .common-nav ul li a.on{
  background: #009cff;
  color: #fff;
}

#faq .common-nav ul li a.on:after{
  content: " ";
  display: block;
  position: absolute;
  width: 13px;
  height: 11px;
  bottom: -10px;
  left: 44%;
  background: url(../images/icon_arrow08.png) no-repeat 0 0;
  background-size: 13px 11px;
}


#faq .common-nav .long{
  width: 236px;
}

#faq .accordion,
#faq .no-accordion{
  margin-bottom: 40px;
}

#faq .accordion .btn{
  overflow: hidden;
  float: none;
  padding: 0;
  background: none;
  margin-bottom: 20px;
  font-size: 16px;
}

#faq .accordion .btn strong{
  display: table-cell;
  width: 37px;
  padding: 12px 0 12px 12px;
  border-radius: 3px 0 0 3px;
  background: #eecda0;
  vertical-align: middle;
  font-size: 20px;
}

#faq .accordion .btn a:hover{
  text-decoration: none;
}

#faq .accordion .btn a:hover span{
  text-decoration: underline;
}

#faq .accordion .btn div{
  overflow: hidden;
  display: table-cell;
  width: 850px;
  padding: 15px 50px 15px 15px;
  font-weight: normal;
  vertical-align: middle;
}

#faq .accordion .btn span.category{
  float: left;
  color: #ff0000;
}

#faq .accordion .btn span{
  float: left;
  line-height: 1.5;
}

#faq .accordion .btn a{
  display: table;
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 3px;
  background: url(../images/icon_accordion_open.png) no-repeat right 3px center  #efeeea;
}

#faq .accordion .btn.on a{
  background: url(../images/icon_accordion_close.png) no-repeat right 3px center #efeeea;
}

#faq .accordion .box{
  overflow: hidden;
  padding: 0 10px 30px;
}

#faq .accordion .box dt{
  float: left;
  padding-left: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
}

#faq .accordion .box dd{
  float: right;
  width: 900px;
  font-size: 13px;
  line-height: 1.69230769;
}

#faq .links li {
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 13px;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#faq dl dd .links li a{
  color: #0054b4;
}

#faq ol li{
  list-style-type: none;
}

#faq img.win {
  margin: 9px 0 0 9px;
}

/* --------------------------------------------------
 * blog
 */

#blog #breadcrumb {
  margin: 0 0 2px;
}

#blog .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  margin: 0 0 40px;
  background: #888 url(/blog/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#blog .mainvisual h2 {
  padding: 60px 0 0;
}

#blog .list {
  float: left;
  width: 710px;
}

#blog .list ul li {
  overflow: hidden;
  border-bottom: 1px dotted #d2c8a9;
  margin: 0 0 15px;
}

#blog .list ul li .image {
  float: left;
  width: 200px;
  margin: 0 20px 16px 0;
}

#blog .list ul li .detail {
  float: left;
  width: 490px;
  margin: 0 0 16px 0;
}

#blog .list ul li .detail a:hover {
  text-decoration: none;
}

#blog .list ul li .detail a:hover .title {
  text-decoration: underline;
}

#blog .list ul li .detail .title {
  margin: 0 0 22px;
  color: #0054b4;
  font-size: 16px;
  line-height: 22px;
}

#blog .list ul li .detail .theme {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

#blog .list ul li .detail .theme span {
  display: inline-block;
  height: 23px;
  margin: 0 0 10px;
  padding: 0 7px;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
}

#blog .list ul li .detail .time {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

#blog .list ul li .detail .time time {
  font-weight: normal;
}

#blog .nav {
  margin: 20px 0 0;
  text-align: center;
}

#blog .nav > a,
#blog .nav > span {
  display: inline-block;
  height: 30px;
  margin: 0 6px;
  padding: 0 10px;
  border: 1px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

#blog .nav > span.more {
  padding: 0;
  border: none;
  background: none;
}

#blog .nav > a.prev span,
#blog .nav > a.next span {
  color: #009cff;
}

#blog .nav > span.current {
  border: 1px solid #009cff;
  background: #009cff;
  color: #fff;
}


#blog .side_contents {
  float: right;
  width: 220px;
}
#blog .side_contents .themes {
  margin: 0 0 20px;
}
#blog .side_contents .themes h3 {
  padding: 12px 0 12px 16px;
  background: #6d5c52;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
}
#blog .side_contents .themes ul {
  padding: 0 6px 0;
  border: 1px solid #e6e2d6;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#blog .side_contents .themes ul li {
  border-bottom: 1px dotted #d2c8a9;
  padding: 11px 0;
}
#blog .side_contents .themes ul li:last-child {
  border-bottom: none;
}
#blog .side_contents .themes ul li a {
  padding: 0 0 0 25px;
  background: url(../images/icon_arrow01.png) no-repeat 10px center;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}


#blog .side_contents .archives {
  margin: 0 0 20px;
}
#blog .side_contents .archives h3 {
  padding: 12px 0 12px 16px;
  background: #6d5c52;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
}
#blog .side_contents .archives ul {
  padding: 0 6px 0;
  border: 1px solid #e6e2d6;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#blog .side_contents .archives ul li {
  border-bottom: 1px dotted #d2c8a9;
  padding: 11px 0;
}
#blog .side_contents .archives ul li:last-child {
  border-bottom: none;
}
#blog .side_contents .themes ul li:last-child {
  border-bottom: none;
}
#blog .side_contents .archives ul li .box {
  overflow: hidden;
}
#blog .side_contents .archives ul li .box .image {
  float: left;
  width: 70px;
  margin: 0 12px 0 0;
}
#blog .side_contents .archives ul li .box .title {
  float: left;
  width: 120px;
}
#blog .side_contents .archives ul li .box .title a {
  color: #0054b4;
  font-size: 12px;
  line-height: 18px;
}

#blog .main_contents {
  float: left;
  width: 710px;
}

#blog .main_contents .article {
  margin: 0 0 30px;
  border: 2px solid #efeeea;
}

#blog .main_contents .article h3 {
  padding: 10px 0 10px 18px;
  background: #efeeea;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

#blog .main_contents .article .inner {
  padding: 17px 17px 10px;
}

#blog .main_contents .article .inner p {
  font-size: 13px;
  line-height: 22px;
}

#blog .main_contents .article .inner .info {
  overflow: hidden;
  margin: 12px 0 0;
  padding: 15px 0 0;
  border-top: 1px dotted #d2c8a9;
}

#blog .main_contents .article .inner .info .theme {
  float: left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

#blog .main_contents .article .inner .info .theme span {
  display: inline-block;
  height: 23px;
  margin: 0 0 10px;
  padding: 0 7px;
  background: #eecda0;
  border-radius: 3px;
  color: #330000;
}

#blog .main_contents .article .inner .info .time {
  float: right;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

#blog .main_contents .article .inner .info .time time {
  font-weight: normal;
}


/* --------------------------------------------------
 * combus
 */

#combus .combus-list h2 {
  margin: 40px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
#combus .combus-list .list ul {
  overflow: hidden;
  margin: 0 -10px 0 0;
}
#combus .combus-list .list ul li {
  overflow: hidden;
  float: left;
  width: 465px;
  height: 165px;
  margin: 0 35px 35px 0;
  background: url(/combus/images/bg-list.png) no-repeat 0 0;
}
#combus .combus-list .list ul li:nth-child(2n) {
  margin: 0 0 35px 0;
}
#combus .combus-list .list ul li .image {
  float: left;
  width: 130px;
  margin: 15px 12px 0 19px;
  background: #fff;
}
#combus .combus-list .list ul li .detail {
  float: left;
  width: 280px;
  margin: 17px 0 0;
}
#combus .combus-list .list ul li .detail .lead {
  width: 280px;
  height: 22px;
  padding: 0 13px;
  background: #eecda0;
  border-radius: 11px;
  color: #330000;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
#combus .combus-list .list ul li .detail .title {
  display: table;
  height: 82px;
  max-height: 82px;
  margin: 0 0 0 8px;
}
#combus .combus-list .list ul li .detail .title span {
  display: table-cell;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
}
#combus .combus-list .list ul li .detail .link {
  height: 37px;
  max-height: 37px;
  margin: 0 0 0 8px;
}
#combus .combus-list .list ul li .detail .link span {
  padding: 0 23px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 37px;
  background: url(/common/images/icon_window_white.png) no-repeat right center;
  background-size: 12px 10px;
}
#combus .combus-list .list ul li .detail .link span.pdf {
  background: url(/common/images/icon_pdf.png) no-repeat right center;
  background-size: 14px 16px;
}


/* --------------------------------------------------
 * careservice
 */

#careservice .lead-top {
  width: 100%;
  height: 302px;
  background: url(/careservice/images/bg-lead-top.png) repeat-x 0 0;
}
#careservice .lead-top h2 {
  padding: 25px 0 0 365px;
}
#careservice .lead-top .image {
  position: absolute;
  top: 5px;
  left: -7px;
}
#careservice .lead-top .image p {
  position: absolute;
  bottom: 39px;
  left: 80px;
  width: 240px;
  height: 60px;
  background: #009cff;
  border-radius: 3px;
  text-align: center;
}
#careservice .lead-top .image p a {
  display: block;
  width: 98%;
  height: 100%;
  padding: 18px 0 0;
  background: url(/common/images/icon_arrow02.png) no-repeat 220px center;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
#careservice .lead-top .image p a span {
  display: block;
  font-size: 15px;
  line-height: 22px;
}
#careservice .lead-top .detail {
  padding: 48px 0 0 374px;
}
#careservice .lead-top .detail p {
  color: #000;
  font-size: 18px;
  line-height: 34px;
}
#careservice .lead-top .detail p span {
  color: #fe0000;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

#careservice .careservice-list {
  position: relative;
  padding: 50px 0 25px;
  background: url(/careservice/images/bg-careservice-list.png);
}
#careservice .careservice-list:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/careservice/images/bg-careservice-list-top.png);
}
#careservice .careservice-list h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}
#careservice .careservice-list h3 {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
}

#careservice .careservice-list .list {
  margin: 0 0 15px;
}
#careservice .careservice-list .list h4 {
  width: 100%;
  margin: 0 0 20px;
  background: #6d5c52;
  border-radius: 3px;
  padding: 3px 0 0 14px;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
}
#careservice .careservice-list .list > p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 22px;
}
#careservice .careservice-list .list .service {
  overflow: hidden;
  margin: 0 -24px 0 0;
}
#careservice .careservice-list .list .service > li {
  float: left;
  margin: 0 24px 20px 0;
  width: 222px;
}
#careservice .careservice-list .list .service > li img {
  margin: 0 0 10px;
}
#careservice .careservice-list .list .service > li ul li {
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
#careservice .careservice-list .list .service > li ul li span {
  padding: 0 4px 0 0;
  color: #b8b098;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

#careservice .careservice-list .list .contact {
  overflow: hidden;
  margin: 0 -20px 0 0;
}
#careservice .careservice-list .list .contact > li {
  float: left;
  margin: 0 20px 18px 0;
  padding: 16px 20px 0;
  width: 470px;
  height: 280px;
  background: #fff;
  border: 1px solid #efeeea;
}
#careservice .careservice-list .list .contact > li h5 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 11px 22px;
  border-bottom: 1px dotted #d2c8a9;
  font-size: 16px;
  line-height: 26px;
}
#careservice .careservice-list .list .contact > li h5:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 26px;
  background: #b8b098;
  border-radius: 3px;
}
#careservice .careservice-list .list .contact > li .place {
  margin: 0 0 12px;
  width: 120px;
  height: 22px;
  background: #eecda0;
  border-radius: 11px;
  text-align: center;
  color: #330000;
  font-size: 13px;
  line-height: 22px;
}
#careservice .careservice-list .list .contact > li .address,
#careservice .careservice-list .list .contact > li .tel,
#careservice .careservice-list .list .contact > li .time {
  font-size: 14px;
  line-height: 22px;
}
#careservice .careservice-list .list .contact > li .free {
  margin: 10px 0 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
#careservice .careservice-list .list .contact > li .free a {
  color: #000;
}
#careservice .careservice-list .list .contact > li .free a:hover {
  text-decoration: none;
}
#careservice .careservice-list .list .contact > li .free img {
  margin: 0 13px 0 0;
}
#careservice .careservice-list .list .contact > li .text {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 21px;
}
#careservice .careservice-list .list .contact li .btn {
  width: 350px;
  height: 80px;
  margin: 0 auto;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow09.png) no-repeat 320px center;
  text-align: center;
  box-shadow: 1px 1px 2px #eee;
}
#careservice .careservice-list .list .contact li .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px 0 0;
  line-height: 60px;
  font-size: 24px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 27px center;
}

#careservice .careservice-list .list .contact li .btn:hover{
  background: #aee0ff url(../images/icon_arrow09.png) no-repeat 320px center;
  opacity: 1.0 !important;
  transition: all .8s;
}

#careservice .careservice-list .list .contact li .btn a span {
  display: block;
  font-size: 17px;
  line-height: 35px;
  font-weight: normal;
}
#careservice .careservice-list .list p.contact-text {
  font-size: 13px;
  margin: 0;
}

#careservice .recruit h2 {
  margin: 50px 0 40px;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
}
#careservice .recruit .list {

}
#careservice .recruit .list h3 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 22px;
  font-size: 16px;
  line-height: 28px;
}
#careservice .recruit .list h3:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 26px;
  background: #b8b098;
  border-radius: 3px;
}
#careservice .recruit .list table {
  margin: 0 0 40px;
  padding: 0 0 20px;
  width: 100%;
  border: 1px solid #e6e2d6;
}
#careservice .recruit .list table th {
  position: relative;
  width: 123px;
  padding: 20px 0 0 35px;
  color: #330000;
  text-align: left;
}
#careservice .recruit .list table th:before {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 6px;
  height: 14px;
  background: #6d5c52;
  border-radius: 1px;
}
#careservice .recruit .list table td {
  font-size: 14px;
  padding: 0 20px 0 0;
}
#careservice .recruit .btn {
  width: 350px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #e6e2d6;
  background: #fafaf9;
}

#careservice .recruit .btn:hover {
  background: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}

#careservice .recruit .btn p {
  text-align: center;
}
#careservice .recruit .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  background: url(../images/icon_arrow09.png) no-repeat 324px center;
}
#careservice .recruit .btn p a span {
  font-size: 18px;
  line-height: 45px;
  font-weight: normal;
  vertical-align: top;
}


/* --------------------------------------------------
 * parking
 */

#parking {
}

#parking p{
  font-size: 13px;
  line-height: 1.69230769;
}

#parking .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  margin-bottom: 34px;
  border-top: 2px solid #fff;
  background: #888 url(../../parking/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#parking .mainvisual h2 {
  padding: 170px 0 0;
  text-align: center;
}

#parking .block {
  width: 100%;
  padding: 52px 0 50px;
  margin: 0 0 50px;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}


#parking .parking-title{
  font-size: 36px;
  line-height: 1.66666667;
  margin: 0 auto 10px;
  text-align: center;
}

#parking .lead{
  font-size: 18px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.66666667;
}

#parking .lead strong{
  color: #ff0000;
}

#parking .content-title-brown{
  margin-bottom: 24px;
}

#parking .content-title{
  float: none;
  font-size: 16px;
  border-bottom: 1px dotted #d2c8a9;
  padding: 13px 0 10px 28px;
  margin-bottom: 15px;
}

#parking table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #e6e2d6;
  font-size: 14px;
  text-align: left;
}

#parking table thead{
  background: #eecda0;
  font-weight: bold;
}

#parking table tbody{
  background: #fff;
}

#parking table th,
#parking table td{
  border: 1px solid #e6e2d6;
  padding: 20px 20px 14px 20px;
  width: 145px;
  text-align: center;
}

#parking table td{
  padding: 8px 0px 9px 20px;
}

#parking table td.use{
  text-align: left !important;
}

#parking table th:nth-child(3),
#parking table td:nth-child(3){
  border-right: none;
}
#parking table th:last-child,
#parking table td:last-child{
  border-left: none;
}

#parking table td:last-child{
  padding-top: 11px;
  padding-left: 0px;
  padding-right: 15px;
}

#parking table th:nth-child(2),
#parking table td:nth-child(2),
#parking table th:last-child,
#parking table td:last-child{
  width: 105px;
}

#parking .bicycle table td:last-child{
  padding-left: 20px;
} 

#parking table a{
  display: block;
  background: #009cff url(../images/icon_window_white.png) no-repeat left 12px top 11px;
  width: 75px;
  background-size: 12px auto;
  box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  border-radius: 2px;
  padding: 10px 0 5px 30px;
  margin-left: auto;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

#parking .entry{
  border: 2px solid #efeeea;
  padding: 20px 30px;
  margin-bottom: 50px;
}

#parking .entry strong{
  display: inline-block;
  background: #eecda0;
  border-radius: 20px;
  padding: 7px 15px 5px;
  margin-bottom: 15px;
  color: #330000;
}

#parking .entry ul li{
  float: left;
  margin: 5px 30px 10px 0;
}

#parking .entry .tel,
#parking .entry .fax{
  background: url(../images/icon_tel.png) no-repeat left center;
  padding: 10px 0 8px 50px;
  font-size: 30px;
  font-weight: bold;
}

#parking .entry .fax{
  background: url(../images/icon_fax.png) no-repeat left center;
}

#parking .bicycle .place{
  float: left;
  width: 640px;
  margin-bottom: 40px;
  border: 1px solid #e6e2d6;
}

#parking .bicycle .place dt{
  float: left;
  width: 120px;
  height: 50px;
  border-right: 1px solid #e6e2d6;
  border-bottom: 1px solid #e6e2d6;
  background: #eecda0;
  padding: 20px 0 0 30px;
  font-weight: bold;
}

#parking .bicycle .place dt span{
  letter-spacing: 2em;
}

#parking .bicycle .place dd{
  float: left;
  width: 518px;
  height: 50px;
  padding: 20px;
  border-bottom: 1px solid #e6e2d6;
  background: #fff;
}

#parking .bicycle .place .long{
  height: 68px;
  border-bottom: none;
}

#parking .bicycle .images{
  float: right;
  text-align: center;
  width: 287px;
}

#parking .bicycle .images a{
  display: inline-block;
  width: 165px;
  margin: 15px auto 0;
  padding: 10px 12px 8px 30px;
  background: #009cff url(../images/icon_window_white.png) no-repeat left 12px top 12px;
  background-size: 12px auto;
  box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

#parking .bicycle .fee{
  float: left;
  width: 470px;
  margin-right: 20px;
}

#parking .bicycle .fee:last-child{
  margin-right: 0;
}

#parking .bicycle .caution{
  margin-bottom: 38px;
}

#parking .bicycle .caution li{
  line-height: 1.69230769;
}

#parking .bicycle .entry{
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

#parking .bicycle .entry dl{
  float: left;
  border: 2px solid #efeeea;
  background: #fff;
  width: 470px;
  min-height: 210px;
  margin-right: 20px;
  padding: 10px 18px;
}

#parking .bicycle .entry dl:last-child{
  margin-right: 0;
}

#parking .bicycle .entry dd{
  text-align: center;
}

#parking .bicycle .entry dd strong{
  margin: 5px 0;
}

#parking .bicycle .entry dd .tel{
  width: 295px;
  margin: 0 auto;
}

#parking .bicycle .entry .form .note {
  font-size: 13px;
  line-height: 21px;
  margin: -8px 0 5px;
  text-align: left;
}

#parking .bicycle .entry .form .btn {
  width: 350px;
  height: 60px;
  margin: 7px auto 0;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9 url(../images/icon_arrow09.png) no-repeat 320px center;
  box-shadow: 1px 1px 2px #eee;
}

#parking .bicycle .entry .form .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_mail.png) no-repeat 27px center;
}

#parking .bicycle .entry .form .btn:hover {
  background: #aee0ff url(../images/icon_arrow09.png) no-repeat 320px center;
  opacity: 1.0 !important;
  transition: all .8s;
}

/* --------------------------------------------------
 * goods
 */

#goods {
}

#goods p{
  font-size: 13px;
  line-height: 1.69230769;
}

#goods .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  border-top: 2px solid #fff;
  background: #888 url(../../goods/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#goods .mainvisual h2 {
  padding: 110px 0 0;
  text-align: right;
}

#goods .content-title-brown{
  margin-bottom: 30px;
}

#goods .goods-title{
  font-size: 36px;
  line-height: 1.66666667;
  margin: 0 auto 30px;
  text-align: center;
}

#goods .lead{
  text-align: center;
  margin: 0 auto 40px;
  font-size: 14px;
}

#goods .block {
  width: 100%;
  padding: 52px 0 50px;
  margin: 0 0 50px;
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}

#goods .block .images{
  float: left;
}

#goods .block .texts{
  float: left;
  margin-left: 20px;
  width: 650px;
}

#goods .block .texts dl{
  width: 640px;
}

#goods .block .texts dl dt{
  width: 168px;
}

#goods .block .texts dl dd{
  width: 470px;
}

#goods .block .texts dl dt.runa{
  height: 65px;
}

#goods .block .texts dl dd.runa{
  height: 65px;
}

#goods .texts dl{
  width: 570px;
  overflow: hidden;
  margin: 20px 0 40px;
  border: 1px solid #e6e2d6;
  border-bottom: none;
  background: #eecda0;
}

#goods .texts dl dt{
  float: left;
  width: 168px;
  height: 45px;
  border-bottom: 1px solid #e6e2d6;
  padding: 12px 0 0 20px;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: bold;
}

#goods .texts dl dd{
  float: right;
  width: 400px;
  height: 45px;
  border-bottom: 1px solid #e6e2d6;
  padding: 12px 0 0 20px;
  font-size: 14px;
  line-height: 1.57142857;
  background: #fff;
}

#goods .texts dl .long,
#goods .texts dl .long2{
  height: 89px;
}

#goods .texts dl dd span.pc{
  display: inline-block !important;
}

#goods .block .reccomend{
  background: #fff;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
  padding: 20px;
}

#goods .block .reccomend .article-title{
  text-align: left;
  float: none;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  background: none;
}

#goods .block .reccomend dd{
  margin-top: 10px;
  padding: 20px 0 0 10px;
}

#goods .block .reccomend .images{
  float: right;
}

#goods .item{

}

#goods .item .images{
  float: right;
  width: 360px;
  text-align: center;
  margin-bottom: 40px;
  padding: 15px 0 15px;
  border: 1px solid #e6e2d6;
}

#goods .item .images li{
  float: left;
  width: 152px;
  margin-right: 10px;
  text-align: center;
}

#goods .item .images li:first-child{
  margin-left: 24px;
}

#goods .item .images img{
  margin-bottom: 10px;
}

#goods .item .red{
  color: #ff0000;
}

#goods .links{
  text-align: left;
}
#goods .links li {
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 30px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
}
#goods .links li a{
  color: #0054b4;
}
#goods .links li a.pdf {
  padding: 0 22px 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
}
#goods .links li a.window {
  padding: 0 22px 0 0;
  background: url(../images/icon_window_red.png) no-repeat right center;
  background-size: 12px auto;
}



/* --------------------------------------------------
 * company lower
 */

.company-lower .main_contents {
  float: left;
  width: 710px;
}

.company-lower .side_contents {
  float: right;
  width: 220px;
}

.company-lower .main_contents .common-title1 {
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

.company-lower .main_contents .common-title2 {
/*
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px 20px;
  border-bottom: 1px dotted #d2c8a9;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
*/

  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  text-align: left;
}
/*
.company-lower .main_contents .common-title2:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 26px;
  border-radius: 3px;
  background: #b8b098;
}
*/

.company-lower .main_contents .common-title3 {
  text-align: left;
  margin: 0 0 10px;
}

.company-lower .main_contents .section {
  text-align: center;
  margin: 0 0 36px;
}

.company-lower .main_contents .section a {
  color: #0054b4;
}

.company-lower .main_contents .section p {
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 10px;
}

.company-lower .main_contents .section .lead{
  font-size: 14px;
}

.company-lower .main_contents .section .image img {
  margin: 0 0 30px;
}

.company-lower .main_contents .section dl {
  overflow: hidden;
  text-align: left;
  margin: 0 0 30px;
}

.company-lower .main_contents .section dl dt {
  clear: both;
  float: left;
  width: 140px;
  font-size: 14px;
  line-height: 30px;
}

.company-lower .main_contents .section dl dt span {
  color: #b8b098;
}

.company-lower .main_contents .section dl dd {
  float: left;
  position: relative;
  width: 550px;
  font-size: 14px;
  line-height: 30px;
}
.company-lower .main_contents .section dl dd:before {
  content: "：";
  display: inline-block;
  text-indent: -1em;
  font-size: 14px;
  line-height: 30px;
}

.company-lower .main_contents .section dl dd span {
  color: #ff0000;
}

.company-lower .main_contents .section ul {
  text-align: left;
}
.company-lower .main_contents .section ul li {
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 30px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
}
.company-lower .main_contents .section ul li a.pdf {
  padding: 0 22px 0 0;
  background: url(../images/icon_pdf.png) no-repeat right center;
}

.company-lower .main_contents .section.attention {
  padding: 15px 15px 10px;
  background: #eee;
}


.company-lower .side_contents h4 {
  padding: 20px 0;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.company-lower .side_contents h5 {
  height: 40px;
  padding: 0 0 0 15px;
  background: #e7e4db;
  color: #330000;
  font-size: 15px;
  line-height: 40px;
}

.company-lower .side_contents .box {
  border-left: 1px solid #e6e2d6;
  border-right: 1px solid #e6e2d6;
  border-bottom: 1px solid #e6e2d6;
}

.company-lower .side_contents ul li {
  margin: 5px 6px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #d2c8a9;
}

.company-lower .side_contents ul li:last-child {
  border-bottom: none;
}

.company-lower .side_contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 0 4px 25px;
  background: url(../images/icon_arrow01.png) no-repeat 6px center;
  color: #000000;
  font-size: 13px;
  line-height: 22px;
}

.company-lower .side_contents ul li a.current {
  background: #eecda0 url(../images/icon_arrow05.png) no-repeat 6px center;
  font-weight: bold;
}

.company-lower .side_contents ul.sub {
  border-bottom: 1px dotted #d2c8a9;
  margin: -5px 0 0;
}

.company-lower .side_contents ul.sub li {
  margin: 3px 6px;
  padding: 0;
  border-bottom: none;
}

.company-lower .side_contents ul.sub li a {
  padding: 4px 0 4px 8px;
  background-image: none;
}

.company-lower .side_contents ul.sub li a.current {
  background: #f6e6cf;
}


/* --------------------------------------------------
 * company philosophy
 */

#philosophy .section1 {
  overflow: hidden;
}
#philosophy .section1 .block {
  position: relative;
  background: #fafaf9;
  border: 2px solid #efeeea;
}
#philosophy .section1 .block h3 {
  margin: 0 0 15px;
  background: #efeeea;
  font-size: 24px;
  line-height: 48px;
}
#philosophy .section1 .block h4 {
  margin: 0 22px 10px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #d2c8a9;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
#philosophy .section1 .block1 {
  width: 100%;
  margin: 0 0 20px;
}
#philosophy .section1 .block1:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 166px;
  width: 10px;
  height: 20px;
  background: #f35858;
}
#philosophy .section1 .block1 p {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
#philosophy .section1 .block2 {
  float: left;
  width: 345px;
  margin: 0 20px 0 0;
}
#philosophy .section1 .block2:after {
  content: " ";
  display: block;
  position: absolute;
  top: 216px;
  right: -22px;
  width: 20px;
  height: 10px;
  background: #f35858;
}
#philosophy .section1 .block2 p {
  margin: 122px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}
#philosophy .section1 .block3 {
  float: left;
  width: 345px;
}
#philosophy .section1 .block3:after {
  content: " ";
  display: block;
  position: absolute;
  top: -22px;
  left: 166px;
  width: 10px;
  height: 20px;
  background: #f35858;
}
#philosophy .section1 .block3 h4 {
  margin: 24px 22px 10px;
  padding: 0 0 20px;
}
#philosophy .section1 .block3 dl {
  overflow: hidden;
  margin: 0 0 0 20px;
}
#philosophy .section1 .block3 dl dt {
  clear: both;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
  background: #eecda0;
  border-radius: 50%;
  color: #330000;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
#philosophy .section1 .block3 dl dd {
  float: left;
  display: table;
  width: 260px;
  height: 50px;
}
#philosophy .section1 .block3 dl dd p {
  display: table-cell;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  vertical-align: middle;
}
#philosophy .section1 .block3 dl dd:before {
  display: none;
}

#philosophy .section3 p,
#philosophy .section4 p {
  font-size: 14px;
}

#philosophy .section2 p {
  font-size: 13px;
}

#philosophy .section2 ul li,
#philosophy .section3 ul li,
#philosophy .section4 ul li {
  position: relative;
  padding: 0 0 0 20px;
  background: none;
  font-size: 14px;
  margin: 0 0 2px;
  line-height: 50px;
}

#philosophy .section2 ul li:before,
#philosophy .section3 ul li:before,
#philosophy .section4 ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 3px 0 0;
  color: #b8b098;
  font-size: 20px;
}
#philosophy .section3 ul li span {
  display: block;
  margin: 0 0 8px -5px;
  color: #000;
  font-size: 13px;
  line-height: 1.92307692307692;
}

#philosophy .section-wrap {
  overflow: hidden;
  margin: 0 0 38px;
}

#philosophy .section3 {
  float: left;
  width: 345px;
  margin: 0 20px 0 0;
}

#philosophy .section4 {
  float: left;
  width: 345px;
}

#philosophy .section4 ul li{
  line-height: 25px;
}

#philosophy .section3 p {
  margin: 0 0 20px;
}

#philosophy .section4 p {
  margin: 0 0 50px;
}

#philosophy .signature {
  text-align: right;
  line-height: 52px;
}
#philosophy .signature span.sign {
  font-size: 20px;
}

/* --------------------------------------------------
 * company outline
 */

#outline .section1 {
  margin: 0 0 30px;
}

#outline .section1 table {
  width: 700px;
  border: 1px solid #9C957D;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
}

#outline .section1 table tr th {
  width: 200px;
  text-align: left;
  border: 1px solid #9C957D;
  padding: 10px;
  background: #eecda0;
  vertical-align: middle;
}

#outline .section1 table tr td {
  border: 1px solid #9C957D;
  padding: 10px;
  line-height: 1.5;
}

#outline .section2 {
  padding: 10px;
  background: #eee;
}

#outline .section2 h3 {
  text-align: left;
  padding: 10px;
  font-size: 16px;
}

#outline .section2 p {
  text-align: left;
  padding: 0 0 0 10px;
}

#outline .section2 p a {
  padding: 0 0 0 10px;
  background: url(../images/icon_arrow01.png) no-repeat left center;
}

/* --------------------------------------------------
 * company protect
 */

#protect .section1 {
  
}

#protect .section1 p {
  margin: 0 0 20px;
  font-size: 14px;
}

#protect .section1 dl {
  
}

#protect .section1 dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}

#protect .section1 dl dd {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}


/* --------------------------------------------------
 * company office
 */

#office .attention {
  text-align: right;
  margin-bottom: 15px;
}

#office table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #e6e2d6;
}

#office table tr:nth-child(odd) {
  background: url(../images/bg01.png) repeat top left;
}

#office th {
  height: 40px;
  line-height: 40px;
  background: #eecda0;
  border: solid 1px #e6e2d6;
}

#office th:first-child {
  width: 38%;
}

#office td {
  height: 80px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  border: solid 1px #e6e2d6;
}

#office table td:nth-child(2) {
  position: relative;
  line-height: 1.5;
}

#office table td:first-child, #office table td:nth-last-child(4),
#office table td:nth-last-child(9) {
  height: 60px;
}

#office a.map {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 75px;
  height: 26px;
  margin-top: -13px;
  line-height: 28px;
  box-shadow: 2px 2px 2px #e5e5e5;
  background: url(../images/map-bg.png) no-repeat top right;
  font-size: 13px;
  color: #fff;
}

#office a.map:hover {
  text-decoration: none;
}

#office a.map img {
  margin: 8px 12px 0 8px
}

#office .table02 td:first-child a {
  padding-left: 10px;
  padding-right: 20px;
}

#office .table02 td p {
  background: url(../images/icon_arrow01.png) no-repeat center left;
}

#office .table02 td p.no-link {
  background: none;
}

#office .table02 td p a {
  background: url(../images/icon_window_red.png) no-repeat center right;
}

#office .table02 td a.tel {
  color: #000;
}

#office .table02 td a.tel:hover {
  text-decoration: none;
}


/* --------------------------------------------------
 * company approach eco
 */
#eco{

}

#eco .topics{
  background: #fafaf9;
  border: 2px solid #efeeea;
}

#eco .topics h3{
  width: 100%;
  padding: 10px 0 10px 18px;
  background: #efeeea;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

#eco .topics span{
  background: #fff;
  border-radius: 25px;
  padding: 1px 12px;
  font-size: 14px;
  line-height: 2.14285714;
  vertical-align: middle;
}

#eco .topics .detail{
  padding: 20px 18px 1px 18px;
}

#eco .topics .photo li{
  width: 323px;
  margin-right: 20px;
}

#eco .topics .photo li img{
  margin: 0;
}

#eco .photo{
  overflow: hidden;
  width: 105%;
  margin: 20px 0;
}

#eco .photo li{
  width: 220px;
  float: left;
  margin-right: 25px;
  padding: 0;
  background: none;
  font-weight: bold;
  line-height: 1.38461538;
  text-align: center;
}

#eco .photo li img{
  margin-bottom: 15px;
}

#eco .photo li.text-mini{
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
}

#eco .image-right{
  float: right;
}

#eco .texts{
  float: left;
}

#eco .texts.text1{
  width: 466px;
}
#eco .texts.text2{
  width: 402px;
}
#eco .texts.text3{
  width: 400px;
}

#eco table{
  width: 100%;
  border: 1px solid #e6e2d6;
  border-spacing: 0;
  border-collapse: collapse;
}

#eco table th,
#eco table td{
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e2d6;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 0 8px;
}

#eco table thead{
  background: #eecda0;
}

#eco table tbody th{
  background: url(../../company/approach/images/eco-bg.png);
}

#eco table .col1{
  width: 80px;
}
#eco table .col2{
  width: 120px;
}
#eco table .col3{
  width: 163px;
}
#eco table .col4{
  width: 105px;
}
#eco table .col5{
  width: 130px;
}
#eco table .col6{
  width: 105px;
}

#approach .section2 {
  overflow: hidden;
}
#approach .section2 h3 {
  margin: 0 0 30px;
}
#approach .section2 .image {
  float: right;
  width: 290px;
}
#approach .section2 > p {
  float: left;
  width: 400px;
}
#approach .section2 .btn {
  clear: both;
  width: 350px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #e6e2d6;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #eee;
}
#approach .section2 .btn p {
  text-align: center;
}
#approach .section2 .btn p a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
  background: url(../images/icon_arrow09.png) no-repeat 323px center;
}

#approach .section2 .btn:hover {
    opacity: 1.0 !important;
}

#approach .section2 .btn p a:hover {
  background-color: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}

/* --------------------------------------------------
 * company approach eco2
 */

#eco2 .section1{
  overflow: hidden;
}

#eco2 .section1 .box{
  float: left;
  width: 450px;
}

#eco2 .section1 .box p{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 15px;
}

#eco2 .section1 figure{
  float: right;
  width: 244px;
}

#eco2 .section1 figure figcaption{
  margin: 5px 0 0;
  font-size: 12px;
}

#eco2 .section3{
  overflow: hidden;
}

#eco2 .section3 .box{
  float: left;
  width: 410px;
}

#eco2 .section3 .box p{
  font-size: 14px;
  line-height: 1.7;
}

#eco2 .section3 figcaption{
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  margin: 5px 0;
}

#eco2 .section3 .figure3-1 {
  margin: 0 0 50px;
}

#eco2 .section3 .figure3-2 {
  float: right;
  width: 279px;
}

#eco2 .section3 .figure3-2 figcaption {
  text-align: center;
}



/* --------------------------------------------------
 * company office
 */

#office .attention {
  text-align: right;
  margin-bottom: 15px;
}

#office table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #e6e2d6;
}

#office table tr:nth-child(odd) {
  background: url(../images/bg01.png) repeat top left;
}

#office th {
  height: 40px;
  line-height: 40px;
  background: #eecda0;
  border: solid 1px #e6e2d6;
}

#office th:first-child {
  width: 38%;
}

#office td {
  height: 80px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  border: solid 1px #e6e2d6;
}

#office table td:nth-child(2) {
  position: relative;
  line-height: 1.5;
}

#office table td:first-child, #office table td:nth-last-child(4),
#office table td:nth-last-child(9) {
  height: 60px;
}

#office a.map {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 75px;
  height: 26px;
  margin-top: -13px;
  line-height: 28px;
  box-shadow: 2px 2px 2px #e5e5e5;
  background: url(../images/map-bg.png) no-repeat top right;
  font-size: 13px;
  color: #fff;
}

#office a.map:hover {
  text-decoration: none;
}

#office a.map img {
  margin: 8px 12px 0 8px
}

#office .table02 td:first-child a {
  padding-left: 10px;
  padding-right: 20px;
}

#office .table02 td p {
  background: url(../images/icon_arrow01.png) no-repeat center left;
}

#office .table02 td p a {
  background: url(../images/icon_window_red.png) no-repeat center right;
}


/* --------------------------------------------------
 * ba-suke
 */


#ba-suke {
  color: #000000;
}

#ba-suke .mainvisual {
  background: #888 url(../../images/ba-suke/main.jpg) no-repeat center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


#ba-suke .introduction {
  position: relative;
  padding: 50px 0 67px;
  background: url(../../images/ba-suke/bg01.gif) repeat;
  border-bottom: 2px solid #fff;
}

#ba-suke .introduction:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../../images/ba-suke/bg-shadow01.png) repeat-x;
}

#ba-suke .introduction:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../../images/ba-suke/bg-shadow02.png) repeat-x;
}

#ba-suke .big-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#ba-suke .introduction h3 {
  padding-bottom: 10px;
}

#ba-suke .charactors {
  position: relative;
}

#ba-suke .charactors.ba-suke {
  padding-bottom: 46px;
}

#ba-suke .charactors .image {
  float: left;
  margin-right: 33px;
  padding-left: 52px;
}

#ba-suke .charactors .text {
  float: right;
  padding-left: 25px;
  width: 623px;
}

#ba-suke .charactors .serif {
  box-sizing: border-box;
  margin-left: -25px;
  margin-right: -4px;
  min-height: 143px;
  background: url(../../images/ba-suke/bg02.png) no-repeat;
  background-size: 100% auto;
  padding: 28px 30px 30px 57px;
  font-size: 14px;
  line-height: 1.571428;
}

#ba-suke .ba-suke .serif {
  margin-top: 38px;
}

#ba-suke .basumin .caption {
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 1.7142;
}

#ba-suke .basumin .caption {
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 1.7142;
}

#ba-suke .picture {
  padding: 47px 0 50px;
  background: url(../images/bg01.png);
}

#ba-suke .picture header {
  padding-bottom: 38px;
  text-align: center;
}

#ba-suke .picture h3 {
  padding-bottom: 18px;
}

#ba-suke .picture header .caption {
  font-size: 18px;
}

#ba-suke .picture .buttons {
  padding-bottom: 37px;
}

#ba-suke .picture .buttons li {
  position: relative;
  float: left;
  text-align: center;
  cursor: pointer;
}

#ba-suke .picture .buttons .picture02 {
  float: right;
}

#ba-suke .picture .buttons a {
  display: block;
  color: #fff;
}

#ba-suke .picture .buttons a:hover {
  text-decoration: none;
}

#ba-suke .picture .buttons span {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 0;
  font-size: 18px;
  line-height: 45px;
  z-index: 1;
}

#ba-suke .picture .buttons span:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 14px;
  height: 20px;
  background: url(../images/icon_pdf.png) no-repeat;
  vertical-align: middle;
}

#ba-suke .picture .print-out {
  padding: 27px 30px 30px;
  background: #fff;
  border: 2px solid #efeeea;
}


#ba-suke .picture .print-out dt {
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  font-weight: bold;
}

#ba-suke .picture .print-out dd {
  padding-top: 14px;
}

#ba-suke .picture .print-out ol {
  list-style: none;
}

#ba-suke .picture .print-out dd > ol{
  counter-reset:picture;
  font-size: 14px;
  line-height: 30px;
}

#ba-suke .picture .print-out dd > ol > li:before {
  counter-increment:picture;
  content:counter(picture)".";
  font-weight: bold;
}

#ba-suke .picture .print-out li li {
  font-size: 13px;
  line-height: 1.92307;
}

#ba-suke .picture .print-out li ol {
  padding: 12px 0 12px 1em;
}

#ba-suke .picture .print-out dd > ol {
  padding-bottom: 14px;
}

#ba-suke .picture .captions li {
  font-size: 14px;
  line-height: 1.7
}

#ba-suke .picture .captions a {
  color: #0054b4;
}

#ba-suke .banners {
  padding-top: 50px;
  overflow: hidden;
}

#ba-suke .banners ul {
  position: relative;
  left: 50%;
  float: left;
}

#ba-suke .banners li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 100px;
  width: 300px;
}

#ba-suke .banners li:last-child {
  margin-right: 0;
}
#ba-suke .banners img  {
  width: 100%;
  height: auto;
}


/* --------------------------------------------------
 * privercy
 */


#privercy .privercy-box {
  margin: 0 auto 32px;
  width: 800px;
}

#privercy .common-title{
  margin-bottom: 40px;
}

#privercy .privercy-box:last-child {
  margin-bottom: 0;
}

#privercy .privercy-box h3 {
  text-align: left;
  width: 100%;
  margin: 0 0 28px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

#privercy .privercy-box .lead {
  padding-bottom: 31px;
  font-size: 14px;
  line-height: 1.571428;
}

#privercy .care .lead {
  padding-bottom: 32px;
}

#privercy .privercy-box,
#privercy .privercy-box a {
  color: #000000;
}

#privercy .privercy-box a {
  text-decoration: none;
}

#privercy .privercy-box ol {
  list-style: none;
}

#privercy .privercy-box > ol{
  counter-reset:picture;
}

#privercy .privercy-box > ol > li {
  padding-bottom: 13px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.571428;
  text-indent: -1em;
}

#privercy .privercy-policy > ol > li:last-child {
  padding-bottom: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#privercy .privercy-box > ol > li p,
#privercy .privercy-box > ol > li li {
  padding-top: 4px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.9230769;
  text-indent: 0;
}

#privercy .privercy-box > ol > li li {
  padding-top: 2px;
  padding-bottom: 0px;
}

#privercy .privercy-box > ol > li:before {
  counter-increment:picture;
  content:counter(picture)".";
  font-weight: bold;
}


#privercy .care > ol > li {
  padding-bottom: 12px;
}

#privercy .privercy-box address {
  padding-top: 12px;
  padding-left: 1em;
  font-size: 13px;
  font-style: normal;
  line-height: 1.9;
}

#privercy .care address span {
  display: inline-block !important;
}

#privercy .care address span.pc {
  margin-right: 5px;
}

/* --------------------------------------------------
 * feedback
 */


#feedback {
  color: #000000;
}

#feedback .page-lead {
  padding-top: 18px;
  font-size: 18px;
  line-height: 1.66666;
  text-align: center;
}

#feedback .before-contact {
  margin: 0 auto;
  padding-top: 32px;
  width: 960px;
}

#feedback h4 {
  text-align: left;
  width: 100%;
  margin: 0 0 28px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

#feedback .before-contact h3 {
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

#feedback .to-faq .lead {
  padding-bottom: 40px;
  font-size: 14px;
}

#feedback .to-faq h5 {
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
  font-weight: bold;
}

#feedback .questions {
  padding-bottom: 31px;
}

#feedback .questions dl {
  float: left;
  width: 470px;
  height: 123px;
  border: 2px solid #efeeea;
}

#feedback .questions dl.question02 {
  float: right;
}

#feedback .questions dt {
  padding-left: 20px;
  height: 36px;
  background: #fde1ba;
  color: #330000;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

#feedback .questions .question02 dt {
  background: #af4f68;
  color: #fff;
}

#feedback .questions dd {
  padding: 13px 0 0 20px;
}

#feedback .forget li,
#feedback .questions li {
  font-size: 13px;
  line-height: 2.30769;
}

#feedback .forget a,
#feedback .questions a {
  display: inline-block;
  color: #0054b4;
  padding: 0 0 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 10px;
}

#feedback .to-faq .cv-area {
  padding-bottom: 49px;
  text-align: center;
}

#feedback .to-faq p {
  padding-bottom: 27px;
  font-size: 18px;
}

#feedback .cv-area a {
  position: relative;
  display: inline-block;
  width: 516px;
  height: 76px;
  border: 2px solid #e6e2d6;
  border-radius: 5px;
  background: #fafaf9;
  box-shadow: 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
}

#feedback .cv-area a:hover {
  background: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}

#feedback .cv-area a span.pc {
  display: inline !important;
}

#feedback .cv-area a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#feedback .cv-area a:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -8px;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../../feedback/images/arrow.png) no-repeat 100%;
}

#feedback .forget .lead {
  padding-bottom: 23px;
  font-size: 14px;
}

#feedback .forget {
  padding-bottom: 39px;
}

#feedback .to-contact {
  padding: 47px 0 40px;
  background: url(../images/bg01.png);
}

#feedback .to-contact h3 {
  padding-bottom: 46px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

#feedback .to-contact .cv-area {
  margin: 0 auto 34px;
  padding: 42px 0 43px;
  width: 700px;
  background: #fff;
  border: 2px solid #efeeea;
  text-align: center;
}

#feedback .to-contact .cv-area p {
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 1;
}

#feedback .to-contact .captions li {
  font-size: 13px;
  line-height: 1.69230769;
}

#feedback .to-contact .captions li a {
  color: #0054b4;
  font-size: 13px;
  line-height: 1.69230769;
}

/* --------------------------------------------------
 * feedback form
 */

#feedback .form{
    margin: 0 auto;
    padding-top: 10px;
    width: 960px;
}

#feedback .form .caution{
  width: 800px;
  padding: 15px 20px 25px;
  border: 2px solid #fadfdf;
  border-radius: 5px;
  background: #fff1f1;
  margin: 0 auto;
}

#feedback .form .caution dt{
  padding: 12px 0 8px 37px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_caution.png) no-repeat left center;
}

#feedback .form .caution dd{
  padding: 0 0 0 1em;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
  text-indent: -1em;
}

#feedback .form .caution dd:before {
  content: "●";
  display: inline;
  color: #f25858;
  vertical-align: text-bottom;
}

#feedback .form .form-area {
  margin: 0 auto 34px;
  width: 800px;
}

#feedback .form table {
  border: 1px solid #9C957D;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 15px;
  width: 100%;
}

#feedback .form table tr th {
  width: 250px;
  text-align: left;
  border: 1px solid #9C957D;
  padding: 10px;
  background: #eecda0;
  vertical-align: middle;
}

#feedback .form table tr td {
  border: 1px solid #9C957D;
  padding: 10px;
  line-height: 1.5;
}

#feedback .form table tr td input.radiobtn {
  margin-left: 50px;
}

#feedback .form table.sendbtn,
#feedback .form table.sendbtn tr td {
  border: none;
  text-align: center;
}
#feedback .form table.sendbtn input#submit_button {
  width: 150px;
  height: 50px;
  font-size: 1.2em;
}
#feedback .form table tr td input[type="text"],
#feedback .form table tr td textarea {
    width: 100%;
}

#feedback .form table.secure td a {
  color: #0054b4;
  font-size: 13px;
  padding: 0 0 0 11px;
  background: url(../images/icon_arrow01.png) no-repeat 0 center;
}

#feedback .form table.secure td img.win {
  margin: 4px 0 0 9px;
}

#feedback .google-area {
  margin: 50px auto 34px;
  width: 800px;
  text-align: center;
}

#feedback img.win {
  margin: 9px 0 0 9px;
}

/* --------------------------------------------------
 * sitemap
 */


#sitemap .page-list li {
  padding-bottom: 10px;
}

#sitemap .page-list li {
  padding-bottom: 10px;
}

#sitemap .page-list a {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 15px;
  background: url(../../images/sitemap/arrow.gif) no-repeat left 5px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}

#sitemap .page-list h3 a {
  padding: 0;
  background: none;
}


#sitemap .lower-page a {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 15px;
  background: url(../images/icon_arrow01.png) no-repeat left 10px;
  color: #0054b4;
  font-size: 14px;
  font-weight: normal;
}

#sitemap .lower-page.other a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

#sitemap .rows {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

#sitemap .col,
#sitemap .col-route01 {
  display: table-cell;
  padding-top: 7px;
  padding-left: 24px;
  width: 320px;
  border-left: 1px solid #e6e2d6;
}

#sitemap .col-route02,
#sitemap .col-route03 {
  display: table-cell;
  padding-top: 7px;
  padding-left: 24px;
  width: 320px;
}

#sitemap .page-list h3 {
  margin-bottom: 20px;
  padding-left: 35px;
  height: 40px;
  background: url(../../images/sitemap/bg01.gif) no-repeat left top #efeeea;
  border-radius: 3px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

#sitemap section .blank a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 12px;
  height: 10px;
  background: url(../images/icon_window_red.png) no-repeat top right;
}

#sitemap .high li:last-child a:after {
  top: 32px;
  right: 172px;
}

#sitemap .lower-page.blank a:after {
  top: 4px;
}

#sitemap .various h3, #sitemap .relation h3 {
  position: relative;
  background-image: none;
}

#sitemap .various h3:before,
#sitemap .relation h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 8px;
  height: 26px;
  border-radius: 1px;
  background-color: #b8b098;
}

#sitemap h3 img.win {
  margin: 14px 0 0 9px;
}

#sitemap img.win {
  margin: 9px 0 0 9px;
}

#sitemap .lower-page img.win {
  margin: 8px 0 0 9px;
}


/* --------------------------------------------------
 * rule
 */

#rule .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

#breadcrumb.m_none {
  margin-bottom: 0;
}

#rule .inner {
 width: 800px;
 margin: 0 auto;
}

#rule section {
  clear: both;
  width: 800px;
  margin: 0 auto;
}

#rule section p {
  font-size: 14px;
  line-height: 1.571428;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

#rule section ul li {
  line-height: 1.9;
}

#rule .section01 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#rule .section01 ul .indentation {
  padding-left: 3em;
  text-indent: -2em;
}

#rule .pdf{
  float: right;
  border: 2px solid #e6e2d6;
  border-radius: 3px;
  background: #fafaf9;
  box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -webkit-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
  -moz-box-shadow:rgb(243, 243, 243) 4px 4px 12px 2px;
}

#rule .pdf a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 33px 10px 20px;
  background: url(../images/icon_pdf.png) no-repeat right 13px top 12px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#rule h3 {
  clear: both;
  text-align: left;
  width: 100%;
  margin: 28px 0 10px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

#rule table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #e6e2d6;
  font-size: 14px;
  text-align: left;
}

#rule table th {
  background: #eecda0;
  font-weight: bold;
}

#rule table tbody{
  background: #fff;
}

#rule table th,
#rule table td{
  border: 1px solid #e6e2d6;
  padding: 20px 20px 14px 20px;
  line-height: 1.5;
}

#rule table td{
  padding: 8px 0px 9px 20px;
}

#rule table tr th:first-child{
  width: 200px;
}



/* --------------------------------------------------
 * yakkan
 */

#yakkan .wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#yakkan .inner {
 width: 800px;
 margin: 0 auto;
}

#yakkan section {
  clear: both;
  width: 800px;
  margin: 0 auto;
}

#yakkan section p {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

#yakkan h2 {
  margin:0 0 10px 0;
}

#yakkan h3 {
  clear: both;
  text-align: left;
  width: 100%;
  margin: 28px 0 20px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: #6d5c52;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}

#yakkan h4 {
  text-align: left;
  float: none;
  font-size: 16px;
  padding: 5px 0 5px 15px;
  margin: 30px 0 15px;
  border-bottom: 1px dotted #d2c8a9;
  border-left: 8px solid #b8b098;
}

#yakkan  ul .indentation {
  padding-left: 3em;
  text-indent: -2em;
}

#yakkan .indentation1 {
  margin: 2px 10px 0 3em;
  text-indent: -1em;
}

#yakkan .indentation2 {
  margin: 2px 10px 0 4em;
  text-indent: -1em;
}

#yakkan .indentation3 {
  margin: 2px 10px 0 6em;
  text-indent: -1em;
}

#yakkan .indentation4 {
  margin: 2px 10px 0 6em;
  text-indent: 0;
}

#yakkan .indentation5 {
  margin: 6px 10px 6px 7em;
  text-indent: 0;
}


#yakkan .lead1 {
  padding-bottom: 10px;
  color: #000000;
}

#yakkan ul {
  list-style-type: none;
  margin: 5px 0 0 2em;
}

#yakkan li {
  line-height: 1.9;
}


#yakkan table {
  border-collapse : collapse;
  border : 1px solid #666;
}

#yakkan td {
  border-collapse : collapse;
  border: 1px solid #666;
  padding: 3px 6px;
  vertical-align: middle;
  font-size: 12px;
}

#yakkan .t1 {
  margin: 5px 0px 5px 3em;
  text-align: left;
}




/* --------------------------------------------------
 * English/Korea/Chinese
 */


#inter.contents .content-title {
  float: none;
  padding: 11px 0 10px 28px;
  border-bottom: 1px dotted #d2c8a9;
}

#inter.contents .content-title-brown {
  margin: 0 0 30px 0;
  padding: 13px 0 8px 15px;
}

#inter p{
 font-size: 13px;
 line-height: 1.69230769230769;
}

#inter a{
  color: #0054b4;
}


#inter .mainvisual {
  width: 100%;
  min-width: 960px;
  height: 300px;
  border-top: 2px solid #fff;
  background: url(/en/images/main.jpg) no-repeat center 0;
  text-align: center;
}

#inter .mainvisual .lead {
  width: 819px;
  height: 219px;
  padding: 53px 0 0;
  margin: 39px auto 0;
  background: url(/en/images/bg_top.png) no-repeat 0 0;
}

#inter .mainvisual .lead h2 {
  margin: 0 0 17px;
  font-size: 30px;
  text-align: center;
}

#inter .mainvisual .lead p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

/*  有馬ー京都対応  */
#inter.arimakyoto .mainvisual .lead {
	position: relative;
}
#inter.arimakyoto .mainvisual .lead span {
	position: absolute;
	width: 100%;
	top: 32px;
	left: 0;
	font-size: 16px;
	text-align: center;
}



#inter .block {
  width: 100%;
  padding: 41px 0 32px;
  /* margin: 0 0 50px; */
  border-top: 1px solid #fff;
  background: url(../images/bg01.png);
}

#inter .block .about > ul {
  margin: 0 -20px 0 0;
  text-align: center;
}

#inter .block .about > ul > li {
  float: left;
  width: 225px;
  height: 170px;
  padding: 10px 0 0;
  margin: 0 20px 21px 0;
  background: #fff url(/en/images/btn_bg01.png) no-repeat 5px 4px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #bbb;
}

#inter .block .about ul li:last-child {
  margin-right: 0;
}

#inter .block .about > ul > li img {
  margin: 0 0 13px;
}

#inter .block .about > ul > li p {
  font-size: 14px;
  line-height: 42px;
  color: #000;
}

#inter .block .about > ul > li a {
  color: #000;
}

#inter .map {
  width: 100%;
  min-width: 960px;
  height: 400px;
  margin: 0 0 48px;
  background: url(/en/images/map.jpg) no-repeat center 0;
  text-align: center;
}
#inter.arimakyoto .map {
  background: url(/en/images/map_kyoto.jpg) no-repeat center 0;
}

#inter .map .area {
  position: absolute;
  top: 70px;
  left: 46px;
}
#inter.arimakyoto .map .area {
  top: 60px;
  left: 75px;
}

#inter .map .area-info {
  position: absolute;
  top: 321px;
  left: 0;
  width: 960px;
  height: 51px;
  text-align: center;
}

#inter .map .area-info ul {
  text-align: left;
  padding: 4px 34px 4px 4px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #999;
  display: inline-block;
}

#inter .map .area-info ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0 0 0 60px;
  line-height: 42px;
}

#inter .map .area-info ul li:nth-child(1) {
  background: url(/en/images/area-info_line01.png) no-repeat left center;
}

#inter .map .area-info ul li:nth-child(2) {
  background: url(/en/images/area-info_line02.png) no-repeat left center;
}

#inter .map .area-info ul li:nth-child(3) {
  background: url(/en/images/area-info_line03.png) no-repeat left center;
}


#inter .fares ul {
  margin: 0 0 20px;
}

#inter .fares ul li {
  float: left;
  width: 466px;
  margin: 0 20px 20px 0;
  padding: 20px 0;
  border: 2px solid #efeeea;
  text-align: center;
}

#inter .fares ul li:nth-child(2n) {
  margin-right: 0;
}

#inter .fares ul li p{
  font-size: 16px;
}

/*  有馬温泉 - 京都  */
#inter.arimakyoto .fares ul li p.course {
	height: 2.8em;
	margin: 0 0 10px;
	line-height: 1.4em;
}
#inter.arimakyoto .fares ul li:first-child p.course {
	padding-top: 0.7em;
}


#inter .fares ul li .price{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}

#inter .info ul li {
  overflow: hidden;
  border-bottom: 1px dotted #d2c8a9;
  margin: 20px 20px 40px 0;
  padding: 0 0 53px 52px;
  text-align: left;
}

#inter .info .top-lead{
  margin: 30px 0 40px;
}

#inter .info .lead{
  padding: 20px 0;
  border-bottom: 1px dotted #d2c8a9;
}

#inter .info ul li:first-child {    background: url(/en/images/list01.png) no-repeat 0 0; }
#inter .info ul li:nth-child(2n) {  background: url(/en/images/list02.png) no-repeat 0 0; }
#inter .info ul li:nth-child(3n) {  background: url(/en/images/list03.png) no-repeat 0 0; }
#inter .info ul li:nth-child(4n) {  background: url(/en/images/list04.png) no-repeat 0 0; }
#inter .info ul li:last-child{ border-bottom: none;margin-bottom: 0;padding-bottom: 35px;}

#inter .info ul li .image {
  width: 164px;
  float: left;
}

#inter .info ul li p {
  width: 700px;
  float: right;
}

#inter .btn {
  width: 640px;
  border: 2px solid #e6e2d6;
  border-radius: 5px;
  background: #fafaf9 url(/en/images/icon_window.png) no-repeat right 28px center;
  margin: 50px auto;
}
#inter .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  font-size: 22px;
  text-align: center;
  color: #000;
}
#inter .btn a strong {
  font-size: 26px;
}
#inter .btn:hover {
  background-color: #aee0ff;
  opacity: 1.0 !important;
  transition: all .8s;
}


#inter .route .note-text strong{
  width: 10px;
}


#inter .route > ul li {
  float: left;
  display: table;
}

#inter .route > ul li p {
  display: inline-block;
  margin: 0 12px 0;
  vertical-align: middle;
}

#inter .route > ul li .image {
  display: inline-block;
}

#inter.arimaosaka .route .route-image {
}
#inter.arimaosaka .route .route-image ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
  margin: 20px 0;
  background: url(/en/images/bg_line.png) repeat-x;
}

#inter.arimaosaka .route .route-image li{
  float: left;
  display: table;
  width: 166px;
  height: 116px;
  margin: 0 20px 0 0;
  background: #fafaf9;
  border: 2px solid #efeeea;
  border-radius: 5px;
}

#inter.arimaosaka .route .route-image li p{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 0 40px;
}

#inter.arimaosaka .route .route-image li p span{
  text-align: left;
}

#inter.arimaosaka .route .route-image li p span.small{
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  padding: 0 9px 0 0;
}

#inter.arimaosaka .route .route-image li a {
  display: block;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 0 17px;
  background: url(../images/icon_arrow04.png) no-repeat 0 center;
}

#inter.arimaosaka .route .route-image li:nth-child(2) a ,
#inter.arimaosaka .route .route-image li:nth-child(3) a ,
#inter.arimaosaka .route .route-image li:nth-child(4) a {
  font-size: 18px;
}

#inter.arimaosaka .route .route-image li:nth-child(2) p ,
#inter.arimaosaka .route .route-image li:nth-child(3) p ,
#inter.arimaosaka .route .route-image li:nth-child(4) p {
  font-size: 22px;
  line-height: 1.3;
  padding: 0 0 0 20px;
}
#inter.arimaosaka .route .route-image li:first-child {
  width: 196px;
  height: 286px;
}
#inter.arimaosaka .route .route-image li:nth-child(4) {
  position: absolute;
  top: 160px;
  left: 340px;
  width: 310px;
}
#inter.arimaosaka .route .route-image li:last-child {
  float: right;
  width: 196px;
  height: 286px;
  margin: 0;
  background: #fff1f1;
  border: 2px solid #fadfdf;
  border-radius: 5px;
}
#inter.arimaosaka .route .route-image li:last-child p {
  text-align: center;
  padding: 0;
}
#inter.arimaosaka .route .route-image li:last-child p a {
  background: url(../images/icon_arrow04.png) no-repeat top 11px left 36px;
}


/*  有馬温泉 - 京都  */
#inter.arimakyoto .route .route-image {
}
#inter.arimakyoto .route .route-image ul {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: table;
	margin: 20px 0;
	background: url(/en/images/bg_line2.png) repeat-x 0 center;
}
#inter.arimakyoto .route .route-image ul li {
	float: left;
	display: table;
	width: 250px;
	height: 286px;
	margin: 0 105px 0 0;
	background: #fafaf9;
	border: 2px solid #efeeea;
	border-radius: 5px;
}
#inter.arimakyoto .route .route-image ul li:last-child {
	margin: 0;
}
#inter.arimakyoto .route .route-image ul li p {
	display: table-cell;
	padding: 0 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
}
#inter.arimakyoto .route .route-image ul li p a {
	display: block;
}
#inter.arimakyoto .route .route-image ul li p a span {
	display: inline-block;
	background: url(../images/icon_arrow04.png) no-repeat 0 center;
	padding: 0 0 0 17px;
	font-size: 24px;
	font-weight: normal;
}




#inter .route .lead:before,
#inter .timetable .lead:before {
  content: "●";
  color: #b8b098;
  margin: 0 5px 0 0;
}

#inter .timetable .lead{
  margin: 25px 0 15px;
}

#inter .timetable .switch {
  margin: 20px 0 10px;
  overflow: hidden;
}

#inter .timetable .switch li {
  float: left;
  width: 270px;
  height: 50px;
  margin: 0 10px 0 0;
  background: url(/en/images/timetable_off.png) no-repeat;
  text-align: center;
}

#inter .timetable .switch li.on {
  background: url(/en/images/timetable_on.png) no-repeat;
}

#inter .timetable .switch li a {
  display: block;
  height: 40px;
  background: url(/en/images/icon_timetable.png) no-repeat 17px center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

#inter .timetable .switch li.on a {
  background: none;
  color: #ffffff;
}

#inter .timetable #table2,
#inter .timetable #table4,
#inter .timetable table.hide {
  display: block;
}

#inter table,td,th {
	border-collapse: collapse;
}

#inter table{
  border: 1px solid #e6e2d6;
  width: 100%;
}

#inter table thead th{
  padding: 8px 0;
  background: #eecda0;
  color: #330000;
  vertical-align: middle;
}

#inter table thead th,
#inter table tbody td,
#inter table tbody th{
  border-right: 1px solid #e6e2d6;
}

#inter table thead th:last-child,
#inter table tbody td:last-child,
#inter table tbody th:last-child{
  border-right: none;
}

#inter table thead{
  border-bottom: 1px solid #e6e2d6;
}

#inter table tbody th{
  /*width: 312px;*/
  width: 162px;
  padding: 15px 0 15px 15px;
  background: #fff9f0;
  color: #993300;
  font-weight: normal;
  text-align: left;
}

#inter table tbody td{
  width: 160px;
  text-align: center;
}

#inter table tbody tr:nth-child(2n){
  background: #efeeea;
}

#inter table tbody td,
#inter table tbody th{
  border-bottom: 1px solid #e6e2d6;
}

#inter .note-text{
  margin: 10px 0 30px;
}

#inter .note-text strong{
  display: block;
  float: left;
  width: 38px;
  height: 41px;
}

#inter .note-text span{
  float: left;
  width: 946px;
}



/* --------------------------------------------------
 * Korea
 */

#inter.kr .mainvisual .lead h2 {
  margin: 10px 0 17px;
  font-size: 30px;
  text-align: center;
}

#inter.kr .route .route-image li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}

#inter.kr .route .route-image li:nth-child(2) p,
#inter.kr .route .route-image li:nth-child(3) p,
#inter.kr .route .route-image li:nth-child(4) p{
  font-size: 22px;
}

/*
#inter.kr .route .route-image li:last-child p a{
  background: url(../images/icon_arrow04.png) no-repeat top 11px left 58px;
}
*/

/*  有馬温泉 - 京都  */
#inter.kr.arimakyoto .fares ul li p.course ,
#inter.kr.arimakyoto .fares ul li:first-child p.course {
	height: auto;
	padding: 0;
}

#inter.kr.arimakyoto .route .route-image li:nth-child(2) p,
#inter.kr.arimakyoto .route .route-image li:nth-child(3) p,
#inter.kr.arimakyoto .route .route-image li:nth-child(4) p{
  font-size: 30px;
}


/* --------------------------------------------------
 * cn
 */

#inter.cn .mainvisual .lead h2 {
  margin: 10px 0 17px;
  font-size: 30px;
  text-align: center;
}

#inter .note-text2{
  margin: 10px 0 30px;
}

#inter.cn .note-text2 strong{
  display: block;
  float: left;
  width: 45px;
  height: 41px;
}

#inter.cn .note-text2 span{
  float: left;
  width: 900px;
}

/* --------------------------------------------------
 * ch
 */

#inter.ch .mainvisual .lead h2 {
  margin: 10px 0 17px;
  font-size: 30px;
  text-align: center;
}

#inter .note-text2{
  margin: 10px 0 30px;
}

#inter.ch .note-text2 strong{
  display: block;
  float: left;
  width: 45px;
  height: 41px;
}

#inter.ch .note-text2 span{
  float: left;
  width: 900px;
}






/* 2020.01.28 START */
/* runningbnr */
#runningbnr {
    width: 960px;
    margin: 0 auto 20px;
}

#runningbnr a {
	display: block;
	width: 100%;
}
#runningbnr a img {
	width: 100%;
	height: auto;
}


/* runninginfo */
#runninginfo {
  padding: 5px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #e6e2d6;
  background: #fafaf9;
}
#runninginfo dt {
  margin: 0 0 8px 0;
  padding: 12px 0 0 37px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_danger.png) no-repeat left center;
  background-size: 23px auto;
}
#runninginfo li a {
}
#runninginfo li {
  border-bottom: 1px dotted #d2c8a9;
  overflow: hidden;
  padding: 10px;
}
#runninginfo li:last-child{
  border: none;
}
#runninginfo p {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
#runninginfo .time{
  font-weight: bold;
  margin-right: 0;
  width: 134px;
  line-height: 20px;
}
#runninginfo .text{
  vertical-align: top;
  margin: 0;
  line-height: 20px;
}
#runninginfo .text:hover {
  text-decoration: underline;
}
#runninginfo .text img {
  margin: 1px 0 0 9px;
}
#runninginfo .text img.win {
  margin: 4px 0 0 9px;
}
#runninginfo .text a {
  color: #0054b4;
}
/* 2020.01.28 END */
