@charset "UTF-8";
/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	position: relative;
	margin-top: 14px;
}

#container {
	text-align: center;
	font-size: 13px;
	font-family : HiraKakuPro-W3, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 19.5px;
	margin: 0 auto 0;
	position: relative;
	width:980px;
}

#container:after {
	content:"";
	height:0;
	display:clear;
	visibility:hidden;
	clear:both;
	}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
}
article, section, header, footer {
	display:block;
	margin:0;
	padding:0;
}

footer {
	clear:both;
}

input, textarea, select, option {
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "serif";
	font-size: 100%;
}
* html input, * html textarea, * html select, * html option, * html body, * html table {
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "serif";
	line-height: 19.5px;
	font-size: 100%;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.middle {
	vertical-align: middle;
}
.small {
	font-size: 86%;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: visible;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clear {
	clear:both;
}
address, em {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
input, select, .middle {
	vertical-align: middle;
}
input[type='checkbox'] {
	vertical-align: top;
}
input[type='radio'] {
	margin: 0 0 3px;
	padding: 0;
	vertical-align: top;
}
/* ---------------------------------------------------------
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, #wrapper p, #wrapper dt, #wrapper dd , #wrapper th, #wrapper td ,#wrapper a {
	-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);
			 -o-transform-origin: 0 0;
			 -o-transform: scale(1, 1.01);
}
--------------------------------------------------------- */
img {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
}
/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	text-decoration: none;
	color: #2068b7;
}
a:visited {
	color: #8560a8;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	outline: none;
}
input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.ext {
	padding-right: 22px;
	background: url(../images/i_ext.jpg) no-repeat right 5px;
}
.arrow {
	padding-left: 8px;
	background: url(../images/i_arrow.png) no-repeat left 6px;
}
.arrow2 {
	padding-left: 8px;
	background: url(../images/i_arrow2.png) no-repeat left 6px;
}
/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */


h1.h1, p.h1 {
	height: 25px;
	overflow: hidden;
	background: #000 url(../images/h_bg.jpg) repeat-x center top;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #000;
}
#contents {
	float: left;
	width: 660px;
	overflow: hidden;
	text-align: left;
 mat
}
#sidebar {
	float: right;
	width: 300px;
	overflow: hidden;
	text-align: left;
}
#sidebus {
	margin-left: 70px;
	margin-bottom: -10px;
	color: #FF4833;
	font-size: 18px;
	line-height:24px;
}
#sub {
	width:300px;
	float:right;
	text-align:left;
}
/* ---------------------------------------------------------
	CSS Document Bread Clumb
--------------------------------------------------------- */

#bread {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
	padding: 0;
}
#bread li {
	float: left;
	line-height: 2;
	list-style: none;
}
#bread li:after {
	content:'>';
	margin:0 10px;
}
#bread li a {
	color: #000000;
}
#bread li.last {
	background: none;
}
#bread li.last:after {
	content:'';
	margin: 0;
}

/* ---------------------------------------------------------
	CSS Document Bread Clumb
--------------------------------------------------------- */

#breadCrumb {
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(/) #eee;
	text-align: left;
	font-size: 12px;
	padding: 0;
}
#breadCrumb li {
	float: left;
	height: 30px;
	overflow: hidden;
	margin-right: 10px;
	padding-right: 22px;
	background: url(../images/i_bread.jpg) no-repeat right 0;
	line-height: 30px;
	list-style: none;
}
#breadCrumb li a {
	color: #000000;
}
#breadCrumb li.first {
	background: #d1e7ff url(../images/i_home.jpg) no-repeat right 0;
}
#breadCrumb li.first a {
	padding-left: 15px;
}
#breadCrumb li.last {
	background: none;
}

/* ---------------------------------------------------------
	CSS Document special > bread_clumb
--------------------------------------------------------- */

#bread_clumb {
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	position:relative;
}

#bread_clumb ol {
	width: 980px;
	margin: 0 auto;
}

#bread_clumb li {
	float: left;
	height: 28px;
	overflow: hidden;
	line-height: 30px;
	list-style: none;
}

#bread_clumb li:after {
	content:'>';
	margin:0 10px;
}

#bread_clumb li.last:after {
	content:'';
}

#bread_clumb li a {
	color: #000000;
}

#bread_clumb li:last-child {
	background: none;
}


/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#f_pagetop {
	display: none;
	width:122px;
}

#f_pagetop a {
	height: 29px;
	overflow: hidden;
	padding-left: 26px;
	background: url(../images/f_pagetop.png) no-repeat 0 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 29px;
	color: #2068b7;
	width:96px;
	overflow: hidden;
	text-align: left;
	position:fixed;
	right:5px;
	bottom:15px;
}
#f_pagetop a:hover {
	background-position: 0 -29px;
}
#f_pagetop a.down {
	background-position: 0 -58px;
}
/* ---------------------------------------------------------
	CSS SP Ranking
--------------------------------------------------------- */

#sp_ranking_wrap {
	display:none;
}
/* ---------------------------------------------------------
	CSS ad banner
--------------------------------------------------------- */

