/************************************************************
 *   オプショナルツアー売れ筋ランキング用CSS
 ************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
li {
	list-style-type: none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
}
img {
	vertical-align: bottom;
	border:0px;
}
*{
	margin: 0px;
	padding: 0px;
}
#container {
}
#main {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_content {
}
#main_content .img_bottom {
	font-size: 0px;
}
#main_content h3 {
	margin-top: 0px;
	background: none;
	height: auto;
}
#op_ranking {
	font-size: 13px;
	line-height: 1.4em;
	background-color: #FFF;
	color: #333;
	padding: 10px;
}
#op_ranking a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#op_ranking .heading {
	border-bottom: 1px dashed #C9C9C9;
	padding-bottom: 6px;
}
#op_ranking .heading .ttl_ranking {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 2px;
}
#op_ranking .lineup {
	padding-top: 10px;
}
#op_ranking .lineup ul li {
	position: relative;
	border-bottom: 1px solid #770000;
	margin-top: 18px;
	padding-bottom: 20px;
}
#op_ranking .lineup ul li:last-child{
	border-bottom: none;
}
#op_ranking .lineup ul li .tour_code {
	text-align: right;
}
#op_ranking .lineup ul li .wrap {
	margin-top: 5px;
}
#op_ranking .lineup ul li .wrap .box_a {
	width: 90%;
	margin: 0 auto;
}
#op_ranking .lineup ul li .wrap .box_a a{
	width: 260px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
#op_ranking .lineup ul li .wrap .box_a img {
	display: block;
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
}
#op_ranking .lineup ul li .wrap .box_a .crown_1 {
	position: absolute;
	top: -10px;
	left: 6px;
	width: 64px;
	height: 28px;
	background-image: url(../img/ranking/icon_crown_1.png);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #CB0000;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 24px;
}
#op_ranking .lineup ul li .wrap .box_a .crown_2 {
	position: absolute;
	top: -10px;
	left: 6px;
	width: 64px;
	height: 28px;
	background-image: url(../img/ranking/icon_crown_2.png);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 24px;
}
#op_ranking .lineup ul li .wrap .box_a .crown_3 {
	position: absolute;
	top: -10px;
	left: 6px;
	width: 64px;
	height: 28px;
	background-image: url(../img/ranking/icon_crown_3.png);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 24px;
}
#op_ranking .lineup ul li .wrap .box_a .crown_others {
	position: absolute;
	top: -10px;
	left: 6px;
	width: 64px;
	height: 28px;
	background-image: url(../img/ranking/icon_crown_others.png);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 24px;
}
#op_ranking .lineup ul li .wrap .box_b {
}
#op_ranking .lineup ul li .wrap .box_b .inner {
	padding: 10px 0px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .subheading {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
#op_ranking .lineup ul li .wrap .box_b .inner .subheading a {
	color: #770000;
}
#op_ranking .lineup ul li .wrap .box_b .inner .memo {
	margin-top: 5px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail {
	margin-top: 10px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail .icon_grp {
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail .icon_grp ul.icon_top li {
	border-bottom: none;
	margin: 4px 4px 0px 0px;
	float: left;
	padding: 0px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail .icon_grp ul.icon_top li.waku {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #770000;
	font-weight: bold;
	border: 1px solid #770000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 5px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail .icon_grp ul.icon_bottom li {
	border-bottom: none;
	margin: 4px 4px 0px 0px;
	float: left;
	padding: 0px;
}
#op_ranking .lineup ul li .wrap .box_b .inner .detail .bt_detail {
	margin:10px 0;
	text-align: center;
}
#op_ranking .lineup ul li .wrap .box_c {
}
#op_ranking .lineup ul li .wrap .box_c table {
	width: 100%;
	border-right: 2px solid #EEE;
}
#op_ranking .lineup ul li .wrap .box_c table td {
	font-size: 13px;
	border-bottom: 2px solid #EEE;
	border-left: 2px solid #EEE;
	padding: 2px 7px;
	text-align: center;
}
#op_ranking .lineup ul li .wrap .box_c table td.item1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0em;
	background-color: #EEE;
	padding: 8px 10px;
	text-align: center;
}
#op_ranking .lineup ul li .wrap .box_c table td.item1 span {
	color: #CC0000;
}
#op_ranking .lineup ul li .wrap .box_c table td.item2 {
	text-align: center;
}
#op_ranking .lineup ul li .wrap .box_c table td.item2 ul.hyouka {
	text-align: center;
	letter-spacing: -.40em;
}
#op_ranking .lineup ul li .wrap .box_c table td.item2 ul.hyouka li {
	border-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	padding: 0px 1px;
}
#op_ranking .lineup ul li .wrap .box_c table td.item3 span {
	font-weight: bold;
}
#op_ranking .pagination {
	margin-top: 40px;
}
#op_ranking .pagination ul {
	text-align: center;
	letter-spacing: -.40em;
}
#op_ranking .pagination ul li {
	width: 40px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	margin: 0px 1px;
}
#op_ranking .pagination ul li.number a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #CC0000;
	text-decoration: none;
}
#op_ranking .pagination ul li.number_now {
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #980000;
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
p.bt_pagetop {
	width: 180px;
	height: 40px;
	padding:10px 0px;
	float: right;
}
p.bt_pagetop a {
	width: 180px;
	height: 40px;
	display: block;
	background:url(../img/ranking/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p.bt_pagetop a:hover {
	background-position: left bottom;
}
p.bt_pagetop a span {
	position:absolute;
	left:-7650px;
}

#panlist_bali {
/*    background: #a00105 none repeat scroll 0 0;*/
    color: #fff;
    font-size: 10px;
    list-style: outside none none;
    overflow: hidden;
     padding: 4px;
	 margin:0;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}
.pc-design{
	display: none;
}
/*--------------------------------------------------*
 *   2020/08/06　リード文追加
 *--------------------------------------------------*/
#op_ranking　.read span{
font-size: 3.5vw;
}

#op_ranking .read {
    line-height: 1.8;
    padding: 5px 0;
}
.panlist{
    background: #6c5c0c;
}
#panlist_bali {
    color: #fff;
    font-size: 10px;
    list-style: outside none none;
    overflow: hidden;
     padding: 4px;
	 margin:0;
	 width:auto;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}