﻿@charset "UTF-8";

#container {
	width: 1000px;
	margin: 0 auto;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}


/* ---------------------------------------------------------
	CSS Document special > common
--------------------------------------------------------- */

#headerAdd {
	margin: 0 0 10px;
	font-size: 12px;
	border: #cccccc solid 1px;
	line-height:35px;
}
#headerAdd dl dt {
	color:#ffffff;
	background: #1460ba;;
	float:left;
	width:80px;
	text-align:center;
}
#headerAdd dl dd {
	overflow:hidden;
	_zoom:1;
	padding:0 10px ;
	text-align:left;
}

/* PR枠新CSS
#headerAdd {
	margin: 0 0 10px;
	border: none;
	line-height: 35px;
	display: block;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(../images/i_arrow2.png) no-repeat left center;
	color: #2068b7;
	font-size: 18px;
	text-align: left;
} */

.tagList {
	margin-top: 20px;
}

#special {
	text-align: left;
}

#wrapper #special h1, #wrapper #special h2, #wrapper #special h3, #wrapper #special h4, #wrapper #special h5, #wrapper #special h6, #wrapper #special p, #wrapper #special dt, #wrapper #special dd , #wrapper #special th, #wrapper #special td ,#wrapper #special a {
	-webkit-transform-origin: none;
	-webkit-transform: none;
	-moz-transform-origin: 0 0;
	-moz-transform: none;
	-ms-transform-origin: 0 0;
	-ms-transform: none;
	-o-transform-origin: 0 0;
	-o-transform: none;
}

#special img {
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
}

#special .i_intro {
	padding-left: 22px;
	background: url(/sightseeing/feature/images/i_intro.png) no-repeat left;
}

.i_info {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_info.png) no-repeat left;
	*background-position: 0 3px;
}

.i_tour {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_tour.png) no-repeat left;
	*background-position: 0 3px;
}

#special .i_car {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_car.png) no-repeat left;
	*background-position: 0 3px;
}

.i_hotel {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_hotel.png) no-repeat left;
	*background-position: 0 3px;
}

.i_active {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_active.png) no-repeat left;
	*background-position: 0 3px;
}

.i_gourmet {
	padding-left: 18px;
	background: url(/sightseeing/feature/images/i_gourmet.png) no-repeat left;
	*background-position: 0 3px;
}

/* ---------------------------------------------------------
	CSS Document special > cornerBox
--------------------------------------------------------- */
#cornerBox h3, #cornerBox .corner_name {
	width: 60px !important;
	padding-left: 3px !important;
}
#cornerBox {
	display: block !important;
}
#cornerBox:after {
	width: 50px !important;
}

/* ---------------------------------------------------------
	CSS Document special > title
--------------------------------------------------------- */

#special .title {
	margin-bottom: 15px !important;
	background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat left bottom;
}

#special .title p {
	font-size: 18px;
	line-height: 34px;
}

#special .title h1 {
	margin-bottom: 25px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 42px;
	line-height: 46px;
}

#special .title .socialbuttons {
	margin-top: 15px;
}

#special .title .socialbuttons div {
	float: right;
}

/* ---------------------------------------------------------
	CSS Document special > box
--------------------------------------------------------- */

#special .banner {
	margin-bottom: 30px;
}

#sidebar .banner li {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document special > box
--------------------------------------------------------- */

#special .find {
	cursor: pointer;
}

#special .find:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#special .box {
	margin-bottom: 20px;
	padding: 1px 1px 1px;
	border: solid 1px #ccc;
	background: #fff;
	position: relative;
	*zoom: 1;
}
#special .box:hover {
	background: #d1e7ff;
}

#special .box:hover img {
	opacity:1.0;
}

#special .box dl {
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
}

#special .box dd {
	margin-top: 10px;
	font-size: 15px;
}

#special .box img {
	vertical-align: top;
	width: 100%;
}

#special .box .bg_white {
	width: 100%;
	background: url(/sightseeing/feature/images/bg_white.png) 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document special > intro
--------------------------------------------------------- */

#special #intro_01 {
	width: 526px;
}

#special #intro_01 dl {
	padding: 15px;
	font-size: 25px;
}

#special #intro_01 dt {
	font-size: 15px;
}

#special #intro_02 {
	width: 454px;
}

#special #intro_02 .box dd {
	margin-top: 9px;
}

#special #intro_02 p.desc {
	height: 92px;
	margin-bottom: 14px;
	margin-left: 13px;
	font-size: 15px;
	line-height: 23px;
}

#special #intro_02 .f_right {
	width: 214px;
	margin-left: 13px;
}

#special .intro_03 {
	width: 190px;
	margin-right: 12px;
}

#special .intro_04 {
	width: 190px;
}

#special .intro_05 {
	width: 391px;
	margin-right: 13px;
}

#special .intro_06 {
	width: 391px;
}

/* ---------------------------------------------------------
	CSS Document special > tip
--------------------------------------------------------- */

#tip {
	margin: 30px 0 50px;
	padding: 15px 0 15px 20px;
	border:solid 1px #2067b9;
	background: #ecf5ff;
}

#tip h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#tip li {
	float: left;
	margin-right: 40px;
	font-size: 14px;
	line-height: 24px;
}

/* ---------------------------------------------------------
	CSS Document special > subtitle
--------------------------------------------------------- */

#special .subtitle {
	height: 50px;
	margin-bottom: 20px;
	background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat left bottom;
}

#special .subtitle h2 {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
}

#special .subtitle p {
	font-size: 14px;
	line-height: 48px;
}

/* ---------------------------------------------------------
	CSS Document special > anchor
--------------------------------------------------------- */

#special .anchor li {
	float: left;
	width: 235px;
	margin-right:12px;
	font-size: 14px;
	line-height: 18px;
}

#special .anchor li:last-child {
	float: right;
	margin-right: 0;
}

#special .anchor li a {
	display: block;
	padding: 9px 15px 6px;
	border: solid 1px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #dfdfdf url(/sightseeing/common/images/event_icon.jpg) repeat-x 0 0;
}

#special .anchor li a:hover {
	background: #dfdfdf url(/sightseeing/common/images/event_icon.jpg) repeat-x left bottom;
	text-decoration: none;
}

#special .anchor li a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

#special .anchor li span {
	display: block;
}

#special .t_tour {
	padding-left: 35px;
	background: url(/sightseeing/feature/images/special/t_tour.png) no-repeat left;
}

#special .t_car {
	padding-left: 35px;
	background: url(/sightseeing/feature/images/special/t_car.png) no-repeat left;
}

#special .t_hotel {
	padding-left: 35px;
	background: url(/sightseeing/feature/images/special/t_hotel.png) no-repeat left;
}

#special .t_active {
	padding-left: 35px;
	background: url(/sightseeing/feature/images/special/t_active.png) no-repeat left;
}

/* ---------------------------------------------------------
	CSS Document special > localtitle
--------------------------------------------------------- */

#special .localtitle {
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

#special .localtitle h3 {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 46px;
}

#special .localtitle p {
	font-size: 14px;
	line-height: 46px;
}

/* ---------------------------------------------------------
	CSS Document special > category_01
--------------------------------------------------------- */

#special .category_01 .f_left {
	width: 310px;
	margin-right: 20px;
}

#special .category_01 .f_right {
	width: 320px;
}

#special .category_01 .box {
	padding: 0 0 1px;
}

#special .category_01 .thumb {
	padding: 1px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
}

#special .category_01 dt {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

#special .category_01 dd {
	margin-top: 0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 20px;
	line-height: 24px;
}

#special .category_01 .desc {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 24px;
}

#special .category_01 .search {
	margin: 0 15px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}

#special .category_01 .search span {
	padding-left: 18px;
	background: url(/sightseeing/special/images/i_search.jpg) no-repeat left;
}

#special .category_01 ul {
	padding: 15px 15px 10px;
}

#special .category_01 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 2px;
	*margin-right: 6px;
	margin-bottom: 6px;
	vertical-align: top;
	word-wrap: normal;
	white-space: nowrap;
}

#special .category_01 li a {
	display: block;
	*display: inline;
	*zoom: 1;
	height: 28px;
	overflow: hidden;
	padding: 0 15px 0 20px;
	border: solid 1px #fa7d00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f90 url(/sightseeing/special/images/bg_search.jpg) repeat-x 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #b26700;
	line-height: 29px;
	color: #fff;
}

