@charset "utf-8";

/*------------------------------------------------------------------------------
Kyoto Prefecture Tourism Guide - CSS Modules Import
URL: http://
Date: 2011-02-02
Copyright (C) Kyoto Tourism Federation. All rights reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Redefine

---------------------------------------- */
#Mv {
	text-align: center;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #444;
}

a:link {
	color: #444;
	text-decoration: underline;
}

a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover,
a:visited:hover {
	text-decoration: none;
}

a:active {
	color: #444;
	text-decoration: none;
}


/* 必要な箇所だけに指定する場合は削除
------------------------------- */

img {
	vertical-align: bottom;
}

/*
**
IE6,7 で font-size 11px を使用する場合は日本語フォントを明示的に指定する
使用しない場合は削除

* html body,
* html body input,
* html body select {
    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
}

*:first-child+html body,
*:first-child+html body input,
*:first-child+html body select {
    font-family: 'メイリオ','ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
}
**
*/


/* ----------------------------------------

Container

---------------------------------------- */

div#Container {
	display: table;
	width: 100%;
	margin: 0 auto;
	font-size: 12px; /* fontsize 12px */
	background: url(../../img/common/header_common_bg.png) 0 0 repeat-x;
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://aloestudios.com/tools/emchart/
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

p#Noscript {
	position: relative;
	margin-top: 15px;
	margin-bottom: -20px;
	text-align: center;
	color: #999;
}

/* ----------------------------------------

Header

---------------------------------------- */

div#Header {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 82px;
	line-height: 1.0;
	font-size: 0;
}

div#Header p.Skip {
	height: 0;
	width: 0;
	overflow: hidden;
}


/* HeaderMnu */
div#HeaderMnu h1#SiteID,
div#HeaderMnu p#SiteID {
	width: 543px;
	float: left;
	padding-top: 26px;
}

#HeaderMnu #SiteID a {
	display: block;
	width: 100%;
	height: 100%;
}
#HeaderMnu #SiteID a:hover {
	opacity: 0.7;
}

#HeaderMnu #SiteID img {
	/*width: 90%;*/
    height: auto;
}


/* HeaderNav */
div#HeaderNav {
 	/*width: 380px;*/
	width: 290px;
	float: right;
	padding-top: 18px;
 }


/* HeaderNavInBox */

#HeaderNavInBox {
	width: 400px;
	float: right;
}

div#HeaderNavInBox dl#TxtSize {
    float: left;
    width: 164px;
}

dl#TxtSize dt {
    display: block;
    padding-right: 4px;
	float: left;
	padding-top: 3px;
}


dl#TxtSize dd {
	display: block;
	padding-left: 1px;
	float: left;
	text-indent: -9999em;
}

ul#LangNav {
	float: right;
	line-height: 0;
}

ul#LangNav li {
	display: inline;
	padding-right: 1px;
}

dl#TxtSize dd.BigReset,
dl#TxtSize dd.SmallReset,
dl#TxtSize dd.Big,
dl#TxtSize dd.Small {
	width: 22px;
	height: 18px;
}

dl#TxtSize dd.ResetReset,
dl#TxtSize dd.Reset {
	width: 38px;
	height: 18px;
}

dl#TxtSize dd.Reset {
	width: 38px;
	height: 18px;
}

dl#TxtSize dd.Reset {
	background: url(../../img/common/text_normal_off.png) 0 0 no-repeat;
}

div#Header dl#TxtSize dd.ResetReset {
	background: url(../../img/common/text_normal_on.png) 0 0 no-repeat;
}

dl#TxtSize dd.Big {
	background: url(../../img/common/text_large_off.png) 0 0 no-repeat;
}

div#Header dl#TxtSize dd.BigReset {
	background: url(../../img/common/text_large_on.png) 0 0 no-repeat;
}

dl#TxtSize dd.Small {
	background: url(../../img/common/text_small_off.png) 0 0 no-repeat;
}

div#Header dl#TxtSize dd.SmallReset {
	background: url(../../img/common/text_small_on.png) 0 0 no-repeat;
}