.side_ad_bnr {
	margin-bottom: 20px;
	text-align:center;
}
.more_link_btn {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 300px;
	clear: both;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2068b7;
	border: solid 1px #226ab9;
	background-image: -webkit-linear-gradient(bottom, #226ab9, #3980ce);
	background-image: -moz-linear-gradient(bottom, #226ab9, #3980ce);
	background-image: -o-linear-gradient(bottom, #226ab9, #3980ce);
	background-image: linear-gradient(to top, #226ab9, #3980ce);
}
.more_link_btn span {
	background:url("/sightseeing/common/images/white_arrow.png") no-repeat left center;
	padding-left: 1em;
}
.more_link_btn a:link {
	color:#fff;
	text-decoration:none;
}
.more_link_btn a:hover {
	color:#fff;
	text-decoration:none;
}
.more_link_btn a:visited {
	color:#fff;
	text-decoration:none;
}
#sub .bnrWrap {
	margin-bottom:20px;
	text-align:center;
}

div#bnr_campaign {
	width: 100%;
	margin: -10px 0 20px 0;
}
div#bnr_campaign a:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
	右下ボタン「ページの先頭」　非表示
--------------------------------------------------------- */
div#topcontrol {
	display: none;
}


/* osusume */
#specialContH{
		margin: 0;
		padding:0 0;
		width: 660px;
	float: left;
	overflow:hidden;
	text-align: left;
}
		#specialContH:before,
		#specialContH:after{
			content:"";
			display:table;
		}

		#specialContH:after{
			clear:both;
		}

		#specialContH h2{
			margin-bottom: 15px;
			padding-left: 16px;
			border-bottom: solid 1px #ccc;
			background: url(/sightseeing/common/images/i_h4_long.jpg) no-repeat left;
			font-weight: normal;
			font-size: 20px;
			line-height: 44px;
		}
		#specialContH ul.boxSinfo{
			margin: 0 0 15px;
			float: right;
			width: 318px;
		}
		#specialContH ul.fL{
			float: left;
		}
		#specialContH ul.boxSinfo li{
			width: 314px;
			height: 335px;
			border: 1px solid #ccc;
			margin: 0 0 30px;
			padding: 0;
			position:relative;
		}
				#specialContH ul.boxSinfo li img{
					height: auto;
					width: 100%;
				}
				#specialContH ul.boxSinfo li:hover{
					background: none repeat scroll 0 0 #d1e7ff;
				}

				#specialContH ul.boxSinfo li img:hover{
					opacity:0.8;
					background:#fff none repeat scroll 00;
				}

				#specialContH ul.boxSinfo li dl{
					display: block;
					margin: 0;
					position: relative;
					height: 124px;
				}
				#specialContH ul.boxSinfo li dl dt{
					font-weight: bold;
				}
				#specialContH ul.boxSinfo li dl dd{
					border-top: 1px solid #ccc;
					margin: 0;
					padding: 0;
				}

				#specialContH ul.boxSinfo li dl dd a {
					display: block;
					font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
					font-size: 20px;
					color:#333;
					left: 0;
					line-height: 160%;
					padding: 10px 5px 0 15px;
					position: absolute;
					text-decoration: none;
					top: 0;
					width: 275px;
					height: 114px;
					z-index: 1;
				}




/* ---------------------------------------------------------
	CSS Document index > map
--------------------------------------------------------- */
#map{
	position: relative;
}
#map img{
	position: relative;
}

#map dl {
	width: 153px;
	height: 90px;
	position: absolute;
}
#map dt{
	text-align:center;
	margin:10px 18px 6px;
}
#map dd {
	margin: 5px;
	font-size: 13px;
	line-height: 1.4em;
	text-align:center;
	font-weight:bold;
	color:#4a4a4a;
}
#map .b_list a {
	display: block;
	height: 29px;
	width: 89px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 3px;
	background: #2d75c3 url(../images/b_list.jpg) no-repeat 0 0;
	text-decoration: none;
	font-size: 16px;
	font-weight:lighter;
	line-height: 31px;
	color: #fff;
}

#map dl.map_01 {
	top: 170px;
	left: 224px;
}
#map dl.map_02 {
	top: 275px;
	left: 485px;
}
#map dl.map_03 {
	top: 423px;
	left: 437px;
}
#map dl.map_04 {
	top: 190px;
	left: 196px;
}
#map dl.map_05 {
	top: 183px;
	left: 22px;
}
#map dl.map_06 {
	top: 423px;
	left: 22px;
}
#map h2 {
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 11px;
	left: 45px;
}
#map #textLink h2 {
	height: 32px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	background: #eee url(../top/i_h2_red.jpg) no-repeat left;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
}
#map #textLink {
margin-bottom: 30px;
border: solid 1px #ccc;
background: #fff;
}
#map #textLink p{
	text-align:center;
	font-size:16px;
	padding:15px 10px;
}
#map #textLink a{
	padding-left: 15px;
	background: url(../images/i_arrow.png) no-repeat left 6px;
	margin:0 25px;
}



/* ---------------------------------------------------------
  CSS Document > たびらいマップ
--------------------------------------------------------- */

.feature_detail .tabirai-map_box {
	margin: 100px auto;
}
.info_detail .tabirai-map_box {
	margin: 20px auto;
}
.tabirai-map_map {
	width: 100%;
	overflow: hidden;
}
.feature_detail .tabirai-map_map {
	height: 530px;
}
.info_detail .tabirai-map_map {
	height: 618px;
}
/*特集にあるタイトル*/
.tabirai-map_title {
	padding: 0 0 20px;
	font-size: 30px;
	text-align: center;
}


/* ---------------------------------------------------------
	CSS Document detail > textLink
--------------------------------------------------------- */
#textLink h2 {
	height: 32px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	background: #eee url(../top/i_h2_red.jpg) no-repeat left;
	line-height: 34px;
	font-weight: normal;
	font-size: 16px;
}
#textLink {
	margin-bottom: 30px;
	border: solid 1px #ccc;
	background: #fff;
}
#textLink p{
	text-align:center;
	font-size:16px;
	padding:15px 10px;
}
#textLink a{
	padding-left: 15px;
	background: url(../images/i_arrow.png) no-repeat left 6px;
	margin:0 25px;
}

