﻿/*
Theme Name: wondertrip
Theme URI: http://wondertrip.jp/
Author: wondetrip
Author URI: http://wondertrip.jp/
Description: wondertrip
Version: 1
*/

@charset "UTF-8";
#main .section .more {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .section .more a {
	font-size: 12px;
	text-align: center;
	border: 1px solid #EEEEEE;
	height: 45px;
	width: 100%;
	display: block;
	line-height: 45px;
	font-weight: bold;
}
#main .section .more a:hover {
	background-color: #E6E6E6;
	color: #FFF;
}
.entry .view {font-size: 70%;color: #999;}
.entry .view span {font-weight: bold;margin-right: 5px;}




*{text-decoration:none;margin:0;padding:0}
.clear{clear:both}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
* html .clearfix{height:1%}
body{
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	line-height: 1.5;
    font-weight:500
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:400;font-style:normal}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
q:before,q:after{content:''}
fieldset,img,abbr,acronym{border:0}

a {color: #333333;text-decoration: none;}
a:hover {color: #00bddb;}



.inner {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

/*
###############################
  #top-header
###############################
*/
#top-header {
	background-color: #F9F9F9;
	height: 15px;
	width: 100%;
	font-size: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
}
#top-header h1,p.h1 {float: left;}
#top-header ul {float: right;}
#top-header li {display: inline;margin-right: 5px;}
/*
###############################
  #middle-header
###############################
*/
#middle-header {height: 50px;}
#middle-header #logo {
	float: left;
	height: 30px;
	width: 129px;
	margin-top: 16px;
	margin-right: 20px;
}
#middle-header #middle-nav {float: left;}
#middle-header #middle-nav ul {margin: 0px;padding: 0px;}
#middle-header #middle-nav li {display: inline;margin-right: 10px;}
#middle-header #middle-nav li a{
	font-size: 70%;
	font-weight: bold;
	background-color: #F3F3F3;
	display: inline-block;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-top: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*
###############################
  #header
###############################
*/
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeDEF;
	height: 50px;
	width: 100%;
	background-color: #FFF;
	z-index: 10000;
	position: relative;
}
.menu {
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.menu .init-bottom {margin-right: 24px;}
.menu > li {
	float: left;
	font-size: 75%;
	margin-right: 30px;
	line-height: 50px;
	font-weight: bold;
}
.menu > li a {display: block;}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu:before,
.menu:after {
	content: " ";
	display: table;
}
.menu:after {clear: both;}
.menu {*zoom: 1;}
li.menu__mega ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeDEF;
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebeDEF;
	border-left-color: #ebeDEF;
}
.menu__mega {margin-right: 50px;}
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 90px;
	left: 0;
	box-sizing: border-box;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
li.menu__mega:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
li.menu__mega ul.menu__second-level li {
	float: left;
	width: 150px;
	border: 1px solid #ebeDEF;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 10px;
	background-color: #F9F9F9;
}
li.menu__mega ul.menu__second-level li a{color: #000;}
li.menu__mega ul.menu__second-level li a:hover{color: #FFF;}
li.menu__mega ul.menu__second-level li:hover {
	border: 1px solid #00bddb;
	background-color:  #00bddb;
}
#header  .nav-more {
	background-image: url(images/ico_more.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#header.fixed {
	/*position: fixed;*/
	left: 0;
	top: 0;
}
/*
##################
  #searcharea
##################
*/
#searcharea {
	float: right;
	width: 500px;
	margin-top: 10px;
	z-index: 10000;
}
#searcharea .textarea {
	width: 350px;
	height: 38px;
	text-indent: 10px;
	border: 1px solid #FFF;
	font-size: 16px;
}
#searcharea #searchsubmit {
	background-color: #00BDDB;
	height: 42px;
	width: 100px;
	border: 1px solid #00BDDB;
	font-weight: bold;
	color: #FFF;
}
/*
#################
  badge
#################
*/
.badge {
	position: absolute;
	height: 50px;
	width: 50px;
	left:-15px;
	top: -10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	font-family: 'Patua One', cursive;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	line-height: 50px;
}
.ico_omg {background-color: #FFEE00;color: #000;}/*絶景*/
.ico_tips {background-color: #00BDDB;color: #FFF;}/*トラベルハック*/
.ico_video {background-color: #15C1AB;color: #FFF;}/*動画*/
.ico_girls {background-color: #F74792;color: #FFF;}/*女子旅*/
.ico_hot {background-color: #F95B52;color: #FFF;}/*人気*/
.ico_stay {background-color: #D27DC0;color: #FFF;}/*ホテル*/
.ico_food {background-color: #F39C11;color: #FFF;}/*食べ物*/

/*
###############################
  #footer
###############################
*/
#footer {
	background-color: #f0f4F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	overflow:hidden;
}
.foot-section {margin-bottom: 20px;}
#footer #foot-nav {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
}
#footer #foot-nav li {
	display: inline;
	margin-right: 20px;
	font-size: 70%;
}
#footer #foot-searchbox {margin-bottom: 30px;}
#footer #searcharea {
	float: none;
	width: 100%;
	margin-top: 10px;
	z-index: 10000;
}
#footer #searcharea .textarea {
	width: 930px;
	height: 38px;
	text-indent: 10px;
	border: 1px solid #FFF;
	font-size: 16px;
}
#footer #searcharea #searchsubmit {
	background-color: #00BDDB;
	height: 42px;
	width: 100px;
	border: 1px solid #00BDDB;
	font-weight: bold;
	color: #FFF;
}
#footer #foot-contents {margin-bottom: 20px;}
#footer #foot-contents #foot-main {float: left;width: 730px;}
#footer #foot-contents #foot-main dl {
	float: left;
	width: 170px;
	margin-right: 12px;
	margin-bottom: 20px;
}
#footer #foot-contents #foot-main dl dt {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #6A6E71;
}
#footer #foot-contents #foot-main dl dd a {
	font-size: 75%;
	margin-bottom: 8px;
	color: #A2A5B3;
}
#footer #foot-contents #foot-main dl dd a:hover {text-decoration: underline;}
#footer #foot-contents #foot-sub {float: right;width: 300px;}
#footer #foot-contents #foot-sub #footinfo {text-align: center;}
#footer #foot-contents #foot-sub #footinfo dl dt {margin-bottom: 10px;}
#footer #foot-contents #foot-sub #footinfo dl dd {font-size: 80%;}
#footer #foot-contents #foot-sub .foot-section .fb-page {margin-bottom: 10px;}
#footer #foot-contents #foot-sub .foot-section ul li {margin-bottom: 10px;}
#footer #foot-contents #foot-sub .foot-section ul a {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#footer #foot-contents #foot-sub .foot-section ul .f-fb a {background-color: #3A589E;}
#footer #foot-contents #foot-sub .foot-section ul .f-ln a {background-color: #00C300;}
#footer #foot-contents #foot-sub .foot-section ul .f-tw a {background-color: #00ACED;}
#footer #foot-contents #foot-sub .foot-section ul .f-gp a {background-color: #004879;}
#footer #foot-contents #foot-sub .foot-section ul .f-fd a {background-color: #87BF31;}
#footer #foot-about {margin-bottom: 20px;}
#footer #foot-about h4 {
	color: #6A6E71;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer #foot-about p {color: #6A6E71;font-size: 85%;}