#special .category_01 li a:hover {
	box-shadow: 0 0 13px 0 #ffefbd inset;
	text-decoration: none;
}

#special .category_01 li a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

#special .category_01 p.role {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

#special .category_01 p.role a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 43px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 15px 0 28px;
	border: solid 1px #fe7e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f90 url(/sightseeing/special/images/bg_plan.jpg) repeat-x 0 0;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 0 #b26700;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
}

#special .category_01 p.role a:hover {
	box-shadow: 0 0 13px 0 #ffefbd inset;
	text-decoration: none;
}

#special .category_01 p.role a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

/* ---------------------------------------------------------
	CSS Document special > category_02
--------------------------------------------------------- */

#special .category_02 .f_left {
	width: 310px;
	margin-right: 20px;
}

#special .category_02 .f_right {
	width: 310px;
}

#special .category_02 .box dl {
	padding-bottom: 5px;
}

#special .category_02 dt {
	padding-bottom: 10px;
	background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat -90px bottom;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 18px;
	line-height: 24px;
}

#special .category_02 dd {
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
}

#special .category_02 li {
	float: left;
	margin-bottom: 3px;
}

#special .category_02 li.thumb_01 {
	margin-right: 4px;
	width: 195px;
}

#special .category_02 li.thumb_02 {
	margin-bottom: 4px;
}

#special .category_02 .fee {
	padding: 0 15px;
	background: #eee;
}

#special .category_02 .per {
	float: left;
	padding-top: 2px;
	font-size: 12px;
	line-height: 18px;
}

#special .category_02 .price {
	float: right;
	font-size: 18px;
	line-height: 38px;
	color: #e60000;
}

#special .category_02 .desc {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 24px;
}

#special .category_02 p.role {
	padding: 0 0 15px;
	text-align: center;
}

#special .category_02 p.role a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	height: 43px;
	overflow: hidden;
	padding: 0 15px 0 20px;
	border: solid 1px #fe7e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f90 url(/sightseeing/special/images/bg_plan.jpg) repeat-x 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #b26700;
	line-height: 43px;
	color: #fff;
}

#special .category_02 p.role a:hover {
	box-shadow: 0 0 13px 0 #ffefbd inset;
	text-decoration: none;
}

#special .category_02 p.role a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

/* ---------------------------------------------------------
	CSS Document special > t_banner
--------------------------------------------------------- */

#special #t_banner {
	margin: 30px 0 20px;
}

#special #t_banner .center {
	font-size: 20px;
}

#special #t_banner .center .arrow {
	padding-left: 12px;
	background-position: left;
}

/* ---------------------------------------------------------
	CSS Document special > banner_0*
--------------------------------------------------------- */

.banner_02 {
	margin: 30px 0 ;
}

.banner_03 {
	margin: 30px 0 40px ;
}


/* ---------------------------------------------------------
	CSS Document special > category_03
--------------------------------------------------------- */

#special .category_03 .f_left ,
#special .category_03 .f_right {
	width: 492px;
}

#special .category_04 .f_left {
	width: 310px;
	margin-right: 20px;
}

#special .category_04 .f_right {
	width: 310px;
}

#special .category_03 dt ,
#special .category_04 dt {
	padding-bottom: 10px;
	background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat -90px bottom;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 18px;
	line-height: 24px;
}

#special .category_03 dd ,
#special .category_04 dd {
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
}

#special .category_03 p.role ,
#special .category_04 p.role {
	padding: 0 0 15px;
	text-align: center;
}

#special .category_03 p.role a ,
#special .category_04 p.role a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	height: 43px;
	overflow: hidden;
	padding: 0 15px 0 20px;
	border: solid 1px #fe7e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f90 url(/sightseeing/special/images/bg_plan.jpg) repeat-x 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #b26700;
	line-height: 43px;
	color: #fff;
}

#special .category_03 p.role a:hover ,
#special .category_04 p.role a:hover {
	box-shadow: 0 0 13px 0 #ffefbd inset;
	text-decoration: none;
}

#special .category_03 p.role a.down ,
#special .category_04 p.role a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

/* ---------------------------------------------------------
	CSS Document special > category_05
--------------------------------------------------------- */

#special .category_05 .f_left {
	width: 320px;
	margin-right: 20px;
}

#special .category_05 .f_right {
	width: 320px;
}

#special .category_05 dt {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 24px;
	color: #2068b7;
}

#special .category_05 dd {
	text-align: center;
}

#special .category_05 dd img {
	padding: 1px;
	border: solid 1px #ccc;
}

#special .category_05 p.desc {
	margin: 5px 25px 10px;
	font-size: 14px;
	line-height: 24px;
}

#special .category_05 p.role {
	padding: 0 0 15px;
	text-align: center;
}

#special .category_05 p.role a {
	display: inline-block;

	*display: inline;
	*zoom: 1;
	width: 180px;
	height: 43px;
	padding: 0 15px 0 20px;
	border: solid 1px #fe7e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f90 url(/sightseeing/special/images/bg_plan.jpg) repeat-x 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #b26700;
	line-height: 43px;
	color: #fff;
}

#special .category_05 p.role a:hover {
	box-shadow: 0 0 13px 0 #ffefbd inset;
	text-decoration: none;
}

#special .category_05 p.role a.down {
	box-shadow: 2px 2px 2px 0 #777 inset;
}

/* ---------------------------------------------------------
	CSS Document special > category_06
--------------------------------------------------------- */

.category_06 {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #ccc;
	background: #fff;
}

.category_06 .point {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat -90px bottom;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 20px;
	line-height: 24px;
}

.category_06 .desc {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

.category_06 p.f_left {
	margin-right: 15px;
	padding: 1px;
	border: solid 1px #ccc;
}

.category_06 dl {
	float: left;
	width: 260px;
}

.category_06 dt {
	padding-left: 10px;
	background: url(/sightseeing/common/images/i_arrow.png) no-repeat left 7px;
	font-size: 18px;
	line-height: 24px;
}

.category_06 dd {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

/* ---------------------------------------------------------
	CSS Document special > etc
--------------------------------------------------------- */

#special .etc {
	margin-top: 20px;
	margin-bottom: 40px;
}

#special .etc h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#special .etc li {
	float: left;
	width: 235px;
	margin-right: 20px;
	text-shadow: 1px 1px 0 #1d4f86;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 58px;
}

#special .etc li.f_right {
	float: right;
	margin-right: 0;
}

#special .etc li a {
	display: block;
	height: 55px;
	overflow: hidden;
	padding: 0 15px 0;
	border: solid 1px #226ab9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #2c74c2 url(/sightseeing/special/images/bg_etc.jpg) no-repeat 0 0;
	color: #fff;
}

#special .etc li a:hover {
	background: #2c74c2 url(/sightseeing/special/images/bg_etc.jpg) no-repeat 0 -55px;
	text-decoration: none;
}

#special .etc li a.down {
	box-shadow: 2px 2px 2px 0 #26568b inset;
}

/* ---------------------------------------------------------
	CSS Document special > etc_photo
--------------------------------------------------------- */

#special .etc_photo {
	margin-top: 20px;
	margin-bottom: 40px;
}

#special .etc_photo h2 {
	margin-bottom: 15px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-bottom: solid 1px #ccc;
	background: url(/sightseeing/common/images/i_h4_long.jpg) no-repeat -2px -8px;
	font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

#special .etc_photo li {
	float: left;
	width: 235px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#special .etc_photo li.last {
	float: right;
	margin-right: 0;
}

#special .etc_photo li img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#special .etc_photo li span {
	line-height: 2.6;
}

/* ---------------------------------------------------------
	CSS Document special > s_news
--------------------------------------------------------- */

#special #s_news {
	float: left;
	width: 470px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}

#special #s_news h2 {
	height: 32px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	background: #eee url(/sightseeing/common/top/i_h2_red.jpg) no-repeat left;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
}

#special #s_news .block {
	padding: 15px;
}

#special #s_news .entry {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ccc;
}

#special #s_news .last .entry {
	border-bottom: 0;
}

#special #s_news dl {
	width: 260px;
}

#special #s_news dt {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 18px;
	line-height: 20px;
}

#special #s_news dd {
	margin-top: 8px;
	font-size: 14px;
	line-height: 21px;
}