/*-----------------------------------------------------
	headerAdd
----------------------------------------------------**/
#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 !important;
	text-align:left;
}
#headerAdd dl dd a {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 10px;
}


/* 重要な何かのお知らせ(震災関連とか) */

#infoNews {
	border: 5px solid #DB2F3B;
	line-height: 140%;
	margin: -10px auto 20px;
	padding: 10px 15px;
	font-size: 13px;
}
#infoNews p {
	margin: 0;
	text-align: left;
	line-height: 1.5em;
}
#infoNews span {
	font-weight: bold;
	color: #d7000f;
	font-size: 15px;
	line-height: 1.8em;
}

/* ---------------------------------------------------------
	CSS Document detail > block > serial
--------------------------------------------------------- */

/* コーナー紹介 */

#cornerBox {
		display: table;
		position: relative;
		padding-bottom: 10px;
		margin: 20px 0 15px;
}
.block #cornerBox {
		margin: 10px 10px 20px;
}
#cornerBox:before {
		content: "";
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 2px solid #ccc;
}
#cornerBox:after {
		content: "";
		width: 85px;
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 2px solid #1460BA;
}
#cornerBox h3, #cornerBox .corner_name {
		display: table-cell;
		vertical-align: middle;
		color: #333;
		font-family: Helvetica, helvetiva neue, san-serif, HiraKakuPro-W3, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "osaka",  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" !important;
		font-weight: bold !important;
		font-size: 20px !important;
		margin: 0 20px 0 0 !important;
		padding-left: 0 !important;
		border-bottom: none !important;
		background: none !important;
		line-height: 1 !important;
}
#cornerBox p {
		display: table-cell;
		color: #595757;
		font-size: 14px;
}
#cornerBox p.corner_sp {
		display: none;
}

/* 連載 */

#serialBox {
	display: table;
	height: 68px;
	margin-bottom: 40px;
}
#serialBox .left_img {
	display: table-cell;
	vertical-align: middle;
	width: 68px;
}
#serialBox .left_img img {
	width: 68px;
}
#serialBox .right_text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	color: #595757;
	font-size: 14px;
}

/* SNS＆促進系 */

#section_share {
		width: 660px;
		margin: 20px auto 50px;
		text-align: center;
}
.snsBtn {
		clear: both;
		overflow: hidden;
		/* _zoom: 1; */
		text-shadow: none;
		text-align: right;
		margin-bottom: 10px;
}
.section .snsBtn {
		text-align: right;
}
.snsBtn li {
		padding: 0;
		margin: 0 0 0 10px;
		display: inline-block;
		/* width: 104px; */
		height: 40px;
		position: relative;
}
.snsBtn li:first-child {
		margin-left: 0;
}
.snsBtn li:after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
}
.snsBtn li a:hover {
		opacity: 1.0;
		filter: Alpha(opacity=100);
}
.snsBtn li:hover {
		opacity: 0.7;
		filter: Alpha(opacity=70);
}
.snsBtn a {
		display: block;
		width: 80px;
		height: 40px;
		border-radius: 4px;
}
.snsBtn span.action {
		width: 52px;
		/* height: 22px; */
		margin: 8px 0 4px;
		float: right;
		text-align: center;
		line-height: 26px;
		color: #fff;
		font-size: 10px;
		font-family: メイリオ, Meiryo, sans-serif;
		z-index: 10;
		position: relative;
		box-sizing: border-box;
}
.snsBtn span.action:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		height: 26px;
		border-left: 1px #fff solid;
}
.snsBtn .twitterBtn a {
		background: #5eade9;
}
.snsBtn .twitterBtn:after {
		display: block;
		top: 13px;
		left: 6px;
		background: url('../images/ico_twitter.png') no-repeat;
		background-size: 18px auto;
		width: 20px;
		height: 25px;
}
.snsBtn .twitterBtn span.action {
		border-left: 1px solid #5195c9;
}

.snsBtn .xBtn a {
	background: #000000;
}
.snsBtn .xBtn:after {
	display: block;
	top: 13px;
	left: 6px;
	background: url('/sightseeing/common/images/ico_x.png') no-repeat;
	background-size: 18px auto;
	width: 20px;
	height: 25px;
}
.snsBtn .xBtn span.action {
	border-left: 1px solid #3e3e3e;
}