/* CustumSearch */
div#CustumSearch {
	font-size: 12px;
	line-height: 1.67;
	margin-bottom: 10px;
	text-align: right;
}


div#CustumSearch #HdrSch {/*
	background: url(../../img/common/ico_google_logo_01.png) 8px 50% no-repeat;*/
	background: url(../../img/common/bg_input_01.png) 0 0 repeat-x !important;
	border: 1px solid #e7e7e7 !important;
	border-right-size: 2px;
	width: 203px;
	height: 18px;
	padding: 0 !important;
}

div#CustumSearch #BtnSch {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/* ----------------------------------------

Mv

---------------------------------------- */

div#Mv {
	width: 100%;
	margin: 0 auto;
	height: 200px;
}

div#Mv img.filter {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto;
}

/* ----------------------------------------

Global

---------------------------------------- */

ul#GlobalNav {
	width: 960px;
	margin: 0 auto;
}

ul#GlobalNav li {
	float: left;
}


/* ----------------------------------------

Content

---------------------------------------- */

div#Content {
	margin: 30px auto 120px;
	width: 960px;
}

/* Noscript
------------------------------- */

div#Content p#Noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
}

/* TopicPath
------------------------------- */

div#Content ol#TopicPath {
	margin-bottom: 15px;
}

div#Content ol#TopicPath li {
	display: inline;
	padding: 0 10px 0 13px;
	background: url(../../img/common/ico_arrow_01.png) left center no-repeat;
	font-size: 12px!important;
}

div#Content ol#TopicPath li#TopPage {
	padding-left: 0;
	background: none;
}

@media screen and (min-width: 960px) {
	div#Content ol#TopicPath li {
		font-size: 83.4%!important;
	}
}
/* ----------------------------------------

Content - Main

---------------------------------------- */
div#Main {
	max-width: 100%;
	float: left;
}

@media screen and (min-width: 960px) {
div#Main.hasSide{
	max-width: 700px;
	float: left;
}
}

div#Main_02 {
	width: 100%;
}


/* --- News --- */
div#Content h2.TopTitStyle {
	position: relative;
}
div#Content div#News {
	margin-bottom: 25px;
}
div#Content div#News h2 {
	margin-bottom: 15px;
}
div#Content div#News h2.TopTitStyle a {
	position: absolute;
	top: 5px;
	right: 0;
}
ol#NewsList01 {
	width: 700px;
	/* margin-left: -26px; */
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ol#NewsList01 li {
	position: relative;
	width: 164px;
	min-height: 240px;
	border: solid 1px #c4c4c4;
	margin:0 12px 20px 0px;
}
ol#NewsList01 li:nth-of-type(4n) {
	margin-right: 0;
}
ol#NewsList01 li a{
	display: contents;
}
ol#NewsList01 li .linkTit{
	display: block;
	background: url(../../img/common/ico_arrow_02.png) 0 0.3em no-repeat;
	padding-left: 20px;
	margin-bottom: 26px;
	word-wrap:break-word;
}
ol#NewsList01 li .imgBox {
	background-color: #FAF9F5;
	width: 164px;
	/* display: table; */
	height: 138px;
	line-height: 138px;
	border-bottom: solid 1px #c4c4c4;
	text-align: center;
}
ol#NewsList01 li .imgBox img {
	width: 164px;
	height: 138px;
	object-fit: cover;
}
ol#NewsList01 li .imgBox a{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
ol#NewsList01 li .imgBox a img{
	max-width: 214px;
	max-height: 138px;
}
ol#NewsList01 li .BoxIn{
	padding:10px 10px 30px;
}
ol#NewsList01 li .txtIcon{
	z-index: 999;
	position: absolute;
	top: inherit;
	bottom: 10px;
	left: 10px;
}
ol#NewsList01 li a:hover .txtIcon i{
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
}
ol#NewsList01 li .date{
	font-size: 11px;
	color: #444444;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
