@charset 'utf-8';
body {
  background: #fff;
  font-family: 'Amiko', sans-serif;
  -webkit-touch-callout: default;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  padding:0;
}
.wrapper {
  color: #444;
}
.wrapper a {
  color: #444;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  margin: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.icon {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
*:first-child + html body .icon {
  display: inline;
  zoom: 1;
}
.icon-arw {
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
.icon-arw-small {
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/symbol_arw_right_small2.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-small {
    width: 10px;
    height: 15px;
    margin-top: -8px;
    background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
  }
}
.icon-arw-down {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-down {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
  }
}
.icon-arw-up {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-up {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
  }
}
.icon-box {
  width: 21px;
  height: 17px;
  margin-top: -9px;
  background: url(../images/symbol_box.png) 0 0 no-repeat;
}
.icon-outer-small {
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-outer-small {
    width: 13px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
  }
}
.icon-outer-mid {
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-outer-mid {
    width: 21px;
    height: 17px;
    margin-top: -9px;
    background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
  }
}
.header__langList {
  position: relative;
  height: 20px;
}
@media screen and (min-width: 481px) {
  .header__langList {
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .header__langList {
    height: 17px;
  }
}
.langList {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 80px;
  min-height: 22px;
  overflow: hidden;
  font-size: 11px;
  margin-left: auto;
  background: #1db3cb;
  color: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: opacity height 0.1s linear;
  -moz-transition: opacity height 0.1s linear;
  transition: opacity height 0.1s linear;
  cursor: pointer;
}
.langList:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.langList.is-open:hover {
  opacity: 1;
  filter: none;
}
.langList ul {
  margin: 0;
}
.langList li {
  line-height: 2;
  display: none;
  height: 22px;
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.langList li:hover {
  background: #38cbe3;
}
.langList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.langList li.is-current {
  display: block;
}
.langList .iconContainer {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 0;
}
.langList .iconContainer .icon {
  vertical-align: top;
}
.langList li {
  text-indent: -12px;
}
@media screen and (min-width: 481px) {
  .langList {
    width: 159px;
    min-height: 35px;
    font-size: 20px;
  }
  .langList .iconContainer {
    right: 15px;
    top: 18px;
  }
  .langList li {
    height: 35px;
    text-indent: -15px;
  }
}
@media screen and (min-width: 769px) {
  .langList {
    width: 150px;
    min-height: 29px;
    font-size: 14px;
  }
  .langList .iconContainer {
    right: 16px;
    top: 14px;
  }
  .langList li {
    height: 29px;
    text-indent: -16px;
  }
}
.titleLogo {
  position: relative;
  height: 40px;
}
.titleLogo:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.titleLogo img {
  min-width: 120px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-left: -10px;
}
@media screen and (min-width: 481px) {
  .titleLogo {
    height: 56px;
  }
  .titleLogo img {
    margin-left: 0;
  }
}
.header__nav {
  height: 40px;
  margin-right: -10px;
}
@media screen and (min-width: 481px) {
  .header__nav {
    height: 56px;
  }
}
.header__nav ul {
  /*clear float by parent div tag*/
  zoom: 100%;
  display: block;
  position: relative;
  height: 100%;
  font-size: 0;
  text-align: right;
}
.header__nav ul:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.header__nav ul:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.header__nav li {
  position: relative;
  padding-left: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 0;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
*:first-child + html body .header__nav li {
  display: inline;
  zoom: 1;
}
.header__nav li [class*='icon-'] {
  margin-left: 2px;
}
@media screen and (min-width: 481px) {
  .header__nav li [class*='icon-'] {
    margin-left: 4px;
  }
}
.header__nav li span {
  display: inline-block;
  text-align: left;
}
.header__nav li br {
  line-height: 2px;
}
@media screen and (min-width: 481px) {
  .header__nav li {
    text-align: center;
  }
  .header__nav li.nav__long_1 {
    width: 60%;
  }
  .header__nav li.nav__long_2 {
    width: 40%;
  }
}
@media screen and (min-width: 481px) and (max-width: 700px) {
  .header__nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  .header__nav li {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li {
    width: 14.68189233%;
  }
  .header__nav li.nav__long_1 {
    width: 28.54812398%;
  }
  .header__nav li.nav__long_2 {
    width: 19.57585644%;
  }
}
.header__nav li a {
  position: relative;
  display: block;
}
.header__nav li a:hover {
  text-decoration: none;
}
.header__nav li a:after {
  content: "";
  display: block;
  background: #444;
  margin-top: 3px;
  margin-right: 1px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media screen and (min-width: 481px) {
  .header__nav li a:after {
    margin-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li a:after {
    margin-top: 6px;
  }
}
.header__nav li a:hover:after {
  background: #1db3cb;
}
.promoArea li img {
  width: 100%;
  height: auto;
}
.promoArea {
  padding: 6px 0 0 0;
}
@media screen and (min-width: 481px) {
  .promoArea {
    padding: 11px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .promoArea {
    padding: 13px 0 0 0;
  }
}
.slider {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slider__content {
  position: relative;
  width: 100%;
  height: 209px;
  overflow: hidden;
}
.slider__content ul {
  height: 100%;
}
.slider__content li {
  position: absolute;
  top: 0;
  display: block;
  text-align: center;
  left: 50%;
  width: auto;
  height: 209px;
  margin-left: -310px;
}
.slider__content li img {
  width: auto;
  height: 209px;
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  .slider__content {
    height: 320px;
  }
  .slider__content li {
    height: 320px;
    margin-left: -474.90909091px;
  }
  .slider__content li img {
    height: 320px;
  }
}
@media screen and (min-width: 769px) {
  .slider__content {
    height: 440px;
  }
  .slider__content li {
    height: 440px;
    margin-left: -653px;
  }
  .slider__content li img {
    height: 440px;
  }
}
@media screen and (min-width: 1306px) {
  .slider__content {
    height: 400px;
    margin: 0 auto;
  }
  .slider__content li {
    height: 440px;
    margin-left: -653px;
  }
  .slider__content li img {
    height: 440px;
  }
}
.slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .slider__nav {
	 width: 940px;
    left: 50%;
    margin-left: -480px;
  }
}
.slider__caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slider__caption p {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  text-shadow: 0 0 2px #000,0 0 1px #000;
}
@media screen and (min-width: 961px) {
  .slider__caption {
    width: 960px;
    left: 50%;
    margin-left: -480px;
  }
}
.snav {
  position: absolute;
  display: block;
  width: 26px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.snav:active,
.snav:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 481px) {
  .snav {
    width: 46px;
    height: 56px;
    margin-top: -28px;
  }
}
.snav-left {
  left: 0;
  background: url(../images/sm_btn_slide_left.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) {
  .snav-left {
    background: url(../images/btn_slide_left.png) 0 0 no-repeat;
  }
}
.snav-right {
  right: 0;
  background: url(../images/sm_btn_slide_right.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) {
  .snav-right {
    background: url(../images/btn_slide_right.png) 0 0 no-repeat;
  }
}


.titleArea{
	width:1280px;
	margin:0 auto;
}
@media screen and (max-width: 1300px) {
.titleArea{width:90%;}
}


.pnav {
  position: relative;
  z-index: 2;
  padding: 10px 0 15px 10px;
}
.pnav ul {
  font-size: 0;
  text-align: center;
  position:relative;
}
.pnav .youtube{
	position: absolute;
    top: 10px;
    right: -10px;
    width: 150px;
}
.pnav .youtube img{width:100%;}


@media screen and (max-width: 699px) {
.pnav .youtube{display:none;}
}

@media screen and (max-width: 701px) {
.sp_youtube{
	position:relative;
	height:0;
	padding:0px 0 56.25%;
	overflow:hidden;
}
	
.sp_youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
}



@media screen and (min-width: 700px) {
.sp_youtube{display:none;}
}


.pnav li {
  position: relative;
  display: inline-block;
  margin: 0 4px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.pnav li:active,
.pnav li:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.pnav li:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  border: 4px solid #1db3cb;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pnav li.is-current {
  cursor: default;
}
.pnav li.is-current:hover {
  opacity: 1;
  filter: none;
}
.pnav li.is-current:after {
  opacity: 1;
  filter: none;
}
@media screen and (min-width: 700px) {
  .pnav {
	padding-top: 17px;
    display: inline-block;
    float: right;
  }
  .pnav ul {
    /*clear float by parent div tag*/
    zoom: 100%;
    margin-top: 30px;
	right: 170px;

  }
  .pnav ul:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .pnav li {
    display: inline-block;
    float: left;
    margin: 0 9px 0;
  }
  
   .pnav li:last-child{margin-right:0;}
  
}
.mainContent {
  width: 100%;
}
.search-area,
.search-theme,
.recommend {
  margin: 0 auto 40px;
}
@media screen and (min-width: 481px) {
  .search-area,
  .search-theme,
  .recommend {
    margin: 0 auto 55px;
  }
}


*:first-child + html body .type1 .txt span {
  display: inline;
  zoom: 1;
}


/*追記*/


.Title h1{
	margin: -50px 0 0 0;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
.Title h1{
	margin:2% 0;
    text-align: center;
    font-size: 35px;
	}
}
@media screen and (max-width: 481px) {
.Title h1{margin: 2% 0 4%;font-size:30px;}
}



.pan{margin: 24px 0 10px 13px;font-size: 11px;}
@media screen and (max-width: 481px) {
.pan{display:none;}
}


#sec1{padding:18px;}
@media screen and (max-width: 795px) {
	#sec1{display:none;}
}


.ereamap{
	background-image: url(../images/ereamap.png);
    background-repeat: no-repeat;
	position:relative;
	height: 0;
    padding-top: 69.02%;
    background-size: contain;
}

.ereamap p{
	position: absolute;
    bottom: 13.258065%;
    right: 3.25806451612903%;
    width: 32.25806451612903%;
    line-height: 21px;
    font-size: 12px;
}

.ereamap .ereabtn{
	position: absolute;
    bottom: 1.5645%;
    right: 13%;
    width: 22.5%;
    line-height: 21px;
    font-size: 12px;
}

.ereamap .ereabtn:hover{
	opacity:0.8;
	transition:0.3s;
}

/*
.ereabtn a{
    background-image: url(../images/ereabtn_off.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-position: 50%;
    height: 62px;
}
.ereabtn a:hover{
	background-image:url(../images/ereabtn_on.png);
	background-repeat:no-repeat;
}*/





/*----------#sec2----------*/
@media screen and (max-width: 700px) {
#sec2{margin-top: 20px;}
}

#sec2 .midashi{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,4d8e54+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 0%, #4d8e54 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1e5799 0%,#4d8e54 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1e5799 0%,#4d8e54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#4d8e54',GradientType=1 ); /* IE6-9 */
color:#ffffff;
font-size:40px;
text-align:center;
padding: 2% 1% 1% 1%;
}
@media screen and (max-width: 795px) {
#sec2 .midashi{font-size:30px;}
}

#sec2 .tour{margin-top:20px;}
#sec2 .crosshead{
	background-color: #eaa123;
    margin: 20px auto;
    color: #ffffff;
    font-size: 28px;
    padding: 2% 1% 1% 2%;
    width: 95%;
}

@media screen and (max-width: 481px) {
#sec2 .crosshead{font-size:22px;text-align:center;}	
}

#sec2 .crosshead span{font-size:20px;}
#sec2 .figureArea{
    display: table;
    width: 97%;
    margin: 0 auto;
    border-collapse: separate;
	border-spacing: 10px 0;
}
@media screen and (max-width: 481px) {
#sec2 .figureArea{border-spacing: 0 0;}
}

#sec2 .figureArea figure{display:table-cell;width:33.333%;
}

#sec2 .figureArea figure img{max-width:100%;}

@media screen and (max-width: 481px) {
#sec2 .figureArea figure{
	display:block;
	width:100%;
	margin-bottom:5px;
}
#sec2 .figureArea figure:last-child{
	margin-bottom:0;
}

#sec2 .figureArea figure img{width:100%;}
}

#sec2 .details{
    font-size: 14px;
    width: 80%;
	margin: 2.5656% auto 0;
    line-height: 25px;
}
@media screen and (max-width: 795px) {
#sec2 .details{width: 95%;}
}

/*-------access-------*/

#sec2 .accessField{width: 80%;margin: 2% auto;}
@media screen and (max-width: 795px) {
#sec2 .accessField{width: 95%;}
}


#sec2 .accessField .accessTitle{
	background-color: #e85454;
    display: inline-block;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}

#sec2 .access{background-color: #fff4db;padding: 20px 30px;}
#sec2 .access ul{margin-bottom:6.64532%;}
#sec2 .access ul:last-child{margin-bottom:0;}
#sec2 .access li{margin-bottom:10px;padding-left:4.873652%;}

@media screen and (max-width: 769px) {
#sec2 .access li{padding-left: 7.873%;}
}

@media screen and (max-width: 469px) {
#sec2 .access li{padding-left: 13.873652%;font-size: 13px;}
}

/*-------access/train-------*/
#sec2 .train li:last-child{margin-bottom:0;}
#sec2 .train li:first-child{
	position:relative;
}
#sec2 .train li:first-child:before{
    content: url(../images/train.jpg);
    position: absolute;
    left: -15px;
    top: 0px;
}
/*-------access/bus-------*/
#sec2 .bus li:last-child{margin-bottom:0;}
#sec2 .bus li:first-child{
	position:relative;
}
#sec2 .bus li:first-child:before{
    content: url(../images/bus.jpg);
    position: absolute;
    left: -15px;
    top: 0px;
}