li.facebookBtn_like {
		overflow: hidden;
}
.snsBtn .facebookBtn_like a,
.snsBtn .facebookBtn_share a {
		background: #3B579D;
}
.snsBtn .facebookBtn_like a {
		float: right;
}
button#u_0_3 {
		background: #3B579D !important;
		border: 1px solid #3B579D !important;
}
button#u_0_3.active {
		background: #3B579D !important;
		border: 1px solid #3B579D !important;
}
/* .snsBtn .facebookBtn_like .fb-like {
		width: 80px;
		height: 35px;
		background: #3c5385;
		border-radius: 3px;
		cursor: pointer;
} */
.snsBtn .facebookBtn_like .fb-like span {
		height: 35px;
		color: #fff;
}
.snsBtn .facebookBtn_like span.action,
.snsBtn .facebookBtn_share span.action {
		border-left: 1px solid #3c5385;
}
/* .snsBtn .facebookBtn_like:after {
		display: block;
		background: url('../images/ico_facelike.png') no-repeat;
		top: 7px;
		left: 56px;
		background-size: 20px auto;
		width: 20px;
		height: 25px;
} */
.snsBtn .facebookBtn_share:after {
		display: block;
		top: 7px;
		left: 2px;
		background: url('../images/ico_faceshare.png') no-repeat;
		background-size: 22px auto;
		width: 20px;
		height: 25px;
}
.snsBtn .lineBtn {
		display: none;
}
/* .snsBtn .arrowBox {
		display: block;
		position: relative;
		margin-right: 10px;
		float: left;
		background: #fff;
		border: 1px solid #ccc;
		padding: 16px;
		width: 40px;
		height: 15px;
		box-sizing: border-box;
} */
.snsBtn .count {
		font-family: メイリオ, Meiryo, sans-serif;
		width: 40px;
		text-align: center;
		font-size: 11px;
		line-height: 0;
		color: #000;
		position: absolute;
		top: 50%;
		right: 0%;
}
.snsBtn .arrowBox:after,
.snsBtn .arrowBox:before,
.snsBtn .facebookBtn_like ._5n6j._5n6l:after,
.snsBtn .facebookBtn_like ._5n6j._5n6l:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
}
.snsBtn .facebookBtn_like ._5n6j._5n6l:after,
.snsBtn .arrowBox:after {
		border-color: rgba(255, 250, 250, 0);
		border-left-color: #fff;
		border-width: 3px;
		margin-top: -3px;
}
.snsBtn .arrowBox:before,
.snsBtn .facebookBtn_like ._5n6j._5n6l:before {
		border-color: rgba(8, 9, 10, 0);
		border-left-color: #ccc;
		border-width: 5px;
		margin-top: -5px;
}
#memberBox {
		width: 660px;
		margin: 0 auto 30px;
}
#memberBox .prom_cont {
		width: 660px;
		margin: 100px auto 30px;
		overflow: hidden;
}
#memberBox .prom_cont div a {
		padding: 0 15px;
		text-decoration: none;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		width: 315px;
		height: 180px;
		box-sizing: border-box;
}
#memberBox .prom_cont .about,
#memberBox .prom_cont .experience,
#memberBox .prom_cont .mail,
#memberBox .prom_cont .timeline {
		border: 1px solid #8ED1E4;
		height: 180px;
		overflow: hidden;
		box-sizing: border-box;
		margin-bottom: 20px;
		display: inline-block;
}
#memberBox .prom_cont .about a:hover,
#memberBox .prom_cont .experience a:hover,
#memberBox .prom_cont .mail a:hover,
#memberBox .prom_cont .timeline a:hover {
		background: #8ED1E4;
		opacity: 1.0;
}

#memberBox .prom_cont .about a,
#memberBox .prom_cont .mail a {
		overflow: hidden;
		position: relative;
}
#memberBox .prom_cont .about .fl_l,
#memberBox .prom_cont .mail .fl_l {
		position: absolute;
		top: 40%;
		width: 95px;
}
#memberBox .prom_cont .about img {
		width: 85px;
		height: auto;
}
#memberBox .prom_cont .about {
		margin-right: 20px;
}
#memberBox .prom_cont .about .ab_link {
		display: table-cell;
		height: 130px !important;
		padding: 0 15px !important;
}
#memberBox .prom_cont .about p img {
		padding: 5px;
		background: #fff;
}
#memberBox .prom_cont .about .ft_link {
		display: block;
		height: 50px !important;
		padding: 0 10px !important;
}
#memberBox .prom_cont .about .ft_link p {
		color: #003894 !important;
		font-size: 15px !important;
		line-height: 50px;
		text-align: center !important;
}
#memberBox .prom_cont .about .ft_link:hover {
		background: #003894 !important;
}
#memberBox .prom_cont .about .ft_link:hover p {
		color: #fff !important;
}

#memberBox .prom_cont .mail img {
		width: 70px;
		height: auto;
}
#memberBox .prom_cont .about .fl_r,
#memberBox .prom_cont .mail .fl_r {
		width: 180px;
}
#memberBox .prom_cont .experience h5 img {
		width: 260px;
		padding-bottom: 4px;
		border-bottom: 3px solid #003E87;
}
#memberBox .prom_cont .experience .koushin{
		color: #F13B22;
}
#memberBox .prom_cont .experience p.text {
		margin-top: 20px;
		text-align: center !important;
}
#memberBox .prom_cont .timeline {
		overflow-y: scroll !important;
		margin-left: 20px;
		width: 316px;
}
#memberBox .prom_cont .timeline::-webkit-scrollbar {
	display: none;
}
#memberBox .prom_cont .timeline .fb_iframe_widget {
}
#memberBox .plug_cont {
		margin: 30px auto 0;
}
#memberBox h5 {
		margin-bottom: 10px;
		color: #355dbc;
		font-weight: bold;
		font-size: 18px;
}
#memberBox p.text {
		text-align: left;
		font-size: 15px;
		color: #333;
}


/* 北海道・九州用下カラムCSS */

#memberBox.non_exp .prom_cont {
		position: relative;
		overflow: inherit;
		height: 390px;
}
#memberBox.non_exp .prom_cont .about,
#memberBox.non_exp .prom_cont .mail,
#memberBox.non_exp .prom_cont .timeline {
		width: 315px;
}
#memberBox.non_exp .prom_cont .about {
		position: absolute;
		top: 0;
		left: 0;
}
#memberBox.non_exp .prom_cont .mail {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 0;
}
#memberBox.non_exp .prom_cont .timeline {
		height: 390px;
		width: 320px;
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
}

/* 九州用下カラムCSS(支持される理由のリンクなし) */