#special #s_news img {
	padding: 1px;
	border: solid 1px #ccc;
}

#special .b_list {
	display: block;
	width: 108px;
	overflow: hidden;
	margin: 0 0 0 auto;
	text-align: center;
}

#special .b_list a {
	display: block;
	height: 29px;
	overflow: hidden;
	padding-left: 19px;
	background: #2d75c3 url(/sightseeing/common/images/b_list.jpg) no-repeat 0 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
}

#special .b_list a:hover {
	background-position: 0 -29px;
}

#special .b_list a.down {
	background-position: 0 -58px;
}

/* ---------------------------------------------------------
	CSS Document special > s_social
--------------------------------------------------------- */

#special #s_social {
	float: right;
	width: 490px;
}

#special #s_social h2 {
	height: 32px;
	overflow: hidden;
	padding-left: 20px;
	border: solid 1px #ccc;
	border-bottom: 0;
	background: #eee url(/sightseeing/common/top/i_h2_red.jpg) no-repeat left;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
}

#special #s_social .block {
	padding: 17px 0 16px 17px;
	border: solid 1px #ccc;
	background: #fff;
}

#special #s_social ul {
	list-style: none;
}

#special #s_social li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 22px;
}

#special #s_social li.last {
	margin-right: 0;
}

#special #s_social li img.f_left {
	margin-right: 7px;
}

#special #s_social li span.f_left {
	margin-right: 12px;
}

#special #s_social .banner li {
	margin-top: 15px;
}
#intro_01 .box .find.rollFade .bg_white dl dd a {
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document sidebar > s_rank
--------------------------------------------------------- */

/* ---------------------------------------------------------
	CSS Document sidebar > common
--------------------------------------------------------- */

#sidebar .b_list {
	display: block;
	width: 108px;
	overflow: hidden;
	margin: 0 0 0 auto;
	text-align: center;
}
#sidebar .b_list a {
	display: block;
	height: 29px;
	overflow: hidden;
	padding-left: 19px;
	background: #2d75c3 url(../images/b_list.jpg) no-repeat 0 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
}
#sidebar .b_list a:hover {
	background-position: 0 -29px;
}
#sidebar .b_list a.down {
	background-position: 0 -58px;
}
#sub .b_list {
	display: block;
	width: 108px;
	overflow: hidden;
	margin: 0 0 0 auto;
	text-align: center;
}
#sub .b_list a {
	display: block;
	height: 29px;
	overflow: hidden;
	padding-left: 19px;
	background: #2d75c3 url(../images/b_list.jpg) no-repeat 0 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
}
#sub .b_list a:hover {
	background-position: 0 -29px;
}
#sub .b_list a.down {
	background-position: 0 -58px;
}
#sub .b_list_long {
	display: block;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-align: center;
	width: 180px;
}
#sub .b_list_long a {
	background: url("../images/b_list_long.jpg") no-repeat scroll 0 0 #2d75c3;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 29px;
	line-height: 31px;
	overflow: hidden;
	padding-left: 19px;
	text-decoration: none;
	width: 162px;
}
#sub .b_list_long a:hover {
	background-position: 0 -29px;
}
#sub .b_list_long a.down {
	background-position: 0 -58px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_news
--------------------------------------------------------- */

.s_news, #s_news, #sInformation {
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}
#sidebar .s_news p.icon,
#sidebar #s_news p.icon {
	text-align:center;
	margin:10px;
}
#sidebar .s_news p.txt,
#sidebar #s_news p.txt {
	margin-left:28px;
}
.s_news h2,
#s_news h2,
#sInformation h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

.s_news h2:before,
#s_news h2:before,
#sInformation h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}
#sidebar .s_news .find:hover,
#sidebar #s_news .find:hover {
	background-color:#d1e7ff;
}
#sidebar a.btn {
	display:block;
	background: url(/img/btn.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 1px #333333;
	width:230px;
	height:30px;
	margin:10px auto 0;
	color:#fff;
	text-align:center;
	line-height:30px;
}
#sidebar a.btn span {
	position:relative;
}
#sidebar a.btn span:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	border-image: none;
	border-style: solid;
	border-width: 3px;
	content: " ";
	left: -10%;
	position: absolute;
	top: 4px;
}
#sidebar a.btn:hover, #sidebar a.btn:active {
	text-decoration:none;
}
.s_news .box,
#s_news .box {
	padding: 5px 10px 10px;
}
.s_news .box:hover,
#s_news .box:hover {
	background: #d1e7ff;
}
.s_news .find,
#s_news .find {
	cursor: pointer;
}
.s_news .special ul,
#s_news .special ul {
	padding: 10px 20px 20px;
	font-size: 15px;
	line-height: 19px;
}
.s_news .special ul li,
#s_news .special ul li {
	margin-top: 10px;
}
.s_news .entry,
#s_news .entry {
	padding: 10px 5px;
	border-bottom: solid 1px #ccc;
}
.s_news .last .entry,
#s_news .last .entry {
	border-bottom: 0;
}
.s_news p.f_left,
#s_news p.f_left {
	padding: 1px;
	border: solid 1px #ccc;
	background: #fff;
}
.s_news dl {
	width: 174px;
}

#sInformation dl {
	padding: 10px 5px;
	}
	
#sInformation dl dd {
	margin: 5px 0 0;
}

#s_news > div.find {
	padding: 0 10px;
}

#s_news > div.find:hover {
	background-color: #d1e7ff;
}

.photo_none p.f_left {
	padding: 1px;
	border: solid 1px #ccc;
	background: #fff;
	display:none;
}
.photo_none dl {
	width: 100%;
}
.s_news dt,
#s_news dt {
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.s_news dt a,
#s_news dt a {
	text-decoration: none;
	color: #000;
}
.s_news dt span.rank_01,
#s_news dt span.rank_01 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_01.png) no-repeat 0 0;
}
.s_news dt span.rank_02,
#s_news dt span.rank_02 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_02.png) no-repeat 0 0;
}
.s_news dt span.rank_03,
#s_news dt span.rank_03 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_03.png) no-repeat 0 0;
}
.s_news dd,
#s_news dd {
	font-size: 12px;
	color: #666;
}
.s_news p.right,
#s_news p.right {
	padding: 10px;
	border-top: solid 1px #ccc;
}
.s_news a img,
#s_news a img {
	height: auto;
}
.s_news .special p.pcm,
#s_news .special p.pcm {
	font-size: 16px;
	line-height: 19px;
	padding: 10px 20px 20px;
}
.s_news .special p.pcm a,
#s_news .special p.pcm a {
	background: url("/sightseeing/common/images/i_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	font-size: 16px;
	line-height: 29px;
	padding-left: 8px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > book
--------------------------------------------------------- */

.book {
	padding: 10px 0;
	overflow:hidden;
}
.book p {
	margin: 10px 0 0 38px;
}
.book ul li.tl_link {
	text-align:center;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_rank
--------------------------------------------------------- */

.s_rank {
	margin: 20px 0;
	border: solid 1px #ccc;
	background: #fff;
	position: relative;
}
.s_rank #rank_nav {
	position: absolute;
	top: 8px;
	right: 5px;
}
.s_rank #rank_nav li {
	float: left;
	margin-left: 2px;
	padding: 2px;
	border: solid 1px #ccc;
	background-color: #f3fdff;
	-webkit-box-shadow: inset 0 0 0 2px #fcfcfc;
	-moz-box-shadow: inset 0 0 0 2px #fcfcfc;
	box-shadow: inset 0 0 0 2px #fcfcfc;
	background-image: -webkit-linear-gradient(top, #d8e4ff, #fff);
	background-image: -moz-linear-gradient(top, #d8e4ff, #fff);
	background-image: -o-linear-gradient(top, #d8e4ff, #fff);
	background-image: linear-gradient(to bottom, #d8e4ff, #fff);
	font-weight: bold;
}
.s_rank #rank_nav li a:link {
	color: #0059fc;
}
.s_rank #rank_nav li:first-child a:link {
	color: #d60008;
}
.s_rank #rank_nav li:first-child {
	background-color: #f3fdff;
	-webkit-box-shadow: inset 0 0 0 2px #fcfcfc;
	-moz-box-shadow: inset 0 0 0 2px #fcfcfc;
	box-shadow: inset 0 0 0 2px #fcfcfc;
	background-image: -webkit-linear-gradient(top, #ffd8d8, #fff);
	background-image: -moz-linear-gradient(top, #ffd8d8, #fff);
	background-image: -o-linear-gradient(top, #ffd8d8, #fff);
	background-image: linear-gradient(to bottom, #ffd8d8, #fff);
}
.s_rank h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

.s_rank h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}
.s_rank .box {
	padding: 5px 10px 0;
	position: relative;
	border: none !important;
	margin-bottom: 0 !important;
}

.s_rank .box dl {
	padding: 0 10px;
}

.s_rank .rank_num {
	padding: 2px 3px;
	font-weight: bold;
	color: white;
	background-color: #d36061;
	position: absolute;
	top: 7px;
	left: 5px;
	z-index: 10;
}
.s_rank #rank_pv .rank_num {
	background-color: #d36061;
}
.s_rank #rank_like .rank_num {
	background-color: #3c599b;
}

.s_rank.topic #rank_pv .rank_num {
  background-color: #4e81cc;
  border: 1px solid #ffffff;
  top: 6px;
  left: 4px;
}

.s_rank .box:hover {
	background: #d1e7ff;
}
.s_rank .find {
	cursor: pointer;
}
.s_rank .special ul {
	padding: 10px 20px 20px;
	font-size: 16px;
	line-height: 19px;
}
.s_rank .special ul li {
	margin-top: 10px;
}
.s_rank .entry {
	padding: 10px 5px;
	border-bottom: solid 1px #ccc;
}
.s_rank .last .entry {
	border-bottom: 0;
}

.s_rank p.f_left {
	padding: 1px;
}
.s_rank p.f_left img {
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	width: 75px !important;
}

.f_right {
  float: right;
}

.s_rank dl {
	width: 174px;
}
.s_rank dt {
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	line-height: 19.5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.s_rank dt a {
	text-decoration: none;
	color: #000;
}
.s_rank dt span.rank_01 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_01.png) no-repeat 0 0;
}
.s_rank dt span.rank_02 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_02.png) no-repeat 0 0;
}
.s_rank dt span.rank_03 {
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/rank_03.png) no-repeat 0 0;
}
.s_rank dd {
	font-size: 12px;
	color: #666;
}
.s_rank p.right {
	padding: 10px;
	border-top: solid 1px #ccc;
}
.s_rank a img {
	height: auto;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_supplier
--------------------------------------------------------- */

.s_supplier {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}
.s_supplier h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

.s_supplier h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}