#sec2 .btn {text-align:center;}
#sec2 .btn img{max-width:90%;}
@media screen and (max-width: 469px) {
#sec2 .btn img{max-width:80%;}
}

/*----------#sec3----------*/
#sec3{
    display: table;
    margin-top: 6%;
    border-collapse: separate;
    border-spacing: 20px 0;
	width:100%;
}
@media screen and (max-width: 481px) {
	#sec3{border-spacing: 10px 0;}
}

#sec3 .half{display:table-cell;width:50%;}
@media screen and (max-width: 469px) {
	#sec3 .half{
		display:block;
		width:100%;
	}
}


#sec3 .crosshead{
	background-color: #eaa123;
    margin: 10px auto;
    color: #ffffff;
    font-size: 20px;
    padding: 2% 1% 1% 2%;
    width: 100%;
}
@media screen and (max-width: 769px) {
#sec3 .crosshead{font-size:15px;text-align:center;}
}

#sec3 .details{
    font-size: 12px;
    width: 100%;
    margin: 1.5656% auto;
    line-height: 20px;
}

#sec3 .figureArea figure img{max-width:100%;}

/*-------access-------*/

#sec3 .accessField {
    margin: 2% auto;
}
#sec3 .accessField .accessTitle{
	background-color: #e85454;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

