<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* CSS Document */

/*主催会社------------------------------*/

section#evaluation h3 {
	font-size:14px;
	font-weight:bold;
	color:#e14d19;
	margin: 0 auto ;
	padding: 15px 0 ;
	width:94%;
}

section#evaluation ul {
	border:1px solid #cccccc;
	padding: 10px ;
	background:url(../img/review/tabiwan.png) right bottom no-repeat;
	-webkit-background-size: 55px 68px !important;
	-moz-background-size: 55px 68px !important;
	-o-background-size: 55px 68px !important;
	width:87%;
	margin: 0 auto 10px ;
}

section#evaluation li {
	font-size:12px;
	font-weight:bold;
}

section#evaluation ul span {
	color:#ff7f0e;
}

/*記事----------------------------------*/

div#report {
	border-top:3px solid #ffa22a;
	background-color:#fff8dc;
	padding:10px;
	border-bottom:3px solid #ffa22a;
}

div#report div.wrapper {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color:#ffffff;
	border: 1px solid #d9ba84;
	margin-bottom:20px;
}

/*ページング----------------------------------*/

div.paging {
	text-align:center;
}

.pageLink {
	display:inline !important;
	width:100%;
}

.pageLink a {
	display:inline !important;
	font-size:14px;
}

.pagebtn {
	display:block;
	overflow:auto;
	width:180px;
	margin: 0 auto;
}

.back,
.next {
	width:90px;
	float:left;
	display:block;
}

.result {
	display:block;
	font-weight:bold;
	color:#F00;
}


/*投稿者----------------------------------*/

div#report p.contributor {
	border-bottom: 1px dotted #dbdbdb;
	padding-bottom:10px !important;
	font-weight:bold;
	font-size:10px !important;
	padding-top:10px;
	width:92%;
	margin: 0 auto;
	line-height:1em;
}

div#report p.contributor span {
	padding-left:20px;
}

/*プラン名----------------------------------*/

div#report p.planName {
	padding:10px 0 12px;
	font-weight:bold;
	width:92%;
	margin: 0 auto;
	line-height:1.3em;
}

/*満足度など----------------------------------*/

div#report ul.evaluation02 {
	border:1px solid #cccccc;
	padding:6px 0 6px 10px;
	width:88%;
	margin: 0 auto;
	line-height:1.2em;
}

div#report ul.evaluation02 li {
	float:left;
	font-size:10px;
	font-weight:bold;
}

div#report ul.evaluation02 li span {
	color:#ff7f0e !important;
	padding-right:18px;
}

/*画像-------------------------------------*/

div#report .reviewImg img {
	display:block;
	margin: 10px auto 0;
}



/*テキストエリア----------------------------------*/

div#report div.bgtWrapper {
	background:url(../img/review/contents_bg.png)bottom repeat-x;
	-webkit-background-size: 100% 24px !important;
	-moz-background-size: 100% 24px !important;
	-o-background-size: 100% 24px !important;
}

div#report div.bgtWrapper p {
	font-size:11px;
	font-weight:bold;
	padding:10px 0 30px ;
	background:url(../img/review/contents.png)bottom no-repeat;
	-webkit-background-size: 24px 24px !important;
	-moz-background-size: 24px 24px !important;
	-o-background-size: 24px 24px !important;
	width:92%;
	margin: 0 auto;
	line-height:1.3em !important;
}

/*主催会社からの返信コメント----------------------------------*/

div#report dl {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color:#ffffff;
	border: 1px solid #e14d19;
	width:92%;
	margin: 10px auto;
}

div#report dt {
	font-size:11px;
	color:#e14d19;
	font-weight:bold;
	width:92%;
	margin: 0 auto;
	padding:10px 0 8px ;
	border-bottom:1px dotted #e14d19;
	line-height:1.3em !important;
}


div#report dd {
	width:92%;
	margin: 0 auto;
	font-size:11px;
	font-weight:bold;
	padding:10px 0 8px ;
	line-height:1.3em !important;
}









</pre></body></html>