.s_supplier .box {
	padding: 20px 15px 5px;
}
.s_supplier p {
	margin-bottom: 15px;
	text-align: center;
}
.s_supplier img {
	padding: 1px;
	border: solid 1px #ccc;
	background: #fff;
}
.s_supplier dt {
	margin-bottom: 6px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	line-height: 28px;
}
.s_supplier dd {
	margin-bottom: 15px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_event
--------------------------------------------------------- */

#s_event {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}
#s_event h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

#s_event h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}
#s_event .box {
	padding: 10px 10px 0;
	font-size: 14px;
}
#s_event .box dt {
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}
#s_event .monthly dd {
	padding: 5px 0 0;
	text-align: center;
}
#s_event .monthly li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 89px;
	margin-top: 5px;
}
#s_event .monthly li a {
	display: block;
	width: 86px;
	height: 29px;
	overflow: hidden;
	background: #eee url(../top/s_event_btn.jpg) no-repeat 0 0;
	line-height: 31px;
	color: #2068b7;
}
#s_event .monthly li a:hover {
	text-decoration: none;
	background: #eee url(../top/s_event_btn.jpg) no-repeat 0 -29px;
}
#s_event .monthly li a.down {
	background: #eee url(../top/s_event_btn.jpg) no-repeat 0 -58px;
}
#s_event .theme dd {
	padding: 10px 0;
}
#s_event .theme ul {
/*	width: 105%;*/
}
#s_event .theme li {
	/*	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	padding-right: 7px;
	background: url(../top/s_event_icon.jpg) no-repeat right;
*/	list-style: none;
	color: #000;
}
#s_event .theme li.last {
	background: none;
}
#s_event p.right {
	padding: 10px;
	border-top: solid 1px #ccc;
}
#s_event p.pcm {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 20px 10px;
	text-align: left;
}
#s_event p.pcm a {
	background: url("/sightseeing/common/images/i_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	font-size: 14px;
	line-height: 22px;
	padding-left: 8px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_info
--------------------------------------------------------- */

#s_info {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}

#s_info h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

#s_info h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}

#s_info .box {
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
}
#s_info .box:hover {
	background: #d1e7ff;
}
#s_info dl {
	padding: 20px 0 20px 56px;
	border-bottom: solid 1px #ccc;
}
#s_info .about dl {
	background: url(../top/s_info_about.png) no-repeat 0 22px;
}
#s_info .traffic dl {
	background: url(../top/s_info_traffic.png) no-repeat 0 25px;
}
#s_info .terminal dl {
	background: url(../top/s_info_terminal.png) no-repeat 0 20px;
}
#s_info .useful dl {
	background: url(../top/s_info_useful.png) no-repeat 0 19px;
}
#s_info .monthly dl {
	background: url(../top/s_info_monthly.png) no-repeat left;
}
#s_info .map dl {
	background: url(../top/s_info_map.png) no-repeat 0 20px;
}
#s_info dt {
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 18px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
#s_info dt a {
	text-decoration: none;
	color: #333;
}
#s_info dd {
	font-size: 14px;
}
#s_info dd ol {
	margin-top: 10px;
	line-height: 24px;
}
#s_info dd li {
	padding-left: 5px;
}
#s_info dd ol li.this {
	background: #266dbc;
}
#s_info dd li.this a {
	background-image: url(../images/i_white.png);
}
#s_info dd li.this a.arrow {
	color: #fff;
}
#s_info ol {
	margin-top: 10px;
	line-height: 24px;
}
#s_info ol li {
	padding-left: 5px;
}

#s_info ol li.this {
	background: #266dbc;
}
#s_info li.this a {
	background-image: url(../images/i_white.png);
}
#s_info li.this a.arrow {
	color: #fff;
}

#s_info p.right {
	padding: 10px;
}
#s_info p.right.textLink {
	font-size: 16px;
	padding: 10px 5px 0 0;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_magazine
--------------------------------------------------------- */

#s_magazine {
	border: solid 1px #ccc;
	background: #fff;
}
#s_magazine h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

#s_magazine h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}

#s_magazine dl {
	padding: 10px 5px;
	}
	
#s_magazine dl dd {
	margin: 5px 0 0;
}

#s_magazine dt {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 16px;
	margin-bottom: 10px;
	transform: scale(1, 1.01);
	transform-origin: 0 0 0;
	text-align: center;
}

#s_magazine dt span {
	color: #e83e3e;
	font-size: 32px;
}

#s_magazine .box {
	padding: 20px 15px 10px;
}
#s_magazine p.strong {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 19px;
}
#s_magazine p.strong span {
	font-size: 32px;
	color: #e83e3e;
}
#s_magazine p.small {
	margin-bottom: 8px;
	font-size: 12px;
}
#s_magazine .button {
	width: 224px;
	height: 45px;
	overflow: hidden;
	margin: 0 auto;
}
#s_magazine .button a {
	display: block;
	height: 45px;
	overflow: hidden;
	padding-left: 60px;
	background: #eee url(../images/s_magazine.jpg) no-repeat 0 0;
	text-decoration: none;
	text-shadow: 0 1px 2px #2565ac, 0 1px 2px #2565ac, 0 1px 2px #2565ac;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
}
#s_magazine .button a:hover {
	background-position: 0 -45px;
}
#s_magazine .button a.down {
	background-position: 0 -90px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > s_social
--------------------------------------------------------- */

#s_social {
	padding: 15px;
	border: solid 1px #ccc;
	border-top: 0;
	background: #fff;
	margin-bottom: 20px;
}
#s_social h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
	font-size: 14px;
}
#s_social ul {
	text-align: center;
	list-style: none;
}
#s_social li {
	float: left;
	margin-right: 2px;
}
#s_social li.last {
	margin-right: 0;
}
#s_social li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
/* ---------------------------------------------------------
	CSS Document sidebar > tatsujin_search
--------------------------------------------------------- */