#memberBox.kyushu .ft_link {
		display: none !important;
}
#memberBox.kyushu .prom_cont .about .ab_link {
		display: table-cell;
		height: 180px !important;
}
#memberBox.kyushu .prom_cont .about .fl_l,
#memberBox.kyushu .prom_cont .mail .fl_l {
		top: 65px !important;
}


#section_share h2 {
	display: none;
}


/* ---------------------------------------------------------
	CSS Document / 関連タグ / 達人ニュース#detail 特集#special
--------------------------------------------------------- */
.section_other {
	margin-bottom: 60px !important;
}
.section_other > p {
	font-size: 20px !important;
	line-height: 50px !important;
	background: none !important;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.section_other > p:before {
	position: relative;
	margin-right: 9px;
	content: " ";
	display: inline-block;
	width: 24px;
	height: 30px;
	background: url(/sightseeing/common/images/ico_tag.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.section_other .tagList ul {
	text-align: left;
	display: block !important;
	margin: 0 !important;
}
.section_other .tag_wordList > li {
	width: 100%;
}
.section_other .tagList ul li .tag_other_inner {
	border: none !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	height: auto !important;
	position: relative !important;
	background-color: #fff !important;
	display: block !important;
}
.section_other .tagList a[data-target="tag_other_Inner"],
.section_other ul.tag_wordList:before {
	display: none !important;
}
.section_other .tagList ul li.tag_word a,
.section_other .tagAlert_inner ul li.tag_word a {
	height: auto !important;
	width: auto !important;
	display: inline-block !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 5px !important;
	background-color: #FFF !important;
	color: #333 !important;
	padding: 2px 7px !important;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: normal !important;
	letter-spacing: 1.5px !important;
	text-decoration: none !important;
}
#special .section_other .tagList ul li.tag_word a,
#special .section_other .tagAlert_inner ul li.tag_word a {
	padding: 2px 7px !important;
}
#special .section_other li:nth-child(2),
#special .section_other li:nth-child(4) {
	margin-left: 0 !important;
}
#special .tagList ul li.tag_word,
#special .tagAlert_inner ul li.tag_word {
	width: auto !important;
}



/* ---------------------------------------------------------
	CSS Document / 新販促企画の予約導線
--------------------------------------------------------- */
.rankFree {
	overflow: hidden;
}

.ctaBtn {
	width: auto;
	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;
}
.ctaBtn h3,
.ctaBtn p.heading {
	margin: 0 auto 10px !important;
	padding-left: 0 !important;
	border-bottom: none !important;
	background: none !important;
	font-family: inherit !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 1.7 !important;
	color: #FFB658;
	text-align: center;
}
.ctaBtn li {
	display: inline-block;
	width: 457px !important;
	height: 85px;
	margin: 0 0 13px 0;
	box-sizing: border-box;
}
.ctaBtn li:nth-child(2), .ctaBtn li:nth-child(4) {
	margin-right: 7px !important;
	margin-left: 0 !important;
}
.ctaBtn li:hover {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}
.ctaBtn a:hover {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.ctaBtn .cta_tour {
	background: url(/sightseeing/feature/images/selection/ico_cta_tour.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
.ctaBtn .cta_hotel {
	background: url(/sightseeing/feature/images/selection/ico_cta_hotel.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
.ctaBtn .cta_car {
	background: url(/sightseeing/feature/images/selection/ico_cta_car.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
.ctaBtn .cta_act {
	background: url(/sightseeing/feature/images/selection/ico_cta_act.jpg) no-repeat left center;
	background-size: 118px;
	padding-left: 118px !important;
}
.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: url(/sightseeing/feature/images/selection/ico_arrow.jpg) 306px 49px no-repeat;
	background-size: 15px 17px;
}
.ctaBtn li p {
	text-align: left;
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック';
	line-height: 1 !important;
}
.ctaBtn li .txtM {
	color: #7A7A7A;
	font-size: 15.3px;
	font-weight: normal;
	letter-spacing: -1.8px;
}
.ctaBtn li .txtL,
.ctaBtn li .txtR {
	font-size: 26.77px;
	color: #FFB658 !important;
	margin-top: 15px;
}
.ctaBtn li .txtL {
	float: left;
}
.ctaBtn li .txtR {
	text-align: right;
	float: right;
	padding-right: 25px;
}

#contents .ctaBtn.shortBtn {
	margin: 30px auto 10px !important;
  }
  #contents .ctaBtn.shortBtn h3 {
	font-size: 20px !important;
  }
  #contents .ctaBtn.shortBtn h3 br {
	display: none;
  }
  #contents .ctaBtn.shortBtn li {
	width: 305px !important;
	height: 65px !important;
	background-size: 95px auto !important;
	padding-left: 95px !important;
	float: left;
  }
  #contents .ctaBtn.shortBtn .cta_tour {
	background: url(/sightseeing/feature/images/selection/ico_cta_tour.jpg) no-repeat left center;
  }
  #contents .ctaBtn.shortBtn .cta_hotel {
	background: url(/sightseeing/feature/images/selection/ico_cta_hotel.jpg) no-repeat left center;
  }
  #contents .ctaBtn.shortBtn .cta_car {
	background: url(/sightseeing/feature/images/selection/ico_cta_car.jpg) no-repeat left center;
  }
  #contents .ctaBtn.shortBtn .cta_act {
	background: url(/sightseeing/feature/images/selection/ico_cta_act.jpg) no-repeat left center;
  }
  #contents .ctaBtn.shortBtn li a {
	display: block;
	width: 210px !important;
	height: 65px;
	padding: 15px 7px 12px 10px !important;
	border: 2px solid #FFB658;
	font-weight: normal;
	overflow: hidden;
	box-sizing: border-box;
	text-decoration: none;
	  background: url(/sightseeing/feature/images/selection/ico_arrow.jpg) 185px center no-repeat;
	  background-size: 11px 13px;
  }
  #contents .ctaBtn.shortBtn li .txtM {
	color: #666;
	font-size: 11.9px;
	font-weight: bold;
	letter-spacing: -1px !important;
	margin-bottom: 10px;
  }

  #contents .ctaBtn.shortBtn li .txtL,
  #contents .ctaBtn.shortBtn li .txtR,
  #contents .ctaBtn.shortBtn li .txtS {
	font-size: 16.77px;
	font-weight: bold;
	color: #FFB658;
	margin-top: 9px !important;
  }
  #contents .ctaBtn.shortBtn li .txtR {
	  /* background: none !important; */
	  padding-right: 20px !important;
  }
  
  /* オレンジのテキストが長い時 */
  #contents .ctaBtn.txtonly {
	  width: auto;
	  margin: 30px auto !important;
  }
  #contents .ctaBtn.txtonly li .txtM {
	color: #666;
	font-size: 18px;
  }
  #contents .ctaBtn.txtonly li .txtL,
  #contents .ctaBtn.txtonly li .txtR {
	font-size: 18px;
	font-weight: bold;
	color: #FFB658;
	margin-top: 15px !important;
  }