@media screen and (min-width: 960px) {
	ol#NewsList01 li a{
		display: block;
	}
}
/* ----------------------------------------

Content - Sub

---------------------------------------- */

div#Sub {
	width: 230px;
	float: right;
}

/* --- twitterWiget --- */
.twitterWiget iframe.twitter-timeline {
	height: 455px;
	margin-bottom: 20px;
}

div#Sub .SubCol {
	margin-bottom: 20px;
}

/* --- EventCalSec --- */
div#SubCal {
	background:url(../../img/common/cal_bg.png) 0 0 repeat;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	_zoom: 1;
	_position: relative;
}

div#SubCal div.InSec {
	background:url(../../img/common/cal_bg_btm.png) 0 100% no-repeat;
	padding-bottom: 14px;
	_padding-bottom: 14px;
	margin-left: -1px;
}

div#SubCal div.InSec ul {
	_margin: 13px 0 0 6px;
}

div#SubCal caption {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}

div#SubCal caption span {
	font-weight: bold;
	padding-left: 0.5em;
}

div#SubCal table {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 200px;
	margin: 0 auto;
}

div#SubCal table th span,
div#SubCal table td span {
	padding-left: 0;
	font-weight: normal;
}

div#SubCal table th,
div#SubCal table td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 3px 6px;
	background: #fff;
	text-align: center;
}

div#SubCal table thead th {
	color: #262626
}

div#SubCal table td {
	color: #a6a6a6;
}

div#SubCal table .Hol {
	background: #fdeeee;
}

div#SubCal table th.Hol  {
	color: #cb7070;
}

div#SubCal table td.Hol  {
	color: #e19f9f;
}

div#SubCal table .Sat {
	background: #eef6ff;
}

div#SubCal table th.Sat {
	color: #0c5871;
}

div#SubCal table td.Sat {
	color: #689eae;
}

div#SubCal table .HolEve {
	background: #ffd3d3;
}

div#SubCal table .SatEve {
	background: #c9e2fe;
}

div#SubCal table .WeekEve {
	background: #f2f2f2;
}

div#SubCal table .HolEve a {
	color:#d86a6a;
}

div#SubCal table .SatEve a {
	color:#307c93;
}

div#SubCal table .WeekEve a {
	color: #444;
}

div#SubCal ul {
	overflow: hidden;
	line-height: 1.0;
	width: 200px;
    margin: 13px auto 6px;
}

div#SubCal ul li {
	float: left;
	padding: 0 0 4px 4px;
	text-align: center;
}
div#SubCal ul li:nth-child(odd) {
	padding-left: 0;
}


/* --- SubInfoSearch --- */
div#SubInfoSearch {
	_zoom: 1;
	_position: relative;
}

div#SubInfoSearch h3 {
	_zoom: 1;
	_position: relative;
}

div#SubSubInfoSearchInBox {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul#SubInfoSearchMnu {
	margin: 0;
	line-height: 1.0;
	padding: 0 14px 14px 14px;
}

div#SubInfoSearch form,
div#SubInfoSearch h4 {
	padding-left: 14px;
}

div#SubInfoSearch input.InputBox {
	width: 143px;
}

div#SubInfoSearch input {
	vertical-align:middle;
}

/* --- SubBnr--- */
div#Sub ul.SubBnr {
	_zoom: 1;
	_position: relative;
}

div#Sub ul.SubBnr li {
	margin-top: 6px;
}


/* --- Sublink--- */
ul.SubLink {
	border: 1px solid #d1d1d1;
	padding: 25px 34px 0 15px;
	margin: 0 auto 90px ;
	width: 908px;
}


ul.SubLink li {
	margin: 0 0 25px 0;
	width: 200px;
	float: left;
	text-align: center;
	*zoom: 1;
	padding-left: 25px;
}


div#Sub div.SubColInBox {
	border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    padding: 0 14px 14px 14px;
}

div#Sub div.SubColInBox ul.ListStyle03 li {
	background:url(../../img/common/line_dotted_02.png) 0 100% repeat-x;
	padding: 10px 0;
}