.tatsujin_search {
	margin-bottom: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
}
.tatsujin_search .inner {
	padding: 10px 20px 20px;
	border: solid 1px #ccc;
}
.tatsujin_search h3 {
	margin-bottom: 10px;
	background: url(../top/i_h2_line.jpg) no-repeat left bottom;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
}
.tatsujin_search h4 {
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
}
.tatsujin_search dl.search {
	margin-bottom: 15px;
	padding: 0 0 0 26px;
	background: #fff url('../images/h_icon.jpg') no-repeat 5px;
}
.tatsujin_search dl.search dt {
	margin-right: 63px;
	position: relative;
}
.tatsujin_search dl.search dt input {
	height: 27px;
 *height: 23px;
	padding-top: 1px;
}
.tatsujin_search dl.search dd input {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	line-height: 30px;
	font-family : HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 12px;
	cursor: pointer;
}
.tatsujin_search ul.theme {
	margin-bottom: 10px;
}
.tatsujin_search .theme li.last {
	background: none;
}
.tatsujin_search .area li {
	list-style: none;
}
/* ---------------------------------------------------------
	CSS Document sidebar > info > monthly
--------------------------------------------------------- */
#s_info .monthly dl {
	background: url(../top/s_info_monthly.png) no-repeat left 19px;
}
/* ---------------------------------------------------------
	CSS Document sidebar > tag
--------------------------------------------------------- */

#s_tag {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}
#s_tag h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

#s_tag h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}
#s_tag .box {
	padding: 20px 15px 15px;
}
.s_bnr {
	margin-bottom:20px;
}

/* ---------------------------------------------------------
	CSS Document aside#sub > .bnrOnpara 温泉ぱらだいすバナー
--------------------------------------------------------- */

.bnrOnpara {
	margin: 0 0 20px;
}

.s_news .special {
	margin-bottom: 10px;
	}

.s_news .special p.pcm {
	font-size: 16px;
	line-height: 19px;
	padding: 10px 20px 0;
}
.s_news .special p.pcm a {
	background: url("/sightseeing/common/images/i_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
	font-size: 16px;
	line-height: 25px;
	padding-left: 8px;
}







/* ---------------------------------------------------------
	CSS Document 沖縄観光情報トップ
--------------------------------------------------------- */
/* ---------------------------------------------------------
	sidebar > s_pr
--------------------------------------------------------- */
#s_pr{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	margin: 30px 0 30px;
}

#s_pr h2 {
	height: 32px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	background: #eee url(../images/i_h4_red.jpg) no-repeat 10px;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
}

#s_pr .box {
	padding: 15px 12px 10px 13px;
	font-size: 14px;
}

#s_pr ul li {
	background:url("../images/front/linkIcon01.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
	margin: 0 0 12px;
	padding: 0 0 0 10px;
}

/* ---------------------------------------------------------
	sidebar > s_month
--------------------------------------------------------- */

#s_month {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #fff;
}

#s_month h2 {
	height: 32px;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
	background-color: #eee;
}
#s_month h2:before {
	background-color: #d80008;
	margin: 4px 7px 0 9px;
	width: 4px;
	height: 24px;
	float: left;
	display: block;
	content: " ";
}
#s_month .box {
	padding: 20px 10px 10px 15px;
	font-size: 14px;
	cursor: pointer;
}

#s_month ul li{
	background: none repeat scroll 0 0 #eeeeee;
	border-radius: 3px;
	float: left;
	font-size: 14px;
	margin: 0 4px 15px 0;
	padding: 5px 10px;
	width: 16%;
}

#s_month ul li a{
	padding-left: 10px;
	background: url("../images/front/linkIcon01.png") no-repeat scroll 0 center / 3px auto rgba(0, 0, 0, 0);
	line-height: 1.6;
}

#s_month .month_head{
	margin-bottom:20px;
}

#s_month .month_head li{
	float: left;
	width: 24%;
	font-size: 110%;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 10px;
	background: none repeat scroll 0 0 #d1e7ff;
	border-radius: 5px;
}

#s_month p.summary{
	font-size: 100%;
	margin: 0;
	padding: 10px 0 0;
	text-align:right;
}

#s_month .month_head li a,
#s_month p.summary a{
	padding-left: 10px;
	background: url("../images/front/linkIcon01.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}


/* ---------------------------------------------------------
	CSS Document sidebar > s_magazine
--------------------------------------------------------- */

#s_magazine {
	margin-top: 20px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: none;
	background: #fff;
}
#s_magazine h2 {
	 height: 32px;
	 overflow: hidden;
	 padding-left:0;
	 border-bottom: 1px solid #cccccc;
	 background-color:#eee;
	 line-height: 34px;
	 font-size: 16px;
	 font-weight: normal;
}

#s_magazine h2:before {
	background-color:#d80008;
  margin:4px 7px 0 9px;
  width:4px;
  height:24px;
  float:left;
  display:block;
  content:" ";
}

#s_magazine dl {
	padding: 10px 5px;
	}

#s_magazine dl dd {
	margin: 5px 0 0;
}

#s_magazine dt {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 16px;
	margin-bottom: 10px;
	transform: scale(1, 1.01);
	transform-origin: 0 0 0;
	text-align: center;
}

#s_magazine dt span {
	color: #e83e3e;
	font-size: 32px;
}

#s_magazine .box {
	padding: 20px 15px 10px;
}
#s_magazine p.strong {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 19px;
}
#s_magazine p.strong span {
	font-size: 32px;
	color: #e83e3e;
}
#s_magazine p.small {
	margin-bottom: 8px;
	font-size: 12px;
}
#s_magazine .button {
	width: 224px;
	height: 45px;
	overflow: hidden;
	margin: 0 auto;
}
#s_magazine .button a {
	display: block;
	height: 45px;
	overflow: hidden;
	padding-left: 60px;
	background: #eee url(../images/s_magazine.jpg) no-repeat 0 0;
	text-decoration: none;
	text-shadow: 0 1px 2px #2565ac, 0 1px 2px #2565ac, 0 1px 2px #2565ac;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
}
#s_magazine .button a:hover {
	background-position: 0 -45px;
}
#s_magazine .button a.down {
	background-position: 0 -90px;
}

/* ---------------------------------------------------------
	CSS Document sidebar > s_social
--------------------------------------------------------- */

#s_social {
	padding: 15px 0;
	border: solid 1px #ccc;
	border-top: 0;
	background: #fff;
	margin-bottom: 20px;
}

#s_social h2 {
	width: 280px;
	margin: 10px auto;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	text-indent: 10px;
	font-weight: normal;
	font-size: 14px;
}
#s_social .box {
	width: 270px;
	margin: 0 auto;
}
#s_social ul {
	text-align: center;
	list-style: none;
}

#s_social li {
	display: inline;
}

#s_social li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sidebar > job
--------------------------------------------------------- */
#sideCont .job {
	border-top: 1px dotted #cccccc;
	font-size: 13px;
	line-height: 140%;
	margin: 20px 0 20px;
	padding: 17px 0 0 7px;
}
#sideCont .job .jobtitle{
	font-size:11px;
	color:#fff;
	background-color:#1c61ac;
	border-radius:3px;
	padding:4px 5px; 
	float:left;
}
#sideCont .job .jobtext {
	float: left;
	padding: 4px 0 0 4px;
}





/* ---------------------------------------------------------
	CSS Document  > #sp_wrap
--------------------------------------------------------- */

#sp_wrap {
	width:100%;
	overflow:hidden;
	margin-top: 40px;
	margin-bottom:60px;
}


#sp_wrap h2 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 20px;
	border: solid 1px #ccc;
	background: #eee url(/sightseeing/common/top/i_h2_red.jpg) no-repeat left;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}



/*#sp_wrap h2 {
	margin-bottom: 15px;
	background: url(../images/i_h3_long.jpg) no-repeat left bottom;
	font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 60px;
	clear:both;
	text-align:left;
}*/

#sp_wrap li{
	float:left;
	width: 190px;
	border:1px solid #fff;
	outline:1px solid #ccc;
	position:relative;
	margin: 1px 8px 1px 1px;
}

#sp_wrap li:last-child{
	margin: 1px;
}

#sp_wrap li img{
	width:100%;
}

