@charset "utf-8";
/* top */
/*一時預かり駐車場*/
#main_contents #ichiji {
	margin:0 0 5px;
	padding:0;
	background:url(http://www.kyotopublic.or.jp/images/bg_ichiji_parking.jpg) top right no-repeat;
}

#main_contents #ichiji h2 img {
	vertical-align:top;
}

#main_contents #ichiji #ichiji_left {
	float:left;
	width:347px;
}

#main_contents #ichiji #ichiji_right {
	float:left;
	width:183px;
}

#main_contents #ichiji #ichiji_right ul {
	list-style:none;
	margin:10px 0 0;
	padding:0;
}

#main_contents #ichiji #ichiji_right ul li {
	margin:0 0 6px;
}

#main_contents #ichiji #ichiji_right ul li:last-child {
	margin-bottom:0;
}

#main_contents #ichiji #ichiji_right ul li img {
	vertical-align:top;
}

/*定期駐車場*/
#main_contents #teiki {
	margin:0 0 5px;
	/*background:url(http://www.kyotopublic.or.jp/images/bg_teiki_parking.jpg) top right no-repeat;*/
}

#main_contents #teiki h2 img {
	vertical-align:top;
}

#main_contents #teiki #teiki_left {
	float:left;
	width:347px;
}

#main_contents #teiki #teiki_right {
	float:left;
	width:183px;
}

#main_contents #teiki #teiki_right ul {
	list-style:none;
	margin:10px 0 0;
}

#main_contents #teiki #teiki_right ul li {
	margin:0 0 6px;
}

#main_contents #teiki #teiki_right ul li:last-child {
	margin-bottom:0;
}

#main_contents #teiki #teiki_right ul li img {
	vertical-align:top;
}

/*バナー群*/
#main_contents .main_baneer p {
	margin-bottom:8px;
}

#main_contents .main_baneer p:last-child {
	margin-bottom:0;
}

#main_contents .main_baneer img {
	vertical-align:top;
}

/*TOPICS*/
#topics {
	position:relative;
}

#topics .list_btn {
	list-style:none;
	position:absolute;
	top:18px;
	right:5px;
}

#topics dl {
	margin:0 10px 0;
	padding:10px 0 10px;
	border-bottom:1px dotted #8b8b8b;
	clear:both;
}

#topics dl:last-child {
	margin:0 10px 0;
	padding:10px 0 10px;
	border-bottom:none;
}

#topics dl dt {
	float:left;
	width:100px;
}

#topics dl dd {
	float:left;
	width:385px;
	background:url(http://www.kyotopublic.or.jp/images/ico_topics.png) 0px 3px no-repeat;
	padding-left:15px;
}

/*イベントバナー*/
#event_banner {
	margin:0 0 5px;
}

#event_banner p {
	margin:0;
	line-height:1;
}

/*満空*/
#parking_mankuu {
	margin:0 0 10px;
}

#parking_mankuu h2 {
	margin:0 0 5px;
}

#mankuu_list {
	border:1px solid #979797;
}

#parking_mankuu p {
	font-size:0.9em;
	font-weight:bold;
}

/*バナー*/
#right_banner {
	text-align:center;
	padding:15px 0;
	background-color:#deeff2;
}

#right_banner p {
	line-height:1;
	margin:0 0 5px;
}

#right_banner p:last-child {
	line-height:1;
	margin:0 0 0;
}

#right_banner p img {
	vertical-align:top;
}

#info {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top:20px;
	padding:10px;
	border:3px solid #cccccc;
}

#info h3 {
	text-align:center;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding:0 0 10px;
}

#info p {
	text-align:center;
	font-weight:bold;

	margin:0;

}

#info p .tel {
	font-size:1.4em;
	padding:5px 0 5px 35px;
	background:url(http://www.kyotopublic.or.jp/images/ico_tel.png) top left no-repeat;
	min-height:30px;
}

#info p .time {
	font-weight:normal;
	font-size:1.1em;
	padding-left:15px;
}

.ttl_sns {
	border-top:3px solid #00839b;
	border-bottom:1px solid #00839b;
	font-size:1.2em;
	margin:30px 0 15px;
	padding:8px;
}

#index_contents{
  float: left;
  width: 755px;
}