#footer address {font-size: 70%;text-align: center;}
#footer #pagetop a {
	line-height: 45px;
	color: #FFF;
	background-color: #00BDDB;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 100%;
	font-family: 'Patua One', cursive;
	font-size: 90%;
	font-weight: bold;
}
/*
###############################
  passnav
###############################
*/
.passnav {
	font-size: 70%;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebedef;
	color: #666;
	margin-bottom: 20px;
}
.passnav  .breadcrumbs a {color: #00bddb;}
.passnav  .breadcrumbs .category {
	margin-right: 10px;
	margin-left: 10px;
}

 /*
###############################
  #tag
###############################
*/
#tag ul {margin: 0px;padding: 0px;}
#tag li {display: inline;}
#tag li a{
	display: inline-block;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	color: #666;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(images/ico_tag.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#tag li a:hover {background-color: #F9F9F9;}

/*
#############################
  tablenav
#############################
*/
.tablenav{
	color:#2583ad;
	line-height:2em;
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
a.page-numbers,.tablenav .current{
	text-decoration:none;
	font-size:smaller;
	background-color:#FFF;
	padding:12px;
	border: 1px solid #F3F3F3;
}
a.page-numbers:hover{color:#FFF;background-color:#E6E6E6}
.tablenav .current{color:#FFF;font-weight:bold:;background-color:#E6E6E6;border-color:#E6E6E6}
.tablenav .next,.tablenav .prev{border:0 none;text-decoration:underline;font-size:smaller;font-weight:700;background-color:#FFF}
.tablenav ul {margin: 0px;padding: 0px;}
.tablenav ul li {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.tablenav ul li a {
	text-decoration:none;
	font-size:smaller;
	background-color:#FFF;
	padding:12px;
	border: 1px solid #F3F3F3;
}
.tablenav ul li a:hover {color:#FFF;background-color:#E6E6E6;} 
.img-list #topicscontents dl dt a img:hover {  
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
 /*
#############################
  parts
#############################
*/
#page-top {
	position: fixed;
	right: 30px;
	top: 80px;
}
.more {margin-top: 15px;margin-bottom: 15px;}
.more a {
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	height: 45px;
	width: 100%;
	display: block;
	line-height: 45px;
	font-weight: bold;
}
.more a:hover {background-color: #000;color: #FFF;}
#next{ text-align:center; clear:both; width:100%;}
#next span{background:url('images/loading.gif') no-repeat center; display:block; height:60px; text-indent:-9999px;} 
/*
###############################
  ad
###############################
*/
.adlist  ul {text-align: center;}
.adlist  li {
    max-width: 336px;
    float: left;
    margin-right: 20px;
    min-width: 336px;
}
.ad-big {
	width: 970px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.ad728 {
	width: 728px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#ad_long {
	height: 90px;
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-bottom: 20px;
}
.adlist-mini {
	margin-top: 20px;
	margin-bottom: 20px;
}
.adlist-mini ul {margin: 0px;padding: 0px;}
.adlist-mini  li {float: left;}
/*

/*
###############################
  #feature
###############################
*/
#feature h3,#contents #toptxt {
	font-size: 160%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bold;
}
#feature .entry {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#feature .entry dl dt {margin-bottom: 5px;}
#feature .entry dl dd {font-size: 80%;}
#contents {margin-bottom: 40px;}

/*
###############################
  #main
###############################
*/
#main {float: left;width: 730px;}
#main .entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}
#main .entry dl dt {
	float: left;
	width: 170px;
	margin-right: 10px;
    height: 122px;
    overflow: hidden;
}

#main .entry dl {position: relative;}
#main .entry .tit {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main .entry .lead {
	font-size: 70%;
	margin-bottom: 10px;
	color: #999;
}
#main .section {margin-top: 20px;}
#main .section h3 {
	font-size: 16px;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}



/*
###############################
  #sub
###############################
*/
#sub {float: right;width: 300px;}
#sub .subbox {margin-bottom: 20px;}
#sub .subbox h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#ranking {counter-reset: wpp-ranking;}
#ranking dl {position: relative;}
#ranking dl dt:before {
	color:#FFF;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	text-align:center;
	opacity:0.999;
	line-height:25px;
	width: 25px;
	height: 25px;
	background-color:#F95B52;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sub .subbox .entry {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeDEF;
	padding-bottom: 10px;
}

#sub .subbox .entry  dt {
	float: left;
	width: 97px;
	margin-right: 10px;
    overflow: hidden;
    height: 63px;
}
#sub .subbox .entry dt img {
    width: 100% !important;
    height: auto !important;
}
#sub .subbox .entry  dt  img {height: 65px;width: 97px;}
#sub .subbox .entry  .tit {font-size: 80%;}
#sub-fixed.fixed {
	position: fixed;
	top: -0px;
	width: 300px;
}
 /*
#############################
  category
#############################
*/
#cat .adlist.single-section {
    margin: 0px 0 20px 0;
    padding: 0 0 0 18px;
}
#cat #main h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#cat #main .entry dt img {height: 90px;width: 133px;}
#cat #main .entry dl  dt {
	float: left;
	width: 133px;
	margin-right: 10px;
}
#cat #main .entry dl {position: relative;}
#cat #main .entry  .tit {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#cat #main .entry  .lead {
	font-size: 75%;
	margin-bottom: 10px;
	color: #999;
}