#sp_wrap li span{
	width: 100%;
	position:absolute;
	bottom:0;
	left: 0;
	padding:5px 0;
	color:#fff;
	text-align:center;
	background:url("/sightseeing/common/images/opacity_bg.png") repeat center center;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document section >
--------------------------------------------------------- */

#special .section {
	width: 1000px;
	text-align: center;
}

#special .section .title {
	margin-bottom: 20px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.4;
}

#special .section .title p {
	font-size: 18px;
}

#special .section .title h1 {
	margin-left: -3px;
	font-weight: normal;
	font-size: 36px;
}

#special .section .title .social {
	float: right;
}

#special .section .title .social div {
	float: right;
}

#special .section .title-offpeak {
	margin-bottom: 20px;
	padding-left: 200px;
	background: url(/sightseeing/feature/images/selection/i_h1.png) no-repeat 0 5px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 1.4;
}

#special .section .title-offpeak p {
	font-size: 18px;
}

#special .section .title-offpeak h1 {
	margin-left: -3px;
	font-weight: normal;
	font-size: 36px;
}

#special .section .title-offpeak .social {
	float: right;
}

#special .section .title-offpeak .social div {
	float: right;
}

/* ---------------------------------------------------------
	CSS Document section > photo
--------------------------------------------------------- */

#special .section .photo {
	margin-bottom: 50px;
	position: relative;
	width: 1000px;
  height: 500px;
}
#special .section .photo:after {
	content: '01';
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background: #2067b9 url(/sightseeing/feature/images/selection/i_number.jpg) no-repeat bottom right;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 52px;
	line-height: 80px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -40px;
}

#special .section.entry-01 .photo:after {
	content: '01';
}

#special .section.entry-02 .photo:after {
	content: '02';
}

#special .section.entry-03 .photo:after {
	content: '03';
}

#special .section.entry-04 .photo:after {
	content: '04';
}

#special .section.entry-05 .photo:after {
	content: '05';
}

#special .section.entry-06 .photo:after {
	content: '06';
}

#special .section.entry-07 .photo:after {
	content: '07';
}

#special .section.entry-08 .photo:after {
	content: '08';
}

#special .section.entry-09 .photo:after {
	content: '09';
}

#special .section.entry-10 .photo:after {
	content: '10';
}

#special .section.entry-11 .photo:after {
	content: '11';
}

#special .section.entry-12 .photo:after {
	content: '12';
}

#special .section.entry-13 .photo:after {
	content: '13';
}

#special .section.entry-14 .photo:after {
	content: '14';
}

#special .section.entry-15 .photo:after {
	content: '15';
}

#special .section.entry-16 .photo:after {
	content: '16';
}

#special .section.entry-17 .photo:after {
	content: '17';
}

#special .section.entry-18 .photo:after {
	content: '18';
}

#special .section.entry-19 .photo:after {
	content: '19';
}

#special .section.entry-20 .photo:after {
	content: '20';
}

#special .section.entry-21 .photo:after {
	content: '21';
}

#special .section.entry-22 .photo:after {
	content: '22';
}

#special .section.entry-23 .photo:after {
	content: '23';
}

#special .section.entry-24 .photo:after {
	content: '24';
}

#special .section.entry-25 .photo:after {
	content: '25';
}

#special .section.entry-extra .photo:after {
	content: '番外編';
	font-size: 26px;
	padding: 0 20px;
}

#special .section .photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: 1000px;
}

.photo span.photo_info {
	font-size: 15px;
	position: absolute;
	bottom: -24px;
	right: 5px;
}

#special .section .photo iframe {
	width: 1000px;
	height: 500px;
}

/* ---------------------------------------------------------
	CSS Document section > txt
--------------------------------------------------------- */

#special .section dl {
	/* width: 800px; */
	margin: 0 auto 30px;
}

#special .section dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
	color: #2067b9;
}
span.secTitle_min {
	font-size: 38px;
}
span.secTitle_min02 {
	font-size: 36px;
}
#special .section dd {
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
#special .snsBtn + .section.new_sec dl dd {
	font-size: 18px;
	width: 800px;
	background: #fff;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
#special .section.new_sec dd, #special .snsBtn + .section.new_sec p + dd {
	font-size: 18px;
	width: 900px;
	background: #eee;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#special .entry-last dd {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document section > btn
--------------------------------------------------------- */

#special .section ul {
	display: table;
	margin: 0 auto 80px;
}

#special .section li {
	width: 380px;
	/* height: 62px; */
	display: inline-block;
	margin-bottom: 20px;
}

#special .entry-last li {
}
#special .section li:nth-child(2) ,
#special .section li:nth-child(4) {
	margin-left: 40px;
}

/*
#special .section li:nth-child(1) ,
#special .section li:nth-child(3) {
	float: left;
}

#special .section li.inner {
	float: none;
	margin: 0 auto;
}
 */
#special .section li.column {
	background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #fff1da;
}
#special .section li.column:hover {
	background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #ff9f00;
}

#special .section li.active {
	background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #fff1da;
}
#special .section li.active:hover {
	background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #ff9f00;
}

#special .section li.tour {
	background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #fff1da;
}
#special .section li.tour:hover {
	background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #ff9f00;
}

#special .section li.hotel {
	background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #fff1da;
}
#special .section li.hotel:hover {
	background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #ff9f00;
}

#special .section li.car {
	background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #fff1da;
}
#special .section li.car:hover {
	background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #ff9f00;
}

#special .section li.bus {
	background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #fff1da;
}
#special .section li.bus:hover {
	background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #ff9f00;
}

#special .section li a {
	display: table-cell;
	width: 380px;
	height: 62px;
	border: solid 1px #ff9f00;
	box-sizing: border-box;
	padding: 0 10px 0 68px !important;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6em;
	color: #ff9f00;
}

#special .section li:hover a {
	color: #ffffff;
	}

/* 新販促企画の予約導線 */

#special .ctaBtn {
	width: 925px;
	margin: 55px auto !important;
	display: block !important;
	overflow: hidden;
	text-align: center;
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック',' メイリオ','Meiryo',' ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
#special .ctaBtn h3
#special .ctaBtn p.heading {
	margin: 0 auto 20px;
	padding-left: 0;
	border-bottom: none;
	background: none;
	font-family: inherit;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.7;
	color: #FFB658;
}
#special .ctaBtn li {
	display: inline-block;
	width: 457px !important;
	height: 85px;
	margin: 0 0 13px 0;
	box-sizing: border-box;
}
#special .ctaBtn li:hover {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}
#special .ctaBtn a:hover {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
#special .ctaBtn li:nth-child(2), #special .ctaBtn li:nth-child(4) {
	margin-right: 6px !important;
	margin-left: 0 !important;
}
#special .ctaBtn .cta_tour {
	background: url(/sightseeing/feature/images/selection/ico_cta_tour.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
#special .ctaBtn .cta_hotel {
	background: url(/sightseeing/feature/images/selection/ico_cta_hotel.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}

/*#special .ctaBtn .cta_hotel a {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/

#special .ctaBtn .cta_car {
	background: url(/sightseeing/feature/images/selection/ico_cta_car.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
#special .ctaBtn .cta_act {
	background: url(/sightseeing/feature/images/selection/ico_cta_act.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
#special .ctaBtn li a {
	display: block;
	width: 340px !important;
	height: 85px;
	padding: 15px 15px 15px 10px !important;
	border: 2px solid #FFB658;
	font-weight: normal;
	overflow: hidden;
	box-sizing: border-box;
	text-decoration: none;
	background-position: 319px center;
	background-size: 12px auto;
}
#special .ctaBtn li p {
	text-align: left;
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック';
	line-height: 1;
}
#special .ctaBtn li .txtM {
	color: #7A7A7A;
	font-size: 15.3px;
	font-weight: bold;
  letter-spacing: -1.8px;
}
#special .ctaBtn li .txtL,
#special .ctaBtn li .txtR {
	font-size: 26.77px;
	font-weight: normal;
	color: #FFB658;
	margin-top: 15px;
}
#special .ctaBtn li .txtL {
	float: left;
}
#special .ctaBtn li .txtR {
	text-align: right;
	float: right;
}

#special .ctaBtn li.cta_hotel a .txtM {
	margin-bottom: 0;
	width: 100%;
}

#special .ctaBtn li .txtS {
	font-size: 18px;
	font-weight: bold;
	color: #FFB658;
	width: 100%;
	line-height: 1.2 !important;
	height: 42px;
	vertical-align: middle;
	display: table-cell;
}

/* ホテル予約特典 */
#special .hotelfavBox {
	width: 895px;
	background: url(/sightseeing/feature/images/selection/bg_hotelfav.png) no-repeat;
	border-radius: 10px;
	padding: 45px 30px 20px;
		position: relative;
		box-sizing: border-box;
	margin-top: -55px !important;
}
#special .snsBtn + .new_sec .hotelfavBox {
	display: none;
}
#special .hotelfavBox h4 {
	margin-bottom: 12px;
	font-size: 21.9px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1;
}
#special .hotelfavBox div {
	border-top: 1px solid #fff;
	padding-top: 17px;
}
#special .hotelfavBox li {
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
#special .hotelfavBox .fav_shiori {
	/* float: left; */
}
#special .hotelfavBox .fav_kinken {
	float: right;
		margin-left: 0 !important;
}
#special .hotelfavBox li a {
	display: table-cell;
	width: 389px !important;
	height: auto;
	border: none;
	box-sizing: border-box;
	padding: 0 !important;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 14.6px;
	line-height: 20.44px;
	color: #4D4D4D;
	overflow: hidden;
}
#special .hotelfavBox .txt {
		letter-spacing: -0.6px;
	float: left;
}
#special .hotelfavBox a:hover .txt {
	color: #4D4D4D;
}
#special .hotelfavBox .img {
	float: right;
}
#special .hotelfavBox.clearfix span {
	font-size: 16.06px !important;
}
#special .hotelfavBox.clearfix b {
	font-weight: bold;
	font-size: 21.9px;
	line-height: 38.33px;
}