/* ホテル予約特典 */
.hotelfavBox {
	width: 100%;
	background: url(/s/sightseeing/feature/images/selection/bg_hotelfav_01.jpg) repeat;
	background-size: contain;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	padding: 15px 20px 15px;
	position: relative;
	box-sizing: border-box;
	margin-top: 30px !important;
}
.hotelfavBox.arrowWith:before {
	position: absolute;
	top: -13px;
	left: 50%;
	content: '';
	background: url(/s/sightseeing/feature/images/selection/bg_hotelfav_02.jpg) no-repeat;
	width: 24px;
	height: 22px;
}
.hotelfavBox h4 {
	margin-bottom: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 21.9px !important;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.hotelfavBox div {
	border-top: 1px solid #fff;
	padding-top: 17px;
	overflow: hidden;
	text-align: center;
}
.hotelfavBox li {
	display: inline-block;
	width: 50% !important;
	box-sizing: border-box;
}
.hotelfavBox div:hover,
.hotelfavBox li:hover,
.hotelfavBox a:hover,
.hotelfavBox a:hover .txt {
	color: #4D4D4D !important;
}
.hotelfavBox li a {
	display: inline-block;
	background: none;
	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: 1.6;/* 20.44px */
	color: #4D4D4D;
	overflow: hidden;
}
.hotelfavBox .txt {
	float: left;
}
.hotelfavBox .img {
	float: right;
	margin-bottom: 0 !important;
}
.hotelfavBox .fav_shiori .img img,
.hotelfavBox .fav_kinken .img img {
	width: 130px;
	height: auto;
	margin-left: 0;
}
.hotelfavBox.clearfix span {
	font-size: 16.06px !important;
}
.hotelfavBox.clearfix b {
	font-weight: bold;
	font-size: 21.9px;
	line-height: 38.33px;
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document sphone > 広告枠、パムアド
--------------------------------------------------------- */
.adBox {
	margin: 40px auto 25px !important;
}
.adBox a {
	display: block;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 13px;
	background: url(../images/i_arrow2.png) no-repeat left center;
	color: #003894;
	font-size: 18px;
	text-align: left;
}
.adBox a:last-child {
	margin-bottom: 0;
}
.adBox a img {
	margin-left: -15px;
	width: 900px;
	height: 300px;
}

/* 100選リンク　導線用 */
.adBox.section {
	margin: 40px auto 0 !important;
}
.adBox.section a {
	margin-left: 0 !important;
}

/* 上下のボーダー付き用 */
.boxText {
	padding: 10px 0 !important;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}


/*パムアド：右▶、周囲線なし（パン屑リストすぐ下）*/
.tb_article_articleframe-article_head-ad {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 35px;
}


/*パムアド：写真＋テキスト６枠（下カラム、ホテルと観光情報の導線用）*/
.tb_article_articleframe-article_adList h3 {
	width: 100%;
	margin: 0 auto 20px;
	background: none;
	padding-left: 0;
	font-size: 25px;
	line-height: 30px;
	border-bottom: none;
	overflow: hidden;
}
.tb_article_articleframe-article_adList h3:before {
	content: " ";
	background-color: #003894;
	margin-right: 7px;
	width: 7px;
	height: 30px;
	float: left;
	display: block;
}
.tb_article_articleframe-article_adList {
	position: relative;
	margin: 0 auto 100px;
	height: 380px;
}
.tb_article_articleframe-article_adBox--box1.find {
	position: absolute;
	right: 0;
	top: 157px;
	width: 48%;
}
.tb_article_articleframe-article_adBox--box2.find {
	position: absolute;
	right: 0;
	top: 264px;
	width: 100%;
}
.tb_article_articleframe-article_adBox--box3,
.tb_article_articleframe-article_adBox--box3 iframe {
	height: 224px !important;
}
.tb_article_articleframe-article_adBox--box2,
.tb_article_articleframe-article_adBox--box2 iframe {
	height: 107px !important;
}
.tb_article_articleframe-article_adBox--box1,
.tb_article_articleframe-article_adBox--box1 iframe {
	height: 107px !important;
}


/* 新コンポーネントデザインの右青矢印の導線、パムアド有無共通
--------------------------- */

/*全て共通*/
.tb_article_articleframe-article_adBox--text {
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	overflow: hidden;
}
/*ボーダーあり*/
.tb_article_articleframe-article_adBox--text.\--onborder {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
  padding: 15px 0 10px;
}
/*ラベル*/
.tb_article_articleframe-article_adBox--text_label {
	color: #333;
	font-size: 14px !important;/*達人指南対策*/
  line-height: 1.5 !important;/*達人指南対策*/
	text-align: left;
	margin: 0 !important;/*達人指南対策*/
	padding: 0 0 5px;
}
/*リンクテキスト*/
.tb_article_articleframe-article_adBox--text a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #0062ff;
	font-size: 16px;
	text-decoration: none;
}
/*リンクのhover*/
.tb_article_articleframe-article_adBox--text a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
	text-decoration: underline;
}
/*矢印をとりあえず上下中央配置*/
.tb_article_articleframe-article_adBox--text > svg {
	position: absolute;
	width: 10px;
	height: 20px;
	fill: #0062ff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*iframe使用時 or ラベルなしの矢印配置*/
.tb_article_articleframe-article_adBox--text > .tb_article_articleframe-article_adBox--text_label + a + svg,
.tb_article_articleframe-article_adBox--text > iframe + svg {
	top: 69%;
}
/*iframe使用時*/
.pamad_iframe {
	width: 100%;
}
.tb_article_articleframe-article_adBox--text iframe {
	padding: 0 9px 0 16px;
	height: 24px;
}

/***記事ごとの調整***/
/*#specialの中のパムアドの矢印配置（特集）*/
#special .tb_article_articleframe-article_adBox--text > iframe + svg {
	top: 64%;
}
/*#detailの中のパムアドはマージンなし（ニュース）*/
#detail.news_detail .summary .tb_article_articleframe-article_adBox--text_label {
	margin: 0 !important;
}
#detail.news_detail .tb_article_articleframe-article_adBox--text {
	margin: 0 !important;
}