div#Sub div.SubColInBox ul.ListStyle03 li span {
	font-weight: bold;
}

/* --- SubMovie--- */

div#SubMovieInbox {
	background:url(../../img/common/cal_bg.png) 0 0 repeat;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	_zoom: 1;
	_position: relative;
	text-align: center;
	padding-top: 14px;
	_padding-top: 14px;
}


div#SubMovieInbox div.SubMovieThumb {
	padding-bottom: 14px;
	_padding-bottom: 14px;
	margin-left: -1px;
	position: relative;
}

div.SubMovieThumb a {
    display: inline;
    width: 199px;
		height: 119px;
}

.MovieIconPlay01 {
	background: url(../../img/common/img_play_01.png) 50% 50% no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 199px;
	height: 119px;
}

@media screen and (min-width: 960px) {
	.MovieIconPlay01 {
		background: url(../../img/common/img_play_01.png) 50% 50% no-repeat;
		display: block;
		position: absolute;
		top: 0;
		left: 15px;
		transform: translate(0,0);
		_left: 0;
		_behavior: url(/files/js/iepngfix_v2/iepngfix.htc);
		*zoom: 1;
	}
}
/* ----------------------------------------

Footer

---------------------------------------- */

div#Footer {
}

/* --- ContentFooter --- */

div#ContentFooter {
	border-top: 1px solid #d1d1d1;
}

#FooterPatgeTop {
	display: none;
}
#FooterPatgeTop_sp {
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#FooterPatgeTop_sp img {
	width: 32px;
}

@media screen and (min-width: 960px) {
#FooterPatgeTop {
	display: block;
}
#FooterPatgeTop_sp {
	display: none;
}
div#ContentFooter p#FooterPatgeTop {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	_zoom: 1;
	_position: relative;
}

div#ContentFooter p#FooterPatgeTop a {
	display: block;
	float: right;
	height: 29px;
	margin-top: -29px;
	zoom: 1;
	position: relative;
}
}

div#AddBnr {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

div#AddBnr ul {
	margin-left: -13px;
	_zoom: 1;
	_position: relative;
}

div#AddBnr ul li {
	float: left;
	width: 230px;
	padding-left: 13px;
}


/* --- FooterNav --- */
div#FooterNav {
	background: url(../../img/common/footer_bg_01.jpg) 50% 0 no-repeat;
	border-top: 1px solid #e2dbd1;
	border-bottom: 1px solid #e2dbd1;
}

div#FooterNav div#FooterNavInBox {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

div#FooterNav div#FooterNavInBox .leftCol {
	width: 740px;
	margin: 0px 0px;
	padding: 0px 0px;
	float:left;
}

div#FooterNav div#FooterNavInBox dl {
	float: left;
	width: 185px;
}

div#FooterNav div#FooterNavInBox dl dt {
	background: url(../../img/common/ico_arrow_02.png) 0 0.3em no-repeat;
	padding-left: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}

div#FooterNavInBox dl dd a {
	background: url(../../img/common/ico_arrow_01.png) 0 0.5em no-repeat;
	padding-left: 12px;
}

div#FooterNavInBox dl dd {
	padding-bottom: 5px;
	padding-left: 15px;
}


div#FooterNav div#FooterNavInBox dl#TourismOffice {
	width: 195px;
	background: url(../../img/common/line_solid_02.png) 0 0 repeat-y;
	padding-left: 15px;
	padding-right:10px;
}

div#FooterNav div#FooterNavInBox dl#TourismOffice dt {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
}

div#FooterNav div#FooterNavInBox dl#TourismOffice dd {
	padding-left: 0;
}

div#FooterNav div#FooterNavInBox dl#TourismOffice dd a {
	background: none;
	padding-left: 0;
}

div#FooterNav div#FooterNavInBox dl#TourismOffice dd p {
	margin: 10px 0;
}

/*　北京都事務局 */
div#FooterNav div#FooterNavInBox dl#TourismOfficeSub {
	width: 145px;
	background: url(../../img/common/line_solid_02.png) 0 0 repeat-y;
	padding-left: 25px;
	margin-top:20px;
}

