<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* らくらく旅行見積り
----------------------------------------*/
.estimate a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background: #30491d;
}

.estimate_short a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: #30491d;
}



/* プラン例
----------------------------------------*/
.example {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px;
}

.example .headText {
	width: 100%;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	box-sizing: border-box;
	background: #ffffff url(/chsuperbview/images/bg_example.jpg) left no-repeat;
	margin: 30px 20px 10px;
	padding: 0 0 80px 230px;
	text-align: left;
}

.example .exList {
	border-bottom: #eeeeee 1px solid;
	padding: 25px 0;
}

.example .exList .exCategory {
	color: #ffffff;
	background: #002868;
}

.example .exList .exTitle {
	font-size: 20px;
}



/* レポート
----------------------------------------*/
.l1321 {
	padding: 5px 0 5px 100px !important;
	background: url(/chsuperbview/images/icon_1321.jpg) no-repeat scroll left center transparent;
}

.l1322 {
	padding: 5px 0 5px 100px !important;
	background: url(/chsuperbview/images/icon_1322.jpg) no-repeat scroll left center transparent;
}

.l1323 {
	padding: 5px 0 5px 100px !important;
	background: url(/chsuperbview/images/icon_1323.jpg) no-repeat scroll left center transparent;
}

.l1324 {
	padding: 5px 0 5px 100px !important;
	background: url(/chsuperbview/images/icon_1324.jpg) no-repeat scroll left center transparent;
}



/* お便り内容
----------------------------------------*/
.chsuperbview_comment {
	width: 628px;
	color: #333333;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
}

.chsuperbview_comment .mds {
	color: #00376b;
	font-size: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;;
	letter-spacing: 1px;
	margin: 5px 0 5px 10px;
	padding: 10px 0;
}

.chsuperbview_comment b {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

.page_back {
	font-size:14px;
	margin:10px 0 10px 25px;
}

.leftbox {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 2px;
}

.rightbox {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 2px;
}



/* スライダー
----------------------------------------*/
.slider {
	width: 100%x;
	heihgt: auto;
	margin: 0 auto;
}
</pre></body></html>