/*記事毎と余白あり調整（特集・達人指南）*/
#detail.tatsujin_detail .tb_article_articleframe-article_adBox--text.\--onborder,
#special .tb_article_articleframe-article_adBox--text.\--onborder {
	margin: 40px 0 !important;/*上の#detail用CSS上書き*/
}
/*記事毎と余白あり調整（基本情報）*/
#contents.info_detail .tb_article_articleframe-article_adBox--text {
    margin: 20px 0 !important;
}
/***達人指南の目次と記事中***/
#detail.tatsujin_detail .title + .tb_article_articleframe-article_adBox--text {
	margin: 0 0 15px !important;/*上の#detail用CSS上書き*/
	padding: 15px 0 10px;
}
/*サブテキスト中はマージンなし*/
#detail.tatsujin_detail .title .tb_article_articleframe-article_adBox--text,
#detail.tatsujin_detail .title .tb_article_articleframe-article_adBox--text.\--onborder {
	margin: 0 !important;/*上の#detail用CSS上書き*/
}
/*達人指南の矢印調整*/
#detail.tatsujin_detail .tb_article_articleframe-article_adBox--text.\--onborder > .tb_article_articleframe-article_adBox--text_label + a + svg,
#detail.tatsujin_detail .tb_article_articleframe-article_adBox--text.\--onborder > iframe + svg,
#detail.tatsujin_detail .title + .tb_article_articleframe-article_adBox--text > iframe + svg {
	top: 65%;
}


/*****サイズ＆矢印自動調整用テスト*****/
.tb_article_articleframe-article_adBox--text.sizetest {
    width: 980px;
    margin: 40px auto 0;
    color: #0062ff !important;
    position: initial;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 0;
    text-align: left;
    font-size: 16.4px;
    box-sizing: border-box;
}
.tb_article_articleframe-article_adBox--text.sizetest .linkarrow {
    position: relative;
}
.tb_article_articleframe-article_adBox--text.sizetest svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #0062ff;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ---------------------------------------------------------
	CSS Document > 動画のレスポンシブ調整
--------------------------------------------------------- */
.tb_article_articleframe-movie {
	position: relative;
	width: 100%;
	margin: 16px auto 40px;
	padding-top: 56.25%;
}
.tb_article_articleframe-movie iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/* ---------------------------------------------------------
	CSS Document > 集客用リンク枠パーツ-1
--------------------------------------------------------- */
/* 「記事編集」以外 Start */
/* http://www.tabirai.net/common/css/ss_common_articleframe.css参照 */
.info_detail .tb_article_linkparts-1,
.news_detail .tb_article_linkparts-1,
.column_detail .tb_article_linkparts-1 {
    margin: 40px 0 0;
}
.info_detail .tb_article_linkparts-1 .tb_article_articleframe-article_body,
.news_detail .tb_article_linkparts-1 .tb_article_articleframe-article_body,
.column_detail .tb_article_linkparts-1 .tb_article_articleframe-article_body {
    margin: 0 auto 40px;
    width: 618px;
    font-size: 16.4px;
    line-height: 1.6;
}
.info_detail .tb_article_articleframe-header,
.news_detail .tb_article_articleframe-header,
.column_detail .tb_article_articleframe-header {
    width: 618px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
}
.info_detail .tb_article_articleframe-header--h1,
.news_detail .tb_article_articleframe-header--h1,
.column_detail .tb_article_articleframe-header--h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
}
.info_detail .tb_article_articleframe-article_outline--article,
.news_detail .tb_article_articleframe-article_outline--article,
.column_detail .tb_article_articleframe-article_outline--article {
    margin: 40px 0 0;
}
.info_detail .tb_article_articleframe-textlink--blue,
.news_detail .tb_article_articleframe-textlink--blue,
.column_detail .tb_article_articleframe-textlink--blue {
    color: #0062ff !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 17px 0 0;
    font-size: 16.4px;
    line-height: 1.4;
}
.info_detail .tb_article_articleframe-textlink--blue > svg,
.news_detail .tb_article_articleframe-textlink--blue > svg,
.column_detail .tb_article_articleframe-textlink--blue > svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #0062ff;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info_detail  .\--alignright,
.news_detail  .\--alignright,
.column_detail .\--alignright {
    text-align: right;
}