#nav {
	float: left;
	width: 125px;
	margin-right: 10px;
}
#nav ul {margin: 0px;padding: 0px;}
#nav ul li {min-height: 35px;}
#nav ul li a {
	font-size: 80%;
	padding-left: 10px;
	height: 35px;
	display: block;
	line-height: 35px;
}
ul.children li {
    margin: 0 0 0 10px;
}
#nav ul li a:hover {
	background-color: #f3f3f3;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #04BDD8;
}

#section-panel {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#section-panel-left {
	float: left;
	width: 125px;
	margin-right: 10px;
}
#section-panel-left img {
	height: 125px;
	width: 125px;
    border-radius: 100px;       
    -webkit-border-radius: 100px;    
    -moz-border-radius: 100px;   	
}
#section-panel-right {float: left;width: 910px;}
#section-panel-right  h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
#section-panel-right p {
	font-size: 13px;
	color: #999;
}

/*
###############################
  topicscontents
###############################
*/
#topicscontents {margin-bottom: 15px;}
#topicscontents dl {
	margin: 7px;
	width: 335px;
	float: left;
	position: relative;
}
#topicscontents dl dt img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}
#topicscontents dl .title {
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 161px;
}
#topicscontents dl .title a {
	color: #FFF;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
	height: 45px;
	width: 320px;
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#topicscontents dl .txt-more {
	font-size: 80%;
	padding: 10px;
	color: #999;
	background-color: #FFF;
}
#topicscontents dl .view {
	font-size: 85%;
	color: #999;
	text-align: right;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-right: 5px;
}
#topicscontents dl img.attachment-large.size-large.wp-post-image {
    max-width: 340px;
    max-height: 226px;
}
 /*
#################
  #nav-cat
#################
*/
#nav-cat ul {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	border-left-color: #f3f3f3;
	border-right-color: #f3f3f3;
}