#sec3 .access{
    background-color: #fff4db;
    padding: 15px 30px;
}

#sec3 .access ul{margin-bottom:10.64532%;}
#sec3 .access ul:last-child{margin-bottom:0;}
#sec3 .access li{
	margin-bottom:10px;
	padding-left:11.873652%;
	font-size:12px;
	line-height:15px;
}

@media screen and (max-width: 769px) {
#sec3 .access li{padding-left: 16.873652%;}
}

@media screen and (max-width: 469px) {
#sec3 .access li{padding-left: 13.873652%;font-size: 13px;}
}

/*-------access/train-------*/
#sec3 .train li:last-child{margin-bottom:0;}
#sec3 .train li:first-child{
	position:relative;
}
#sec3 .train li:first-child:before{
    content: url(../images/train.jpg);
    position: absolute;
    left: -15px;
    top: 0px;
}
/*-------access/bus-------*/
#sec3 .bus li:last-child{margin-bottom:0;}
#sec3 .bus li:first-child{
	position:relative;
}
#sec3 .bus li:first-child:before{
    content: url(../images/bus.jpg);
    position: absolute;
    left: -15px;
    top: 0px;
}

/*-------btn-------*/
#sec3 .btn {text-align:center;margin-top:5%;}
#sec3 .btn img{max-width:80%;}