/* http://www.tabirai.net/common/css/ss_common_articleframe.css以外、新規追加 */
.info_detail .tb_article_cardlink_linklist,
.news_detail .tb_article_cardlink_linklist,
.column_detail .tb_article_cardlink_linklist {
    width: 616px;
    margin: 40px auto 0;
}
.info_detail .tb_article_cardlink_image,
.news_detail .tb_article_cardlink_image,
.column_detail .tb_article_cardlink_image {
    width: 100%;
    height: auto;
}
.info_detail .tb_article_cardlink_list,
.news_detail .tb_article_cardlink_list,
.column_detail .tb_article_cardlink_list {
    width: 22.939%;
    padding: 0;
    margin-left: 3.083%;
}
.info_detail .tb_article_linkparts-1 .area_kanren-section__text-wrap,
.news_detail .tb_article_linkparts-1 .area_kanren-section__text-wrap,
.column_detail .tb_article_linkparts-1 .area_kanren-section__text-wrap {
	font-size: 16px;
}
.info_detail .tb_article_cardlink_lead,
.news_detail .tb_article_cardlink_lead,
.column_detail .tb_article_cardlink_lead {
    font-size: 14px;
}
/* 「記事編集」以外 End */


/* 特集のみ http://www.tabirai.net/common/css/ss_common_articleframe.css参照 */
#special .tb_article_articleframe-article_body {
    margin: 0 auto 60px;
    width: 1000px;
    font-size: 16.4px;
    line-height: 1.6;
}
#special .tb_article_articleframe-header {
    width: 1000px;
    margin: 0 auto;
    padding: 56px 0 0;
    text-align: center;
}
#special .tb_article_articleframe-header--h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    padding: 9px 0 0;
}
#special .tb_article_articleframe-article_outline--article {
    margin: 60px 0 0;
}
#special .tb_article_articleframe-textlink--blue {
    color: #0062ff !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 17px 0 0;
    font-size: 16.4px;
    line-height: 1.4;
}
#special .tb_article_articleframe-textlink--blue > svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #0062ff;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#special .\--alignright {
    text-align: right;
}

/* 特集のみ http://www.tabirai.net/common/css/ss_common_articleframe.css以外、新規追加 */
#special .tb_article_cardlink_linklist {
    width: 1000px;
    margin: 60px auto 0;
}
#special .tb_article_cardlink_image {
    width: 100%;
    height: auto;
}
#special .tb_article_cardlink_list {
    width: 22.939%;
    padding: 0;
    margin-left: 3.083%;
}
#special .tb_article_cardlink_list:first-child {
    margin-left: 0;
}


/* 画像とテキスト横並び */
.tb_article_linkparts-1 {
    margin: 100px 0;
	border-top: 3px solid #124199;
	border-bottom: 3px solid #124199;
}
.tb_article_linkparts-1 .tb_article_articleframe-article_body {
    margin: 0 auto 40px;
    width: 980px;
    font-size: 16.4px;
    line-height: 1.6;
}
.tb_article_linkparts-1 .area_pc-kanren-section__2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tb_article_linkparts-1 .area_kanren-section__photo {
    width: 40.817%;/* 400px */
    height: auto;
    margin-right: 3.062%;
}
.tb_article_linkparts-1 .area_kanren-section__photo a {
    display: inline-block;
}
.tb_article_linkparts-1 .area_kanren-section__photo a:hover {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}
.tb_article_linkparts-1 .area_kanren-section__photo img {
    max-width: 400px;
    max-height: 356px;
    width: 100%;
    height: auto;
}
.tb_article_linkparts-1 .area_kanren-section__text-wrap {
    width: 56.123%;
	float: initial;
	font-size: 22px;
	position: relative;
}

/* リンク調整 */
.tb_article_linkparts-1 .tb_article_articleframe-article_link {
	width: 100%;
    padding: 15px 0 0;
}

/* 画像とテキスト横並びの中にあるリンクのみ位置を調整 */
.area_kanren-section__text-wrap .tb_article_articleframe-article_link {
    position: absolute;
    bottom: 0;
}

/* 画像テキスト縦並び・リスト横並び */
.tb_article_cardlink_linklist {
    width: 980px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding: 0;
}
.tb_article_cardlink_list {
    width: 21.939%;
    padding: 0;
    margin-left: 4.083%;

}
.tb_article_cardlink_list:first-child {
    margin-left: 0;
}
.tb_article_cardlink_list a {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.tb_article_cardlink_image {
    width: 215px;
    height: auto;
}
.tb_article_cardlink_lead {
    padding: 10px 0 0;
    font-size: 17px;
    color: #0062ff;
    /* font-weight: bold; */
    line-height: 1.3;
}
.tb_article_cardlink_list a:hover {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}
.tb_article_cardlink_list a:hover .tb_article_cardlink_lead {
    text-decoration: underline;
}