div#FooterNav div#FooterNavInBox dl#TourismOfficeSub dt {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
}

div#FooterNav div#FooterNavInBox dl#TourismOfficeSub dd {
	padding-left: 0;
}

div#FooterNav div#FooterNavInBox dl#TourismOfficeSub dd a {
	background: none;
	padding-left: 0;
}

div#FooterNav div#FooterNavInBox dl#TourismOfficeSub dd p {
	margin: 10px 0;
}

div#FooterNav div#FooterNavInBox dl#TourismOffice span,
div#FooterNav div#FooterNavInBox dl#TourismOfficeSub span{
	font-size:14px;
}


/* --- FooterNav --- */
div#FooterSubNav {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1.2;
}

div#FooterSubNav ul {
	display: inline;
	margin-left: -13px;
	zoom: 1;
	position: relative;
	overflow: hidden;
	float: left;
	width: 500px;
}

div#FooterSubNav ul li {
	border-left: 1px solid #a9a597;
	padding-left: 12px;
	float: left;
	display: inline;
	margin-left: -1px;
}

div#FooterSubNav ul li a {
	margin-right: 12px;
	display: block;
}

div#FooterSubNav p#CopyRight {
	float: right;
	text-align: right;
	width: 445px;
	color: #a6a6a6;
}


/* ボタンのhover */
ol#NewsList01 li a:hover img,
div#AreaDataCol .movieThum:hover img,
div.AreaInfoBox .movieThum:hover img,
p.anotherTit a:hover img,
div#Content div#anotherBox .anoBox>div a:hover img,
.TopTitStyle a:hover img,
div#AreaInfoCol h3 a:hover img,
div#EventCalSec div#SubCal div.InSec ul li a:hover img,
div#EventCalSec div#SubCal div.InSec caption a:hover img,
ul.SubBnr li a:hover img,
ul.SubLink li a:hover img,
dl#TourismOffice ul li a:hover,
div#Banner01 ul li a:hover img,
div#SubMovie div.SubMovieThumb a:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}


/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* Modern Browsers
------------------------------- */
ol#NewsList01:after,
dl#TxtSize:after,
div#FooterSubNav:after,
div#FooterSubNav ul:after,
div#FooterNav div#FooterNavInBox:after,
div#AddBnr ul:after,
div#SubCal ul:after,
div#Content:after,
ul#GlobalNav:after,
div#HeaderNavInBox:after,
div#Header:after,
.ClearFix:after,
#HeaderNavInBox:after,
ul.SubLink:after,
div#FooterNav div#FooterNavInBox .leftCol:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* IE7
------------------------------- */
*:first-child+html ol#NewsList01,
*:first-child+html dl#TxtSize,
*:first-child+html div#FooterSubNav,
*:first-child+html div#FooterSubNav ul,
*:first-child+html div#FooterNav div#FooterNavInBox,
*:first-child+html div#AddBnr ul,
*:first-child+html div#SubCal ul,
*:first-child+html div#Content,
*:first-child+html ul#GlobalNav,
*:first-child+html div#HeaderNavInBox,
*:first-child+html div#Header,
*:first-child+html #HeaderNavInBox,
*:first-child+html ul.SubLink,
*:first-child+html div#FooterNav div#FooterNavInBox .leftCol,
*:first-child+html .ClearFix {
	zoom: 1;
}

/* Legacy IE
------------------------------- */
* html ol#NewsList01,
* html dl#TxtSize,
* html div#FooterSubNav,
* html div#FooterSubNav ul,
* html div#FooterNav div#FooterNavInBox,
* html div#AddBnr ul,
* html div#SubCal ul,
* html div#Content,
* html ul#GlobalNav,
* html div#HeaderNavInBox,
* html div#Header,
* html #HeaderNavInBox,
* html ul.SubLink,
* html div#FooterNav div#FooterNavInBox .leftCol,
* html .ClearFix {
	zoom: 1;
}