#nav-cat ul li a {
	float: left;
	width: 27.2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	line-height: 24px;
	padding-left: 3%;
	display: block;
}
#nav-cat ul li.rightlist a {
	border-right: none;
}

#nav-cat li a:hover {background-color: #F9F9F9;}
#nav-cat ul li  img {float: right;}
#nav-cat .name {font-size: 90%;color: #666;}
#nav-cat .count {font-size: 80%;color: #999;}
#nav-cat  .crop_image {
	border-radius: 100px;		
	-webkit-border-radius: 100px;	
	-moz-border-radius: 100px;	
}

p#breadcrumbs {
    width: 1080px;
    margin: 0 auto;
}


dd.listcategory {
    display: block;
    position: absolute;
    z-index: 999;
    background-color: #F05764;
    padding: 2px 0;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    width: 12%;
    text-align: center;
    font-size: 68%;
}
dd.listcategory.list-wonder-Disney {
    background-color: #ff0066;
}
dd.listcategory.list-wonder-Japan {
    background-color: #F8D718;
    color: #222;
}
dd.listcategory.list-wonder-Oceania {
    background-color: #81D1FF;
    color: #222;
}
dd.listcategory.list-wonder-Gift {
    background-color: #17CED6;
}
dd.listcategory.list-wonder-Traveler {
    background-color: #FFAC10;
}
dd.listcategory.list-wonder-Idea {
    background-color: #E3E800;
    color: #332E0F;
}
dd.listcategory.list-wonder-Culture {
    background-color: #26CDF7;
}
dd.listcategory.list-wonder-Movie {
    background-color: #29AAE3;
}
dd.listcategory.list-wonder-Gourmet {
    background-color: #E3E800;
    color: #332E0F;
}
dd.listcategory.list-wonder-Asia {
    background-color: #E88353;
}
dd.listcategory.list-wonder-Africa {
    background-color: #A8C38D;
}
dd.listcategory.list-wonder-Europe {
    background-color: #49A8CD;
}
dd.listcategory.list-wonder-History {
    background-color: #999;
}
dd.listcategory.list-wonder-Column {
    background-color: #26CDF7;
    color:#000;
}
dd.listcategory.list-wonder-Book {
    background-color: #222;
}
dd.listcategory.list-wonder-Spa {
    background-color: #FECB43;
}

img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
    height: auto;
}
#sub #follow ul l {text-align: center;}
#sub #follow ul li {display: inline;margin-right: 5px;}
#sub #info {
	text-align: center;
	background-color: #f0f4F5;
	border: 1px solid #D3E8E3;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#sub #info li {font-size: 70%;margin-bottom: 10px;}

#categorylist dl {
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EBEDEF;
    padding: 2%;
    background-image: url(//wondertrip.jp/wp-content/themes/wondertripSP/images/ico_more.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px 18px;
    font-size: 80%;
}



h2.CategoryH2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}
img.CategoryImgMain {
    width: 100%;
    height: auto;
}
p.CategoryLead {
    font-size: 13px;
    line-height: 1.8;
    margin: 10px 0;
}
p.CategoryArticle a {
    color: #00BDD8;
    display: block;
    margin: 10px 0 30px;
    padding: 10px;
    border-color: #00BDD8;
    border-style: solid;
    border-width: 1px;
}
h3.CategoryOutline {
    border: none;
    margin: 10px;
    font-size: 14px;
}
ul.CategoryGuide {
    margin: 0px 10px 10px 30px;
    font-size: 13px;
}
.CategorySpots {
    font-size: 13px;
    margin: 0 0 5px 30px;
    word-break: break-all;
}


.matomesection-html iframe {
    width: 100%;
}
p.spotpage {
    text-align: right;
    font-size: 85%;
}

iframe.wp-embedded-content {
    display: none;
}
div#lastparts h2 {
    border: none;
}
img.lazy-hidden {
    margin: 0;
    width: 50px;
    border: 1px solid rgb(219, 219, 219);
    padding: 325px 340px;
    border-radius: 4px;
    box-shadow: none;
}
#article a.shopping {
    color: #fff;
    font-weight: bold;
    width: calc(100% - 2px);
    display: block;
    padding: 2% 0;
    text-align: center;
    background-color: #D14524;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ccc;
}.adlist {
    margin: 30px 0 30px;
}