/*----------#sec4----------*/
#sec4{margin-top:6%;}
#sec4 .tourBanner{
    display: table;
    width: 100%;
	margin:0 auto;
	border-collapse: separate;
    border-spacing: 4px 0;
}
@media screen and (max-width: 481px) {
#sec4 .tourBanner{width: 95%;}
}

#sec4 figure{
	display: table-cell;
    width: 50%;
    text-align: center;

}
#sec4 figure img{max-width:100%;}
#sec4 figure img:hover{
	opacity:0.7;
	transition:0.3s;
}
@media screen and (max-width: 469px) {
#sec4 figure{
	display:block;
	width:100%;
	}
}











.backP {padding-bottom:2%;}
@media screen and (max-width: 469px) {
	.backP {
		background-color:transparent;}
}

.backW{
	background-color: #ffffff;
	margin: 0 2%;
	padding-bottom:2%;
}
@media screen and (max-width: 481px) {
.backW{margin:0;}
}























footer {
  padding: 0 0 100px;
}
@media screen and (min-width: 481px) {
  footer {
    padding: 10px 0 10px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 20px 0 10px;
  }
}
.footer__logo {
  margin: 0 auto 10px;
  text-align: center;
}
.footer__credit {
  line-height: 2;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .footer__credit {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .footer__credit {
    font-size: 12px;
  }
}


	  
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .wrapper__inner {
    width: 940px;
    margin: 0 auto;
  }
}





/*ユーチューブ*/

#modal{
	width:560px;
	height:334px;
	background-color:#000;
	position:fixed;
	z-index:101;
	top:0px;
	left:0px;
	display:none;
	
	-webkit-box-shadow: 0px 2px 40px 0px #000; /* Safari, Chrome逕ｨ */
	-moz-box-shadow: 0px 2px 40px 0px #000; /* Firefox逕ｨ */
	box-shadow: 0px 2px 40px 0px #000; /* CSS3 */
}

/* btn_close */
#modal .btn_close{
	position:absolute;
	top:-56px;
	right:0px;
}
#modal .btn_close a{
	width:49px;
	height:49px;
	
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	
	background:url(../images/modal_close.gif) 0 0 no-repeat;
	display:block;
}
#modal .btn_close a:hover{
	background-position:0 -49px;
}


/* modal_bg */
#modal_bg{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	background:url(../images/modal_bg.png);
}

