*{
	box-sizing: border-box;
	/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	margin:0;
}
#topics.centerbody {
    max-width: 1000px;
    margin: 0 auto;
}
.centerbody{
	font-family:inherit!important;
}
.page_link{
	margin:15px 0;
}
.page_link li{
	float:left;
	border-right:1px solid #666;
	padding:8px 0;
	text-align: center;
	width:33%;
}
.page_link li:last-child{
	border-right:none;
}
.linktoPlan{
	display: block;  
    width: 70%;
    text-align: center;
    margin: 15px auto;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    border: #333 solid 1px;
    border-radius: 3em;
    line-height: 1.4;
    position: relative;
    box-shadow: 2px 3px #333;
}
.linktoPlan a{
	font-size:1.3em;
	font-weight:bold;
	text-decoration: none;
	color:#333!important;
	display: block;
	padding: 15px;
}
.linktoPlan:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: scaleY(0.8) rotate(-45deg);
    -moz-transform: scaleY(0.8) rotate(-45deg);
    -ms-transform: scaleY(0.8) rotate(-45deg);
    -o-transform: scaleY(0.8) rotate(-45deg);
    transform: scaleY(0.8) rotate(-45deg);
}
.linktoPlan:hover{
	background:#eee;
}
/***attention 注意書き****/
.attention{
	margin:30px 0;
	padding:8px 20px;
	border:#ff0000 2px solid;
	font-size:1.2em;
}


.summery{
	border-top:#cee1fe 5px solid;
	border-bottom:#cee1fe 5px solid;
	padding:8px 20px;
	margin:30px 0;
	font-size:1.1em;
	padding: 15px 20px 8px;
}
.summery dt,.summery dd{
	display:inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight:bold;
	padding-bottom:10px;
}
.summery dt{
	width:10%;
	color:#0141c2;
}
.summery dd{
	width:88% ;
}
.summery dd span{
	color:#c00;
	font-size:2em;
	margin:0 5px;
}
.bgBlue{
	background:url("../../img/topics/his_miyako_bus/bg_blue.png") repeat;
}
.tourCont{
	position:relative;	
	padding:80px 8px 50px;
}
.tourCont.recommend{
	margin:150px 0 30px;
}
.tourCont.schedule{
	   margin: 150px 0 80px;
}
.tourCont.schedule　p img{
	width: 100%;
	height: auto;
}
.tourCont h2 img{
	position:absolute;
	top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
.recommendBox{
	padding:12px;
	margin-bottom:15px;
}
.recommendImg{
	width:38%;
	float:left;
	padding:6px;
	background:#fff;
	margin-right: 15px;
	border:1px solid #666;
	box-shadow: 3px 3px #666;
}
.recommendText{
	width:58%;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	padding:15px 12px;
	float:left;
	background: #FFF;
}
#topics .recommendText h3{
	font-family: "Sawarabi Gothic";
	border-bottom: 2px dotted #666;
    padding: 0px 0px 15px;
    text-align: center;
    font-size: 1.5em;
    color:#333;
    margin-bottom:12px;
}
.recommendImg.imgRight{
	margin-left:15px;
	margin-right:0;
}
.schedule table{
	border-collapse: collapse;
	margin:15px 0;
}
.schedule p img{
	width: 100%;
	height: auto;
}
#topics .schedule table th,#topics .schedule table td{
	border:1px solid #666;
	padding:0 5px;
}
#topics .schedule table th{
	background:#eee;
	border-bottom:none;
}
#topics .schedule h3{
	font-family: "Sawarabi Gothic";
	text-align: center;
	font-size:1.6em;
	margin:30px 0;
	border-bottom:none;
	color:#333;
}
.spotCont{
	position:relative;
	width:48.5%;
	display:inline-block;
	vertical-align: top;
	padding: 15px;
    margin-bottom: 20px;
}
.spotCont:nth-child(even){
	margin-right:15px;
}
.spotCont::before,
.spotCont::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.spotCont::before {
  top: 0;
  left: 0;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
}
.spotCont::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}
.spotCont img{
	width:100%;
	height: 250px;
}
.spotCont h4{
	text-align: center;
	font-family: "Sawarabi Gothic";
	margin:12px 0;
	font-size:1.5em;
	color:#000;
}