/* タブ表示 */
.top_tab {
	text-align:center;
}
.top_tab_content ul li.motorcycle{
  display: block;
  background: url(http://www.kyotopublic.or.jp/images/tab02_select.png);
}
.top_tab_content ul li.bicycle{
  display: block;
  background: url(http://www.kyotopublic.or.jp/images/tab02_select.png);
}
.top_tab li {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: inline-block;
  width: 247px;
  padding: 10px 0;
  text-align: center;
  background: #FFF;
  border-top: 1px solid #1B90C5;
  border-right: 1px solid #1B90C5;
  border-left: 1px solid #1B90C5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  z-index: 1;
}
.top_tab li:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #E8E8E8;
  border-right: 3px solid #E8E8E8;
  border-left: 3px solid #E8E8E8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  width: 241px;
  padding-bottom: 2px;
  height: 39px;
  z-index: 10;
}
.top_tab li.select {
  width: 246px;
  padding: 10px 0;
  border-top: 1px solid #1B90C5;
  border-right: 1px solid #1B90C5;
  border-left: 1px solid #1B90C5;
  background: #41b4e4;
  background: -moz-linear-gradient(top, #41b4e4 0%, #1b90c5 74%);
  background: -webkit-linear-gradient(top, #41b4e4 0%,#1b90c5 74%);
  background: linear-gradient(to bottom, #41b4e4 0%,#1b90c5 74%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b4e4', endColorstr='#1b90c5',GradientType=0 );
}
.top_tab li.select:before{
  border: none;
}
.top_tab li.select.car span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab01_select.png) no-repeat ;
  background-position: center;
  width: 139px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab li.car span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab01.png) no-repeat center center;
  width: 137px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab li.select.motorcycle span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab02_select.png) no-repeat ;
  background-position: center;
  width: 137px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab li.motorcycle span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab02.png) no-repeat center center;
  width: 204px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab li.select.bicycle span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab03_select.png) no-repeat ;
  background-position: center;
  width: 204px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab li.bicycle span{
  display: block;
  background: url(http://www.kyotopublic.or.jp/spot/images/tab03.png) no-repeat center center;
  width: 204px;
  height: 24px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_tab_content ul.hide {
	display:none;
}
.top_tab_content{
  border: 4px solid #1B90C5;
  margin-bottom: 20px;
  padding: 22px;
  overflow: hidden;
}
.top_tab_content li{
  list-style-type: none;
}
.top_tab_content h2{
  background: #D6EFF9;
  width: 455px;
  padding: 5px;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.top_tab_content .maps h2 span,
.top_tab_content .spots h2 span{
  position: absolute;
  top: 0;
  right: 0;
}
.top_tab_content .maps .finger,
.top_tab_content .spots .finger{
  position: absolute;
  top: 10px;
  right: 0;
}
.top_tab_content .manku h2{
  background: #FF8000;
  width: 210px;
  padding: 5px;
  font-weight: bold;
  font-size: 17px;
  color: #FFF;
}
.top_tab_content .spots h2{
  width: 700px;
  padding: 5px 0 5px 5px;
}
.top_tab_content .keywords .inner,
.top_tab_content .maps .inner,
.top_tab_content .spots .inner{
  padding: 10px 0;
}
.top_tab_content .keywords,
.top_tab_content .maps{
  float: left;
}
.top_tab_content .manku{
  float: right;
  width: 220px;
  height: 265px;
}
.top_tab_content .manku iframe{
//  border: 1px solid #999;
      width:100%;
      height:100%;
      border:none;
      display:block;
}
.top_tab_content .manku #manku_height{
      width: 210px;
      height: 257px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
      margin: 10px;
}
.top_tab_content .keywords .keyword_input {
    width: 327px;
    margin: 0px 15px 0px 0px;
    padding: 8px 4px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #00839B;
    background-color: #F6F6F6;
}
.top_tab_content .keywords .search_btn {
    font-size: 1.4em;
    width: 120px;
    padding: 8px;
    background: #742799;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}
.top_tab_content .maps a.link{
  display: block;
  text-align: right;
  margin-top: 5px;
}
.top_tab_content .spots{
  clear:both;
}
.top_tab_content .spots ul li{
  float: left;
  width: 350px;
  height: 105px;
  margin-top: 20px;
}
.top_tab_content .spots ul li:nth-child(2n){
  float: right;
}
.top_tab_content .spots ul li figure{
  float: left;
  margin-right: 10px;
}
.top_tab_content .spots ul li h3{
  float: left;
}
.top_tab_content .spots ul li p{
  float: left;
  width: 250px;
}
.top_tab_content .keywords .column1{
  float: none;
}
.top_tab_content .column1 .keywords h2,
.top_tab_content .column1 .maps h2,
.top_tab_content .column1 .spots h2{
  background: #D6EFF9;
  width: 695px;
  padding: 5px;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.top_tab_content .column1 .keywords .keyword_input {
    width: 550px;
    margin: 0px 15px 0px 0px;
    padding: 8px 4px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #00839B;
    background-color: #F6F6F6;
}
.top_tab_content .keywords .search_btn {
    font-size: 1.4em;
    width: 120px;
    padding: 8px;
    cursor: pointer;
}
.top_tab_content .maps a.link{
  display: block;
  text-align: right;
  margin-top: 5px;
}
.top_tab_content .spots ul li{
  float: left;
  width: 350px;
  margin-top: 20px;
}
.top_tab_content .spots ul li:nth-child(2n){
  float: right;
}
.top_tab_content .spots ul li figure{
  float: left;
  margin-right: 10px;
}
.top_tab_content .spots ul li figure img{
  width: 120px;
  height: auto;
}
.top_tab_content .spots ul li h3{
  float: left;
}
.top_tab_content .spots ul li p{
  float: left;
  width: 215px;
}
.top_tab_content .spots a.link{
  float: right;
}
.main_bana img.bana{
  margin: 0 0 10px 0;
}

#main .pr_area{
  border: 1px solid #F5CE47;
  background: #FEFBEF;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#main .pr_area ul li{
  list-style-type: none;
  background: url(http://www.kyotopublic.or.jp/spot/images/arrow01.png) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 10px;
}
#main .pr_area ul li:nth-child(2){
  margin-bottom: 0;
}
#main .pr_area ul li a{
  color: #333333;
  text-decoration: underline;
}

#left_banner_area {
    background-color: inherit;;
    padding: 0;
}
#left_banner_area .facebook_area{
  margin: 20px 0;
}
#left_banner_area .tsukigime_area{
  background: url(http://www.kyotopublic.or.jp/spot/images/tsukigime_bg.png) no-repeat;
  width: 210px;
  height: 160px;
  position: relative;
  margin-bottom: 20px;
}
#left_banner_area .tsukigime_area a:nth-child(1){
  position: absolute;
  top: 40px;
  left: 10px;
}
#left_banner_area .tsukigime_area a:nth-child(2){
  position: absolute;
  top: 80px;
  left: 10px;
}
#left_banner_area .tsukigime_area a:nth-child(3){
  position: absolute;
  top:120px;
  left: 10px;
}
#left_banner_area .tsukigime_area a:hover{
  opacity: 0.5;
}
#left_banner_area .katsuyou_area{
  background: url(http://www.kyotopublic.or.jp/spot/images/katsuyou_bg.png) no-repeat;
  width: 210px;
  height: 190px;
  position: relative;
  margin-bottom: 20px;
}
#left_banner_area .katsuyou_area a{
  position: absolute;
  top: 140px;
  left: 20px;
}
#left_banner_area .katsuyou_area a:hover{
  opacity: 0.5;
}
#left_banner_area .other_link ul li{
  list-style-type: none;
  background: url(http://www.kyotopublic.or.jp/spot/images/arrow01.png) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 10px;
}
#left_banner_area .other_link ul li a{
  color: #333333;
  text-decoration: underline;
}
#left_banner_area .sns_area{
  margin: 20px 0;
}
#left_banner_area .sns_area img{
  vertical-align: top;
}
#left_banner_area .sns_area .inner{
  background: #00839B;
  padding: 10px;
}