/* ---------------------------------------------------------
	CSS Document section > urawaza
--------------------------------------------------------- */
.urawaza {
	width: 800px;
	margin: 0 auto 40px;
	background-color: #e8f0f8;
}

.urawaza p {
	margin: 20px 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.urawaza p.icoUrawaza {
	padding-top: 20px;
	text-align: center;
	}

.urawaza p.icoUrawaza img {
	width: auto;
	height: 32px;
	}

.urawazaWrap {
	width: 800px;
	margin: 0 auto 40px;
	background-color: #e8f0f8;
	overflow: hidden;
}

.urawazaWrap p.icoUrawaza {
  position: relative;
  color: #fff;
  background: #2067b9;
  font-size: 18px;
  line-height: 1;
  margin: 15px auto 10px;
  padding: 8px 10px 8px;
  width: 200px;
}
.urawazaWrap p.icoUrawaza:before {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 17px solid #2067b9;
  border-right-color: transparent;
}
.urawazaWrap p.icoUrawaza:after {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  height: 0;
  width: 0;
  border: 17px solid #2067b9;
  border-left-color: transparent;
}
.urawazaWrap p.textUrawaza {
	margin: 20px 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

/* exception */
.urawazaWrap p.icoUrawaza.osusume {
	font-size: 16px;
	padding: 9px 10px 9px;
}
.urawazaWrap.kodure p.icoUrawaza {
	font-size: 15px;
	padding: 9px 10px 10px;
}

	/* ---------------------------------------------------------
		CSS Document section > osusume
	--------------------------------------------------------- */
	.osusume {
		width: 800px;
		margin: 0 auto 40px;
		background-color: #e8f0f8;
	}

	.osusume p {
		margin: 20px 30px;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.osusume p.icoOsusume {
		padding-top: 20px;
		text-align: center;
		}

	.osusume p.icoOsusume img {
		width: 180px;
		height:auto;
		}

/* ---------------------------------------------------------
	CSS Document section > btn9
--------------------------------------------------------- */
#special .box_btn9 {
	width: 800px;
	margin: 20px auto 100px;
}
#special .box_btn9 .etc_btn {
	position: relative;
	margin: 30px 0 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #d8670b;
	border-bottom: 1px solid #d8670b;
}
#special .box_btn9 .etc_btn p {
	position: absolute;
	left: 0;
	right: 0;
	top: -0.9em;
	width: 14em;
	margin: auto;
	padding: 0 15px;
	box-sizing: content-box;
	background: #fff;
	font-size: 19px;
	color: #d8670b;
}
#special .box_btn9 .etc_btn ul {
	margin-bottom: 0px !important;
}
#special .box_btn9 .etc_btn li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}
#special .box_btn9 .etc_btn li {
	float: left !important;
	width: 150px !important;
	height: 60px !important;
	margin-left: 12px;
	margin-bottom: 20px;
}
#special .box_btn9 .etc_btn li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px 0px 0px !important;
	border: 1px solid #d8670b;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-size: 13px;
	font-weight:normal;
	line-height: 1.8;
	text-align: center;
}

#special .box_btn9 .etc_btn li a:after {
	position: absolute;
	right: 5px;
	top: 20px;
	content: "▲";
	transform: rotate(90deg);
	font-size: 12px;
	font-weight: normal !important;
	color: #d8670b !important;
}

#special .box_btn9 .etc_btn li a:hover {
	color:#000;
	background-color:#efefef;
}

/* ---------------------------------------------------------
	CSS Document special > summary
--------------------------------------------------------- */
#special .section.entry-last ul {
	margin: 0 auto 80px;
}

#special h3 {
		width: 880px;
	margin: 0 auto 25px;
	padding-left: 16px;
	border-bottom: solid 1px #ccc;
	background: url(../images/i_h4_long.jpg) no-repeat left;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 44px;
}
#special .summary {
		width: 880px;
	margin: 0 auto 25px;
		margin-bottom: 100px;
}
#special ul.inline {
	width: 880px;
	margin: 0 auto 30px;
}
#special ul.inline li {
	float: left;
	width: 270px;
	margin-right: 35px;
	cursor: pointer;
}
#special ul.inline li.last {
	margin-right: 0px !important;
}
#special ul.inline img {
	width: 100%;
	height: 180px;
	margin-bottom: 8px;
	padding: 1px;
	border: solid 1px #ccc;
	vertical-align: top;
	background: #fff;
	box-sizing: border-box;
}
#special .summary .more {
	width: 450px;
	margin: 0 auto;
}
#special .summary .more span {
	color: #ff9f00;
	font-size: 18px;
}
#special .summary .more a {
	padding: 14px 0;
	background: #fff1da;
	border: 1px solid #ff9f00;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #ff9f00;
	font-weight: bold;
}
#special .summary .more a:hover {
	background: #ff9f00;
	opacity: 1.0;
}
#special .summary .more a:hover span {
	color: #fff;
}


/* ---------------------------------------------------------
	CSS Document special > .summary.adrecoList
--------------------------------------------------------- */

#special .summary.adrecoList {
	width: 1000px;
	text-align: left;
}
#special .summary.adrecoList .box {
  display: table;
  width: 48%;
  height: 170px;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #ccc;
  border-left: none;
  box-sizing: border-box;
  cursor: pointer;
}
#special .summary.adrecoList h3,
#special .tb_article_articleframe-article_adList h3 {
	width: 1000px;
	margin: 0 auto 20px;
	background: none;
	padding-left: 0;
	font-size: 26px;
	line-height: 30px;
	border-bottom: none;
  overflow: hidden;
}
#special .summary.adrecoList h3:before,
#special .tb_article_articleframe-article_adList h3:before {
  content: " ";
  background-color: #003894;
  margin-right: 7px;
  width: 7px;
  height: 30px;
  float: left;
  display: block;
}
#special .summary.adrecoList .box:nth-child(2),
#special .summary.adrecoList .box:nth-child(3) {
  border-top: 1px dotted #ccc;
}
#special .summary.adrecoList .box a {
  vertical-align: middle;
  display: table-cell;
}
#special .summary.adrecoList .box:hover, #special .summary.adrecoList .box:hover a {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
#special .summary.adrecoList .box img {
  width: 170px;
  height: auto;
  margin-right: 20px;
}
#special .summary.adrecoList .box p {
  font-size: 16px;
  color: #2068b7;
  line-height: 1.7;
  vertical-align: middle;
  display: table-cell;
}
#special .summary.adrecoList .box:hover p, #special .summary.adrecoList .box:hover a {
  text-decoration: underline;
}

/*iframeのとき*/
#special .summary.adrecoList.iframeList .box {
  height: auto;
}

/* ---------------------------------------------------------
	CSS Document special > snsBtn
--------------------------------------------------------- */

.title + .snsBtn {
	text-align: right !important;
	margin-bottom: 40px;
}
.snsBtn {
	text-align: center !important;
}

/* ---------------------------------------------------------
	CSS Document special > section_share
--------------------------------------------------------- */

#section_share {
	margin: 20px auto 50px;
}
#memberBox .prom_cont {
	margin: 0 auto 30px !important;
}


/* ---------------------------------------------------------
  CSS Document special > 広告枠
--------------------------------------------------------- */
/* テキストのみJSパムアドの大枠 */
.adBox.section {
	width: 100%;
	height: 100%;
	margin: 40px auto !important;
	text-align: left !important;
	font-size: 18px;
	line-height: 1.7;
	padding: 10px 0;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

/*テキストのみ新パムアド調整用*/
.tb_article_articleframe-article_adBox--text {
	margin: 0 auto 80px !important;
}

/* ---------------------------------------------------------
  CSS Document special > 新販促用　修正CSS
--------------------------------------------------------- */

#special .section .exp_mainText {
	width: 800px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	font-size: 18px;
	line-height: 2;
}
#special .section .exp_mainTitle {
	width: 800px;
	margin: 0 auto 30px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
	color: #2067b9;
}
/*#special .section.new_sec .boxImg {
	position: relative;
	width: 900px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto 24px;
	background-color: #eee;
}
#special .section.new_sec .boxImg:after {
	content: "";
	display: block;
	padding-top: 70.6%;
}
#special .section.new_sec .boxImg > img {
	width: 100%;
    height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#special .section.new_sec .boxImg > span.balloon {
	display: block;
	width: 100%;
	padding: 0 15px;
	background: #eee;
	font-size: 18px;
	text-align: left;
	line-height: 2;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
#special .section img.balloon {
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}
#special .section span.balloon {
	display: block;
	width: 900px;
	margin: 0 auto;
	background: #eee;
	padding-left: 10px;
	padding-right: 10px;
	  text-align: left;
	font-size: 18px;
	line-height: 2;
	box-sizing: border-box;
}
#special .section .exp_caption {
	width: 900px;
	background: #eee;
	margin: 0 auto 40px;
	padding: 10px;
		font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}


/* ---------------------------------------------------------
画像を読み込み時にフェードさせる
--------------------------------------------------------- */

.bx-wrapper .bx-loading {
	background: none;
}
.lazyload, .lazyloading, #container img {
	opacity: 0;
	transform: translateY(-10px);
}
.lazyloaded,
 #container img.lazyloaded {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}




#special .section span.balloon-two {
  background: #eee;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 900px;
}

/* 部品：横並び */

.tb_article_articleframe-header {
	width: 980px;
    margin: 0 auto;
    padding: 56px 0 0;
    text-align: center;
}
#special .tb_article_articleframe-header .tb_article_articleframe-header--h1 {
	font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    padding: 9px 0 0;
}

.tb_article_articleframe-article_outline--section {
    padding: 32px 0 0;
}
.tb_article_articleframe-article_body {
	margin: 0 auto;
    width: 980px;
    font-size: 16.4px;
    line-height: 1.6;
}
#special h3.tb_article_articleframe-article_outline--headline-2 {
	width: auto;
	font-size: 23px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
	background: none;
	font-family: HiraKakuPro-W3, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
}

.tb_article_articleframe-article_outline--article {
	margin: 36px 0 0;
  }
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-top: solid 1px #ccc;
	padding: 20px 0 0;
  }
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2:first-child {
	border: none;
	margin: 0;
	padding: 0;
  }
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 {
	width: 476px;
  }
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1.\--floatbox-text {
	width: 100%;
  }
  .tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 figure {
	margin: 0;
	width: 476px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
  }
  .tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 img {
	width: auto;
	height: 318px;
  }
  .tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 .tb_article_articleframe-article_outline--caption {
	font-size: 13px;
	text-align: right;
	margin: 6px 0 0 auto;
  }
  
  /* 部品：横並びー画像 */
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 .tb_article_articleframe-article_outline--flexbox-box1 {
	float: left;
  }
  /* 部品：横並びー画像ありタイトルありのテキスト、画像ありタイトルなしのテキスト */
  .tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--headline-3,
  .tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--headline-3 + .tb_article_articleframe-article_outline--flexbox-box1.\--floatbox-text,
  .tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--flexbox-box1 {
	margin-left: 28px;
	float: right;
	width: 476px;
  }
  .tb_article_articleframe-article_outline--headline-3 {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 10px;
  }
  /*3選枠でも使用*/
  .tb_article_articleframe-article_outline--contents {
	font-size: 15px;
	line-height: 1.55;
  }
  .tb_article_articleframe-article_outline--contents p {
	margin: 0 0 0;
  }
  .tb_article_articleframe-article_outline--contents .tb_article_articleframe-article_outline--headline-4 {
	font-weight: bold;
	margin: 10px 0 0;
  }
  /* ３選枠 */
  .tb_article_articleframe-article_outline--flexbox-col3 {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
  }
  .tb_article_articleframe-article_outline--flexbox-col3 > .tb_article_articleframe-article_outline--flexbox-box1 {
	width: 308px;
	float: left;
	margin-left: 28px;
  }
  .tb_article_articleframe-article_outline--flexbox-col3 > .tb_article_articleframe-article_outline--flexbox-box1:first-child {
	margin-left: 0;
  }
  .tb_article_articleframe-article_outline--flexbox-col3 + .tb_article_articleframe-article_outline--contents {
	margin: 40px auto;
  }
  .tb_article_articleframe-article_outline--text {
	margin: 11px 0;
	font-size: 16.4px;
	line-height: 1.6;
  }
  .tb_article_articleframe-article_outline--flexbox-box1 a:hover .tb_article_articleframe-article_outline--image {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  .tb_article_articleframe-article_outline--flexbox-box1 a:hover .tb_article_articleframe-article_outline--caption {
	color: #333;
	text-decoration: none;
  }
  
  /*段落となるタイトルあり３選枠の調整*/
  .\--no_mainimage .tb_article_articleframe-article_outline--section-list {
	margin: 32px auto;
  }
  .\--no_mainimage .tb_article_articleframe-article_outline--contents {
	font-size: 18px;
  }
  .\--no_mainimage .tb_article_articleframe-header--h2 + .tb_article_articleframe-article_outline--contents {
	margin: 30px auto;
	text-align: center;
  }

  /* 20181011追加＿動画デザイン調整
-----------------------------------------*/
.pl-movieContent {
	margin: 0 auto;
	padding: 10px 0 0;
	border: 1px solid #aaa;
	color: #4c7bd3;
	font-size: 25px;
	text-align: center;
  }
  
  #pl-movieContent__youtubeWrapper {
	display: block;
	margin: 0 auto;
	width: 938px !important;
	height: 528px !important;
  }
  a.pl-movieContent__link {
	background-color: #aaa;
  }
  .pl-movieContent a.pl-movieContent__link {
	color: #fff;
	line-height: 1.4;
	font-size: 18px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
  }
  .pl-movieContent__link::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
  }
  .rc_movie{
	margin: 30px auto 30px;
	width: 980px;
  }

  .rc_movie .tb_article_articleframe-movie {
	  padding-top: 0;
	  margin: 16px auto 16px;
  }
  .rc_movie .tb_article_articleframe-movie iframe {
	  position: static;
	  top: auto;
	  left:auto;
	  width: 938px !important;
	  height: 528px !important;
	  margin: 0 auto;
  }
  

/* 20211126 写真の上にテキスト見出し（青囲い）*/
.tb_article_articleframe-article_section {
	position: relative;
}

.tb_article_articleframe-article_section > .tb_article_articleframe-image--large + .tb_article_articleframe-article_section-headline {
	position: absolute;
	top: -40px;
	width: 980px;
	left: 55%;
	margin: 0 0 0 -490px;
	line-height: 1.9;
	font-weight: bold;
	text-align: left;
}

.tb_article_articleframe-fontbox--blueline {
	color: #124199;
	background: #FFF;
	border: solid 1px #124199;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 40px;
	font-size: 30px;
}