#right_side .right_bana {
  margin-bottom: 20px;
}
#right_side #event_banner p{
  text-align: center;
  margin-bottom: 5px;
}
nav.page_link{
  width: 100%;
  margin: 0 auto 20px;
}
nav.page_link ul li{
  float: left;
  margin: 0 20px 10px 0;
  padding-left: 15px;
  background: url(http://www.kyotopublic.or.jp/spot/images/arrow01.png) no-repeat;
}

.area_page h2{
  background: url(http://www.kyotopublic.or.jp/spot/images/titlebg01.png) no-repeat;
  width: 755px;
  height: 65px;
  line-height: 65px;
  color: #FFF;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.map_content{
  margin-bottom: 30px;
}

 h2.area_title{
  background: #2493E2;
  width: 735px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #FFF;
  position: relative;
}
 h2.area_title span{
  position: absolute;
  top: 0;
  right: 15px;
}
.kyotoeki_area{
  width: 755px;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.kyotoeki_area h2{
  width: 745px;
  border-left: 5px solid #2493E2;
  border-bottom: 1px solid #999999;
  padding-left: 10px;
  font-size: 17px;
  margin-bottom: 15px;
}
.kyotoeki_area h2 img{
  margin-right: 10px;
  vertical-align: middle;
}
.parking_box{
  width: 755px;
}
.parking_box table {
  float: left;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 10px;
}
.parking_box table th{
  width: 15%;
  border: 1px solid #CCC;
  background: #F6F0F9;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.5;
}
.parking_box table td{
  width: 35%;
  border: 1px solid #CCC;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.2;
}
.parking_box table td.center{
  text-align: center;
}
.parking_box table td.center{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 30px;
}
.parking_box figure{
  float: left;
  margin-right: 15px;
}
.parking_box p{
  float: left;
  width: 595px;
}
.parking_box .to_detail{
  text-align: right;
}

#gmap #gmap_inner{
  width: 755px;
  height: 500px;
  margin-bottom: 30px;
}
